File size: 366 Bytes
e3e8607 41b04d3 e3e8607 41b04d3 e3e8607 41b04d3 e3e8607 41b04d3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"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"
}
|