Qwen3-MaCoTo / config.json
beyoru's picture
Update config.json
2f51806 verified
raw
history blame contribute delete
512 Bytes
{
"architectures": [
"Qwen3MoEForCausalLM"
],
"router_model_path": "router",
"expert_model_paths": {
"code": "code",
"math": "math",
"if": "if",
"tool": "tool"
},
"tokenizer_path": ".",
"auto_map": {
"AutoConfig": "qwen3_moe_config.Qwen3MoEConfig",
"AutoModelForCausalLM": "qwen3_moe_model.Qwen3MoEForCausalLM"
},
"labels": [
"math",
"code",
"tool",
"if"
],
"model_type": "qwen3moe",
"torch_dtype": "auto",
"transformers_version": "4.52.4"
}