MDaytek's picture
V12 Final
f71d4c6 verified
raw
history blame contribute delete
383 Bytes
{
"architectures": [
"ChessGPT"
],
"dropout": 0.1,
"dtype": "float32",
"model_type": "chess_gpt",
"n_embd": 128,
"n_head": 4,
"n_layer": 4,
"n_positions": 256,
"transformers_version": "4.57.6",
"vocab_size": 1004,
"auto_map": {
"AutoConfig": "model.ChessConfig",
"AutoModelForCausalLM": "model.ChessGPT"
}
}