add max small expert to config
Browse files- myolmoe/config.json +2 -1
myolmoe/config.json
CHANGED
|
@@ -33,5 +33,6 @@
|
|
| 33 |
"vocab_size": 50304,
|
| 34 |
"small_expert_intermediate_ratio": 16,
|
| 35 |
"small_expert_count": 64,
|
| 36 |
-
"small_expert_sparsity_coef": 0.1
|
|
|
|
| 37 |
}
|
|
|
|
| 33 |
"vocab_size": 50304,
|
| 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 |
}
|