itsliupeng commited on
Commit
40fb3b9
1 Parent(s): 88ed27a

change num_experts_per_tok to 3

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -12,7 +12,7 @@
12
  "max_position_embeddings": 32768,
13
  "model_type": "mixtral",
14
  "num_attention_heads": 32,
15
- "num_experts_per_tok": 2,
16
  "num_hidden_layers": 32,
17
  "num_key_value_heads": 8,
18
  "num_local_experts": 8,
 
12
  "max_position_embeddings": 32768,
13
  "model_type": "mixtral",
14
  "num_attention_heads": 32,
15
+ "num_experts_per_tok": 3,
16
  "num_hidden_layers": 32,
17
  "num_key_value_heads": 8,
18
  "num_local_experts": 8,