Johnblick187 commited on
Commit
9d345fa
·
verified ·
1 Parent(s): d9c1d79

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -1
config.json CHANGED
@@ -22,5 +22,9 @@
22
  "expert_dim": 512,
23
  "top_k": 2,
24
  "total_experts": 1280,
25
- "dense_intermediate": 8192
 
 
 
 
26
  }
 
22
  "expert_dim": 512,
23
  "top_k": 2,
24
  "total_experts": 1280,
25
+ "dense_intermediate": 8192,
26
+ "auto_map": {
27
+ "AutoConfig": "modeling_smartcoder_moe.SmartCoderMoEConfig",
28
+ "AutoModelForCausalLM": "modeling_smartcoder_moe.SmartCoderMoEForCausalLM"
29
+ }
30
  }