File size: 728 Bytes
11ccba9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "architectures": [
    "ChessForCausalLM"
  ],
  "attention_dropout": 0.1,
  "auxiliary_loss_weight": 0.1,
  "bos_token_id": 1,
  "dropout": 0.1,
  "dtype": "float32",
  "eos_token_id": 2,
  "halting_threshold": 0.9,
  "label_smoothing": 0.1,
  "latent_dim": 64,
  "layer_norm_epsilon": 1e-05,
  "model_type": "chess_transformer",
  "n_ctx": 256,
  "n_embd": 128,
  "n_head": 4,
  "n_inner": 298,
  "n_layer": 5,
  "n_recursions": 6,
  "pad_token_id": 0,
  "rope_theta": 10000.0,
  "tie_weights": true,
  "transformers_version": "4.57.3",
  "use_adaptive_depth": true,
  "use_rope": true,
  "vocab_size": 88,
  "auto_map": {
    "AutoConfig": "model1.ChessConfig",
    "AutoModelForCausalLM": "model1.ChessForCausalLM"
  }
}