File size: 512 Bytes
7c09b5b
 
 
 
0ab8aa4
7c09b5b
0ab8aa4
 
 
 
7c09b5b
2f51806
eff3035
 
 
 
7c09b5b
 
 
 
 
 
 
92b4419
7c09b5b
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "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"
}