Update config.json
Browse files- config.json +7 -7
config.json
CHANGED
@@ -3,10 +3,10 @@
|
|
3 |
"Qwen3MoEForCausalLM"
|
4 |
],
|
5 |
"expert_model_paths": {
|
6 |
-
"code": "/
|
7 |
-
"if": "/
|
8 |
-
"math": "/
|
9 |
-
"tool": "/
|
10 |
},
|
11 |
"labels": [
|
12 |
"math",
|
@@ -15,8 +15,8 @@
|
|
15 |
"if"
|
16 |
],
|
17 |
"model_type": "qwen3moe",
|
18 |
-
"router_model_path": "/
|
19 |
-
"tokenizer_path": "/
|
20 |
-
"torch_dtype": "
|
21 |
"transformers_version": "4.52.4"
|
22 |
}
|
|
|
3 |
"Qwen3MoEForCausalLM"
|
4 |
],
|
5 |
"expert_model_paths": {
|
6 |
+
"code": "/code",
|
7 |
+
"if": "/if",
|
8 |
+
"math": "/math",
|
9 |
+
"tool": "/tool"
|
10 |
},
|
11 |
"labels": [
|
12 |
"math",
|
|
|
15 |
"if"
|
16 |
],
|
17 |
"model_type": "qwen3moe",
|
18 |
+
"router_model_path": "/router",
|
19 |
+
"tokenizer_path": "/if",
|
20 |
+
"torch_dtype": "auto",
|
21 |
"transformers_version": "4.52.4"
|
22 |
}
|