File size: 296 Bytes
97d7274 |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"architectures": ["MistralForCausalLM"],
"model_type": "mistral",
"vocab_size": 32000,
"hidden_size": 4096,
"num_hidden_layers": 32,
"num_attention_heads": 32,
"intermediate_size": 14336,
"max_position_embeddings": 32768,
"initializer_range": 0.02,
"rope_theta": 1000000.0
} |