lainlives commited on
Commit
176bfff
·
verified ·
1 Parent(s): 1b5e9ea

Upload folder using huggingface_hub

Browse files
Files changed (7) hide show
  1. .gitattributes +1 -0
  2. README.md +246 -0
  3. chat_template.jinja +154 -0
  4. config.json +126 -0
  5. model.safetensors +3 -0
  6. tokenizer.json +3 -0
  7. tokenizer_config.json +31 -0
.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,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Tesslate/OmniCoder-9B
4
+ library_name: transformers
5
+ tags:
6
+ - bnb-my-repo
7
+ - qwen3.5
8
+ - code
9
+ - agent
10
+ - sft
11
+ - omnicoder
12
+ - tesslate
13
+ license: apache-2.0
14
+ language:
15
+ - en
16
+ pipeline_tag: text-generation
17
+ model-index:
18
+ - name: OmniCoder-9B
19
+ results:
20
+ - task:
21
+ type: text-generation
22
+ dataset:
23
+ name: AIME 2025
24
+ type: custom
25
+ metrics:
26
+ - name: pass@5
27
+ type: accuracy
28
+ value: 90.0
29
+ - task:
30
+ type: text-generation
31
+ dataset:
32
+ name: GPQA Diamond
33
+ type: custom
34
+ metrics:
35
+ - name: pass@1
36
+ type: accuracy
37
+ value: 83.8
38
+ - name: pass@3
39
+ type: accuracy
40
+ value: 86.4
41
+ - task:
42
+ type: text-generation
43
+ dataset:
44
+ name: Terminal-Bench 2.0
45
+ type: custom
46
+ metrics:
47
+ - name: Pass Rate
48
+ type: accuracy
49
+ value: 28.1
50
+ ---
51
+ # Tesslate/OmniCoder-9B (Quantized)
52
+
53
+ ## Description
54
+ This model is a quantized version of the original model [`Tesslate/OmniCoder-9B`](https://huggingface.co/Tesslate/OmniCoder-9B).
55
+
56
+ ## Quantization Details
57
+ - **Quantization Type**: int4
58
+ - **bnb_4bit_quant_type**: nf4
59
+ - **bnb_4bit_use_double_quant**: True
60
+ - **bnb_4bit_compute_dtype**: bfloat16
61
+ - **bnb_4bit_quant_storage**: int8
62
+
63
+
64
+
65
+ # 📄 Original Model Information
66
+
67
+
68
+
69
+ <div align="center">
70
+
71
+ <img src="omnicoder-banner.png" alt="OmniCoder" width="720">
72
+
73
+ # OmniCoder-9B
74
+
75
+ ### A 9B coding agent fine-tuned on 425K agentic trajectories.
76
+
77
+ [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
78
+ [![Base Model](https://img.shields.io/badge/Base-Qwen3.5--9B-purple)](https://huggingface.co/Qwen/Qwen3.5-9B)
79
+ [![GGUF](https://img.shields.io/badge/GGUF-Available-green)](https://huggingface.co/Tesslate/OmniCoder-9B-GGUF)
80
+
81
+ !! 3/12/26 Update -> [Install For Your Coding Agents](https://tesslate.com/install#omnicoder)
82
+
83
+ [Get Started](#quickstart) | [Benchmarks](#benchmarks) | [GGUF Downloads](https://huggingface.co/Tesslate/OmniCoder-9B-GGUF)
84
+
85
+ ---
86
+
87
+ </div>
88
+
89
+ ## Overview
90
+
91
+ **OmniCoder-9B** is a 9-billion parameter coding agent model built by [Tesslate](https://tesslate.com), fine-tuned on top of [Qwen3.5-9B](https://huggingface.co/Qwen/Qwen3.5-9B)'s hybrid architecture (Gated Delta Networks interleaved with standard attention). It was trained on **425,000+ curated agentic coding trajectories** spanning real-world software engineering tasks, tool use, terminal operations, and multi-step reasoning.
92
+
93
+ The training data was specifically built from **Claude Opus 4.6 agentic and coding reasoning traces**, targeting scaffolding patterns from Claude Code, OpenCode, Codex, and Droid. The dataset includes successful trajectories from models like Claude Opus 4.6, GPT-5.4, GPT-5.3-Codex, and Gemini 3.1 Pro.
94
+
95
+ The model shows strong agentic behavior: it recovers from errors (read-before-write), responds to LSP diagnostics, and uses proper edit diffs instead of full rewrites. These patterns were learned directly from the real-world agent trajectories it was trained on.
96
+
97
+ ### Key Features
98
+
99
+ - **Trained on Frontier Agent Traces** : Built from Claude Opus 4.6, GPT-5.3-Codex, GPT-5.4, and Gemini 3.1 Pro agentic coding trajectories across Claude Code, OpenCode, Codex, and Droid scaffolding
100
+ - **Hybrid Architecture** : Inherits Qwen3.5's Gated Delta Networks interleaved with standard attention for efficient long-context processing
101
+ - **262K Native Context** : Full 262,144 token context window, extensible to 1M+
102
+ - **Error Recovery** : Learns read-before-write patterns, responds to LSP diagnostics, and applies minimal edit diffs instead of full rewrites
103
+ - **Thinking Mode** : Supports `<think>...</think>` reasoning chains for complex problem decomposition
104
+ - **Apache 2.0** : Fully open weights, no restrictions
105
+
106
+ ---
107
+
108
+ ## Benchmarks
109
+
110
+ <div align="center">
111
+
112
+ | Benchmark | **OmniCoder-9B** | Qwen3.5-9B | Qwen3-Next-80B | GPT-OSS-120B | GPT-OSS-20B | GLM-4.7-Flash | GLM 4.7 | Claude Haiku 4.5 |
113
+ |:---|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
114
+ | **AIME 2025** (pass@5) | 90 | | | | 91.7 | 91.6 | | |
115
+ | **GPQA Diamond** (pass@1) | **83.8** | 81.7 | 77.2 | 80.1 | 71.5 | | | 73 |
116
+ | **GPQA Diamond** (pass@3) | **86.4** | | | | | | | |
117
+ | **Terminal-Bench 2.0** | **23.6** | 14.6 | | | | | 33.4 | 27 |
118
+
119
+ </div>
120
+
121
+ - **GPQA Diamond pass@1: 83.8%** (166/198). +2.1 points over the Qwen3.5-9B base model (81.7). At pass@3: **86.4** (171/198).
122
+ - **AIME 2025 pass@5: 90%** (27/30).
123
+ - **Terminal-Bench 2.0: 23.6%** (21/89). +8.99 points (+61% improvement) over the Qwen3.5-9B base model (14.6%, 13/89).
124
+
125
+ ---
126
+
127
+ ## Quickstart
128
+
129
+ ### Transformers
130
+
131
+ ```python
132
+ from transformers import AutoModelForCausalLM, AutoTokenizer
133
+
134
+ model_id = "Tesslate/OmniCoder-9B"
135
+
136
+ tokenizer = AutoTokenizer.from_pretrained(model_id)
137
+ model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="auto", device_map="auto")
138
+
139
+ messages = [
140
+ {"role": "system", "content": "You are a helpful coding assistant."},
141
+ {"role": "user", "content": "Write a Python function to find the longest common subsequence of two strings."},
142
+ ]
143
+
144
+ text = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
145
+ inputs = tokenizer([text], return_tensors="pt").to(model.device)
146
+
147
+ outputs = model.generate(**inputs, max_new_tokens=2048, temperature=0.6, top_p=0.95, top_k=20)
148
+ print(tokenizer.decode(outputs[0][inputs.input_ids.shape[-1]:], skip_special_tokens=True))
149
+ ```
150
+
151
+ ### vLLM
152
+
153
+ ```bash
154
+ vllm serve Tesslate/OmniCoder-9B --tensor-parallel-size 1 --max-model-len 65536
155
+ ```
156
+
157
+ ```python
158
+ from openai import OpenAI
159
+
160
+ client = OpenAI(base_url="http://localhost:8000/v1", api_key="token")
161
+ response = client.chat.completions.create(
162
+ model="Tesslate/OmniCoder-9B",
163
+ messages=[{"role": "user", "content": "Explain the difference between a mutex and a semaphore."}],
164
+ temperature=0.6,
165
+ )
166
+ print(response.choices[0].message.content)
167
+ ```
168
+
169
+ ### llama.cpp (GGUF)
170
+
171
+ ```bash
172
+ llama-cli --hf-repo Tesslate/OmniCoder-9B-GGUF --hf-file omnicoder-9b-q4_k_m.gguf -p "Your prompt" -c 8192
173
+ ```
174
+
175
+ All quantizations: [Tesslate/OmniCoder-9B-GGUF](https://huggingface.co/Tesslate/OmniCoder-9B-GGUF)
176
+
177
+ ---
178
+
179
+ ## Training Details
180
+
181
+ | | |
182
+ |:---|:---|
183
+ | **Base Model** | [Qwen3.5-9B](https://huggingface.co/Qwen/Qwen3.5-9B) |
184
+ | **Method** | LoRA SFT (r=64, alpha=32) |
185
+ | **Dataset** | 425K agentic trajectories from 5 sources |
186
+ | **Packing** | Sample packing with 99.35% efficiency |
187
+ | **Hardware** | 4x NVIDIA H200 (DDP) |
188
+ | **Framework** | Axolotl |
189
+ | **Precision** | bf16 |
190
+ | **Optimizer** | AdamW (lr=2e-4, cosine schedule) |
191
+
192
+ ---
193
+
194
+ ## Architecture
195
+
196
+ OmniCoder inherits Qwen3.5-9B's hybrid architecture:
197
+
198
+ - **Gated Delta Networks** : Linear attention layers interleaved with standard attention for efficient long-range dependencies
199
+ - **VLM Backbone** : Built on `Qwen3_5ForConditionalGeneration`
200
+
201
+ ---
202
+
203
+ ## Recommended Sampling Parameters
204
+
205
+ | Parameter | Value |
206
+ |:---|:---|
207
+ | Temperature | 0.6 |
208
+ | Top-P | 0.95 |
209
+ | Top-K | 20 |
210
+ | Presence Penalty | 0.0 |
211
+
212
+ For agentic / tool-calling tasks, consider lower temperature (0.2-0.4) for more deterministic behavior.
213
+
214
+ ---
215
+
216
+ ## Limitations
217
+
218
+ - Performance on non-English tasks has not been extensively evaluated
219
+ - Tool-calling format is flexible but works best with the scaffolding patterns seen in training
220
+
221
+ ---
222
+
223
+ ## Acknowledgments
224
+
225
+ Special thanks to the [Axolotl](https://github.com/axolotl-ai-cloud/axolotl) team and the discussion in [axolotl#3453](https://github.com/axolotl-ai-cloud/axolotl/issues/3453) for helping get Qwen3.5 packing support working.
226
+
227
+ ---
228
+
229
+ ## Citation
230
+
231
+ ```bibtex
232
+ @misc{omnicoder2025,
233
+ title={OmniCoder-9B: A Frontier Open Coding Agent},
234
+ author={Tesslate},
235
+ year={2025},
236
+ url={https://huggingface.co/Tesslate/OmniCoder-9B}
237
+ }
238
+ ```
239
+
240
+ ---
241
+
242
+ <div align="center">
243
+
244
+ **Built by [Tesslate](https://tesslate.com)**
245
+
246
+ </div>
chat_template.jinja ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ {%- if tools and tools is iterable and tools is not mapping %}
46
+ {{- '<|im_start|>system\n' }}
47
+ {{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
48
+ {%- for tool in tools %}
49
+ {{- "\n" }}
50
+ {{- tool | tojson }}
51
+ {%- endfor %}
52
+ {{- "\n</tools>" }}
53
+ {{- '\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>' }}
54
+ {%- if messages[0].role == 'system' %}
55
+ {%- set content = render_content(messages[0].content, false, true)|trim %}
56
+ {%- if content %}
57
+ {{- '\n\n' + content }}
58
+ {%- endif %}
59
+ {%- endif %}
60
+ {{- '<|im_end|>\n' }}
61
+ {%- else %}
62
+ {%- if messages[0].role == 'system' %}
63
+ {%- set content = render_content(messages[0].content, false, true)|trim %}
64
+ {{- '<|im_start|>system\n' + content + '<|im_end|>\n' }}
65
+ {%- endif %}
66
+ {%- endif %}
67
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
68
+ {%- for message in messages[::-1] %}
69
+ {%- set index = (messages|length - 1) - loop.index0 %}
70
+ {%- if ns.multi_step_tool and message.role == "user" %}
71
+ {%- set content = render_content(message.content, false)|trim %}
72
+ {%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
73
+ {%- set ns.multi_step_tool = false %}
74
+ {%- set ns.last_query_index = index %}
75
+ {%- endif %}
76
+ {%- endif %}
77
+ {%- endfor %}
78
+ {%- if ns.multi_step_tool %}
79
+ {{- raise_exception('No user query found in messages.') }}
80
+ {%- endif %}
81
+ {%- for message in messages %}
82
+ {%- set content = render_content(message.content, true)|trim %}
83
+ {%- if message.role == "system" %}
84
+ {%- if not loop.first %}
85
+ {{- raise_exception('System message must be at the beginning.') }}
86
+ {%- endif %}
87
+ {%- elif message.role == "user" %}
88
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
89
+ {%- elif message.role == "assistant" %}
90
+ {%- set reasoning_content = '' %}
91
+ {%- if message.reasoning_content is string %}
92
+ {%- set reasoning_content = message.reasoning_content %}
93
+ {%- else %}
94
+ {%- if '</think>' in content %}
95
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
96
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
97
+ {%- endif %}
98
+ {%- endif %}
99
+ {%- set reasoning_content = reasoning_content|trim %}
100
+ {%- if loop.index0 > ns.last_query_index %}
101
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
102
+ {%- else %}
103
+ {{- '<|im_start|>' + message.role + '\n' + content }}
104
+ {%- endif %}
105
+ {%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
106
+ {%- for tool_call in message.tool_calls %}
107
+ {%- if tool_call.function is defined %}
108
+ {%- set tool_call = tool_call.function %}
109
+ {%- endif %}
110
+ {%- if loop.first %}
111
+ {%- if content|trim %}
112
+ {{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
113
+ {%- else %}
114
+ {{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
115
+ {%- endif %}
116
+ {%- else %}
117
+ {{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
118
+ {%- endif %}
119
+ {%- if tool_call.arguments is defined %}
120
+ {%- for args_name, args_value in tool_call.arguments|items %}
121
+ {{- '<parameter=' + args_name + '>\n' }}
122
+ {%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
123
+ {{- args_value }}
124
+ {{- '\n</parameter>\n' }}
125
+ {%- endfor %}
126
+ {%- endif %}
127
+ {{- '</function>\n</tool_call>' }}
128
+ {%- endfor %}
129
+ {%- endif %}
130
+ {{- '<|im_end|>\n' }}
131
+ {%- elif message.role == "tool" %}
132
+ {%- if loop.previtem and loop.previtem.role != "tool" %}
133
+ {{- '<|im_start|>user' }}
134
+ {%- endif %}
135
+ {{- '\n<tool_response>\n' }}
136
+ {{- content }}
137
+ {{- '\n</tool_response>' }}
138
+ {%- if not loop.last and loop.nextitem.role != "tool" %}
139
+ {{- '<|im_end|>\n' }}
140
+ {%- elif loop.last %}
141
+ {{- '<|im_end|>\n' }}
142
+ {%- endif %}
143
+ {%- else %}
144
+ {{- raise_exception('Unexpected message role.') }}
145
+ {%- endif %}
146
+ {%- endfor %}
147
+ {%- if add_generation_prompt %}
148
+ {{- '<|im_start|>assistant\n' }}
149
+ {%- if enable_thinking is defined and enable_thinking is false %}
150
+ {{- '<think>\n\n</think>\n\n' }}
151
+ {%- else %}
152
+ {{- '<think>\n' }}
153
+ {%- endif %}
154
+ {%- endif %}
config.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3_5Model"
4
+ ],
5
+ "dtype": "bfloat16",
6
+ "image_token_id": 248056,
7
+ "model_type": "qwen3_5",
8
+ "pad_token_id": 248055,
9
+ "quantization_config": {
10
+ "_load_in_4bit": true,
11
+ "_load_in_8bit": false,
12
+ "bnb_4bit_compute_dtype": "bfloat16",
13
+ "bnb_4bit_quant_storage": "int8",
14
+ "bnb_4bit_quant_type": "nf4",
15
+ "bnb_4bit_use_double_quant": true,
16
+ "llm_int8_enable_fp32_cpu_offload": false,
17
+ "llm_int8_has_fp16_weight": false,
18
+ "llm_int8_skip_modules": null,
19
+ "llm_int8_threshold": 6.0,
20
+ "load_in_4bit": true,
21
+ "load_in_8bit": false,
22
+ "quant_method": "bitsandbytes"
23
+ },
24
+ "text_config": {
25
+ "attention_bias": false,
26
+ "attention_dropout": 0.0,
27
+ "attn_output_gate": true,
28
+ "bos_token_id": null,
29
+ "dtype": "bfloat16",
30
+ "eos_token_id": 248044,
31
+ "full_attention_interval": 4,
32
+ "head_dim": 256,
33
+ "hidden_act": "silu",
34
+ "hidden_size": 4096,
35
+ "initializer_range": 0.02,
36
+ "intermediate_size": 12288,
37
+ "layer_types": [
38
+ "linear_attention",
39
+ "linear_attention",
40
+ "linear_attention",
41
+ "full_attention",
42
+ "linear_attention",
43
+ "linear_attention",
44
+ "linear_attention",
45
+ "full_attention",
46
+ "linear_attention",
47
+ "linear_attention",
48
+ "linear_attention",
49
+ "full_attention",
50
+ "linear_attention",
51
+ "linear_attention",
52
+ "linear_attention",
53
+ "full_attention",
54
+ "linear_attention",
55
+ "linear_attention",
56
+ "linear_attention",
57
+ "full_attention",
58
+ "linear_attention",
59
+ "linear_attention",
60
+ "linear_attention",
61
+ "full_attention",
62
+ "linear_attention",
63
+ "linear_attention",
64
+ "linear_attention",
65
+ "full_attention",
66
+ "linear_attention",
67
+ "linear_attention",
68
+ "linear_attention",
69
+ "full_attention"
70
+ ],
71
+ "linear_conv_kernel_dim": 4,
72
+ "linear_key_head_dim": 128,
73
+ "linear_num_key_heads": 16,
74
+ "linear_num_value_heads": 32,
75
+ "linear_value_head_dim": 128,
76
+ "mamba_ssm_dtype": "float32",
77
+ "max_position_embeddings": 262144,
78
+ "mlp_only_layers": [],
79
+ "model_type": "qwen3_5_text",
80
+ "mtp_num_hidden_layers": 1,
81
+ "mtp_use_dedicated_embeddings": false,
82
+ "num_attention_heads": 16,
83
+ "num_hidden_layers": 32,
84
+ "num_key_value_heads": 4,
85
+ "pad_token_id": null,
86
+ "partial_rotary_factor": 0.25,
87
+ "rms_norm_eps": 1e-06,
88
+ "rope_parameters": {
89
+ "mrope_interleaved": true,
90
+ "mrope_section": [
91
+ 11,
92
+ 11,
93
+ 10
94
+ ],
95
+ "partial_rotary_factor": 0.25,
96
+ "rope_theta": 10000000,
97
+ "rope_type": "default"
98
+ },
99
+ "tie_word_embeddings": false,
100
+ "use_cache": true,
101
+ "vocab_size": 248320
102
+ },
103
+ "tie_word_embeddings": false,
104
+ "transformers_version": "5.3.0.dev0",
105
+ "unsloth_fixed": true,
106
+ "video_token_id": 248057,
107
+ "vision_config": {
108
+ "deepstack_visual_indexes": [],
109
+ "depth": 27,
110
+ "dtype": "bfloat16",
111
+ "hidden_act": "gelu_pytorch_tanh",
112
+ "hidden_size": 1152,
113
+ "in_channels": 3,
114
+ "initializer_range": 0.02,
115
+ "intermediate_size": 4304,
116
+ "model_type": "qwen3_5",
117
+ "num_heads": 16,
118
+ "num_position_embeddings": 2304,
119
+ "out_hidden_size": 4096,
120
+ "patch_size": 16,
121
+ "spatial_merge_size": 2,
122
+ "temporal_patch_size": 2
123
+ },
124
+ "vision_end_token_id": 248054,
125
+ "vision_start_token_id": 248053
126
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3b2edceff3484a486955dab069e075d1f9f9783f139f5a605fb6f17f39fb15a
3
+ size 5848584799
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87a7830d63fcf43bf241c3c5242e96e62dd3fdc29224ca26fed8ea333db72de4
3
+ size 19989343
tokenizer_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "model_max_length": 262144,
14
+ "model_specific_special_tokens": {
15
+ "audio_bos_token": "<|audio_start|>",
16
+ "audio_eos_token": "<|audio_end|>",
17
+ "audio_token": "<|audio_pad|>",
18
+ "image_token": "<|image_pad|>",
19
+ "video_token": "<|video_pad|>",
20
+ "vision_bos_token": "<|vision_start|>",
21
+ "vision_eos_token": "<|vision_end|>"
22
+ },
23
+ "pad_token": "<|endoftext|>",
24
+ "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+",
25
+ "split_special_tokens": false,
26
+ "tokenizer_class": "TokenizersBackend",
27
+ "unk_token": null,
28
+ "video_token": "<|video_pad|>",
29
+ "vision_bos_token": "<|vision_start|>",
30
+ "vision_eos_token": "<|vision_end|>"
31
+ }