MDaytek's picture
V9 Lightning Upload
99b9a64 verified
Raw
History Blame Contribute Delete
429 Bytes
{
"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"
}
}