File size: 399 Bytes
84aa4f6
d26cc9b
a8b2987
d26cc9b
a8b2987
 
 
 
 
 
84aa4f6
 
 
 
 
a8b2987
 
 
84aa4f6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "architectures": [
    "DumbMathForCausalLM"
  ],
  "auto_map": {
    "AutoConfig": "configuration_dumbmath.DumbMathConfig",
    "AutoModelForCausalLM": "modeling_dumbmath.DumbMathForCausalLM"
  },
  "model_type": "dumbmath",
  "vocab_size": 28,
  "d_model": 128,
  "n_heads": 4,
  "n_layers": 4,
  "d_ff": 252,
  "max_len": 64,
  "bos_token_id": 25,
  "eos_token_id": 26,
  "pad_token_id": 27
}