Fix num_experts to match saved weights

#2
by echarlaix HF Staff - opened
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -19,7 +19,7 @@
19
  "max_position_embeddings": 131072,
20
  "model_type": "gpt_oss",
21
  "num_attention_heads": 4,
22
- "num_experts": 4,
23
  "num_experts_per_tok": 2,
24
  "num_hidden_layers": 2,
25
  "num_key_value_heads": 2,
 
19
  "max_position_embeddings": 131072,
20
  "model_type": "gpt_oss",
21
  "num_attention_heads": 4,
22
+ "num_experts": 128,
23
  "num_experts_per_tok": 2,
24
  "num_hidden_layers": 2,
25
  "num_key_value_heads": 2,