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

add max small expert to config

Browse files
Files changed (1) hide show
  1. myolmoe/config.json +2 -1
myolmoe/config.json CHANGED
@@ -33,5 +33,6 @@
33
  "vocab_size": 50304,
34
  "small_expert_intermediate_ratio": 16,
35
  "small_expert_count": 64,
36
- "small_expert_sparsity_coef": 0.1
 
37
  }
 
33
  "vocab_size": 50304,
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
  }