beyoru commited on
Commit
eff3035
·
verified ·
1 Parent(s): 92b4419

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -8,6 +8,10 @@
8
  "math": "/math",
9
  "tool": "/tool"
10
  },
 
 
 
 
11
  "labels": [
12
  "math",
13
  "code",
 
8
  "math": "/math",
9
  "tool": "/tool"
10
  },
11
+ "auto_map": {
12
+ "AutoConfig": "qwen3_moe_config.Qwen3MoEConfig",
13
+ "AutoModelForCausalLM": "qwen3_moe_model.Qwen3MoEForCausalLM"
14
+ },
15
  "labels": [
16
  "math",
17
  "code",