File size: 306 Bytes
a071c11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "architectures": [
    "BDH"
  ],
  "vocab_size": 256,
  "n_layer": 8,
  "n_embd": 256,
  "n_head": 4,
  "mlp_internal_dim_multiplier": 128,
  "dropout": 0.1,
  "seq_len": 2048,
  "model_type": "bdh",
  "size_m": 25,
  "training": {
    "steps": 10000,
    "data": "SlayerLab/polish-dynaword-mix"
  }
}