Llama-thera / config.json
mrmax14's picture
Update config.json
41b04d3 verified
raw
history blame contribute delete
366 Bytes
{
"architectures": ["LLaMAForCausalLM"],
"model_type": "llama",
"hidden_size": 4096,
"intermediate_size": 11008,
"num_attention_heads": 32,
"num_hidden_layers": 40,
"rms_norm_eps": 1e-6,
"hidden_act": "silu",
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"vocab_size": 32000,
"torch_dtype": "float32"
}