Update config.json
Browse files- config.json +5 -5
config.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
"_name_or_path": "Qwen3MoE",
|
3 |
"model_type": "qwen3moe",
|
4 |
-
"router_model_path": "router",
|
5 |
"expert_model_paths": {
|
6 |
-
"code": "code",
|
7 |
-
"if": "if",
|
8 |
-
"math": "math",
|
9 |
-
"medical": "medical"
|
10 |
},
|
11 |
"auto_map": {
|
12 |
"AutoConfig": "qwen3moe_configuration.Qwen3MoEConfig",
|
|
|
1 |
{
|
2 |
"_name_or_path": "Qwen3MoE",
|
3 |
"model_type": "qwen3moe",
|
4 |
+
"router_model_path": "./router",
|
5 |
"expert_model_paths": {
|
6 |
+
"code": "./code",
|
7 |
+
"if": "./if",
|
8 |
+
"math": "./math",
|
9 |
+
"medical": "./medical"
|
10 |
},
|
11 |
"auto_map": {
|
12 |
"AutoConfig": "qwen3moe_configuration.Qwen3MoEConfig",
|