Shoriful025's picture
Create config.json
b71e743 verified
{
"architectures": [
"GPT2LMHeadModel"
],
"activation_function": "gelu_new",
"n_ctx": 1024,
"n_embd": 768,
"n_head": 12,
"n_layer": 6,
"n_positions": 1024,
"model_type": "gpt2",
"resid_pdrop": 0.1,
"embd_pdrop": 0.1,
"attn_pdrop": 0.1,
"layer_norm_epsilon": 1e-05,
"initializer_range": 0.02,
"summary_type": "cls_index",
"vocab_size": 50257,
"bos_token_id": 50256,
"eos_token_id": 50256
}