dummy / config.json
knight-lee's picture
Update config.json
4677268 verified
{
"activation_function": "gelu_new",
"architectures": [
"GPT2LMHeadModel"
],
"attn_pdrop": 0.1,
"bos_token_id": 50256,
"embd_pdrop": 0.1,
"eos_token_id": 50256,
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-5,
"model_type": "gpt2",
"n_ctx": 1024,
"n_embd": 32,
"n_head": 1,
"n_layer": 1,
"n_positions": 1024,
"max_position_embeddings": 1024,
"resid_pdrop": 0.1,
"scale_attn_weights": true,
"vocab_size": 50257
}