deadbydawn101 commited on
Commit
acf330a
·
verified ·
1 Parent(s): 36a4ba7

v5.0: config.json — 35B MoE, 680K, 6-step RATH

Browse files
Files changed (1) hide show
  1. config.json +109 -0
config.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3_5MoeForConditionalGeneration"
4
+ ],
5
+ "bos_token_id": null,
6
+ "eos_token_id": 248046,
7
+ "image_token_id": 248056,
8
+ "model_name": "unsloth/Qwen3.6-35B-A3B",
9
+ "model_type": "qwen3_5_moe",
10
+ "pad_token_id": 248055,
11
+ "text_config": {
12
+ "attention_bias": false,
13
+ "attention_dropout": 0.0,
14
+ "attn_output_gate": true,
15
+ "bos_token_id": 248044,
16
+ "torch_dtype": "bfloat16",
17
+ "eos_token_id": 248044,
18
+ "full_attention_interval": 4,
19
+ "head_dim": 256,
20
+ "hidden_act": "silu",
21
+ "hidden_size": 2048,
22
+ "initializer_range": 0.02,
23
+ "layer_types": [
24
+ "linear_attention",
25
+ "linear_attention",
26
+ "linear_attention",
27
+ "full_attention",
28
+ "linear_attention",
29
+ "linear_attention",
30
+ "linear_attention",
31
+ "full_attention",
32
+ "linear_attention",
33
+ "linear_attention",
34
+ "linear_attention",
35
+ "full_attention",
36
+ "linear_attention",
37
+ "linear_attention",
38
+ "linear_attention",
39
+ "full_attention",
40
+ "linear_attention",
41
+ "linear_attention",
42
+ "linear_attention",
43
+ "full_attention",
44
+ "linear_attention",
45
+ "linear_attention",
46
+ "linear_attention",
47
+ "full_attention",
48
+ "linear_attention",
49
+ "linear_attention",
50
+ "linear_attention",
51
+ "full_attention",
52
+ "linear_attention",
53
+ "linear_attention",
54
+ "linear_attention",
55
+ "full_attention",
56
+ "linear_attention",
57
+ "linear_attention",
58
+ "linear_attention",
59
+ "full_attention",
60
+ "linear_attention",
61
+ "linear_attention",
62
+ "linear_attention",
63
+ "full_attention"
64
+ ],
65
+ "linear_conv_kernel_dim": 4,
66
+ "linear_key_head_dim": 128,
67
+ "linear_num_key_heads": 16,
68
+ "linear_num_value_heads": 32,
69
+ "linear_value_head_dim": 128,
70
+ "mamba_ssm_dtype": "float32",
71
+ "max_position_embeddings": 262144,
72
+ "model_type": "qwen3_5_moe_text",
73
+ "moe_intermediate_size": 512,
74
+ "mtp_num_hidden_layers": 1,
75
+ "mtp_use_dedicated_embeddings": false,
76
+ "num_attention_heads": 16,
77
+ "num_experts": 256,
78
+ "num_experts_per_tok": 8,
79
+ "num_hidden_layers": 40,
80
+ "num_key_value_heads": 2,
81
+ "output_router_logits": false,
82
+ "pad_token_id": null,
83
+ "partial_rotary_factor": 0.25,
84
+ "rms_norm_eps": 1e-06,
85
+ "rope_parameters": {
86
+ "mrope_interleaved": true,
87
+ "mrope_section": [
88
+ 11,
89
+ 11,
90
+ 10
91
+ ],
92
+ "partial_rotary_factor": 0.25,
93
+ "rope_theta": 10000000,
94
+ "type": "default"
95
+ },
96
+ "router_aux_loss_coef": 0.001,
97
+ "shared_expert_intermediate_size": 512,
98
+ "tie_word_embeddings": false,
99
+ "use_cache": true,
100
+ "vocab_size": 248320
101
+ },
102
+ "tie_word_embeddings": false,
103
+ "torch_dtype": "bfloat16",
104
+ "unsloth_version": "2026.4.1",
105
+ "use_cache": false,
106
+ "video_token_id": 248057,
107
+ "vision_end_token_id": 248054,
108
+ "vision_start_token_id": 248053
109
+ }