Update config.json
Browse files- config.json +7 -6
config.json
CHANGED
@@ -2,13 +2,15 @@
|
|
2 |
"architectures": [
|
3 |
"Qwen3MoEForCausalLM"
|
4 |
],
|
5 |
-
|
6 |
"expert_model_paths": {
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
},
|
|
|
|
|
12 |
"auto_map": {
|
13 |
"AutoConfig": "qwen3_moe_config.Qwen3MoEConfig",
|
14 |
"AutoModelForCausalLM": "qwen3_moe_model.Qwen3MoEForCausalLM"
|
@@ -20,7 +22,6 @@
|
|
20 |
"if"
|
21 |
],
|
22 |
"model_type": "qwen3moe",
|
23 |
-
"tokenizer_path": "./",
|
24 |
"torch_dtype": "auto",
|
25 |
"transformers_version": "4.52.4"
|
26 |
}
|
|
|
2 |
"architectures": [
|
3 |
"Qwen3MoEForCausalLM"
|
4 |
],
|
5 |
+
"router_model_path": "router",
|
6 |
"expert_model_paths": {
|
7 |
+
"code": "code",
|
8 |
+
"math": "math",
|
9 |
+
"if": "if",
|
10 |
+
"tool": "tool"
|
11 |
},
|
12 |
+
"tokenizer_path": "."
|
13 |
+
|
14 |
"auto_map": {
|
15 |
"AutoConfig": "qwen3_moe_config.Qwen3MoEConfig",
|
16 |
"AutoModelForCausalLM": "qwen3_moe_model.Qwen3MoEForCausalLM"
|
|
|
22 |
"if"
|
23 |
],
|
24 |
"model_type": "qwen3moe",
|
|
|
25 |
"torch_dtype": "auto",
|
26 |
"transformers_version": "4.52.4"
|
27 |
}
|