Chungulus commited on
Commit
958c7e6
·
verified ·
1 Parent(s): 7ab001f

Upload validated GPTQ-INT4-G32 quantization

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
LICENSE ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright 2026 Alibaba Cloud
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3.8-27B
3
+ base_model_relation: quantized
4
+ license: apache-2.0
5
+ pipeline_tag: image-text-to-text
6
+ tags:
7
+ - qwen3.8
8
+ - quantized
9
+ - gptq-int4-g32
10
+ ---
11
+
12
+ # Qwen3.8-27B GPTQ-INT4-G32
13
+
14
+ This repository is a quantized deployment variant of the official Qwen/Qwen3.8-27B model. It is not a fine-tune.
15
+
16
+ ## Provenance and configuration
17
+
18
+ - Exact parent revision: `1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0`
19
+ - Quantizer: GPTQModel
20
+ - Quantizer revision: `7df3d1e837cb5552512bf99b8729c334d0b2c010`
21
+ - Quantization configuration: `{"bits": 4, "calibration_batch_size": 1, "calibration_corpus_sha256": "7ac4e3f0092bd5acfdeaec88f19a8c829458b0716c10ab9e81cda6f8b064b675", "calibration_samples": 128, "calibration_sequence_length": 2048, "calibration_sort": true, "checkpoint_format": "gptq", "desc_act": true, "format": "gptq", "group_size": 32, "lm_head": false, "meta": {"act_group_aware": false, "auto_forward_data_parallel": true, "dense_vram_strategy": "exclusive", "dense_vram_strategy_devices": null, "fallback": {"smooth": null, "strategy": "rtn", "threshold": "0.5%"}, "gc_mode": "interval", "gptaq": null, "hessian": {"chunk_bytes": null, "chunk_size": null, "staging_dtype": "float32"}, "mock_quantization": false, "moe_vram_strategy": "exclusive", "moe_vram_strategy_devices": null, "mse": 0.0, "offload_to_disk": false, "offload_to_disk_path": null, "pack_impl": "cpu", "wait_for_submodule_finalizers": false}, "method": "gptq", "pack_dtype": "int32", "quant_method": "gptq", "sym": true}`
22
+ - Artifact size: 19.565 GiB
23
+ - Supported runtime: GPTQModel 7.3.4+
24
+ - Tested hardware: NVIDIA GeForce RTX 4070 12 GB (Ada, SM89), WSL2 Ubuntu 24.04
25
+
26
+ ## Calibration and architecture handling
27
+
28
+ The calibration corpus is original CC0-1.0 material authored for this project. It contains
29
+ 216 text/tool samples and 8 vision samples
30
+ across prose, code, debugging, math, science, structured output, tools, multilingual, and
31
+ long-context categories. This build used calibration/core.jsonl:128.
32
+
33
+ - Tensor exclusions: `["*.input_layernorm", "*.post_attention_layernorm", "*.self_attn.q_norm", "*.self_attn.k_norm", "*.linear_attn.norm", "*.linear_attn.conv1d", "*.linear_attn.in_proj_a", "*.linear_attn.in_proj_b"]`
34
+ - Vision: True (deterministic image generation gate)
35
+ - Tool use: True (schema-valid XML tool-call gate)
36
+ - MTP: True for preservation of the 15 external tensors; no local
37
+ speculative drafter/acceptance runtime is claimed.
38
+ - Processor/chat template: exact pinned-parent copy verified.
39
+
40
+ ## Numerical validation
41
+
42
+ Full-vocabulary held-out comparison used 512 token positions.
43
+
44
+ | Metric | Result |
45
+ |---|---:|
46
+ | Mean KL | 0.01732363 |
47
+ | Median KL | 0.00748368 |
48
+ | P95 KL | 0.05911852 |
49
+ | Perplexity delta | +3.2276% |
50
+ | Top-1 agreement | 0.933594 |
51
+ | Top-5 set overlap | 0.924609 |
52
+ | Logit cosine similarity | 0.99574828 |
53
+
54
+ ## Performance smoke
55
+
56
+ - Execution mode: RTX 4070 + CPU offload/auto map
57
+ - Device map summary: `{"cpu": 53, "cuda:0": 15}`
58
+ - Prompt/decode: 512 / 8 tokens
59
+ - Median TTFT: 53.3875 s
60
+ - Median prefill: 9.556 tok/s
61
+ - Median decode: 0.057 tok/s
62
+ - Cold/warm load: 155.154 / 150.329 s
63
+ - Peak physical device memory: 11.672 GiB
64
+ - PyTorch logical allocator peak (diagnostic, may exceed physical VRAM under WSL): 15.766 GiB
65
+ - Peak build RAM / VRAM: 19.263 / 10.301 GiB
66
+
67
+ ## Limitations
68
+
69
+ The RTX 4070 validation may use CPU offload and is not a pure-GPU throughput claim unless the
70
+ performance mode explicitly says so. Preserved MTP weights do not establish speculative decoding
71
+ support. Compatibility and quality are established only for the exact revision and runtime above.
72
+ Machine-readable structural, generation, vision, tools, numerical, and performance reports are
73
+ stored under `validation/` in this repository. Remote verification evidence is retained by the
74
+ build worker and tied to the exact repository revision.
build_provenance.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "target": "GPTQ-INT4-G32",
3
+ "status": "complete",
4
+ "smoke_test": false,
5
+ "started_utc": "2026-08-16T10:21:50+00:00",
6
+ "source": "/mnt/c/Users/chunk/OneDrive/Documents/quant3.8/qwen38-cuda-quants/hf-cache/source/Qwen3.8-27B--1d4bf0f2ff60",
7
+ "pinned_source_revision": "1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0",
8
+ "output": "/mnt/c/Users/chunk/OneDrive/Documents/quant3.8/qwen38-cuda-quants/outputs/Qwen3.8-27B-GPTQ-INT4-G32",
9
+ "configuration": {
10
+ "bits": 4,
11
+ "group_size": 32,
12
+ "desc_act": true,
13
+ "lm_head": false,
14
+ "method": "gptq",
15
+ "quant_method": "gptq",
16
+ "format": "gptq",
17
+ "checkpoint_format": "gptq",
18
+ "pack_dtype": "int32",
19
+ "meta": {
20
+ "fallback": {
21
+ "strategy": "rtn",
22
+ "threshold": "0.5%",
23
+ "smooth": null
24
+ },
25
+ "offload_to_disk": false,
26
+ "offload_to_disk_path": null,
27
+ "pack_impl": "cpu",
28
+ "gc_mode": "interval",
29
+ "wait_for_submodule_finalizers": false,
30
+ "auto_forward_data_parallel": true,
31
+ "dense_vram_strategy": "exclusive",
32
+ "dense_vram_strategy_devices": null,
33
+ "moe_vram_strategy": "exclusive",
34
+ "moe_vram_strategy_devices": null,
35
+ "gptaq": null,
36
+ "mse": 0.0,
37
+ "mock_quantization": false,
38
+ "act_group_aware": false,
39
+ "hessian": {
40
+ "chunk_size": null,
41
+ "chunk_bytes": null,
42
+ "staging_dtype": "float32"
43
+ }
44
+ },
45
+ "sym": true,
46
+ "calibration_samples": 128,
47
+ "calibration_sequence_length": 2048,
48
+ "calibration_batch_size": 1,
49
+ "calibration_sort": true,
50
+ "calibration_corpus_sha256": "7ac4e3f0092bd5acfdeaec88f19a8c829458b0716c10ab9e81cda6f8b064b675",
51
+ "estimated_output_bytes_for_disk_gate": 25013756783
52
+ },
53
+ "gptqmodel_quantized": true,
54
+ "finished_utc": "2026-08-16T11:25:21+00:00",
55
+ "elapsed_seconds": 3874.993,
56
+ "resources": {
57
+ "samples": 3652,
58
+ "peak_process_rss_gib": 30.644,
59
+ "peak_system_used_gib": 19.263,
60
+ "peak_gpu_vram_gib": 10.301
61
+ },
62
+ "output_bytes": 21008177453
63
+ }
chat_template.jinja ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- set image_count = namespace(value=0) %}
2
+ {%- set video_count = namespace(value=0) %}
3
+ {%- macro render_content(content, do_vision_count, is_system_content=false) %}
4
+ {%- if content is string %}
5
+ {{- content }}
6
+ {%- elif content is iterable and content is not mapping %}
7
+ {%- for item in content %}
8
+ {%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
9
+ {%- if is_system_content %}
10
+ {{- raise_exception('System message cannot contain images.') }}
11
+ {%- endif %}
12
+ {%- if do_vision_count %}
13
+ {%- set image_count.value = image_count.value + 1 %}
14
+ {%- endif %}
15
+ {%- if add_vision_id %}
16
+ {{- 'Picture ' ~ image_count.value ~ ': ' }}
17
+ {%- endif %}
18
+ {{- '<|vision_start|><|image_pad|><|vision_end|>' }}
19
+ {%- elif 'video' in item or item.type == 'video' %}
20
+ {%- if is_system_content %}
21
+ {{- raise_exception('System message cannot contain videos.') }}
22
+ {%- endif %}
23
+ {%- if do_vision_count %}
24
+ {%- set video_count.value = video_count.value + 1 %}
25
+ {%- endif %}
26
+ {%- if add_vision_id %}
27
+ {{- 'Video ' ~ video_count.value ~ ': ' }}
28
+ {%- endif %}
29
+ {{- '<|vision_start|><|video_pad|><|vision_end|>' }}
30
+ {%- elif 'text' in item %}
31
+ {{- item.text }}
32
+ {%- else %}
33
+ {{- raise_exception('Unexpected item type in content.') }}
34
+ {%- endif %}
35
+ {%- endfor %}
36
+ {%- elif content is none or content is undefined %}
37
+ {{- '' }}
38
+ {%- else %}
39
+ {{- raise_exception('Unexpected content type.') }}
40
+ {%- endif %}
41
+ {%- endmacro %}
42
+ {%- if not messages %}
43
+ {{- raise_exception('No messages provided.') }}
44
+ {%- endif %}
45
+ {%- set reasoning_instructions = '' %}
46
+ {%- if enable_thinking is undefined or enable_thinking is true %}
47
+ {%- set resolved_reasoning_effort = reasoning_effort|default('xhigh') %}
48
+ {%- if resolved_reasoning_effort not in ('xhigh', 'medium', 'low') %}
49
+ {{- raise_exception('Unexpected reasoning effort ' ~ reasoning_effort ~ '. Supported types are xhigh (default), medium, and low.') }}
50
+ {%- endif %}
51
+ {%- if resolved_reasoning_effort == 'xhigh' %}
52
+ {%- set reasoning_instructions = 'Reasoning effort is set to xhigh. Please think carefully through the task, validate key assumptions, consider plausible alternatives, and prioritize correctness, consistency, and clarity in the final answer.' %}
53
+ {%- elif resolved_reasoning_effort == 'low' %}
54
+ {%- set reasoning_instructions = 'Reasoning effort is set to low. Keep your thinking brief and focused, moving directly to the conclusion without unnecessary elaboration.' %}
55
+ {%- endif %}
56
+ {%- endif %}
57
+ {%- if tools and tools is iterable and tools is not mapping %}
58
+ {{- '<|im_start|>system\n' }}
59
+ {%- if reasoning_instructions %}
60
+ {{- reasoning_instructions + '\n\n' }}
61
+ {%- endif %}
62
+ {{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
63
+ {%- for tool in tools %}
64
+ {{- "\n" }}
65
+ {{- tool | tojson }}
66
+ {%- endfor %}
67
+ {{- "\n</tools>" }}
68
+ {{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
69
+ {%- if messages[0].role == 'system' %}
70
+ {%- set content = render_content(messages[0].content, false, true)|trim %}
71
+ {%- if content %}
72
+ {{- '\n\n' + content }}
73
+ {%- endif %}
74
+ {%- endif %}
75
+ {{- '<|im_end|>\n' }}
76
+ {%- else %}
77
+ {%- if messages[0].role == 'system' %}
78
+ {%- set content = render_content(messages[0].content, false, true)|trim %}
79
+ {%- if content %}
80
+ {{- '<|im_start|>system\n' + (reasoning_instructions + '\n\n' if reasoning_instructions else '') + content + '<|im_end|>\n' }}
81
+ {%- elif reasoning_instructions %}
82
+ {{- '<|im_start|>system\n' + reasoning_instructions + '<|im_end|>\n' }}
83
+ {%- endif %}
84
+ {%- elif reasoning_instructions %}
85
+ {{- '<|im_start|>system\n' + reasoning_instructions + '<|im_end|>\n' }}
86
+ {%- endif %}
87
+ {%- endif %}
88
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
89
+ {%- for message in messages[::-1] %}
90
+ {%- set index = (messages|length - 1) - loop.index0 %}
91
+ {%- if ns.multi_step_tool and message.role == "user" %}
92
+ {%- set content = render_content(message.content, false)|trim %}
93
+ {%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
94
+ {%- set ns.multi_step_tool = false %}
95
+ {%- set ns.last_query_index = index %}
96
+ {%- endif %}
97
+ {%- endif %}
98
+ {%- endfor %}
99
+ {%- if ns.multi_step_tool %}
100
+ {{- raise_exception('No user query found in messages.') }}
101
+ {%- endif %}
102
+ {%- for message in messages %}
103
+ {%- set content = render_content(message.content, true)|trim %}
104
+ {%- if message.role == "system" %}
105
+ {%- if not loop.first %}
106
+ {{- raise_exception('System message must be at the beginning.') }}
107
+ {%- endif %}
108
+ {%- elif message.role == "user" %}
109
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
110
+ {%- elif message.role == "assistant" %}
111
+ {%- set reasoning_content = '' %}
112
+ {%- if message.reasoning_content is string %}
113
+ {%- set reasoning_content = message.reasoning_content %}
114
+ {%- endif %}
115
+ {%- set reasoning_content = reasoning_content|trim %}
116
+ {%- if preserve_thinking is undefined or preserve_thinking is true or loop.index0 > ns.last_query_index %}
117
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
118
+ {%- else %}
119
+ {{- '<|im_start|>' + message.role + '\n' + content }}
120
+ {%- endif %}
121
+ {%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
122
+ {%- for tool_call in message.tool_calls %}
123
+ {%- if tool_call.function is defined %}
124
+ {%- set tool_call = tool_call.function %}
125
+ {%- endif %}
126
+ {%- if loop.first %}
127
+ {%- if content|trim %}
128
+ {{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
129
+ {%- else %}
130
+ {{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
131
+ {%- endif %}
132
+ {%- else %}
133
+ {{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
134
+ {%- endif %}
135
+ {%- if tool_call.arguments is defined and tool_call.arguments != '' %}
136
+ {%- for args_name, args_value in tool_call.arguments|items %}
137
+ {{- '<parameter=' + args_name + '>\n' }}
138
+ {%- set args_value = args_value | string if args_value is string else args_value | tojson | safe %}
139
+ {{- args_value }}
140
+ {{- '\n</parameter>\n' }}
141
+ {%- endfor %}
142
+ {%- endif %}
143
+ {{- '</function>\n</tool_call>' }}
144
+ {%- endfor %}
145
+ {%- endif %}
146
+ {{- '<|im_end|>\n' }}
147
+ {%- elif message.role == "tool" %}
148
+ {%- if loop.previtem and loop.previtem.role != "tool" %}
149
+ {{- '<|im_start|>user' }}
150
+ {%- endif %}
151
+ {{- '\n<tool_response>\n' }}
152
+ {{- content }}
153
+ {{- '\n</tool_response>' }}
154
+ {%- if not loop.last and loop.nextitem.role != "tool" %}
155
+ {{- '<|im_end|>\n' }}
156
+ {%- elif loop.last %}
157
+ {{- '<|im_end|>\n' }}
158
+ {%- endif %}
159
+ {%- else %}
160
+ {{- raise_exception('Unexpected message role.') }}
161
+ {%- endif %}
162
+ {%- endfor %}
163
+ {%- if add_generation_prompt %}
164
+ {{- '<|im_start|>assistant\n' }}
165
+ {%- if enable_thinking is defined and enable_thinking is false %}
166
+ {{- '<think>\n\n</think>\n\n' }}
167
+ {%- else %}
168
+ {{- '<think>\n' }}
169
+ {%- endif %}
170
+ {%- endif %}
config.json ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3_5ForConditionalGeneration"
4
+ ],
5
+ "dtype": "bfloat16",
6
+ "image_token_id": 248056,
7
+ "language_model_only": false,
8
+ "model_type": "qwen3_5",
9
+ "quantization_config": {
10
+ "bits": 4,
11
+ "checkpoint_format": "gptq",
12
+ "desc_act": true,
13
+ "format": "gptq",
14
+ "group_size": 32,
15
+ "lm_head": false,
16
+ "meta": {
17
+ "act_group_aware": false,
18
+ "auto_forward_data_parallel": true,
19
+ "damp_auto_increment": 0.01,
20
+ "damp_percent": 0.01,
21
+ "dense_vram_strategy": "exclusive",
22
+ "dense_vram_strategy_devices": null,
23
+ "fallback": {
24
+ "smooth": null,
25
+ "strategy": "rtn",
26
+ "threshold": "0.5%"
27
+ },
28
+ "foem": null,
29
+ "gc_mode": "interval",
30
+ "gptaq": null,
31
+ "hessian": {
32
+ "chunk_bytes": null,
33
+ "chunk_size": null,
34
+ "staging_dtype": "float32"
35
+ },
36
+ "mock_quantization": false,
37
+ "moe_vram_strategy": "exclusive",
38
+ "moe_vram_strategy_devices": null,
39
+ "mse": 0.0,
40
+ "offload_to_disk": false,
41
+ "offload_to_disk_path": null,
42
+ "pack_impl": "cpu",
43
+ "quantizer": [
44
+ "gptqmodel:7.3.4"
45
+ ],
46
+ "static_groups": false,
47
+ "true_sequential": true,
48
+ "uri": "https://github.com/modelcloud/gptqmodel",
49
+ "wait_for_submodule_finalizers": false
50
+ },
51
+ "method": "gptq",
52
+ "pack_dtype": "int32",
53
+ "quant_method": "gptq",
54
+ "sym": true
55
+ },
56
+ "rope_parameters": {
57
+ "rope_theta": 10000.0,
58
+ "rope_type": "default"
59
+ },
60
+ "text_config": {
61
+ "attention_bias": false,
62
+ "attention_dropout": 0.0,
63
+ "attn_output_gate": true,
64
+ "bos_token_id": 248044,
65
+ "dtype": "bfloat16",
66
+ "eos_token_id": 248044,
67
+ "full_attention_interval": 4,
68
+ "head_dim": 256,
69
+ "hidden_act": "silu",
70
+ "hidden_size": 5120,
71
+ "initializer_range": 0.02,
72
+ "intermediate_size": 17408,
73
+ "layer_types": [
74
+ "linear_attention",
75
+ "linear_attention",
76
+ "linear_attention",
77
+ "full_attention",
78
+ "linear_attention",
79
+ "linear_attention",
80
+ "linear_attention",
81
+ "full_attention",
82
+ "linear_attention",
83
+ "linear_attention",
84
+ "linear_attention",
85
+ "full_attention",
86
+ "linear_attention",
87
+ "linear_attention",
88
+ "linear_attention",
89
+ "full_attention",
90
+ "linear_attention",
91
+ "linear_attention",
92
+ "linear_attention",
93
+ "full_attention",
94
+ "linear_attention",
95
+ "linear_attention",
96
+ "linear_attention",
97
+ "full_attention",
98
+ "linear_attention",
99
+ "linear_attention",
100
+ "linear_attention",
101
+ "full_attention",
102
+ "linear_attention",
103
+ "linear_attention",
104
+ "linear_attention",
105
+ "full_attention",
106
+ "linear_attention",
107
+ "linear_attention",
108
+ "linear_attention",
109
+ "full_attention",
110
+ "linear_attention",
111
+ "linear_attention",
112
+ "linear_attention",
113
+ "full_attention",
114
+ "linear_attention",
115
+ "linear_attention",
116
+ "linear_attention",
117
+ "full_attention",
118
+ "linear_attention",
119
+ "linear_attention",
120
+ "linear_attention",
121
+ "full_attention",
122
+ "linear_attention",
123
+ "linear_attention",
124
+ "linear_attention",
125
+ "full_attention",
126
+ "linear_attention",
127
+ "linear_attention",
128
+ "linear_attention",
129
+ "full_attention",
130
+ "linear_attention",
131
+ "linear_attention",
132
+ "linear_attention",
133
+ "full_attention",
134
+ "linear_attention",
135
+ "linear_attention",
136
+ "linear_attention",
137
+ "full_attention"
138
+ ],
139
+ "linear_conv_kernel_dim": 4,
140
+ "linear_key_head_dim": 128,
141
+ "linear_num_key_heads": 16,
142
+ "linear_num_value_heads": 48,
143
+ "linear_value_head_dim": 128,
144
+ "mamba_ssm_dtype": "float32",
145
+ "max_position_embeddings": 262144,
146
+ "model_type": "qwen3_5_text",
147
+ "mtp_num_hidden_layers": 1,
148
+ "mtp_use_dedicated_embeddings": false,
149
+ "num_attention_heads": 24,
150
+ "num_hidden_layers": 64,
151
+ "num_key_value_heads": 4,
152
+ "output_gate_type": "swish",
153
+ "pad_token_id": 248044,
154
+ "partial_rotary_factor": 0.25,
155
+ "rms_norm_eps": 1e-06,
156
+ "rope_parameters": {
157
+ "mrope_interleaved": true,
158
+ "mrope_section": [
159
+ 11,
160
+ 11,
161
+ 10
162
+ ],
163
+ "partial_rotary_factor": 0.25,
164
+ "rope_theta": 10000000,
165
+ "rope_type": "default"
166
+ },
167
+ "tie_word_embeddings": false,
168
+ "use_cache": true,
169
+ "vocab_size": 248320
170
+ },
171
+ "tie_word_embeddings": false,
172
+ "transformers_version": "5.15.0",
173
+ "use_cache": false,
174
+ "video_token_id": 248057,
175
+ "vision_config": {
176
+ "deepstack_visual_indexes": [],
177
+ "depth": 27,
178
+ "dtype": "bfloat16",
179
+ "hidden_act": "gelu_pytorch_tanh",
180
+ "hidden_size": 1152,
181
+ "in_channels": 3,
182
+ "initializer_range": 0.02,
183
+ "intermediate_size": 4304,
184
+ "model_type": "qwen3_5_vision",
185
+ "num_heads": 16,
186
+ "num_position_embeddings": 2304,
187
+ "out_hidden_size": 5120,
188
+ "patch_size": 16,
189
+ "spatial_merge_size": 2,
190
+ "temporal_patch_size": 2
191
+ },
192
+ "vision_end_token_id": 248054,
193
+ "vision_start_token_id": 248053
194
+ }
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 248044,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 248046,
6
+ 248044
7
+ ],
8
+ "pad_token_id": 248044,
9
+ "temperature": 1.0,
10
+ "top_k": 20,
11
+ "top_p": 0.95
12
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16cc514d3d10b94e1ab78e66a6999c5a28c397ba133177dd09edb74c58b49eec
3
+ size 3516829256
model-00002-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b75b90f32a5dbd9b2fd7a78818a1f36480d276305f3685a8d59b1bc922973a86
3
+ size 4256318608
model-00003-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:250304cfa56086a8f438aa41b0b029d1d5f2f9e24d258d4e6f2a9fd05e9f51a3
3
+ size 4289980688
model-00004-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f2a938a395afa424b4c41e52fa8bb5738ce4259183eb9cdffcba63fd6ae5a08
3
+ size 4292011064
model-00005-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c67bcc7457a02378947c0d48766d26f21a93c8a3e1936378b6666e1bcd2f24c5
3
+ size 4241703800
model-00006-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a5e5b2d9be19ccbfb8401688bf95957c8316bebdfbb482708a7e619762dcc1c
3
+ size 388016320
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
preprocessor_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "size": {
3
+ "longest_edge": 16777216,
4
+ "shortest_edge": 65536
5
+ },
6
+ "patch_size": 16,
7
+ "temporal_patch_size": 2,
8
+ "merge_size": 2,
9
+ "image_mean": [
10
+ 0.5,
11
+ 0.5,
12
+ 0.5
13
+ ],
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "processor_class": "Qwen3VLProcessor",
20
+ "image_processor_type": "Qwen2VLImageProcessorFast"
21
+ }
processor_config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_processor": {
3
+ "do_convert_rgb": true,
4
+ "do_normalize": true,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "image_mean": [
8
+ 0.5,
9
+ 0.5,
10
+ 0.5
11
+ ],
12
+ "image_processor_type": "Qwen2VLImageProcessor",
13
+ "image_std": [
14
+ 0.5,
15
+ 0.5,
16
+ 0.5
17
+ ],
18
+ "merge_size": 2,
19
+ "patch_size": 16,
20
+ "resample": 3,
21
+ "rescale_factor": 0.00392156862745098,
22
+ "size": {
23
+ "longest_edge": 16777216,
24
+ "shortest_edge": 65536
25
+ },
26
+ "temporal_patch_size": 2
27
+ },
28
+ "processor_class": "Qwen3VLProcessor",
29
+ "video_processor": {
30
+ "do_convert_rgb": true,
31
+ "do_normalize": true,
32
+ "do_rescale": true,
33
+ "do_resize": true,
34
+ "do_sample_frames": true,
35
+ "fps": 2,
36
+ "image_mean": [
37
+ 0.5,
38
+ 0.5,
39
+ 0.5
40
+ ],
41
+ "image_std": [
42
+ 0.5,
43
+ 0.5,
44
+ 0.5
45
+ ],
46
+ "max_frames": 768,
47
+ "merge_size": 2,
48
+ "min_frames": 4,
49
+ "patch_size": 16,
50
+ "resample": 3,
51
+ "rescale_factor": 0.00392156862745098,
52
+ "return_metadata": false,
53
+ "size": {
54
+ "longest_edge": 25165824,
55
+ "shortest_edge": 4096
56
+ },
57
+ "temporal_patch_size": 2,
58
+ "video_processor_type": "Qwen3VLVideoProcessor"
59
+ }
60
+ }
quant_log.csv ADDED
@@ -0,0 +1,401 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ layer,module,loss,samples,damp,time
2
+ 0,linear_attn.in_proj_qkv,0.0000465595,0.01000,4.838
3
+ 0,linear_attn.in_proj_z,0.0000305803,0.01000,3.571
4
+ 0,linear_attn.out_proj,0.0000000691,0.01000,3.946
5
+ 0,mlp.up_proj,0.0000002992,0.01000,9.341
6
+ 0,mlp.gate_proj,0.0000003201,0.01000,9.540
7
+ 0,mlp.down_proj,0.0000000011,0.01000,13.401
8
+ 1,linear_attn.in_proj_qkv,0.0000048377,0.01000,3.311
9
+ 1,linear_attn.in_proj_z,0.0000029758,0.01000,3.544
10
+ 1,linear_attn.out_proj,0.0000000068,0.01000,4.353
11
+ 1,mlp.up_proj,0.0000006274,0.01000,9.839
12
+ 1,mlp.gate_proj,0.0000006530,0.01000,9.897
13
+ 1,mlp.down_proj,0.0000000016,0.01000,13.298
14
+ 2,linear_attn.in_proj_qkv,0.0000065660,0.01000,3.461
15
+ 2,linear_attn.in_proj_z,0.0000039966,0.01000,3.271
16
+ 2,linear_attn.out_proj,0.0000000109,0.01000,4.008
17
+ 2,mlp.up_proj,0.0000011682,0.01000,10.524
18
+ 2,mlp.gate_proj,0.0000012390,0.01000,10.542
19
+ 2,mlp.down_proj,0.0000000053,0.01000,12.445
20
+ 3,self_attn.k_proj,0.0000071029,0.01000,17.450
21
+ 3,self_attn.q_proj,0.0001030882,0.01000,17.632
22
+ 3,self_attn.v_proj,0.0000068607,0.01000,17.771
23
+ 3,self_attn.o_proj,0.0000000149,0.01000,3.971
24
+ 3,mlp.up_proj,0.0000013900,0.01000,9.998
25
+ 3,mlp.gate_proj,0.0000014284,0.01000,10.084
26
+ 3,mlp.down_proj,0.0000000040,0.01000,13.235
27
+ 4,linear_attn.in_proj_qkv,0.0000068506,0.01000,4.197
28
+ 4,linear_attn.in_proj_z,0.0000043613,0.01000,3.714
29
+ 4,linear_attn.out_proj,0.0000000150,0.01000,3.891
30
+ 4,mlp.gate_proj,0.0000019025,0.01000,8.847
31
+ 4,mlp.up_proj,0.0000018767,0.01000,8.865
32
+ 4,mlp.down_proj,0.0000000052,0.01000,14.583
33
+ 5,linear_attn.in_proj_qkv,0.0000096762,0.01000,3.360
34
+ 5,linear_attn.in_proj_z,0.0000063109,0.01000,3.823
35
+ 5,linear_attn.out_proj,0.0000000166,0.01000,4.406
36
+ 5,mlp.up_proj,0.0000023280,0.01000,9.872
37
+ 5,mlp.gate_proj,0.0000024457,0.01000,9.909
38
+ 5,mlp.down_proj,0.0000000076,0.01000,12.991
39
+ 6,linear_attn.in_proj_qkv,0.0000172638,0.01000,3.553
40
+ 6,linear_attn.in_proj_z,0.0000103571,0.01000,3.410
41
+ 6,linear_attn.out_proj,0.0000000315,0.01000,3.838
42
+ 6,mlp.up_proj,0.0000034171,0.01000,10.269
43
+ 6,mlp.gate_proj,0.0000036210,0.01000,10.413
44
+ 6,mlp.down_proj,0.0000000134,0.01000,13.372
45
+ 7,self_attn.k_proj,0.0000059113,0.01000,17.050
46
+ 7,self_attn.q_proj,0.0000787790,0.01000,17.114
47
+ 7,self_attn.v_proj,0.0000055630,0.01000,17.235
48
+ 7,self_attn.o_proj,0.0000000369,0.01000,3.965
49
+ 7,mlp.up_proj,0.0000038006,0.01000,9.871
50
+ 7,mlp.gate_proj,0.0000040251,0.01000,9.951
51
+ 7,mlp.down_proj,0.0000000171,0.01000,13.071
52
+ 8,linear_attn.in_proj_qkv,0.0000140466,0.01000,3.524
53
+ 8,linear_attn.in_proj_z,0.0000088766,0.01000,3.591
54
+ 8,linear_attn.out_proj,0.0000000424,0.01000,3.995
55
+ 8,mlp.up_proj,0.0000042088,0.01000,8.027
56
+ 8,mlp.gate_proj,0.0000044353,0.01000,8.224
57
+ 8,mlp.down_proj,0.0000000186,0.01000,12.656
58
+ 9,linear_attn.in_proj_qkv,0.0000146743,0.01000,3.415
59
+ 9,linear_attn.in_proj_z,0.0000090112,0.01000,3.189
60
+ 9,linear_attn.out_proj,0.0000000407,0.01000,4.258
61
+ 9,mlp.up_proj,0.0000044021,0.01000,9.325
62
+ 9,mlp.gate_proj,0.0000046012,0.01000,9.398
63
+ 9,mlp.down_proj,0.0000000203,0.01000,11.828
64
+ 10,linear_attn.in_proj_qkv,0.0000148848,0.01000,3.323
65
+ 10,linear_attn.in_proj_z,0.0000089107,0.01000,3.390
66
+ 10,linear_attn.out_proj,0.0000000605,0.01000,4.166
67
+ 10,mlp.up_proj,0.0000044844,0.01000,9.541
68
+ 10,mlp.gate_proj,0.0000046451,0.01000,9.599
69
+ 10,mlp.down_proj,0.0000000244,0.01000,12.810
70
+ 11,self_attn.k_proj,0.0000049339,0.01000,16.118
71
+ 11,self_attn.q_proj,0.0000630472,0.01000,16.206
72
+ 11,self_attn.v_proj,0.0000047324,0.01000,16.319
73
+ 11,self_attn.o_proj,0.0000001008,0.01000,4.058
74
+ 11,mlp.up_proj,0.0000052183,0.01000,8.230
75
+ 11,mlp.gate_proj,0.0000054071,0.01000,8.277
76
+ 11,mlp.down_proj,0.0000000347,0.01000,12.730
77
+ 12,linear_attn.in_proj_qkv,0.0000193344,0.01000,4.267
78
+ 12,linear_attn.in_proj_z,0.0000115214,0.01000,4.999
79
+ 12,linear_attn.out_proj,0.0000000890,0.01000,5.844
80
+ 12,mlp.up_proj,0.0000054587,0.01000,10.800
81
+ 12,mlp.gate_proj,0.0000056580,0.01000,10.822
82
+ 12,mlp.down_proj,0.0000000387,0.01000,17.711
83
+ 13,linear_attn.in_proj_qkv,0.0000205298,0.01000,4.015
84
+ 13,linear_attn.in_proj_z,0.0000116700,0.01000,4.442
85
+ 13,linear_attn.out_proj,0.0000001050,0.01000,5.942
86
+ 13,mlp.up_proj,0.0000060140,0.01000,11.864
87
+ 13,mlp.gate_proj,0.0000062457,0.01000,11.944
88
+ 13,mlp.down_proj,0.0000000448,0.01000,17.853
89
+ 14,linear_attn.in_proj_qkv,0.0000228385,0.01000,3.808
90
+ 14,linear_attn.in_proj_z,0.0000134632,0.01000,4.232
91
+ 14,linear_attn.out_proj,0.0000001706,0.01000,6.292
92
+ 14,mlp.gate_proj,0.0000068234,0.01000,11.267
93
+ 14,mlp.up_proj,0.0000065948,0.01000,11.368
94
+ 14,mlp.down_proj,0.0000000568,0.01000,17.929
95
+ 15,self_attn.k_proj,0.0000042516,0.01000,20.526
96
+ 15,self_attn.v_proj,0.0000042227,0.01000,20.863
97
+ 15,self_attn.q_proj,0.0000498335,0.01000,20.935
98
+ 15,self_attn.o_proj,0.0000001376,0.01000,5.051
99
+ 15,mlp.up_proj,0.0000080230,0.01000,11.382
100
+ 15,mlp.gate_proj,0.0000082196,0.01000,11.410
101
+ 15,mlp.down_proj,0.0000000800,0.01000,16.850
102
+ 16,linear_attn.in_proj_qkv,0.0000244958,0.01000,4.882
103
+ 16,linear_attn.in_proj_z,0.0000139996,0.01000,4.429
104
+ 16,linear_attn.out_proj,0.0000001649,0.01000,4.950
105
+ 16,mlp.up_proj,0.0000090578,0.01000,11.231
106
+ 16,mlp.gate_proj,0.0000093029,0.01000,11.275
107
+ 16,mlp.down_proj,0.0000001030,0.01000,16.792
108
+ 17,linear_attn.in_proj_qkv,0.0000282585,0.01000,5.239
109
+ 17,linear_attn.in_proj_z,0.0000146324,0.01000,4.718
110
+ 17,linear_attn.out_proj,0.0000002194,0.01000,5.066
111
+ 17,mlp.gate_proj,0.0000110414,0.01000,11.310
112
+ 17,mlp.up_proj,0.0000107577,0.01000,11.355
113
+ 17,mlp.down_proj,0.0000001347,0.01000,16.906
114
+ 18,linear_attn.in_proj_qkv,0.0000304728,0.01000,4.571
115
+ 18,linear_attn.in_proj_z,0.0000170016,0.01000,4.615
116
+ 18,linear_attn.out_proj,0.0000003511,0.01000,5.093
117
+ 18,mlp.up_proj,0.0000138877,0.01000,11.130
118
+ 18,mlp.gate_proj,0.0000143212,0.01000,11.158
119
+ 18,mlp.down_proj,0.0000002540,0.01000,17.289
120
+ 19,self_attn.k_proj,0.0000044707,0.01000,19.904
121
+ 19,self_attn.q_proj,0.0000538362,0.01000,20.042
122
+ 19,self_attn.v_proj,0.0000048465,0.01000,20.141
123
+ 19,self_attn.o_proj,0.0000008460,0.01000,4.935
124
+ 19,mlp.gate_proj,0.0000218919,0.01000,12.212
125
+ 19,mlp.up_proj,0.0000211867,0.01000,12.329
126
+ 19,mlp.down_proj,0.0000004457,0.01000,16.790
127
+ 20,linear_attn.in_proj_qkv,0.0000626688,0.01000,3.637
128
+ 20,linear_attn.in_proj_z,0.0000359357,0.01000,4.110
129
+ 20,linear_attn.out_proj,0.0000007770,0.01000,5.139
130
+ 20,mlp.gate_proj,0.0000283249,0.01000,12.657
131
+ 20,mlp.up_proj,0.0000268738,0.01000,12.850
132
+ 20,mlp.down_proj,0.0000006253,0.01000,16.270
133
+ 21,linear_attn.in_proj_qkv,0.0000755664,0.01000,4.286
134
+ 21,linear_attn.in_proj_z,0.0000491567,0.01000,3.860
135
+ 21,linear_attn.out_proj,0.0000008459,0.01000,5.031
136
+ 21,mlp.up_proj,0.0000305040,0.01000,12.990
137
+ 21,mlp.gate_proj,0.0000320680,0.01000,13.029
138
+ 21,mlp.down_proj,0.0000005691,0.01000,15.314
139
+ 22,linear_attn.in_proj_qkv,0.0000670322,0.01000,4.261
140
+ 22,linear_attn.in_proj_z,0.0000417217,0.01000,4.178
141
+ 22,linear_attn.out_proj,0.0000006635,0.01000,5.132
142
+ 22,mlp.gate_proj,0.0000388471,0.01000,12.702
143
+ 22,mlp.up_proj,0.0000351618,0.01000,12.860
144
+ 22,mlp.down_proj,0.0000006516,0.01000,15.353
145
+ 23,self_attn.k_proj,0.0000069196,0.01000,19.722
146
+ 23,self_attn.v_proj,0.0000077916,0.01000,19.821
147
+ 23,self_attn.q_proj,0.0000793075,0.01000,19.915
148
+ 23,self_attn.o_proj,0.0000011365,0.01000,5.853
149
+ 23,mlp.up_proj,0.0000435874,0.01000,12.105
150
+ 23,mlp.gate_proj,0.0000463842,0.01000,12.134
151
+ 23,mlp.down_proj,0.0000008425,0.01000,16.878
152
+ 24,linear_attn.in_proj_qkv,0.0000698582,0.01000,5.795
153
+ 24,linear_attn.in_proj_z,0.0000404147,0.01000,3.633
154
+ 24,linear_attn.out_proj,0.0000012276,0.01000,5.637
155
+ 24,mlp.gate_proj,0.0000538200,0.01000,12.149
156
+ 24,mlp.up_proj,0.0000504490,0.01000,12.406
157
+ 24,mlp.down_proj,0.0000010879,0.01000,17.926
158
+ 25,linear_attn.in_proj_qkv,0.0000758185,0.01000,4.323
159
+ 25,linear_attn.in_proj_z,0.0000412498,0.01000,4.245
160
+ 25,linear_attn.out_proj,0.0000013347,0.01000,5.787
161
+ 25,mlp.gate_proj,0.0000522937,0.01000,11.877
162
+ 25,mlp.up_proj,0.0000513961,0.01000,11.993
163
+ 25,mlp.down_proj,0.0000012097,0.01000,17.317
164
+ 26,linear_attn.in_proj_qkv,0.0000698884,0.01000,4.032
165
+ 26,linear_attn.in_proj_z,0.0000367971,0.01000,4.119
166
+ 26,linear_attn.out_proj,0.0000021574,0.01000,5.719
167
+ 26,mlp.gate_proj,0.0000521411,0.01000,11.782
168
+ 26,mlp.up_proj,0.0000537349,0.01000,11.866
169
+ 26,mlp.down_proj,0.0000015733,0.01000,17.857
170
+ 27,self_attn.k_proj,0.0000077329,0.01000,20.770
171
+ 27,self_attn.q_proj,0.0000883736,0.01000,21.046
172
+ 27,self_attn.v_proj,0.0000080222,0.01000,21.144
173
+ 27,self_attn.o_proj,0.0000039121,0.01000,4.788
174
+ 27,mlp.up_proj,0.0000675765,0.01000,11.633
175
+ 27,mlp.gate_proj,0.0000635203,0.01000,11.692
176
+ 27,mlp.down_proj,0.0000022758,0.01000,17.126
177
+ 28,linear_attn.in_proj_qkv,0.0000878155,0.01000,4.772
178
+ 28,linear_attn.in_proj_z,0.0000424791,0.01000,4.331
179
+ 28,linear_attn.out_proj,0.0000027610,0.01000,5.341
180
+ 28,mlp.gate_proj,0.0000662915,0.01000,11.470
181
+ 28,mlp.up_proj,0.0000719431,0.01000,11.574
182
+ 28,mlp.down_proj,0.0000024675,0.01000,17.238
183
+ 29,linear_attn.in_proj_qkv,0.0001030115,0.01000,4.945
184
+ 29,linear_attn.in_proj_z,0.0000482778,0.01000,4.953
185
+ 29,linear_attn.out_proj,0.0000029918,0.01000,5.085
186
+ 29,mlp.gate_proj,0.0000713329,0.01000,11.608
187
+ 29,mlp.up_proj,0.0000777051,0.01000,11.647
188
+ 29,mlp.down_proj,0.0000029918,0.01000,17.246
189
+ 30,linear_attn.in_proj_qkv,0.0001099097,0.01000,5.325
190
+ 30,linear_attn.in_proj_z,0.0000528073,0.01000,4.685
191
+ 30,linear_attn.out_proj,0.0000046937,0.01000,4.467
192
+ 30,mlp.gate_proj,0.0000766497,0.01000,11.782
193
+ 30,mlp.up_proj,0.0000854201,0.01000,11.896
194
+ 30,mlp.down_proj,0.0000040538,0.01000,17.052
195
+ 31,self_attn.k_proj,0.0000117875,0.01000,20.046
196
+ 31,self_attn.v_proj,0.0000146597,0.01000,20.150
197
+ 31,self_attn.q_proj,0.0001238897,0.01000,20.185
198
+ 31,self_attn.o_proj,0.0000079213,0.01000,5.054
199
+ 31,mlp.gate_proj,0.0000901246,0.01000,12.966
200
+ 31,mlp.up_proj,0.0001026148,0.01000,12.995
201
+ 31,mlp.down_proj,0.0000054125,0.01000,15.526
202
+ 32,linear_attn.in_proj_qkv,0.0001411392,0.01000,4.297
203
+ 32,linear_attn.in_proj_z,0.0000633579,0.01000,4.290
204
+ 32,linear_attn.out_proj,0.0000059818,0.01000,4.378
205
+ 32,mlp.gate_proj,0.0001081419,0.01000,13.008
206
+ 32,mlp.up_proj,0.0001243875,0.01000,13.039
207
+ 32,mlp.down_proj,0.0000065014,0.01000,16.164
208
+ 33,linear_attn.in_proj_qkv,0.0001823122,0.01000,4.205
209
+ 33,linear_attn.in_proj_z,0.0000766750,0.01000,4.380
210
+ 33,linear_attn.out_proj,0.0000079385,0.01000,4.661
211
+ 33,mlp.gate_proj,0.0001244953,0.01000,12.917
212
+ 33,mlp.up_proj,0.0001456266,0.01000,12.994
213
+ 33,mlp.down_proj,0.0000071197,0.01000,16.185
214
+ 34,linear_attn.in_proj_qkv,0.0001931272,0.01000,4.665
215
+ 34,linear_attn.in_proj_z,0.0000884646,0.01000,4.202
216
+ 34,linear_attn.out_proj,0.0000076319,0.01000,5.294
217
+ 34,mlp.gate_proj,0.0001349536,0.01000,11.966
218
+ 34,mlp.up_proj,0.0001622027,0.01000,12.144
219
+ 34,mlp.down_proj,0.0000092788,0.01000,17.727
220
+ 35,self_attn.v_proj,0.0000297213,0.01000,20.105
221
+ 35,self_attn.k_proj,0.0000202671,0.01000,20.288
222
+ 35,self_attn.q_proj,0.0002131211,0.01000,20.312
223
+ 35,self_attn.o_proj,0.0000165856,0.01000,6.004
224
+ 35,mlp.gate_proj,0.0001520905,0.01000,11.776
225
+ 35,mlp.up_proj,0.0001754468,0.01000,11.835
226
+ 35,mlp.down_proj,0.0000088191,0.01000,17.986
227
+ 36,linear_attn.in_proj_qkv,0.0002695622,0.01000,4.256
228
+ 36,linear_attn.in_proj_z,0.0001382797,0.01000,4.288
229
+ 36,linear_attn.out_proj,0.0000042044,0.01000,5.340
230
+ 36,mlp.gate_proj,0.0001673946,0.01000,11.956
231
+ 36,mlp.up_proj,0.0001709744,0.01000,12.124
232
+ 36,mlp.down_proj,0.0000069419,0.01000,19.004
233
+ 37,linear_attn.in_proj_qkv,0.0002804669,0.01000,4.277
234
+ 37,linear_attn.in_proj_z,0.0001635379,0.01000,5.277
235
+ 37,linear_attn.out_proj,0.0000043134,0.01000,5.981
236
+ 37,mlp.up_proj,0.0001598896,0.01000,11.962
237
+ 37,mlp.gate_proj,0.0001610927,0.01000,12.038
238
+ 37,mlp.down_proj,0.0000061502,0.01000,18.387
239
+ 38,linear_attn.in_proj_qkv,0.0002559712,0.01000,4.407
240
+ 38,linear_attn.in_proj_z,0.0001519346,0.01000,5.260
241
+ 38,linear_attn.out_proj,0.0000033474,0.01000,5.072
242
+ 38,mlp.gate_proj,0.0002102250,0.01000,11.566
243
+ 38,mlp.up_proj,0.0001819107,0.01000,11.609
244
+ 38,mlp.down_proj,0.0000064125,0.01000,17.788
245
+ 39,self_attn.v_proj,0.0000256012,0.01000,20.503
246
+ 39,self_attn.q_proj,0.0002164532,0.01000,20.587
247
+ 39,self_attn.k_proj,0.0000195338,0.01000,20.718
248
+ 39,self_attn.o_proj,0.0000100446,0.01000,5.098
249
+ 39,mlp.up_proj,0.0001702656,0.01000,12.953
250
+ 39,mlp.gate_proj,0.0001858761,0.01000,13.025
251
+ 39,mlp.down_proj,0.0000053651,0.01000,15.871
252
+ 40,linear_attn.in_proj_qkv,0.0002165669,0.01000,6.048
253
+ 40,linear_attn.in_proj_z,0.0001219398,0.01000,4.178
254
+ 40,linear_attn.out_proj,0.0000043043,0.01000,4.662
255
+ 40,mlp.gate_proj,0.0002016520,0.01000,12.306
256
+ 40,mlp.up_proj,0.0001809801,0.01000,12.418
257
+ 40,mlp.down_proj,0.0000061339,0.01000,16.490
258
+ 41,linear_attn.in_proj_qkv,0.0002043740,0.01000,5.530
259
+ 41,linear_attn.in_proj_z,0.0001144006,0.01000,4.321
260
+ 41,linear_attn.out_proj,0.0000034344,0.01000,4.390
261
+ 41,mlp.up_proj,0.0001675813,0.01000,12.233
262
+ 41,mlp.gate_proj,0.0001684914,0.01000,12.310
263
+ 41,mlp.down_proj,0.0000066101,0.01000,16.020
264
+ 42,linear_attn.in_proj_qkv,0.0001864982,0.01000,5.811
265
+ 42,linear_attn.in_proj_z,0.0001013298,0.01000,4.442
266
+ 42,linear_attn.out_proj,0.0000060871,0.01000,5.023
267
+ 42,mlp.gate_proj,0.0001540212,0.01000,11.552
268
+ 42,mlp.up_proj,0.0001637856,0.01000,11.681
269
+ 42,mlp.down_proj,0.0000082843,0.01000,17.642
270
+ 43,self_attn.k_proj,0.0000194965,0.01000,20.762
271
+ 43,self_attn.v_proj,0.0000267600,0.01000,20.900
272
+ 43,self_attn.q_proj,0.0002105088,0.01000,21.024
273
+ 43,self_attn.o_proj,0.0000190630,0.01000,4.308
274
+ 43,mlp.up_proj,0.0001904914,0.01000,13.082
275
+ 43,mlp.gate_proj,0.0001721011,0.01000,13.195
276
+ 43,mlp.down_proj,0.0000101658,0.01000,17.366
277
+ 44,linear_attn.in_proj_qkv,0.0002125827,0.01000,4.503
278
+ 44,linear_attn.in_proj_z,0.0001049343,0.01000,4.503
279
+ 44,linear_attn.out_proj,0.0000073438,0.01000,5.065
280
+ 44,mlp.gate_proj,0.0001767046,0.01000,12.428
281
+ 44,mlp.up_proj,0.0001980982,0.01000,12.561
282
+ 44,mlp.down_proj,0.0000107053,0.01000,16.416
283
+ 45,linear_attn.in_proj_qkv,0.0002301205,0.01000,4.100
284
+ 45,linear_attn.in_proj_z,0.0001133411,0.01000,4.269
285
+ 45,linear_attn.out_proj,0.0000067958,0.01000,5.488
286
+ 45,mlp.gate_proj,0.0001815128,0.01000,12.960
287
+ 45,mlp.up_proj,0.0002038248,0.01000,12.999
288
+ 45,mlp.down_proj,0.0000117689,0.01000,17.039
289
+ 46,linear_attn.in_proj_qkv,0.0002410166,0.01000,4.602
290
+ 46,linear_attn.in_proj_z,0.0001195199,0.01000,4.756
291
+ 46,linear_attn.out_proj,0.0000106593,0.01000,6.061
292
+ 46,mlp.gate_proj,0.0001838977,0.01000,13.260
293
+ 46,mlp.up_proj,0.0002108314,0.01000,13.330
294
+ 46,mlp.down_proj,0.0000135484,0.01000,19.642
295
+ 47,self_attn.k_proj,0.0000272281,0.01000,16.301
296
+ 47,self_attn.v_proj,0.0000459376,0.01000,16.311
297
+ 47,self_attn.q_proj,0.0002806311,0.01000,16.431
298
+ 47,self_attn.o_proj,0.0000264252,0.01000,4.321
299
+ 47,mlp.gate_proj,0.0002192224,0.01000,9.299
300
+ 47,mlp.up_proj,0.0002510076,0.01000,9.386
301
+ 47,mlp.down_proj,0.0000174404,0.01000,12.689
302
+ 48,linear_attn.in_proj_qkv,0.0002837483,0.01000,3.622
303
+ 48,linear_attn.in_proj_z,0.0001363739,0.01000,2.871
304
+ 48,linear_attn.out_proj,0.0000098116,0.01000,3.461
305
+ 48,mlp.up_proj,0.0002761787,0.01000,9.404
306
+ 48,mlp.gate_proj,0.0002389715,0.01000,9.490
307
+ 48,mlp.down_proj,0.0000191603,0.01000,11.944
308
+ 49,linear_attn.in_proj_qkv,0.0003382158,0.01000,3.781
309
+ 49,linear_attn.in_proj_z,0.0001466734,0.01000,2.962
310
+ 49,linear_attn.out_proj,0.0000118660,0.01000,3.948
311
+ 49,mlp.up_proj,0.0002787075,0.01000,8.931
312
+ 49,mlp.gate_proj,0.0002376087,0.01000,8.958
313
+ 49,mlp.down_proj,0.0000217703,0.01000,12.872
314
+ 50,linear_attn.in_proj_qkv,0.0003170064,0.01000,3.242
315
+ 50,linear_attn.in_proj_z,0.0001498102,0.01000,3.053
316
+ 50,linear_attn.out_proj,0.0000222148,0.01000,3.818
317
+ 50,mlp.gate_proj,0.0002705110,0.01000,9.625
318
+ 50,mlp.up_proj,0.0003089729,0.01000,9.685
319
+ 50,mlp.down_proj,0.0000379229,0.01000,12.234
320
+ 51,self_attn.q_proj,0.0003904938,0.01000,16.188
321
+ 51,self_attn.k_proj,0.0000367747,0.01000,16.288
322
+ 51,self_attn.v_proj,0.0000770984,0.01000,16.317
323
+ 51,self_attn.o_proj,0.0000675822,0.01000,3.936
324
+ 51,mlp.up_proj,0.0003886414,0.01000,9.197
325
+ 51,mlp.gate_proj,0.0003319729,0.01000,9.223
326
+ 51,mlp.down_proj,0.0000452783,0.01000,12.002
327
+ 52,linear_attn.in_proj_qkv,0.0004915262,0.01000,3.585
328
+ 52,linear_attn.in_proj_z,0.0002357129,0.01000,3.747
329
+ 52,linear_attn.out_proj,0.0000185822,0.01000,4.429
330
+ 52,mlp.gate_proj,0.0003765633,0.01000,7.676
331
+ 52,mlp.up_proj,0.0003840524,0.01000,7.829
332
+ 52,mlp.down_proj,0.0000358539,0.01000,12.909
333
+ 53,linear_attn.in_proj_qkv,0.0004868115,0.01000,2.499
334
+ 53,linear_attn.in_proj_z,0.0002424216,0.01000,3.313
335
+ 53,linear_attn.out_proj,0.0000161716,0.01000,3.860
336
+ 53,mlp.gate_proj,0.0004000879,0.01000,9.965
337
+ 53,mlp.up_proj,0.0003850227,0.01000,10.024
338
+ 53,mlp.down_proj,0.0000381373,0.01000,12.209
339
+ 54,linear_attn.in_proj_qkv,0.0004595161,0.01000,3.252
340
+ 54,linear_attn.in_proj_z,0.0002529994,0.01000,3.525
341
+ 54,linear_attn.out_proj,0.0000212727,0.01000,4.330
342
+ 54,mlp.up_proj,0.0004466511,0.01000,8.232
343
+ 54,mlp.gate_proj,0.0004936524,0.01000,8.393
344
+ 54,mlp.down_proj,0.0000530516,0.01000,13.039
345
+ 55,self_attn.q_proj,0.0004352777,0.01000,15.776
346
+ 55,self_attn.v_proj,0.0000914873,0.01000,15.829
347
+ 55,self_attn.k_proj,0.0000395639,0.01000,15.901
348
+ 55,self_attn.o_proj,0.0000424179,0.01000,4.714
349
+ 55,mlp.up_proj,0.0004478328,0.01000,9.086
350
+ 55,mlp.gate_proj,0.0004768694,0.01000,9.150
351
+ 55,mlp.down_proj,0.0000382846,0.01000,12.185
352
+ 56,linear_attn.in_proj_qkv,0.0004960684,0.01000,3.595
353
+ 56,linear_attn.in_proj_z,0.0002529142,0.01000,3.049
354
+ 56,linear_attn.out_proj,0.0000178074,0.01000,3.998
355
+ 56,mlp.gate_proj,0.0004939634,0.01000,10.351
356
+ 56,mlp.up_proj,0.0004486849,0.01000,10.394
357
+ 56,mlp.down_proj,0.0000280172,0.01000,12.913
358
+ 57,linear_attn.in_proj_qkv,0.0005098134,0.01000,3.675
359
+ 57,linear_attn.in_proj_z,0.0002639756,0.01000,6.484
360
+ 57,linear_attn.out_proj,0.0000143255,0.01000,4.131
361
+ 57,mlp.up_proj,0.0005055156,0.01000,8.871
362
+ 57,mlp.gate_proj,0.0005675868,0.01000,8.919
363
+ 57,mlp.down_proj,0.0000293966,0.01000,13.795
364
+ 58,linear_attn.in_proj_qkv,0.0004955187,0.01000,3.365
365
+ 58,linear_attn.in_proj_z,0.0002751105,0.01000,2.776
366
+ 58,linear_attn.out_proj,0.0000218265,0.01000,2.988
367
+ 58,mlp.up_proj,0.0006015578,0.01000,9.663
368
+ 58,mlp.gate_proj,0.0006751317,0.01000,9.741
369
+ 58,mlp.down_proj,0.0000488076,0.01000,12.374
370
+ 59,self_attn.k_proj,0.0000493040,0.01000,17.238
371
+ 59,self_attn.q_proj,0.0005161758,0.01000,17.711
372
+ 59,self_attn.v_proj,0.0001953404,0.01000,17.753
373
+ 59,self_attn.o_proj,0.0001022928,0.01000,4.176
374
+ 59,mlp.gate_proj,0.0006658686,0.01000,8.717
375
+ 59,mlp.up_proj,0.0006093653,0.01000,8.902
376
+ 59,mlp.down_proj,0.0000679011,0.01000,12.651
377
+ 60,linear_attn.in_proj_qkv,0.0005593422,0.01000,3.221
378
+ 60,linear_attn.in_proj_z,0.0002729036,0.01000,2.679
379
+ 60,linear_attn.out_proj,0.0000513208,0.01000,4.113
380
+ 60,mlp.up_proj,0.0005944245,0.01000,9.187
381
+ 60,mlp.gate_proj,0.0006348773,0.01000,9.241
382
+ 60,mlp.down_proj,0.0000745988,0.01000,12.303
383
+ 61,linear_attn.in_proj_qkv,0.0004403089,0.01000,3.552
384
+ 61,linear_attn.in_proj_z,0.0002546274,0.01000,3.195
385
+ 61,linear_attn.out_proj,0.0000778997,0.01000,4.322
386
+ 61,mlp.gate_proj,0.0006772048,0.01000,9.103
387
+ 61,mlp.up_proj,0.0006411800,0.01000,9.131
388
+ 61,mlp.down_proj,0.0001109535,0.01000,12.444
389
+ 62,linear_attn.in_proj_qkv,0.0004666405,0.01000,3.666
390
+ 62,linear_attn.in_proj_z,0.0002469899,0.01000,2.752
391
+ 62,linear_attn.out_proj,0.0002129779,0.01000,3.847
392
+ 62,mlp.gate_proj,0.0006328930,0.01000,8.672
393
+ 62,mlp.up_proj,0.0006014320,0.01000,8.837
394
+ 62,mlp.down_proj,0.0001837080,0.01000,12.573
395
+ 63,self_attn.q_proj,0.0005039408,0.01000,16.709
396
+ 63,self_attn.k_proj,0.0000442387,0.01000,16.856
397
+ 63,self_attn.v_proj,0.0001613512,0.01000,16.868
398
+ 63,self_attn.o_proj,0.0002461547,0.01000,4.187
399
+ 63,mlp.gate_proj,0.0005901742,0.01000,9.777
400
+ 63,mlp.up_proj,0.0005432940,0.01000,9.816
401
+ 63,mlp.down_proj,0.0004097096,0.01000,12.570
quantization_log.json ADDED
The diff for this file is too large to render. See raw diff
 
quantization_provenance.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model": "Qwen/Qwen3.8-27B",
3
+ "base_revision": "1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0",
4
+ "target": "GPTQ-INT4-G32",
5
+ "quantizer": "GPTQModel 7.3.4",
6
+ "quantizer_revision": "7df3d1e837cb5552512bf99b8729c334d0b2c010",
7
+ "quantization_config": {
8
+ "bits": 4,
9
+ "group_size": 32,
10
+ "desc_act": true,
11
+ "lm_head": false,
12
+ "method": "gptq",
13
+ "quant_method": "gptq",
14
+ "format": "gptq",
15
+ "checkpoint_format": "gptq",
16
+ "pack_dtype": "int32",
17
+ "meta": {
18
+ "fallback": {
19
+ "strategy": "rtn",
20
+ "threshold": "0.5%",
21
+ "smooth": null
22
+ },
23
+ "offload_to_disk": false,
24
+ "offload_to_disk_path": null,
25
+ "pack_impl": "cpu",
26
+ "gc_mode": "interval",
27
+ "wait_for_submodule_finalizers": false,
28
+ "auto_forward_data_parallel": true,
29
+ "dense_vram_strategy": "exclusive",
30
+ "dense_vram_strategy_devices": null,
31
+ "moe_vram_strategy": "exclusive",
32
+ "moe_vram_strategy_devices": null,
33
+ "gptaq": null,
34
+ "mse": 0.0,
35
+ "mock_quantization": false,
36
+ "act_group_aware": false,
37
+ "hessian": {
38
+ "chunk_size": null,
39
+ "chunk_bytes": null,
40
+ "staging_dtype": "float32"
41
+ }
42
+ },
43
+ "sym": true,
44
+ "calibration_samples": 128,
45
+ "calibration_sequence_length": 2048,
46
+ "calibration_batch_size": 1,
47
+ "calibration_sort": true,
48
+ "calibration_corpus_sha256": "7ac4e3f0092bd5acfdeaec88f19a8c829458b0716c10ab9e81cda6f8b064b675"
49
+ },
50
+ "created_utc": "2026-08-16T11:25:20+00:00",
51
+ "not_a_finetune": true
52
+ }
quantize_config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "group_size": 32,
4
+ "desc_act": true,
5
+ "lm_head": false,
6
+ "method": "gptq",
7
+ "quant_method": "gptq",
8
+ "format": "gptq",
9
+ "checkpoint_format": "gptq",
10
+ "pack_dtype": "int32",
11
+ "meta": {
12
+ "quantizer": [
13
+ "gptqmodel:7.3.4"
14
+ ],
15
+ "uri": "https://github.com/modelcloud/gptqmodel",
16
+ "damp_percent": 0.01,
17
+ "damp_auto_increment": 0.01,
18
+ "static_groups": false,
19
+ "true_sequential": true,
20
+ "mse": 0.0,
21
+ "gptaq": null,
22
+ "foem": null,
23
+ "act_group_aware": false,
24
+ "fallback": {
25
+ "strategy": "rtn",
26
+ "threshold": "0.5%",
27
+ "smooth": null
28
+ },
29
+ "offload_to_disk": false,
30
+ "offload_to_disk_path": null,
31
+ "pack_impl": "cpu",
32
+ "gc_mode": "interval",
33
+ "wait_for_submodule_finalizers": false,
34
+ "auto_forward_data_parallel": true,
35
+ "dense_vram_strategy": "exclusive",
36
+ "dense_vram_strategy_devices": null,
37
+ "moe_vram_strategy": "exclusive",
38
+ "moe_vram_strategy_devices": null,
39
+ "mock_quantization": false,
40
+ "hessian": {
41
+ "chunk_size": null,
42
+ "chunk_bytes": null,
43
+ "staging_dtype": "float32"
44
+ }
45
+ },
46
+ "sym": true
47
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0997f410c57a1f4e53b09e4be8f4a172d90edd9564368fb0847030937229b9f3
3
+ size 12809320
tokenizer_config.json ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "248044": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "248045": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "248046": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "248047": {
29
+ "content": "<|object_ref_start|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "248048": {
37
+ "content": "<|object_ref_end|>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "248049": {
45
+ "content": "<|box_start|>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "248050": {
53
+ "content": "<|box_end|>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "248051": {
61
+ "content": "<|quad_start|>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "248052": {
69
+ "content": "<|quad_end|>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "248053": {
77
+ "content": "<|vision_start|>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "248054": {
85
+ "content": "<|vision_end|>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "248055": {
93
+ "content": "<|vision_pad|>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "248056": {
101
+ "content": "<|image_pad|>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "248057": {
109
+ "content": "<|video_pad|>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ },
116
+ "248058": {
117
+ "content": "<tool_call>",
118
+ "lstrip": false,
119
+ "normalized": false,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": false
123
+ },
124
+ "248059": {
125
+ "content": "</tool_call>",
126
+ "lstrip": false,
127
+ "normalized": false,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": false
131
+ },
132
+ "248060": {
133
+ "content": "<|fim_prefix|>",
134
+ "lstrip": false,
135
+ "normalized": false,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": false
139
+ },
140
+ "248061": {
141
+ "content": "<|fim_middle|>",
142
+ "lstrip": false,
143
+ "normalized": false,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": false
147
+ },
148
+ "248062": {
149
+ "content": "<|fim_suffix|>",
150
+ "lstrip": false,
151
+ "normalized": false,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": false
155
+ },
156
+ "248063": {
157
+ "content": "<|fim_pad|>",
158
+ "lstrip": false,
159
+ "normalized": false,
160
+ "rstrip": false,
161
+ "single_word": false,
162
+ "special": false
163
+ },
164
+ "248064": {
165
+ "content": "<|repo_name|>",
166
+ "lstrip": false,
167
+ "normalized": false,
168
+ "rstrip": false,
169
+ "single_word": false,
170
+ "special": false
171
+ },
172
+ "248065": {
173
+ "content": "<|file_sep|>",
174
+ "lstrip": false,
175
+ "normalized": false,
176
+ "rstrip": false,
177
+ "single_word": false,
178
+ "special": false
179
+ },
180
+ "248066": {
181
+ "content": "<tool_response>",
182
+ "lstrip": false,
183
+ "normalized": false,
184
+ "rstrip": false,
185
+ "single_word": false,
186
+ "special": false
187
+ },
188
+ "248067": {
189
+ "content": "</tool_response>",
190
+ "lstrip": false,
191
+ "normalized": false,
192
+ "rstrip": false,
193
+ "single_word": false,
194
+ "special": false
195
+ },
196
+ "248068": {
197
+ "content": "<think>",
198
+ "lstrip": false,
199
+ "normalized": false,
200
+ "rstrip": false,
201
+ "single_word": false,
202
+ "special": false
203
+ },
204
+ "248069": {
205
+ "content": "</think>",
206
+ "lstrip": false,
207
+ "normalized": false,
208
+ "rstrip": false,
209
+ "single_word": false,
210
+ "special": false
211
+ },
212
+ "248070": {
213
+ "content": "<|audio_start|>",
214
+ "lstrip": false,
215
+ "normalized": false,
216
+ "rstrip": false,
217
+ "single_word": false,
218
+ "special": true
219
+ },
220
+ "248071": {
221
+ "content": "<|audio_end|>",
222
+ "lstrip": false,
223
+ "normalized": false,
224
+ "rstrip": false,
225
+ "single_word": false,
226
+ "special": true
227
+ },
228
+ "248072": {
229
+ "content": "<tts_pad>",
230
+ "lstrip": false,
231
+ "normalized": false,
232
+ "rstrip": false,
233
+ "single_word": false,
234
+ "special": true
235
+ },
236
+ "248073": {
237
+ "content": "<tts_text_bos>",
238
+ "lstrip": false,
239
+ "normalized": false,
240
+ "rstrip": false,
241
+ "single_word": false,
242
+ "special": true
243
+ },
244
+ "248074": {
245
+ "content": "<tts_text_eod>",
246
+ "lstrip": false,
247
+ "normalized": false,
248
+ "rstrip": false,
249
+ "single_word": false,
250
+ "special": true
251
+ },
252
+ "248075": {
253
+ "content": "<tts_text_bos_single>",
254
+ "lstrip": false,
255
+ "normalized": false,
256
+ "rstrip": false,
257
+ "single_word": false,
258
+ "special": true
259
+ },
260
+ "248076": {
261
+ "content": "<|audio_pad|>",
262
+ "lstrip": false,
263
+ "normalized": false,
264
+ "rstrip": false,
265
+ "single_word": false,
266
+ "special": true
267
+ }
268
+ },
269
+ "additional_special_tokens": [
270
+ "<|im_start|>",
271
+ "<|im_end|>",
272
+ "<|object_ref_start|>",
273
+ "<|object_ref_end|>",
274
+ "<|box_start|>",
275
+ "<|box_end|>",
276
+ "<|quad_start|>",
277
+ "<|quad_end|>",
278
+ "<|vision_start|>",
279
+ "<|vision_end|>",
280
+ "<|vision_pad|>",
281
+ "<|image_pad|>",
282
+ "<|video_pad|>"
283
+ ],
284
+ "bos_token": null,
285
+ "chat_template": "{%- set image_count = namespace(value=0) %}\n{%- set video_count = namespace(value=0) %}\n{%- macro render_content(content, do_vision_count, is_system_content=false) %}\n {%- if content is string %}\n {{- content }}\n {%- elif content is iterable and content is not mapping %}\n {%- for item in content %}\n {%- if 'image' in item or 'image_url' in item or item.type == 'image' %}\n {%- if is_system_content %}\n {{- raise_exception('System message cannot contain images.') }}\n {%- endif %}\n {%- if do_vision_count %}\n {%- set image_count.value = image_count.value + 1 %}\n {%- endif %}\n {%- if add_vision_id %}\n {{- 'Picture ' ~ image_count.value ~ ': ' }}\n {%- endif %}\n {{- '<|vision_start|><|image_pad|><|vision_end|>' }}\n {%- elif 'video' in item or item.type == 'video' %}\n {%- if is_system_content %}\n {{- raise_exception('System message cannot contain videos.') }}\n {%- endif %}\n {%- if do_vision_count %}\n {%- set video_count.value = video_count.value + 1 %}\n {%- endif %}\n {%- if add_vision_id %}\n {{- 'Video ' ~ video_count.value ~ ': ' }}\n {%- endif %}\n {{- '<|vision_start|><|video_pad|><|vision_end|>' }}\n {%- elif 'text' in item %}\n {{- item.text }}\n {%- else %}\n {{- raise_exception('Unexpected item type in content.') }}\n {%- endif %}\n {%- endfor %}\n {%- elif content is none or content is undefined %}\n {{- '' }}\n {%- else %}\n {{- raise_exception('Unexpected content type.') }}\n {%- endif %}\n{%- endmacro %}\n{%- if not messages %}\n {{- raise_exception('No messages provided.') }}\n{%- endif %}\n{%- set reasoning_instructions = '' %}\n{%- if enable_thinking is undefined or enable_thinking is true %}\n {%- set resolved_reasoning_effort = reasoning_effort|default('xhigh') %}\n {%- if resolved_reasoning_effort not in ('xhigh', 'medium', 'low') %}\n {{- raise_exception('Unexpected reasoning effort ' ~ reasoning_effort ~ '. Supported types are xhigh (default), medium, and low.') }}\n {%- endif %}\n {%- if resolved_reasoning_effort == 'xhigh' %}\n {%- set reasoning_instructions = 'Reasoning effort is set to xhigh. Please think carefully through the task, validate key assumptions, consider plausible alternatives, and prioritize correctness, consistency, and clarity in the final answer.' %}\n {%- elif resolved_reasoning_effort == 'low' %}\n {%- set reasoning_instructions = 'Reasoning effort is set to low. Keep your thinking brief and focused, moving directly to the conclusion without unnecessary elaboration.' %}\n {%- endif %}\n{%- endif %}\n{%- if tools and tools is iterable and tools is not mapping %}\n {{- '<|im_start|>system\\n' }}\n {%- if reasoning_instructions %}\n {{- reasoning_instructions + '\\n\\n' }}\n {%- endif %}\n {{- \"# Tools\\n\\nYou have access to the following functions:\\n\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\" }}\n {{- '\\n\\nIf you choose to call a function ONLY reply in the following format with NO suffix:\\n\\n<tool_call>\\n<function=example_function_name>\\n<parameter=example_parameter_1>\\nvalue_1\\n</parameter>\\n<parameter=example_parameter_2>\\nThis is the value for the second parameter\\nthat can span\\nmultiple lines\\n</parameter>\\n</function>\\n</tool_call>\\n\\n<IMPORTANT>\\nReminder:\\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\\n- Required parameters MUST be specified\\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\\n</IMPORTANT>' }}\n {%- if messages[0].role == 'system' %}\n {%- set content = render_content(messages[0].content, false, true)|trim %}\n {%- if content %}\n {{- '\\n\\n' + content }}\n {%- endif %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n{%- else %}\n {%- if messages[0].role == 'system' %}\n {%- set content = render_content(messages[0].content, false, true)|trim %}\n {%- if content %}\n {{- '<|im_start|>system\\n' + (reasoning_instructions + '\\n\\n' if reasoning_instructions else '') + content + '<|im_end|>\\n' }}\n {%- elif reasoning_instructions %}\n {{- '<|im_start|>system\\n' + reasoning_instructions + '<|im_end|>\\n' }}\n {%- endif %}\n {%- elif reasoning_instructions %}\n {{- '<|im_start|>system\\n' + reasoning_instructions + '<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}\n{%- for message in messages[::-1] %}\n {%- set index = (messages|length - 1) - loop.index0 %}\n {%- if ns.multi_step_tool and message.role == \"user\" %}\n {%- set content = render_content(message.content, false)|trim %}\n {%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}\n {%- set ns.multi_step_tool = false %}\n {%- set ns.last_query_index = index %}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if ns.multi_step_tool %}\n {{- raise_exception('No user query found in messages.') }}\n{%- endif %}\n{%- for message in messages %}\n {%- set content = render_content(message.content, true)|trim %}\n {%- if message.role == \"system\" %}\n {%- if not loop.first %}\n {{- raise_exception('System message must be at the beginning.') }}\n {%- endif %}\n {%- elif message.role == \"user\" %}\n {{- '<|im_start|>' + message.role + '\\n' + content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {%- set reasoning_content = '' %}\n {%- if message.reasoning_content is string %}\n {%- set reasoning_content = message.reasoning_content %}\n {%- endif %}\n {%- set reasoning_content = reasoning_content|trim %}\n {%- if preserve_thinking is undefined or preserve_thinking is true or loop.index0 > ns.last_query_index %}\n {{- '<|im_start|>' + message.role + '\\n<think>\\n' + reasoning_content + '\\n</think>\\n\\n' + content }}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {%- if loop.first %}\n {%- if content|trim %}\n {{- '\\n\\n<tool_call>\\n<function=' + tool_call.name + '>\\n' }}\n {%- else %}\n {{- '<tool_call>\\n<function=' + tool_call.name + '>\\n' }}\n {%- endif %}\n {%- else %}\n {{- '\\n<tool_call>\\n<function=' + tool_call.name + '>\\n' }}\n {%- endif %}\n {%- if tool_call.arguments is defined and tool_call.arguments != '' %}\n {%- for args_name, args_value in tool_call.arguments|items %}\n {{- '<parameter=' + args_name + '>\\n' }}\n {%- set args_value = args_value | string if args_value is string else args_value | tojson | safe %}\n {{- args_value }}\n {{- '\\n</parameter>\\n' }}\n {%- endfor %}\n {%- endif %}\n {{- '</function>\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.previtem and loop.previtem.role != \"tool\" %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- content }}\n {{- '\\n</tool_response>' }}\n {%- if not loop.last and loop.nextitem.role != \"tool\" %}\n {{- '<|im_end|>\\n' }}\n {%- elif loop.last %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- else %}\n {{- raise_exception('Unexpected message role.') }}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n {%- if enable_thinking is defined and enable_thinking is false %}\n {{- '<think>\\n\\n</think>\\n\\n' }}\n {%- else %}\n {{- '<think>\\n' }}\n {%- endif %}\n{%- endif %}",
286
+ "clean_up_tokenization_spaces": false,
287
+ "eos_token": "<|im_end|>",
288
+ "errors": "replace",
289
+ "model_max_length": 262144,
290
+ "pad_token": "<|endoftext|>",
291
+ "split_special_tokens": false,
292
+ "tokenizer_class": "Qwen2Tokenizer",
293
+ "unk_token": null,
294
+ "add_bos_token": false,
295
+ "pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
296
+ "extra_special_tokens": {
297
+ "audio_bos_token": "<|audio_start|>",
298
+ "audio_eos_token": "<|audio_end|>",
299
+ "audio_token": "<|audio_pad|>",
300
+ "image_token": "<|image_pad|>",
301
+ "video_token": "<|video_pad|>",
302
+ "vision_bos_token": "<|vision_start|>",
303
+ "vision_eos_token": "<|vision_end|>"
304
+ }
305
+ }
video_preprocessor_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "size": {
3
+ "longest_edge": 25165824,
4
+ "shortest_edge": 4096
5
+ },
6
+ "patch_size": 16,
7
+ "temporal_patch_size": 2,
8
+ "merge_size": 2,
9
+ "image_mean": [
10
+ 0.5,
11
+ 0.5,
12
+ 0.5
13
+ ],
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "processor_class": "Qwen3VLProcessor",
20
+ "video_processor_type": "Qwen3VLVideoProcessor"
21
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff