Commit ·
9b8efa1
1
Parent(s): 71d583a
This was causing test failures due to stricter config typing (#2)
Browse files- This was causing test failures due to stricter config typing (3408e3d7a69a92fa3df216dda7ccc2a3c6a8c53b)
Co-authored-by: Tom Aarsen <tomaarsen@users.noreply.huggingface.co>
- 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,
|