autotrain-distilibert / config.json
Wonder-Griffin's picture
Update config.json
09f105d verified
raw
history blame contribute delete
No virus
299 Bytes
{
"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
}