awettig commited on
Commit
83792c6
1 Parent(s): 4e1dee5

Fix load balancing coefficient

Browse files
Files changed (1) hide show
  1. 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.001,
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",