File size: 360 Bytes
f09ef16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "model_type": "gpt2",
    "attn_pdrop": 0.0,
    "scale_attn_weights": true,
    "resid_pdrop": 0.0,
    "n_inner": 4352,
    "n_embd": 1088,
    "layer_norm_epsilon": 1e-05,
    "n_positions": 2048,
    "activation_function": "gelu",
    "n_head": 17,
    "n_layer": 14,
    "tie_word_embeddings": true,
    "vocab_size": 50257,
    "embd_pdrop": 0.0
}