Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
"max_position_embeddings": 2048,
|
| 15 |
"model_type": "mixtral",
|
| 16 |
"num_attention_heads": 32,
|
| 17 |
-
"num_experts_per_tok":
|
| 18 |
"num_hidden_layers": 10,
|
| 19 |
"num_key_value_heads": 8,
|
| 20 |
"num_local_experts": 4,
|
|
|
|
| 14 |
"max_position_embeddings": 2048,
|
| 15 |
"model_type": "mixtral",
|
| 16 |
"num_attention_heads": 32,
|
| 17 |
+
"num_experts_per_tok": 2,
|
| 18 |
"num_hidden_layers": 10,
|
| 19 |
"num_key_value_heads": 8,
|
| 20 |
"num_local_experts": 4,
|