File size: 495 Bytes
a846d1f c618974 a846d1f c618974 a846d1f c618974 a846d1f c618974 a846d1f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"architectures": ["ChessForCausalLM"],
"auto_map": {
"AutoConfig": "model.ChessConfig",
"AutoModelForCausalLM": "model.ChessForCausalLM"
},
"model_type": "chess_transformer",
"vocab_size": 85,
"n_ctx": 512,
"n_embd": 100,
"n_head": 5,
"n_inner": 384,
"n_layer": 8,
"dropout": 0.1,
"layer_norm_epsilon": 1e-05,
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"tie_weights": true,
"torch_dtype": "float32",
"transformers_version": "4.57.3"
}
|