File size: 231 Bytes
1037ff5 |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"d_model": 8,
"d_head": 8,
"n_layers": 2,
"n_ctx": 32,
"n_heads": 1,
"d_vocab": 10,
"normalization_type": "LN",
"attn_only": true,
"positional_embedding_type": "shortformer",
"seed": null
} |