himbot-gpt-level2 / config.json
hranjan043's picture
Upload config.json with huggingface_hub
a4cccae verified
Raw
History Blame Contribute Delete
461 Bytes
{
"architectures": [
"GPT2LMHeadModel"
],
"model_type": "gpt2",
"vocab_size": 50257,
"n_positions": 256,
"n_embd": 512,
"n_layer": 6,
"n_head": 8,
"n_inner": 2048,
"activation_function": "gelu_new",
"resid_pdrop": 0.1,
"embd_pdrop": 0.1,
"attn_pdrop": 0.1,
"layer_norm_epsilon": 1e-05,
"initializer_range": 0.02,
"bos_token_id": 50256,
"eos_token_id": 50256,
"torch_dtype": "float32",
"transformers_version": "4.35.0"
}