Charlie81 commited on
Commit
571877d
·
1 Parent(s): 37979d0

add num_small_experts to config

Browse files
Files changed (1) hide show
  1. myolmoe/config.json +2 -1
myolmoe/config.json CHANGED
@@ -34,5 +34,6 @@
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
  }
 
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
+ "num_small_experts": 64
39
  }