Fix load balancing coefficient
Browse files- config.json +1 -1
config.json
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
"pad_token_id": 1,
|
23 |
"rope_scaling": null,
|
24 |
"rope_theta": 10000.0,
|
25 |
-
"router_aux_loss_coef": 0.
|
26 |
"tie_word_embeddings": false,
|
27 |
"torch_dtype": "bfloat16",
|
28 |
"transformers_version": "4.43.0.dev0",
|
|
|
22 |
"pad_token_id": 1,
|
23 |
"rope_scaling": null,
|
24 |
"rope_theta": 10000.0,
|
25 |
+
"router_aux_loss_coef": 0.01,
|
26 |
"tie_word_embeddings": false,
|
27 |
"torch_dtype": "bfloat16",
|
28 |
"transformers_version": "4.43.0.dev0",
|