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

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -7
config.json CHANGED
@@ -3,10 +3,10 @@
3
  "Qwen3MoEForCausalLM"
4
  ],
5
  "expert_model_paths": {
6
- "code": "/kaggle/working/Qwen3-MaCoTo/code",
7
- "if": "/kaggle/working/Qwen3-MaCoTo/if",
8
- "math": "/kaggle/working/Qwen3-MaCoTo/math",
9
- "tool": "/kaggle/working/Qwen3-MaCoTo/tool"
10
  },
11
  "labels": [
12
  "math",
@@ -15,8 +15,8 @@
15
  "if"
16
  ],
17
  "model_type": "qwen3moe",
18
- "router_model_path": "/kaggle/working/Qwen3-MaCoTo/router",
19
- "tokenizer_path": "/kaggle/working/Qwen3-MaCoTo/if",
20
- "torch_dtype": "float32",
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
  }