iqbal-gpt / config.json
taaha3244's picture
Upload folder using huggingface_hub
70d55b2 verified
raw
history blame contribute delete
293 Bytes
{
"architectures": [
"GPT2LMHeadModel"
],
"model_type": "gpt2",
"vocab_size": 50257,
"n_positions": 256,
"n_ctx": 256,
"n_embd": 768,
"n_layer": 12,
"n_head": 12,
"activation_function": "gelu",
"bos_token_id": 50256,
"eos_token_id": 50256,
"pad_token_id": 50256
}