Update config.json
Browse files- 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",
|