{ | |
"_name_or_path": "Qwen3MoE", | |
"model_type": "qwen3moe", | |
"router_model_path": "./router", | |
"expert_model_paths": { | |
"code": "./code", | |
"if": "./if", | |
"math": "./math", | |
"medical": "./medical" | |
}, | |
"auto_map": { | |
"AutoConfig": "qwen3moe_configuration.Qwen3MoEConfig", | |
"AutoModelForCausalLM": "qwen3moe_model.Qwen3MoEForCausalLM" | |
}, | |
"labels": ["code", "if", "math", "medical"], | |
"torch_dtype": "auto", | |
"tokenizer_path" : "./" | |
} |