This was causing test failures due to stricter config typing
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
},
|
| 19 |
"ffn_hidden_size": 24,
|
| 20 |
"model_type": "",
|
| 21 |
-
"moe_jitter_eps": 0,
|
| 22 |
"moe_loss_weight": 0.05,
|
| 23 |
"moe_normalize_expert_weights": 1.0,
|
| 24 |
"moe_num_experts": 16,
|
|
|
|
| 18 |
},
|
| 19 |
"ffn_hidden_size": 24,
|
| 20 |
"model_type": "",
|
| 21 |
+
"moe_jitter_eps": 0.0,
|
| 22 |
"moe_loss_weight": 0.05,
|
| 23 |
"moe_normalize_expert_weights": 1.0,
|
| 24 |
"moe_num_experts": 16,
|