klawinger commited on
Commit
eb3d69b
·
verified ·
1 Parent(s): bcf3e31

Trained with Unsloth - config

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