File size: 429 Bytes
0bafad8
0727ada
 
 
 
 
 
99b9a64
0727ada
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "architectures": [
        "ChessForCausalLM"
    ],
    "dtype": "float32",
    "model_type": "chess_lm",
    "n_ctx": 256,
    "n_embd": 112,
    "n_head": 8,
    "n_layer": 8,
    "n_positions": 256,
    "tie_word_embeddings": false,
    "transformers_version": "4.57.6",
    "vocab_size": 354,
    "auto_map": {
        "AutoConfig": "model.ChessConfig",
        "AutoModelForCausalLM": "model.ChessForCausalLM"
    }
}