add num_small_experts to config
Browse files- myolmoe/config.json +2 -1
myolmoe/config.json
CHANGED
|
@@ -34,5 +34,6 @@
|
|
| 34 |
"small_expert_intermediate_ratio": 16,
|
| 35 |
"small_expert_count": 64,
|
| 36 |
"small_expert_sparsity_coef": 0.1,
|
| 37 |
-
"max_small_expert_count": 64
|
|
|
|
| 38 |
}
|
|
|
|
| 34 |
"small_expert_intermediate_ratio": 16,
|
| 35 |
"small_expert_count": 64,
|
| 36 |
"small_expert_sparsity_coef": 0.1,
|
| 37 |
+
"max_small_expert_count": 64,
|
| 38 |
+
"num_small_experts": 64
|
| 39 |
}
|