File size: 299 Bytes
c3429d0
09f105d
c3429d0
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "model_type": "gpt2",
  "n_embd": 768,
  "n_layer": 12,
  "n_head": 12,
  "vocab_size": 50257,
  "n_positions": 1024,
  "n_ctx": 1024,
  "activation_function": "gelu_new",
  "initializer_range": 0.02,
  "layer_norm_epsilon": 1e-5,
  "attn_pdrop": 0.1,
  "resid_pdrop": 0.1,
  "embd_pdrop": 0.1
}