File size: 10,083 Bytes
1e34ccc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
{
    "module": "keras_hub.src.models.qwen3_5.qwen3_5_causal_lm",
    "class_name": "Qwen3_5CausalLM",
    "config": {
        "backbone": {
            "module": "keras_hub.src.models.qwen3_5.qwen3_5_backbone",
            "class_name": "Qwen3_5Backbone",
            "config": {
                "name": "qwen3_5_backbone",
                "trainable": true,
                "dtype": {
                    "module": "keras",
                    "class_name": "DTypePolicy",
                    "config": {
                        "name": "float32"
                    },
                    "registered_name": null
                },
                "vocabulary_size": 248320,
                "num_layers": 32,
                "num_query_heads": 16,
                "hidden_dim": 4096,
                "head_dim": 256,
                "intermediate_dim": 12288,
                "layer_types": [
                    "linear_attention",
                    "linear_attention",
                    "linear_attention",
                    "full_attention",
                    "linear_attention",
                    "linear_attention",
                    "linear_attention",
                    "full_attention",
                    "linear_attention",
                    "linear_attention",
                    "linear_attention",
                    "full_attention",
                    "linear_attention",
                    "linear_attention",
                    "linear_attention",
                    "full_attention",
                    "linear_attention",
                    "linear_attention",
                    "linear_attention",
                    "full_attention",
                    "linear_attention",
                    "linear_attention",
                    "linear_attention",
                    "full_attention",
                    "linear_attention",
                    "linear_attention",
                    "linear_attention",
                    "full_attention",
                    "linear_attention",
                    "linear_attention",
                    "linear_attention",
                    "full_attention"
                ],
                "partial_rotary_factor": 0.25,
                "rope_max_wavelength": 10000000,
                "rope_scaling_factor": 1.0,
                "num_key_value_heads": 4,
                "layer_norm_epsilon": 1e-06,
                "dropout": 0.0,
                "tie_word_embeddings": false,
                "sliding_window_size": 32768,
                "linear_num_key_heads": 16,
                "linear_num_value_heads": 32,
                "linear_key_head_dim": 128,
                "linear_value_head_dim": 128,
                "linear_conv_kernel_dim": 4,
                "mrope_section": [
                    11,
                    11,
                    10
                ],
                "vision_encoder": {
                    "module": "keras_hub.src.models.qwen3_5.qwen3_5_vision_encoder",
                    "class_name": "Qwen3_5VisionEncoder",
                    "config": {
                        "depth": 27,
                        "hidden_size": 1152,
                        "num_heads": 16,
                        "intermediate_size": 4304,
                        "in_channels": 3,
                        "patch_size": 16,
                        "temporal_patch_size": 2,
                        "spatial_merge_size": 2,
                        "out_hidden_size": 4096,
                        "num_position_embeddings": 2304
                    },
                    "registered_name": "Qwen3_5VisionEncoder"
                }
            },
            "registered_name": "keras_hub>Qwen3_5Backbone"
        },
        "preprocessor": {
            "module": "keras_hub.src.models.qwen3_5.qwen3_5_causal_lm_preprocessor",
            "class_name": "Qwen3_5CausalLMPreprocessor",
            "config": {
                "name": "qwen3_5_causal_lm_preprocessor",
                "trainable": true,
                "dtype": {
                    "module": "keras",
                    "class_name": "DTypePolicy",
                    "config": {
                        "name": "float32"
                    },
                    "registered_name": null
                },
                "tokenizer": {
                    "module": "keras_hub.src.models.qwen3_5.qwen3_5_tokenizer",
                    "class_name": "Qwen3_5Tokenizer",
                    "config": {
                        "name": "qwen3_5_tokenizer",
                        "trainable": true,
                        "dtype": {
                            "module": "keras",
                            "class_name": "DTypePolicy",
                            "config": {
                                "name": "int32"
                            },
                            "registered_name": null
                        },
                        "config_file": "tokenizer.json",
                        "sequence_length": null,
                        "add_prefix_space": false,
                        "unsplittable_tokens": [
                            "</tool_response>",
                            "<|fim_pad|>",
                            "<|endoftext|>",
                            "<|file_sep|>",
                            "<|vision_end|>",
                            "<|image_pad|>",
                            "<|fim_suffix|>",
                            "<|vision_start|>",
                            "<|object_ref_end|>",
                            "<|box_start|>",
                            "<|repo_name|>",
                            "<|quad_start|>",
                            "</think>",
                            "</tool_call>",
                            "<|box_end|>",
                            "<|vision_pad|>",
                            "<think>",
                            "<|object_ref_start|>",
                            "<|fim_prefix|>",
                            "<|im_end|>",
                            "<tool_response>",
                            "<|im_start|>",
                            "<|video_pad|>",
                            "<|quad_end|>",
                            "<|fim_middle|>",
                            "<tool_call>"
                        ],
                        "has_vision_tokens": true
                    },
                    "registered_name": "keras_hub>Qwen3_5Tokenizer"
                },
                "image_converter": {
                    "module": "keras_hub.src.models.qwen3_5.qwen3_5_image_converter",
                    "class_name": "Qwen3_5ImageConverter",
                    "config": {
                        "name": "qwen3_5_image_converter",
                        "trainable": true,
                        "dtype": {
                            "module": "keras",
                            "class_name": "DTypePolicy",
                            "config": {
                                "name": "float32"
                            },
                            "registered_name": null
                        },
                        "image_size": null,
                        "scale": [
                            0.00784313725490196,
                            0.00784313725490196,
                            0.00784313725490196
                        ],
                        "offset": [
                            -1.0,
                            -1.0,
                            -1.0
                        ],
                        "interpolation": "bicubic",
                        "antialias": true,
                        "crop_to_aspect_ratio": true,
                        "pad_to_aspect_ratio": false,
                        "bounding_box_format": "yxyx",
                        "patch_size": 16,
                        "temporal_patch_size": 2,
                        "spatial_merge_size": 2,
                        "min_pixels": 65536,
                        "max_pixels": 16777216
                    },
                    "registered_name": "keras_hub>Qwen3_5ImageConverter"
                },
                "video_converter": {
                    "module": "keras_hub.src.models.qwen3_5.qwen3_5_video_converter",
                    "class_name": "Qwen3_5VideoConverter",
                    "config": {
                        "name": "qwen3_5_video_converter",
                        "trainable": true,
                        "dtype": {
                            "module": "keras",
                            "class_name": "DTypePolicy",
                            "config": {
                                "name": "float32"
                            },
                            "registered_name": null
                        },
                        "image_size": null,
                        "scale": [
                            0.00784313725490196,
                            0.00784313725490196,
                            0.00784313725490196
                        ],
                        "offset": [
                            -1.0,
                            -1.0,
                            -1.0
                        ],
                        "patch_size": 16,
                        "temporal_patch_size": 2,
                        "spatial_merge_size": 2,
                        "min_pixels": 4096,
                        "max_pixels": 25165824,
                        "interpolation": "bicubic",
                        "antialias": true
                    },
                    "registered_name": "keras_hub>Qwen3_5VideoConverter"
                },
                "config_file": "preprocessor.json",
                "sequence_length": 1024,
                "add_start_token": false,
                "add_end_token": true,
                "video_fps": 2.0
            },
            "registered_name": "keras_hub>Qwen3_5CausalLMPreprocessor"
        },
        "name": "qwen3_5_causal_lm"
    },
    "registered_name": "keras_hub>Qwen3_5CausalLM"
}