llamat-2-cif / config.json
m3rg-iitd's picture
Upload folder using huggingface_hub
38ecb9b verified
raw
history blame contribute delete
379 Bytes
{
"intermediate_size": 11008,
"hidden_size": 4096,
"initializer_range": 0.02,
"rms_norm_eps": 1e-05,
"max_position_embeddings": 2048,
"hidden_act": "silu",
"num_attention_heads": 32,
"num_hidden_layers": 32,
"rope_scaling": null,
"rope_theta": 10000.0,
"tie_word_embeddings": false,
"vocab_size": 32000,
"model_type": "llama"
}