othello-GPT-model / config.json
Thijmen's picture
Update config.json
5320707 verified
raw
history blame contribute delete
No virus
214 Bytes
{
"n_layers": 6,
"d_model": 128,
"d_mlp": 512,
"d_head": 64,
"n_heads": 8,
"n_ctx": 59,
"d_vocab": 61,
"act_fn": "gelu",
"attn_only": false,
"normalization_type": "LNPre"
}