selimaktas commited on
Commit
85c2890
·
verified ·
1 Parent(s): 101e7f5

Upload folder using huggingface_hub

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
README.md ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Qwen/Qwen3.8-27B
4
+ tags:
5
+ - int4
6
+ - w4a16
7
+ - awq
8
+ - gptq
9
+ - llm-compressor
10
+ - compressed-tensors
11
+ - vllm
12
+ library_name: transformers
13
+ ---
14
+
15
+ # Qwen3.8-27B-INT4-AWQ-GPTQ (GDN-4bit)
16
+
17
+ Mixed-precision **INT4 (W4A16)** quantization of [`Qwen/Qwen3.8-27B`](https://huggingface.co/Qwen/Qwen3.8-27B),
18
+ built with [llm-compressor](https://github.com/vllm-project/llm-compressor) using
19
+ **AWQ activation-aware scaling followed by GPTQ**.
20
+
21
+ **21 GB, and measurably more faithful to the BF16 model than the official FP8 release**
22
+ on high-confidence token agreement — at 8 GB less. Runs on anything Turing or newer
23
+ (no FP8/FP4 hardware required).
24
+
25
+ This is the size-optimised variant. A 23 GB sibling,
26
+ [`Qwen3.8-27B-INT4-AWQ-GPTQ`](https://huggingface.co/TelperionAI/Qwen3.8-27B-INT4-AWQ-GPTQ),
27
+ keeps the GDN projections at 8-bit and is more accurate again (0.93% vs 1.15% confident).
28
+
29
+ ## Recipe
30
+
31
+ | component | precision |
32
+ |---|---|
33
+ | `mlp.{gate,up,down}_proj`, layers 0–55 | **INT4, group-32, asymmetric** (~4.6 effective bits) |
34
+ | `mlp.{gate,up,down}_proj`, layers 56–63 | INT8 W8A16 |
35
+ | `self_attn.{q,k,v,o}_proj` | INT8 W8A16 |
36
+ | `linear_attn.{in_proj_qkv,in_proj_z,out_proj}` (GDN) | **INT4, group-32, asymmetric** |
37
+ | `lm_head`, `embed_tokens`, norms, GDN state params, vision tower | BF16 |
38
+
39
+ Two passes:
40
+
41
+ 1. **AWQ** — per-input-channel scaling on `post_attention_layernorm → {gate_proj, up_proj}`
42
+ and `up_proj → down_proj`. Gate and up share one input, so the reciprocal scale folds
43
+ into the norm weights: zero size and zero throughput cost.
44
+ 2. **GPTQ** — Hessian-based error compensation, `actorder="static"`, `dampening_frac=0.01`.
45
+
46
+ Calibration: 924 sequences × 1024 tokens of a balanced Nemotron-v2 blend
47
+ (25% code, 25% math, 20% STEM, 20% chat, 10% multilingual).
48
+
49
+ `lm_head` and `embed_tokens` stay BF16, matching Qwen's own official FP8 release.
50
+
51
+ ## Benchmarks
52
+
53
+ Against the BF16 base on 142,727 tokens of self-distilled thinking-mode output plus
54
+ 200 free greedy generations. vLLM 0.27.1, TP=2, 2×B300.
55
+
56
+ | checkpoint | size ↓ | top-1 ↑ | near-tie ↓ | moderate ↓ | confident ↓ | certain ↓ | divmed ↑ | tok/s ↑ |
57
+ |---|---:|---:|---:|---:|---:|---:|---:|---:|
58
+ | `Qwen/Qwen3.8-27B-FP8` *(8-bit ref)* | 29 GB | 96.15% | 22.70% | 3.48% | 1.45% | 0.08% | 47 | 8711 |
59
+ | **this model (GDN 4-bit)** | 21 GB | **95.88%** | **25.26%** | **3.60%** | **1.15%** | 0.13% | **51** | 4716 |
60
+ | our 23 GB sibling (GDN 8-bit) | 23 GB | 96.30% | 22.29% | 3.52% | 0.93% | 0.09% | 48 | 4617 |
61
+ | `cyankiwi/Qwen3.8-27B-AWQ-INT4` | **20 GB** | 94.35% | 33.74% | 5.59% | 1.35% | **0.12%** | 29 | 4787 |
62
+
63
+ Bold marks the best value in each column **among the ~20–21 GB checkpoints**; the FP8 row and
64
+ our own 23 GB sibling sit in different size classes and are shown for reference only.
65
+
66
+ **Columns.** `top-1` is raw argmax agreement with BF16. The four bucket columns are
67
+ *disagreement* rates, split by how confident the base model was at that position
68
+ (top1−top2 logprob margin): `near-tie` <0.5, `moderate` 0.5–2, `confident` 2–5,
69
+ `certain` >5. **Only `confident` and `certain` are real damage** — a flip where the base
70
+ model was itself nearly tied is numerical noise. `divmed` is the median token index at
71
+ which free greedy generation first diverges from BF16 (higher is better).
72
+
73
+ **Perplexity is deliberately excluded.** On this model it is anti-correlated with quality —
74
+ the FP4 checkpoint with the best perplexity we measured also had the worst `certain`-bucket
75
+ damage. Do not rank quantizations of this model by perplexity.
76
+
77
+ ### What the GDN precision costs
78
+
79
+ Moving the GDN projections from 8-bit to 4-bit is what takes this build from 23 GB to 21 GB.
80
+ It costs `confident` **0.93% → 1.15%** and `certain` **0.09% → 0.13%** — real but modest.
81
+ Note the two are not a pure bit-width comparison: at 4-bit the GDN projections also move
82
+ into GPTQ's error compensation, where at 8-bit they were plain round-to-nearest, so the
83
+ true cost of 4-bit GDN in isolation is likely a little larger than shown.
84
+
85
+ At matched size against `cyankiwi` (20 GB), this build is still ahead on `confident`
86
+ (1.15% vs 1.35%) and level on `certain` — so the AWQ+GPTQ recipe, not the extra bits,
87
+ accounts for most of the margin.
88
+
89
+ ### Why INT4 rather than NVFP4
90
+
91
+ At ~4.6 effective bits, INT4 group-32 **asymmetric** gives 16 uniformly-spaced levels plus
92
+ a per-group zero point. NVFP4 gives 8 non-uniform FP4 levels at 4.5 bits with no zero point.
93
+ On this model the zero point matters — MLP weight distributions are skewed — and the same
94
+ recipe in NVFP4 lands at 1.85% confident versus 0.93% here.
95
+
96
+ NVFP4's advantage is **hardware**, not numerics: on Blackwell it decodes at 10590 tok/s
97
+ against 4617 here, because native NVFP4 tensor-core paths beat Marlin INT4. Pick NVFP4 if
98
+ you are throughput-bound on Blackwell; pick this if you want fidelity, or you are on
99
+ Ampere/Ada where FP4 and FP8 do not exist.
100
+
101
+ ## Usage
102
+
103
+ ```python
104
+ from vllm import LLM
105
+ llm = LLM("TelperionAI/Qwen3.8-27B-INT4-AWQ-GPTQ-gdn4", tensor_parallel_size=2)
106
+ ```
107
+
108
+ W4A16 needs only compute capability ≥ 7.5 (Turing), so this runs on 3090/4090/A100/H100
109
+ as well as Blackwell. Throughput above was measured on B300 and is not representative of
110
+ Ampere, where Marlin INT4 is comparatively better tuned.
111
+
112
+ ## Limitations
113
+
114
+ - **21 GB is still tight on a single 24 GB card** once KV cache is accounted for.
115
+ Quantizing `lm_head` would free a further ~1.3 GB but was not measured here.
116
+ - **Throughput on Blackwell is ~2.3× below NVFP4.** This checkpoint trades speed for fidelity.
117
+ - **The MTP head is not included** — `Qwen3_5ForConditionalGeneration` does not carry it in
118
+ its state dict, so it is dropped during quantization. MTP speculative decoding is unavailable.
119
+ - **Single evaluation corpus.** All numbers come from one self-distilled corpus. The margins
120
+ over FP8 and cyankiwi are statistically solid but have not been replicated on a second
121
+ distribution, nor on downstream task benchmarks.
122
+ - Vision tower untouched (BF16); evaluated as a text model.
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,505 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "config_groups": {
11
+ "group_0": {
12
+ "format": "pack-quantized",
13
+ "input_activations": null,
14
+ "output_activations": null,
15
+ "targets": [
16
+ "re:.*layers\\.([0-9]|[1-4][0-9]|5[0-5])\\.mlp\\.(gate|up|down)_proj$",
17
+ "re:.*linear_attn\\.(in_proj_qkv|in_proj_z|out_proj)$"
18
+ ],
19
+ "weights": {
20
+ "actorder": "static",
21
+ "block_structure": null,
22
+ "dynamic": false,
23
+ "group_size": 32,
24
+ "num_bits": 4,
25
+ "observer": "memoryless_minmax",
26
+ "observer_kwargs": {},
27
+ "scale_dtype": null,
28
+ "strategy": "group",
29
+ "symmetric": false,
30
+ "type": "int",
31
+ "zp_dtype": "torch.int8"
32
+ }
33
+ },
34
+ "group_1": {
35
+ "format": "pack-quantized",
36
+ "input_activations": null,
37
+ "output_activations": null,
38
+ "targets": [
39
+ "re:.*self_attn\\.(q|k|v|o)_proj$",
40
+ "re:.*layers\\.(5[6-9]|6[0-3])\\.mlp\\.(gate|up|down)_proj$"
41
+ ],
42
+ "weights": {
43
+ "actorder": "static",
44
+ "block_structure": null,
45
+ "dynamic": false,
46
+ "group_size": 128,
47
+ "num_bits": 8,
48
+ "observer": "memoryless_minmax",
49
+ "observer_kwargs": {},
50
+ "scale_dtype": null,
51
+ "strategy": "group",
52
+ "symmetric": true,
53
+ "type": "int",
54
+ "zp_dtype": null
55
+ }
56
+ }
57
+ },
58
+ "format": "pack-quantized",
59
+ "global_compression_ratio": null,
60
+ "ignore": [
61
+ "model.visual.blocks.0.attn.qkv",
62
+ "model.visual.blocks.0.attn.proj",
63
+ "model.visual.blocks.0.mlp.linear_fc1",
64
+ "model.visual.blocks.0.mlp.linear_fc2",
65
+ "model.visual.blocks.1.attn.qkv",
66
+ "model.visual.blocks.1.attn.proj",
67
+ "model.visual.blocks.1.mlp.linear_fc1",
68
+ "model.visual.blocks.1.mlp.linear_fc2",
69
+ "model.visual.blocks.2.attn.qkv",
70
+ "model.visual.blocks.2.attn.proj",
71
+ "model.visual.blocks.2.mlp.linear_fc1",
72
+ "model.visual.blocks.2.mlp.linear_fc2",
73
+ "model.visual.blocks.3.attn.qkv",
74
+ "model.visual.blocks.3.attn.proj",
75
+ "model.visual.blocks.3.mlp.linear_fc1",
76
+ "model.visual.blocks.3.mlp.linear_fc2",
77
+ "model.visual.blocks.4.attn.qkv",
78
+ "model.visual.blocks.4.attn.proj",
79
+ "model.visual.blocks.4.mlp.linear_fc1",
80
+ "model.visual.blocks.4.mlp.linear_fc2",
81
+ "model.visual.blocks.5.attn.qkv",
82
+ "model.visual.blocks.5.attn.proj",
83
+ "model.visual.blocks.5.mlp.linear_fc1",
84
+ "model.visual.blocks.5.mlp.linear_fc2",
85
+ "model.visual.blocks.6.attn.qkv",
86
+ "model.visual.blocks.6.attn.proj",
87
+ "model.visual.blocks.6.mlp.linear_fc1",
88
+ "model.visual.blocks.6.mlp.linear_fc2",
89
+ "model.visual.blocks.7.attn.qkv",
90
+ "model.visual.blocks.7.attn.proj",
91
+ "model.visual.blocks.7.mlp.linear_fc1",
92
+ "model.visual.blocks.7.mlp.linear_fc2",
93
+ "model.visual.blocks.8.attn.qkv",
94
+ "model.visual.blocks.8.attn.proj",
95
+ "model.visual.blocks.8.mlp.linear_fc1",
96
+ "model.visual.blocks.8.mlp.linear_fc2",
97
+ "model.visual.blocks.9.attn.qkv",
98
+ "model.visual.blocks.9.attn.proj",
99
+ "model.visual.blocks.9.mlp.linear_fc1",
100
+ "model.visual.blocks.9.mlp.linear_fc2",
101
+ "model.visual.blocks.10.attn.qkv",
102
+ "model.visual.blocks.10.attn.proj",
103
+ "model.visual.blocks.10.mlp.linear_fc1",
104
+ "model.visual.blocks.10.mlp.linear_fc2",
105
+ "model.visual.blocks.11.attn.qkv",
106
+ "model.visual.blocks.11.attn.proj",
107
+ "model.visual.blocks.11.mlp.linear_fc1",
108
+ "model.visual.blocks.11.mlp.linear_fc2",
109
+ "model.visual.blocks.12.attn.qkv",
110
+ "model.visual.blocks.12.attn.proj",
111
+ "model.visual.blocks.12.mlp.linear_fc1",
112
+ "model.visual.blocks.12.mlp.linear_fc2",
113
+ "model.visual.blocks.13.attn.qkv",
114
+ "model.visual.blocks.13.attn.proj",
115
+ "model.visual.blocks.13.mlp.linear_fc1",
116
+ "model.visual.blocks.13.mlp.linear_fc2",
117
+ "model.visual.blocks.14.attn.qkv",
118
+ "model.visual.blocks.14.attn.proj",
119
+ "model.visual.blocks.14.mlp.linear_fc1",
120
+ "model.visual.blocks.14.mlp.linear_fc2",
121
+ "model.visual.blocks.15.attn.qkv",
122
+ "model.visual.blocks.15.attn.proj",
123
+ "model.visual.blocks.15.mlp.linear_fc1",
124
+ "model.visual.blocks.15.mlp.linear_fc2",
125
+ "model.visual.blocks.16.attn.qkv",
126
+ "model.visual.blocks.16.attn.proj",
127
+ "model.visual.blocks.16.mlp.linear_fc1",
128
+ "model.visual.blocks.16.mlp.linear_fc2",
129
+ "model.visual.blocks.17.attn.qkv",
130
+ "model.visual.blocks.17.attn.proj",
131
+ "model.visual.blocks.17.mlp.linear_fc1",
132
+ "model.visual.blocks.17.mlp.linear_fc2",
133
+ "model.visual.blocks.18.attn.qkv",
134
+ "model.visual.blocks.18.attn.proj",
135
+ "model.visual.blocks.18.mlp.linear_fc1",
136
+ "model.visual.blocks.18.mlp.linear_fc2",
137
+ "model.visual.blocks.19.attn.qkv",
138
+ "model.visual.blocks.19.attn.proj",
139
+ "model.visual.blocks.19.mlp.linear_fc1",
140
+ "model.visual.blocks.19.mlp.linear_fc2",
141
+ "model.visual.blocks.20.attn.qkv",
142
+ "model.visual.blocks.20.attn.proj",
143
+ "model.visual.blocks.20.mlp.linear_fc1",
144
+ "model.visual.blocks.20.mlp.linear_fc2",
145
+ "model.visual.blocks.21.attn.qkv",
146
+ "model.visual.blocks.21.attn.proj",
147
+ "model.visual.blocks.21.mlp.linear_fc1",
148
+ "model.visual.blocks.21.mlp.linear_fc2",
149
+ "model.visual.blocks.22.attn.qkv",
150
+ "model.visual.blocks.22.attn.proj",
151
+ "model.visual.blocks.22.mlp.linear_fc1",
152
+ "model.visual.blocks.22.mlp.linear_fc2",
153
+ "model.visual.blocks.23.attn.qkv",
154
+ "model.visual.blocks.23.attn.proj",
155
+ "model.visual.blocks.23.mlp.linear_fc1",
156
+ "model.visual.blocks.23.mlp.linear_fc2",
157
+ "model.visual.blocks.24.attn.qkv",
158
+ "model.visual.blocks.24.attn.proj",
159
+ "model.visual.blocks.24.mlp.linear_fc1",
160
+ "model.visual.blocks.24.mlp.linear_fc2",
161
+ "model.visual.blocks.25.attn.qkv",
162
+ "model.visual.blocks.25.attn.proj",
163
+ "model.visual.blocks.25.mlp.linear_fc1",
164
+ "model.visual.blocks.25.mlp.linear_fc2",
165
+ "model.visual.blocks.26.attn.qkv",
166
+ "model.visual.blocks.26.attn.proj",
167
+ "model.visual.blocks.26.mlp.linear_fc1",
168
+ "model.visual.blocks.26.mlp.linear_fc2",
169
+ "model.visual.merger.linear_fc1",
170
+ "model.visual.merger.linear_fc2",
171
+ "model.language_model.layers.0.linear_attn",
172
+ "model.language_model.layers.0.linear_attn.norm",
173
+ "model.language_model.layers.0.linear_attn.in_proj_b",
174
+ "model.language_model.layers.0.linear_attn.in_proj_a",
175
+ "model.language_model.layers.1.linear_attn",
176
+ "model.language_model.layers.1.linear_attn.norm",
177
+ "model.language_model.layers.1.linear_attn.in_proj_b",
178
+ "model.language_model.layers.1.linear_attn.in_proj_a",
179
+ "model.language_model.layers.2.linear_attn",
180
+ "model.language_model.layers.2.linear_attn.norm",
181
+ "model.language_model.layers.2.linear_attn.in_proj_b",
182
+ "model.language_model.layers.2.linear_attn.in_proj_a",
183
+ "model.language_model.layers.4.linear_attn",
184
+ "model.language_model.layers.4.linear_attn.norm",
185
+ "model.language_model.layers.4.linear_attn.in_proj_b",
186
+ "model.language_model.layers.4.linear_attn.in_proj_a",
187
+ "model.language_model.layers.5.linear_attn",
188
+ "model.language_model.layers.5.linear_attn.norm",
189
+ "model.language_model.layers.5.linear_attn.in_proj_b",
190
+ "model.language_model.layers.5.linear_attn.in_proj_a",
191
+ "model.language_model.layers.6.linear_attn",
192
+ "model.language_model.layers.6.linear_attn.norm",
193
+ "model.language_model.layers.6.linear_attn.in_proj_b",
194
+ "model.language_model.layers.6.linear_attn.in_proj_a",
195
+ "model.language_model.layers.8.linear_attn",
196
+ "model.language_model.layers.8.linear_attn.norm",
197
+ "model.language_model.layers.8.linear_attn.in_proj_b",
198
+ "model.language_model.layers.8.linear_attn.in_proj_a",
199
+ "model.language_model.layers.9.linear_attn",
200
+ "model.language_model.layers.9.linear_attn.norm",
201
+ "model.language_model.layers.9.linear_attn.in_proj_b",
202
+ "model.language_model.layers.9.linear_attn.in_proj_a",
203
+ "model.language_model.layers.10.linear_attn",
204
+ "model.language_model.layers.10.linear_attn.norm",
205
+ "model.language_model.layers.10.linear_attn.in_proj_b",
206
+ "model.language_model.layers.10.linear_attn.in_proj_a",
207
+ "model.language_model.layers.12.linear_attn",
208
+ "model.language_model.layers.12.linear_attn.norm",
209
+ "model.language_model.layers.12.linear_attn.in_proj_b",
210
+ "model.language_model.layers.12.linear_attn.in_proj_a",
211
+ "model.language_model.layers.13.linear_attn",
212
+ "model.language_model.layers.13.linear_attn.norm",
213
+ "model.language_model.layers.13.linear_attn.in_proj_b",
214
+ "model.language_model.layers.13.linear_attn.in_proj_a",
215
+ "model.language_model.layers.14.linear_attn",
216
+ "model.language_model.layers.14.linear_attn.norm",
217
+ "model.language_model.layers.14.linear_attn.in_proj_b",
218
+ "model.language_model.layers.14.linear_attn.in_proj_a",
219
+ "model.language_model.layers.16.linear_attn",
220
+ "model.language_model.layers.16.linear_attn.norm",
221
+ "model.language_model.layers.16.linear_attn.in_proj_b",
222
+ "model.language_model.layers.16.linear_attn.in_proj_a",
223
+ "model.language_model.layers.17.linear_attn",
224
+ "model.language_model.layers.17.linear_attn.norm",
225
+ "model.language_model.layers.17.linear_attn.in_proj_b",
226
+ "model.language_model.layers.17.linear_attn.in_proj_a",
227
+ "model.language_model.layers.18.linear_attn",
228
+ "model.language_model.layers.18.linear_attn.norm",
229
+ "model.language_model.layers.18.linear_attn.in_proj_b",
230
+ "model.language_model.layers.18.linear_attn.in_proj_a",
231
+ "model.language_model.layers.20.linear_attn",
232
+ "model.language_model.layers.20.linear_attn.norm",
233
+ "model.language_model.layers.20.linear_attn.in_proj_b",
234
+ "model.language_model.layers.20.linear_attn.in_proj_a",
235
+ "model.language_model.layers.21.linear_attn",
236
+ "model.language_model.layers.21.linear_attn.norm",
237
+ "model.language_model.layers.21.linear_attn.in_proj_b",
238
+ "model.language_model.layers.21.linear_attn.in_proj_a",
239
+ "model.language_model.layers.22.linear_attn",
240
+ "model.language_model.layers.22.linear_attn.norm",
241
+ "model.language_model.layers.22.linear_attn.in_proj_b",
242
+ "model.language_model.layers.22.linear_attn.in_proj_a",
243
+ "model.language_model.layers.24.linear_attn",
244
+ "model.language_model.layers.24.linear_attn.norm",
245
+ "model.language_model.layers.24.linear_attn.in_proj_b",
246
+ "model.language_model.layers.24.linear_attn.in_proj_a",
247
+ "model.language_model.layers.25.linear_attn",
248
+ "model.language_model.layers.25.linear_attn.norm",
249
+ "model.language_model.layers.25.linear_attn.in_proj_b",
250
+ "model.language_model.layers.25.linear_attn.in_proj_a",
251
+ "model.language_model.layers.26.linear_attn",
252
+ "model.language_model.layers.26.linear_attn.norm",
253
+ "model.language_model.layers.26.linear_attn.in_proj_b",
254
+ "model.language_model.layers.26.linear_attn.in_proj_a",
255
+ "model.language_model.layers.28.linear_attn",
256
+ "model.language_model.layers.28.linear_attn.norm",
257
+ "model.language_model.layers.28.linear_attn.in_proj_b",
258
+ "model.language_model.layers.28.linear_attn.in_proj_a",
259
+ "model.language_model.layers.29.linear_attn",
260
+ "model.language_model.layers.29.linear_attn.norm",
261
+ "model.language_model.layers.29.linear_attn.in_proj_b",
262
+ "model.language_model.layers.29.linear_attn.in_proj_a",
263
+ "model.language_model.layers.30.linear_attn",
264
+ "model.language_model.layers.30.linear_attn.norm",
265
+ "model.language_model.layers.30.linear_attn.in_proj_b",
266
+ "model.language_model.layers.30.linear_attn.in_proj_a",
267
+ "model.language_model.layers.32.linear_attn",
268
+ "model.language_model.layers.32.linear_attn.norm",
269
+ "model.language_model.layers.32.linear_attn.in_proj_b",
270
+ "model.language_model.layers.32.linear_attn.in_proj_a",
271
+ "model.language_model.layers.33.linear_attn",
272
+ "model.language_model.layers.33.linear_attn.norm",
273
+ "model.language_model.layers.33.linear_attn.in_proj_b",
274
+ "model.language_model.layers.33.linear_attn.in_proj_a",
275
+ "model.language_model.layers.34.linear_attn",
276
+ "model.language_model.layers.34.linear_attn.norm",
277
+ "model.language_model.layers.34.linear_attn.in_proj_b",
278
+ "model.language_model.layers.34.linear_attn.in_proj_a",
279
+ "model.language_model.layers.36.linear_attn",
280
+ "model.language_model.layers.36.linear_attn.norm",
281
+ "model.language_model.layers.36.linear_attn.in_proj_b",
282
+ "model.language_model.layers.36.linear_attn.in_proj_a",
283
+ "model.language_model.layers.37.linear_attn",
284
+ "model.language_model.layers.37.linear_attn.norm",
285
+ "model.language_model.layers.37.linear_attn.in_proj_b",
286
+ "model.language_model.layers.37.linear_attn.in_proj_a",
287
+ "model.language_model.layers.38.linear_attn",
288
+ "model.language_model.layers.38.linear_attn.norm",
289
+ "model.language_model.layers.38.linear_attn.in_proj_b",
290
+ "model.language_model.layers.38.linear_attn.in_proj_a",
291
+ "model.language_model.layers.40.linear_attn",
292
+ "model.language_model.layers.40.linear_attn.norm",
293
+ "model.language_model.layers.40.linear_attn.in_proj_b",
294
+ "model.language_model.layers.40.linear_attn.in_proj_a",
295
+ "model.language_model.layers.41.linear_attn",
296
+ "model.language_model.layers.41.linear_attn.norm",
297
+ "model.language_model.layers.41.linear_attn.in_proj_b",
298
+ "model.language_model.layers.41.linear_attn.in_proj_a",
299
+ "model.language_model.layers.42.linear_attn",
300
+ "model.language_model.layers.42.linear_attn.norm",
301
+ "model.language_model.layers.42.linear_attn.in_proj_b",
302
+ "model.language_model.layers.42.linear_attn.in_proj_a",
303
+ "model.language_model.layers.44.linear_attn",
304
+ "model.language_model.layers.44.linear_attn.norm",
305
+ "model.language_model.layers.44.linear_attn.in_proj_b",
306
+ "model.language_model.layers.44.linear_attn.in_proj_a",
307
+ "model.language_model.layers.45.linear_attn",
308
+ "model.language_model.layers.45.linear_attn.norm",
309
+ "model.language_model.layers.45.linear_attn.in_proj_b",
310
+ "model.language_model.layers.45.linear_attn.in_proj_a",
311
+ "model.language_model.layers.46.linear_attn",
312
+ "model.language_model.layers.46.linear_attn.norm",
313
+ "model.language_model.layers.46.linear_attn.in_proj_b",
314
+ "model.language_model.layers.46.linear_attn.in_proj_a",
315
+ "model.language_model.layers.48.linear_attn",
316
+ "model.language_model.layers.48.linear_attn.norm",
317
+ "model.language_model.layers.48.linear_attn.in_proj_b",
318
+ "model.language_model.layers.48.linear_attn.in_proj_a",
319
+ "model.language_model.layers.49.linear_attn",
320
+ "model.language_model.layers.49.linear_attn.norm",
321
+ "model.language_model.layers.49.linear_attn.in_proj_b",
322
+ "model.language_model.layers.49.linear_attn.in_proj_a",
323
+ "model.language_model.layers.50.linear_attn",
324
+ "model.language_model.layers.50.linear_attn.norm",
325
+ "model.language_model.layers.50.linear_attn.in_proj_b",
326
+ "model.language_model.layers.50.linear_attn.in_proj_a",
327
+ "model.language_model.layers.52.linear_attn",
328
+ "model.language_model.layers.52.linear_attn.norm",
329
+ "model.language_model.layers.52.linear_attn.in_proj_b",
330
+ "model.language_model.layers.52.linear_attn.in_proj_a",
331
+ "model.language_model.layers.53.linear_attn",
332
+ "model.language_model.layers.53.linear_attn.norm",
333
+ "model.language_model.layers.53.linear_attn.in_proj_b",
334
+ "model.language_model.layers.53.linear_attn.in_proj_a",
335
+ "model.language_model.layers.54.linear_attn",
336
+ "model.language_model.layers.54.linear_attn.norm",
337
+ "model.language_model.layers.54.linear_attn.in_proj_b",
338
+ "model.language_model.layers.54.linear_attn.in_proj_a",
339
+ "model.language_model.layers.56.linear_attn",
340
+ "model.language_model.layers.56.linear_attn.norm",
341
+ "model.language_model.layers.56.linear_attn.in_proj_b",
342
+ "model.language_model.layers.56.linear_attn.in_proj_a",
343
+ "model.language_model.layers.57.linear_attn",
344
+ "model.language_model.layers.57.linear_attn.norm",
345
+ "model.language_model.layers.57.linear_attn.in_proj_b",
346
+ "model.language_model.layers.57.linear_attn.in_proj_a",
347
+ "model.language_model.layers.58.linear_attn",
348
+ "model.language_model.layers.58.linear_attn.norm",
349
+ "model.language_model.layers.58.linear_attn.in_proj_b",
350
+ "model.language_model.layers.58.linear_attn.in_proj_a",
351
+ "model.language_model.layers.60.linear_attn",
352
+ "model.language_model.layers.60.linear_attn.norm",
353
+ "model.language_model.layers.60.linear_attn.in_proj_b",
354
+ "model.language_model.layers.60.linear_attn.in_proj_a",
355
+ "model.language_model.layers.61.linear_attn",
356
+ "model.language_model.layers.61.linear_attn.norm",
357
+ "model.language_model.layers.61.linear_attn.in_proj_b",
358
+ "model.language_model.layers.61.linear_attn.in_proj_a",
359
+ "model.language_model.layers.62.linear_attn",
360
+ "model.language_model.layers.62.linear_attn.norm",
361
+ "model.language_model.layers.62.linear_attn.in_proj_b",
362
+ "model.language_model.layers.62.linear_attn.in_proj_a",
363
+ "lm_head"
364
+ ],
365
+ "kv_cache_scheme": null,
366
+ "quant_method": "compressed-tensors",
367
+ "quantization_status": "compressed",
368
+ "sparsity_config": {},
369
+ "transform_config": {},
370
+ "version": "0.18.0"
371
+ },
372
+ "text_config": {
373
+ "attention_bias": false,
374
+ "attention_dropout": 0.0,
375
+ "attn_output_gate": true,
376
+ "bos_token_id": 248044,
377
+ "dtype": "bfloat16",
378
+ "eos_token_id": 248044,
379
+ "full_attention_interval": 4,
380
+ "head_dim": 256,
381
+ "hidden_act": "silu",
382
+ "hidden_size": 5120,
383
+ "initializer_range": 0.02,
384
+ "intermediate_size": 17408,
385
+ "layer_types": [
386
+ "linear_attention",
387
+ "linear_attention",
388
+ "linear_attention",
389
+ "full_attention",
390
+ "linear_attention",
391
+ "linear_attention",
392
+ "linear_attention",
393
+ "full_attention",
394
+ "linear_attention",
395
+ "linear_attention",
396
+ "linear_attention",
397
+ "full_attention",
398
+ "linear_attention",
399
+ "linear_attention",
400
+ "linear_attention",
401
+ "full_attention",
402
+ "linear_attention",
403
+ "linear_attention",
404
+ "linear_attention",
405
+ "full_attention",
406
+ "linear_attention",
407
+ "linear_attention",
408
+ "linear_attention",
409
+ "full_attention",
410
+ "linear_attention",
411
+ "linear_attention",
412
+ "linear_attention",
413
+ "full_attention",
414
+ "linear_attention",
415
+ "linear_attention",
416
+ "linear_attention",
417
+ "full_attention",
418
+ "linear_attention",
419
+ "linear_attention",
420
+ "linear_attention",
421
+ "full_attention",
422
+ "linear_attention",
423
+ "linear_attention",
424
+ "linear_attention",
425
+ "full_attention",
426
+ "linear_attention",
427
+ "linear_attention",
428
+ "linear_attention",
429
+ "full_attention",
430
+ "linear_attention",
431
+ "linear_attention",
432
+ "linear_attention",
433
+ "full_attention",
434
+ "linear_attention",
435
+ "linear_attention",
436
+ "linear_attention",
437
+ "full_attention",
438
+ "linear_attention",
439
+ "linear_attention",
440
+ "linear_attention",
441
+ "full_attention",
442
+ "linear_attention",
443
+ "linear_attention",
444
+ "linear_attention",
445
+ "full_attention",
446
+ "linear_attention",
447
+ "linear_attention",
448
+ "linear_attention",
449
+ "full_attention"
450
+ ],
451
+ "linear_conv_kernel_dim": 4,
452
+ "linear_key_head_dim": 128,
453
+ "linear_num_key_heads": 16,
454
+ "linear_num_value_heads": 48,
455
+ "linear_value_head_dim": 128,
456
+ "mamba_ssm_dtype": "float32",
457
+ "max_position_embeddings": 262144,
458
+ "model_type": "qwen3_5_text",
459
+ "mtp_num_hidden_layers": 1,
460
+ "mtp_use_dedicated_embeddings": false,
461
+ "num_attention_heads": 24,
462
+ "num_hidden_layers": 64,
463
+ "num_key_value_heads": 4,
464
+ "output_gate_type": "swish",
465
+ "pad_token_id": null,
466
+ "partial_rotary_factor": 0.25,
467
+ "rms_norm_eps": 1e-06,
468
+ "rope_parameters": {
469
+ "mrope_interleaved": true,
470
+ "mrope_section": [
471
+ 11,
472
+ 11,
473
+ 10
474
+ ],
475
+ "partial_rotary_factor": 0.25,
476
+ "rope_theta": 10000000,
477
+ "rope_type": "default"
478
+ },
479
+ "tie_word_embeddings": false,
480
+ "use_cache": true,
481
+ "vocab_size": 248320
482
+ },
483
+ "tie_word_embeddings": false,
484
+ "transformers_version": "5.14.1",
485
+ "video_token_id": 248057,
486
+ "vision_config": {
487
+ "deepstack_visual_indexes": [],
488
+ "depth": 27,
489
+ "dtype": "bfloat16",
490
+ "hidden_act": "gelu_pytorch_tanh",
491
+ "hidden_size": 1152,
492
+ "in_channels": 3,
493
+ "initializer_range": 0.02,
494
+ "intermediate_size": 4304,
495
+ "model_type": "qwen3_5_vision",
496
+ "num_heads": 16,
497
+ "num_position_embeddings": 2304,
498
+ "out_hidden_size": 5120,
499
+ "patch_size": 16,
500
+ "spatial_merge_size": 2,
501
+ "temporal_patch_size": 2
502
+ },
503
+ "vision_end_token_id": 248054,
504
+ "vision_start_token_id": 248053
505
+ }
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "transformers_version": "5.14.1"
13
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e9af692724dfb00e81b047fdf8785b67d350b2b17c27b13f0c54e85f6b5f8ff
3
+ size 19973734296
model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f65f0bf111df2989dd3e1d30406ec5323fbdc44f0fe6e3a3ba818e17c276328
3
+ size 1819985680
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
+ }
recipe.yaml ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_stage:
2
+ default_modifiers:
3
+ AWQModifier:
4
+ requires_calibration_data: true
5
+ mappings:
6
+ - smooth_layer: re:.*post_attention_layernorm$
7
+ balance_layers: ['re:.*mlp\.gate_proj$', 're:.*mlp\.up_proj$']
8
+ activation_hook_target: null
9
+ - smooth_layer: re:.*mlp\.up_proj$
10
+ balance_layers: ['re:.*mlp\.down_proj$']
11
+ activation_hook_target: null
12
+ offload_device: !!python/object/apply:torch.device [cpu]
13
+ duo_scaling: true
14
+ n_grid: 20
15
+ GPTQModifier:
16
+ config_groups:
17
+ g0:
18
+ targets: ['re:.*layers\.([0-9]|[1-4][0-9]|5[0-5])\.mlp\.(gate|up|down)_proj$', 're:.*linear_attn\.(in_proj_qkv|in_proj_z|out_proj)$']
19
+ weights:
20
+ num_bits: 4
21
+ type: int
22
+ symmetric: false
23
+ group_size: 32
24
+ strategy: group
25
+ block_structure: null
26
+ dynamic: false
27
+ actorder: static
28
+ scale_dtype: null
29
+ zp_dtype: torch.int8
30
+ observer: memoryless_minmax
31
+ observer_kwargs: {}
32
+ input_activations: null
33
+ output_activations: null
34
+ format: null
35
+ g1:
36
+ targets: ['re:.*self_attn\.(q|k|v|o)_proj$', 're:.*layers\.(5[6-9]|6[0-3])\.mlp\.(gate|up|down)_proj$']
37
+ weights:
38
+ num_bits: 8
39
+ type: int
40
+ symmetric: true
41
+ group_size: 128
42
+ strategy: group
43
+ block_structure: null
44
+ dynamic: false
45
+ actorder: static
46
+ scale_dtype: null
47
+ zp_dtype: null
48
+ observer: memoryless_minmax
49
+ observer_kwargs: {}
50
+ input_activations: null
51
+ output_activations: null
52
+ format: null
53
+ targets: ['re:.*layers\.([0-9]|[1-4][0-9]|5[0-5])\.mlp\.(gate|up|down)_proj$', 're:.*linear_attn\.(in_proj_qkv|in_proj_z|out_proj)$',
54
+ 're:.*self_attn\.(q|k|v|o)_proj$', 're:.*layers\.(5[6-9]|6[0-3])\.mlp\.(gate|up|down)_proj$']
55
+ ignore: [lm_head, 're:visual.*', 're:model\.visual.*', 're:.*embed_tokens$', 're:.*mtp.*',
56
+ 're:.*linear_attn\.(in_proj_b|in_proj_a|conv1d|A_log|dt_bias|norm)$', 're:.*norm$']
57
+ bypass_divisibility_checks: false
58
+ requires_calibration_data: true
59
+ block_size: 128
60
+ dampening_frac: 0.01
61
+ actorder: static
62
+ offload_hessians: false
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06b9509352d2af50381ab2247e083b80d32d5c0aba91c272ca9ff729b6a0e523
3
+ size 19989325
tokenizer_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "audio_bos_token": "<|audio_start|>",
4
+ "audio_eos_token": "<|audio_end|>",
5
+ "audio_token": "<|audio_pad|>",
6
+ "backend": "tokenizers",
7
+ "bos_token": null,
8
+ "clean_up_tokenization_spaces": false,
9
+ "eos_token": "<|im_end|>",
10
+ "errors": "replace",
11
+ "image_token": "<|image_pad|>",
12
+ "is_local": false,
13
+ "local_files_only": false,
14
+ "model_max_length": 262144,
15
+ "model_specific_special_tokens": {
16
+ "audio_bos_token": "<|audio_start|>",
17
+ "audio_eos_token": "<|audio_end|>",
18
+ "audio_token": "<|audio_pad|>",
19
+ "image_token": "<|image_pad|>",
20
+ "video_token": "<|video_pad|>",
21
+ "vision_bos_token": "<|vision_start|>",
22
+ "vision_eos_token": "<|vision_end|>"
23
+ },
24
+ "pad_token": "<|endoftext|>",
25
+ "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+",
26
+ "split_special_tokens": false,
27
+ "tokenizer_class": "Qwen2Tokenizer",
28
+ "unk_token": null,
29
+ "video_token": "<|video_pad|>",
30
+ "vision_bos_token": "<|vision_start|>",
31
+ "vision_eos_token": "<|vision_end|>"
32
+ }
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