File size: 377 Bytes
a89d7bc 0bcedab 3fd73a0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"architectures": [
"LlamaForCausalLM"
],
"hidden_size": 4096,
"num_attention_heads": 32,
"num_hidden_layers": 32,
"intermediate_size": 14336,
"max_position_embeddings": 131072,
"vocab_size": 128256,
"rope_scaling": {
"type": "linear",
"factor": 8.0
},
"torch_dtype": "bfloat16",
"model_type": "llama"
}
|