File size: 190 Bytes
d68fa83
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{
  "vocab_size": 8192,
  "context_len": 12000,
  "n_embd": 768,
  "n_head": 12,
  "n_layer": 12,
  "attn_dropout": 0.1,
  "resid_dropout": 0.1,
  "embd_dropout": 0.1,
  "mlp_dropout": 0.1
}