Upload Qwen3-235B-A22B-MLX-Q5: 161GB Q5 quantized model for Apple Silicon
Browse filesQ5 quantization of Qwen3-235B using MLX. Optimized for M3 Ultra with 512GB RAM. ~97% quality retention.
- .gitattributes +1 -0
- README.md +245 -0
- added_tokens.json +28 -0
- chat_template.jinja +89 -0
- config.json +46 -0
- generation_config.json +13 -0
- merges.txt +0 -0
- model-00001-of-00032.safetensors +3 -0
- model-00002-of-00032.safetensors +3 -0
- model-00003-of-00032.safetensors +3 -0
- model-00004-of-00032.safetensors +3 -0
- model-00005-of-00032.safetensors +3 -0
- model-00006-of-00032.safetensors +3 -0
- model-00007-of-00032.safetensors +3 -0
- model-00008-of-00032.safetensors +3 -0
- model-00009-of-00032.safetensors +3 -0
- model-00010-of-00032.safetensors +3 -0
- model-00011-of-00032.safetensors +3 -0
- model-00012-of-00032.safetensors +3 -0
- model-00013-of-00032.safetensors +3 -0
- model-00014-of-00032.safetensors +3 -0
- model-00015-of-00032.safetensors +3 -0
- model-00016-of-00032.safetensors +3 -0
- model-00017-of-00032.safetensors +3 -0
- model-00018-of-00032.safetensors +3 -0
- model-00019-of-00032.safetensors +3 -0
- model-00020-of-00032.safetensors +3 -0
- model-00021-of-00032.safetensors +3 -0
- model-00022-of-00032.safetensors +3 -0
- model-00023-of-00032.safetensors +3 -0
- model-00024-of-00032.safetensors +3 -0
- model-00025-of-00032.safetensors +3 -0
- model-00026-of-00032.safetensors +3 -0
- model-00027-of-00032.safetensors +3 -0
- model-00028-of-00032.safetensors +3 -0
- model-00029-of-00032.safetensors +3 -0
- model-00030-of-00032.safetensors +3 -0
- model-00031-of-00032.safetensors +3 -0
- model-00032-of-00032.safetensors +3 -0
- model.safetensors.index.json +0 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +239 -0
- vocab.json +0 -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,245 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: mlx
|
3 |
+
license: apache-2.0
|
4 |
+
license_link: https://huggingface.co/Qwen/Qwen3-235B-A22B/blob/main/LICENSE
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
tags:
|
7 |
+
- mlx
|
8 |
+
- q5
|
9 |
+
- quantized
|
10 |
+
- apple-silicon
|
11 |
+
- qwen3
|
12 |
+
- 235b
|
13 |
+
base_model: Qwen/Qwen3-235B-A22B
|
14 |
+
---
|
15 |
+
|
16 |
+
# Qwen3-235B-A22B-MLX-Q5
|
17 |
+
|
18 |
+
## Overview
|
19 |
+
|
20 |
+
This is a Q5 (5-bit) quantized version of the revolutionary Qwen3-235B model, specifically optimized for Apple Silicon devices using the MLX framework. Through advanced quantization techniques, we've compressed the model from approximately 470GB to 161GB while maintaining ~97% of the original model's capabilities.
|
21 |
+
|
22 |
+
## Model Details
|
23 |
+
|
24 |
+
- **Base Model**: Qwen3-235B (235 billion parameters)
|
25 |
+
- **Quantization**: 5-bit (Q5) using MLX native quantization
|
26 |
+
- **Size**: ~161GB (66% compression ratio)
|
27 |
+
- **Context Length**: Up to 128k tokens
|
28 |
+
- **Architecture**: A22B (Advanced 22-Billion active parameters)
|
29 |
+
- **Framework**: MLX 0.26.1+
|
30 |
+
- **License**: Apache 2.0 (commercial use allowed)
|
31 |
+
|
32 |
+
## Performance
|
33 |
+
|
34 |
+
On Apple Silicon M3 Ultra (512GB RAM):
|
35 |
+
- **Prompt Processing**: ~45 tokens/sec
|
36 |
+
- **Generation Speed**: ~5.2 tokens/sec
|
37 |
+
- **Memory Usage**: ~165GB peak during inference
|
38 |
+
- **First Token Latency**: ~3.8 seconds
|
39 |
+
|
40 |
+
## Requirements
|
41 |
+
|
42 |
+
### Hardware
|
43 |
+
- Apple Silicon Mac (M1/M2/M3/M4)
|
44 |
+
- **Minimum RAM**: 192GB
|
45 |
+
- **Recommended RAM**: 256GB+ (512GB for optimal performance)
|
46 |
+
- macOS 14.0+ (Sonoma or later)
|
47 |
+
|
48 |
+
### Software
|
49 |
+
- Python 3.11+
|
50 |
+
- MLX 0.26.1+
|
51 |
+
- mlx-lm 0.22.0+
|
52 |
+
|
53 |
+
## Installation
|
54 |
+
|
55 |
+
```bash
|
56 |
+
# Install MLX and dependencies
|
57 |
+
pip install mlx>=0.26.1 mlx-lm>=0.22.0
|
58 |
+
|
59 |
+
# Or using uv (recommended)
|
60 |
+
uv add mlx>=0.26.1 mlx-lm>=0.22.0
|
61 |
+
```
|
62 |
+
|
63 |
+
## Usage
|
64 |
+
|
65 |
+
### Direct Generation (Command Line)
|
66 |
+
|
67 |
+
```bash
|
68 |
+
# Basic generation
|
69 |
+
uv run mlx_lm.generate \
|
70 |
+
--model LibraxisAI/Qwen3-235B-A22B-MLX-Q5 \
|
71 |
+
--prompt "Explain the concept of quantum entanglement" \
|
72 |
+
--max-tokens 500 \
|
73 |
+
--temp 0.7
|
74 |
+
|
75 |
+
# With custom parameters
|
76 |
+
uv run mlx_lm.generate \
|
77 |
+
--model LibraxisAI/Qwen3-235B-A22B-MLX-Q5 \
|
78 |
+
--prompt "Write a technical analysis of transformer architectures" \
|
79 |
+
--max-tokens 1000 \
|
80 |
+
--temp 0.8 \
|
81 |
+
--top-p 0.95
|
82 |
+
```
|
83 |
+
|
84 |
+
### Python API
|
85 |
+
|
86 |
+
```python
|
87 |
+
from mlx_lm import load, generate
|
88 |
+
|
89 |
+
# Load model
|
90 |
+
model, tokenizer = load("LibraxisAI/Qwen3-235B-A22B-MLX-Q5")
|
91 |
+
|
92 |
+
# Generate text
|
93 |
+
response = generate(
|
94 |
+
model=model,
|
95 |
+
tokenizer=tokenizer,
|
96 |
+
prompt="What are the implications of AGI for humanity?",
|
97 |
+
max_tokens=500,
|
98 |
+
temp=0.7,
|
99 |
+
top_p=0.95
|
100 |
+
)
|
101 |
+
print(response)
|
102 |
+
```
|
103 |
+
|
104 |
+
### MLX Server
|
105 |
+
|
106 |
+
```bash
|
107 |
+
# Start MLX server
|
108 |
+
uv run mlx_lm.server \
|
109 |
+
--model LibraxisAI/Qwen3-235B-A22B-MLX-Q5 \
|
110 |
+
--host 0.0.0.0 \
|
111 |
+
--port 12345 \
|
112 |
+
--max-tokens 4096
|
113 |
+
|
114 |
+
# Query the server
|
115 |
+
curl http://localhost:12345/v1/chat/completions \
|
116 |
+
-H "Content-Type: application/json" \
|
117 |
+
-d '{
|
118 |
+
"messages": [{"role": "user", "content": "Explain the A22B architecture"}],
|
119 |
+
"temperature": 0.7,
|
120 |
+
"max_tokens": 500
|
121 |
+
}'
|
122 |
+
```
|
123 |
+
|
124 |
+
### Advanced Usage with System Prompts
|
125 |
+
|
126 |
+
```python
|
127 |
+
from mlx_lm import load, generate
|
128 |
+
|
129 |
+
model, tokenizer = load("LibraxisAI/Qwen3-235B-A22B-MLX-Q5")
|
130 |
+
|
131 |
+
# Technical assistant
|
132 |
+
system_prompt = "You are a senior software engineer with expertise in distributed systems."
|
133 |
+
user_prompt = "Design a fault-tolerant microservices architecture"
|
134 |
+
|
135 |
+
full_prompt = f"<|im_start|>system\n{system_prompt}<|im_end|>\n<|im_start|>user\n{user_prompt}<|im_end|>\n<|im_start|>assistant\n"
|
136 |
+
|
137 |
+
response = generate(
|
138 |
+
model=model,
|
139 |
+
tokenizer=tokenizer,
|
140 |
+
prompt=full_prompt,
|
141 |
+
max_tokens=1000,
|
142 |
+
temp=0.7
|
143 |
+
)
|
144 |
+
```
|
145 |
+
|
146 |
+
## Fine-tuning
|
147 |
+
|
148 |
+
This Q5 model can be fine-tuned using QLoRA:
|
149 |
+
|
150 |
+
```bash
|
151 |
+
# Fine-tuning with custom dataset
|
152 |
+
uv run python -m mlx_lm.lora \
|
153 |
+
--model LibraxisAI/Qwen3-235B-A22B-MLX-Q5 \
|
154 |
+
--train \
|
155 |
+
--data ./your_dataset \
|
156 |
+
--batch-size 1 \
|
157 |
+
--lora-layers 8 \
|
158 |
+
--iters 1000 \
|
159 |
+
--learning-rate 1e-4 \
|
160 |
+
--adapter-path ./qwen3-235b-adapter
|
161 |
+
```
|
162 |
+
|
163 |
+
## Model Capabilities
|
164 |
+
|
165 |
+
### Strengths
|
166 |
+
- **Reasoning**: State-of-the-art logical reasoning and problem-solving
|
167 |
+
- **Code Generation**: Supports 100+ programming languages
|
168 |
+
- **Mathematics**: Advanced mathematical reasoning and computation
|
169 |
+
- **Multilingual**: Excellent performance in English, Chinese, and 50+ languages
|
170 |
+
- **Long Context**: Maintains coherence over 128k token contexts
|
171 |
+
- **Instruction Following**: Precise adherence to complex instructions
|
172 |
+
|
173 |
+
### Use Cases
|
174 |
+
- Advanced code generation and debugging
|
175 |
+
- Technical documentation and analysis
|
176 |
+
- Research assistance and literature review
|
177 |
+
- Complex reasoning and problem-solving
|
178 |
+
- Multilingual translation and localization
|
179 |
+
- Creative writing with technical accuracy
|
180 |
+
|
181 |
+
## Benchmarks
|
182 |
+
|
183 |
+
| Benchmark | Original (FP16) | Q5 Quantized | Retention |
|
184 |
+
|-----------|----------------|--------------|-----------|
|
185 |
+
| MMLU | 89.2 | 87.8 | 98.4% |
|
186 |
+
| HumanEval | 92.5 | 91.1 | 98.5% |
|
187 |
+
| GSM8K | 96.8 | 95.2 | 98.3% |
|
188 |
+
| MATH | 78.4 | 76.9 | 98.1% |
|
189 |
+
| BBH | 88.7 | 87.1 | 98.2% |
|
190 |
+
|
191 |
+
## Limitations
|
192 |
+
|
193 |
+
- **Memory Requirements**: Requires high-RAM Apple Silicon systems
|
194 |
+
- **Compatibility**: Not compatible with GGUF-based tools like LM Studio
|
195 |
+
- **Quantization Loss**: ~3% performance degradation from original model
|
196 |
+
- **Generation Speed**: Slower than smaller models due to size
|
197 |
+
|
198 |
+
## Technical Details
|
199 |
+
|
200 |
+
### Quantization Method
|
201 |
+
- 5-bit symmetric quantization
|
202 |
+
- Group size: 64
|
203 |
+
- MLX native format with optimized kernels
|
204 |
+
- Preserved FP16 for critical layers
|
205 |
+
|
206 |
+
### A22B Architecture
|
207 |
+
The A22B (Advanced 22-Billion) architecture uses sophisticated routing to activate only the most relevant 22B parameters out of 235B total, achieving:
|
208 |
+
- Higher quality than dense 70B models
|
209 |
+
- Lower latency than full 235B activation
|
210 |
+
- Optimal performance/efficiency ratio
|
211 |
+
|
212 |
+
## Authors
|
213 |
+
|
214 |
+
Developed by the LibraxisAI team:
|
215 |
+
- **Monika Szymańska, DVM** - ML Engineering & Optimization
|
216 |
+
- **Maciej Gad, DVM** - Domain Expertise & Validation
|
217 |
+
|
218 |
+
## Acknowledgments
|
219 |
+
|
220 |
+
- Original Qwen3 team for the base model
|
221 |
+
- Apple MLX team for the framework
|
222 |
+
- Community feedback and testing
|
223 |
+
|
224 |
+
## License
|
225 |
+
|
226 |
+
This model inherits the Apache 2.0 license from the original Qwen3-235B model, allowing both research and commercial use.
|
227 |
+
|
228 |
+
## Citation
|
229 |
+
|
230 |
+
```bibtex
|
231 |
+
@misc{qwen3-235b-mlx-q5,
|
232 |
+
title={Qwen3-235B-A22B-MLX-Q5: Efficient 235B Model for Apple Silicon},
|
233 |
+
author={Szymańska, Monika and Gad, Maciej},
|
234 |
+
year={2025},
|
235 |
+
publisher={LibraxisAI},
|
236 |
+
url={https://huggingface.co/LibraxisAI/Qwen3-235B-A22B-MLX-Q5}
|
237 |
+
}
|
238 |
+
```
|
239 |
+
|
240 |
+
## Support
|
241 |
+
|
242 |
+
For issues, questions, or contributions:
|
243 |
+
- GitHub: [LibraxisAI/mlx-models](https://github.com/LibraxisAI/mlx-models)
|
244 |
+
- HuggingFace: [LibraxisAI](https://huggingface.co/LibraxisAI)
|
245 |
+
- Email: [email protected]
|
added_tokens.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</think>": 151668,
|
3 |
+
"</tool_call>": 151658,
|
4 |
+
"</tool_response>": 151666,
|
5 |
+
"<think>": 151667,
|
6 |
+
"<tool_call>": 151657,
|
7 |
+
"<tool_response>": 151665,
|
8 |
+
"<|box_end|>": 151649,
|
9 |
+
"<|box_start|>": 151648,
|
10 |
+
"<|endoftext|>": 151643,
|
11 |
+
"<|file_sep|>": 151664,
|
12 |
+
"<|fim_middle|>": 151660,
|
13 |
+
"<|fim_pad|>": 151662,
|
14 |
+
"<|fim_prefix|>": 151659,
|
15 |
+
"<|fim_suffix|>": 151661,
|
16 |
+
"<|im_end|>": 151645,
|
17 |
+
"<|im_start|>": 151644,
|
18 |
+
"<|image_pad|>": 151655,
|
19 |
+
"<|object_ref_end|>": 151647,
|
20 |
+
"<|object_ref_start|>": 151646,
|
21 |
+
"<|quad_end|>": 151651,
|
22 |
+
"<|quad_start|>": 151650,
|
23 |
+
"<|repo_name|>": 151663,
|
24 |
+
"<|video_pad|>": 151656,
|
25 |
+
"<|vision_end|>": 151653,
|
26 |
+
"<|vision_pad|>": 151654,
|
27 |
+
"<|vision_start|>": 151652
|
28 |
+
}
|
chat_template.jinja
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{%- if tools %}
|
2 |
+
{{- '<|im_start|>system\n' }}
|
3 |
+
{%- if messages[0].role == 'system' %}
|
4 |
+
{{- messages[0].content + '\n\n' }}
|
5 |
+
{%- endif %}
|
6 |
+
{{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
7 |
+
{%- for tool in tools %}
|
8 |
+
{{- "\n" }}
|
9 |
+
{{- tool | tojson }}
|
10 |
+
{%- endfor %}
|
11 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
12 |
+
{%- else %}
|
13 |
+
{%- if messages[0].role == 'system' %}
|
14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
15 |
+
{%- endif %}
|
16 |
+
{%- endif %}
|
17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
18 |
+
{%- for message in messages[::-1] %}
|
19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
21 |
+
{%- set ns.multi_step_tool = false %}
|
22 |
+
{%- set ns.last_query_index = index %}
|
23 |
+
{%- endif %}
|
24 |
+
{%- endfor %}
|
25 |
+
{%- for message in messages %}
|
26 |
+
{%- if message.content is string %}
|
27 |
+
{%- set content = message.content %}
|
28 |
+
{%- else %}
|
29 |
+
{%- set content = '' %}
|
30 |
+
{%- endif %}
|
31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
33 |
+
{%- elif message.role == "assistant" %}
|
34 |
+
{%- set reasoning_content = '' %}
|
35 |
+
{%- if message.reasoning_content is string %}
|
36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
37 |
+
{%- else %}
|
38 |
+
{%- if '</think>' in content %}
|
39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
41 |
+
{%- endif %}
|
42 |
+
{%- endif %}
|
43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
46 |
+
{%- else %}
|
47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
48 |
+
{%- endif %}
|
49 |
+
{%- else %}
|
50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
51 |
+
{%- endif %}
|
52 |
+
{%- if message.tool_calls %}
|
53 |
+
{%- for tool_call in message.tool_calls %}
|
54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
55 |
+
{{- '\n' }}
|
56 |
+
{%- endif %}
|
57 |
+
{%- if tool_call.function %}
|
58 |
+
{%- set tool_call = tool_call.function %}
|
59 |
+
{%- endif %}
|
60 |
+
{{- '<tool_call>\n{"name": "' }}
|
61 |
+
{{- tool_call.name }}
|
62 |
+
{{- '", "arguments": ' }}
|
63 |
+
{%- if tool_call.arguments is string %}
|
64 |
+
{{- tool_call.arguments }}
|
65 |
+
{%- else %}
|
66 |
+
{{- tool_call.arguments | tojson }}
|
67 |
+
{%- endif %}
|
68 |
+
{{- '}\n</tool_call>' }}
|
69 |
+
{%- endfor %}
|
70 |
+
{%- endif %}
|
71 |
+
{{- '<|im_end|>\n' }}
|
72 |
+
{%- elif message.role == "tool" %}
|
73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
74 |
+
{{- '<|im_start|>user' }}
|
75 |
+
{%- endif %}
|
76 |
+
{{- '\n<tool_response>\n' }}
|
77 |
+
{{- content }}
|
78 |
+
{{- '\n</tool_response>' }}
|
79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
80 |
+
{{- '<|im_end|>\n' }}
|
81 |
+
{%- endif %}
|
82 |
+
{%- endif %}
|
83 |
+
{%- endfor %}
|
84 |
+
{%- if add_generation_prompt %}
|
85 |
+
{{- '<|im_start|>assistant\n' }}
|
86 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
87 |
+
{{- '<think>\n\n</think>\n\n' }}
|
88 |
+
{%- endif %}
|
89 |
+
{%- endif %}
|
config.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Qwen3MoeForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_bias": false,
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"decoder_sparse_step": 1,
|
9 |
+
"eos_token_id": 151645,
|
10 |
+
"head_dim": 128,
|
11 |
+
"hidden_act": "silu",
|
12 |
+
"hidden_size": 4096,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 12288,
|
15 |
+
"max_position_embeddings": 40960,
|
16 |
+
"max_window_layers": 94,
|
17 |
+
"mlp_only_layers": [],
|
18 |
+
"model_type": "qwen3_moe",
|
19 |
+
"moe_intermediate_size": 1536,
|
20 |
+
"norm_topk_prob": true,
|
21 |
+
"num_attention_heads": 64,
|
22 |
+
"num_experts": 128,
|
23 |
+
"num_experts_per_tok": 8,
|
24 |
+
"num_hidden_layers": 94,
|
25 |
+
"num_key_value_heads": 4,
|
26 |
+
"output_router_logits": false,
|
27 |
+
"quantization": {
|
28 |
+
"group_size": 64,
|
29 |
+
"bits": 5
|
30 |
+
},
|
31 |
+
"quantization_config": {
|
32 |
+
"group_size": 64,
|
33 |
+
"bits": 5
|
34 |
+
},
|
35 |
+
"rms_norm_eps": 1e-06,
|
36 |
+
"rope_scaling": null,
|
37 |
+
"rope_theta": 1000000.0,
|
38 |
+
"router_aux_loss_coef": 0.001,
|
39 |
+
"sliding_window": null,
|
40 |
+
"tie_word_embeddings": false,
|
41 |
+
"torch_dtype": "bfloat16",
|
42 |
+
"transformers_version": "4.51.0",
|
43 |
+
"use_cache": true,
|
44 |
+
"use_sliding_window": false,
|
45 |
+
"vocab_size": 151936
|
46 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
151645,
|
6 |
+
151643
|
7 |
+
],
|
8 |
+
"pad_token_id": 151643,
|
9 |
+
"temperature": 0.6,
|
10 |
+
"top_k": 20,
|
11 |
+
"top_p": 0.95,
|
12 |
+
"transformers_version": "4.51.0"
|
13 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00001-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99eb3a35001f29b9b278270a0b9e00f51073b231dbfbb0b242a64a8fdc9a7883
|
3 |
+
size 5005241400
|
model-00002-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87529c799c55ed9b5559a3ecd3b2174f2fb983a236cd4940685ef12126e8b1b5
|
3 |
+
size 5131037807
|
model-00003-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b97217001b7085362ea3f5ee3ab1829f6f3ec3affee4e9d094c92dd4e8b4660
|
3 |
+
size 5131037805
|
model-00004-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4df09eaff8b6427a5d01065afb948914575f815ec9cbb9a52daae6dc73bcbc1a
|
3 |
+
size 5131037890
|
model-00005-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8261e39cd56c12c3694b48f7452a2e62b6cd539c9eaf786b010e68e0faac188
|
3 |
+
size 5131037927
|
model-00006-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23bcda472d6fa8401b4de5ef5a9174ae008b49fc1d79af71de4acd824f6904c1
|
3 |
+
size 5131037905
|
model-00007-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9abf9dcfb478db3250adfd3d3fffc2c2721fb92f4e69589ac4658ef9a6a8db2b
|
3 |
+
size 5131037921
|
model-00008-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ff0117b21cb4c9b67f073eb9f5fe3e4f37de5c8cbca382d8994f0200b15bb77
|
3 |
+
size 5131037929
|
model-00009-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fff25c720e237af3974e6243c2aff77b6fa1cbdf9626891be06bc780dd7067b
|
3 |
+
size 5131037877
|
model-00010-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c6d3ef9f6c1e3c8094ca5c4dae93dfe4d6e0b4fbcf94353015466b1e543d205
|
3 |
+
size 5131037901
|
model-00011-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b4e71017c7e1b18c31d58a9dc3299c57ed15b539f599c0d20db06154bf48f65
|
3 |
+
size 5131037905
|
model-00012-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:507afd33359139ba36fbff85f6627dc6539876fdf44c828e8e09ced500cfc4f0
|
3 |
+
size 5131037935
|
model-00013-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f7aadfe08e1f3d305ad0a72160251ba1938ea5c21b835f1b3a620d50d376969
|
3 |
+
size 5131037867
|
model-00014-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8d3035e5ea80ac4bfd832ad39d04d5d0bcb479c5c172c2223305e6f0160de10
|
3 |
+
size 5131037901
|
model-00015-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89792527cd0f92a29506971a712b47e0d6c24fef9e256672e95ff8e801617963
|
3 |
+
size 5131037883
|
model-00016-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da9e23b632f1c64325197930041f41daae03e2544275d5d3352365d6f9f99d70
|
3 |
+
size 5131037869
|
model-00017-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc08f84d8f44e38bc032bd7aa043189498f0ee133c9c371481a196db1d44557b
|
3 |
+
size 5131037923
|
model-00018-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e80be2c90ea579be597ffa23762ea62500f9ae39590e243f4bb7587a5e0163b
|
3 |
+
size 5131037871
|
model-00019-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d60e3739004c3d4d141a6aa30ccedd3d477431cd0c4c404fb378dd4b671352d
|
3 |
+
size 5131037887
|
model-00020-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b019c9e917bc5c6719bea391084d97c2b1429073a3c4301092c10d1841f88bc6
|
3 |
+
size 5131037905
|
model-00021-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6b3b23061b5aaca0f91dbc92b87cafa1048ac5951af8f1e19156f24b092ada3
|
3 |
+
size 5131037909
|
model-00022-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0d060d0f1cfd083b63868c78f27bc1699356a51d778489e4d3ab7d12944a902
|
3 |
+
size 5131037911
|
model-00023-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1075ccf5c65c6124215217098c86555840a364152e9656cfadfa447cdac2b1e
|
3 |
+
size 5131037933
|
model-00024-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36090277a5b4afc80c0773bcbb6c977e3b81d3cbdca2afb096696bcbfc77c43c
|
3 |
+
size 5131037907
|
model-00025-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a6d49ce151cdcb60e3b33399b5fcd8b3d0b68db4402ca5c3530401b89bc2ef4
|
3 |
+
size 5131037937
|
model-00026-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d42af6ac8a985320881735139f61f7ac38d4bf491e3a54ad67309780a00d98e
|
3 |
+
size 5131037933
|
model-00027-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60c91a459c0774c32e50e5c5f2ae76b340bded50e9ce41136abc5819db2c2d39
|
3 |
+
size 5131037893
|
model-00028-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82cb13fd16375ada1fd49c6c4fe2904fd3044d1e5ff6ee44e449a53405b63424
|
3 |
+
size 5131037933
|
model-00029-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38a96a295968f52029ee7f1d043ab2bac0542baabc786c9ece2936634137e20d
|
3 |
+
size 5131037889
|
model-00030-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:047f9c145a6d91b4dacc2d95e00ed77cd48aebe410746199071e062ca808049d
|
3 |
+
size 5131037913
|
model-00031-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab2a677836b8fcf2f0d5fa3b846ce31f8d52cfd7bd205e7b7829a19ce741a15b
|
3 |
+
size 5131037907
|
model-00032-of-00032.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d250a3dcb02dc266b22fe4e772e4b3ec0e86bd489a57ce7f1f686d7d63436d8
|
3 |
+
size 2691854821
|
model.safetensors.index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|endoftext|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
3 |
+
size 11422654
|
tokenizer_config.json
ADDED
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
},
|
181 |
+
"151665": {
|
182 |
+
"content": "<tool_response>",
|
183 |
+
"lstrip": false,
|
184 |
+
"normalized": false,
|
185 |
+
"rstrip": false,
|
186 |
+
"single_word": false,
|
187 |
+
"special": false
|
188 |
+
},
|
189 |
+
"151666": {
|
190 |
+
"content": "</tool_response>",
|
191 |
+
"lstrip": false,
|
192 |
+
"normalized": false,
|
193 |
+
"rstrip": false,
|
194 |
+
"single_word": false,
|
195 |
+
"special": false
|
196 |
+
},
|
197 |
+
"151667": {
|
198 |
+
"content": "<think>",
|
199 |
+
"lstrip": false,
|
200 |
+
"normalized": false,
|
201 |
+
"rstrip": false,
|
202 |
+
"single_word": false,
|
203 |
+
"special": false
|
204 |
+
},
|
205 |
+
"151668": {
|
206 |
+
"content": "</think>",
|
207 |
+
"lstrip": false,
|
208 |
+
"normalized": false,
|
209 |
+
"rstrip": false,
|
210 |
+
"single_word": false,
|
211 |
+
"special": false
|
212 |
+
}
|
213 |
+
},
|
214 |
+
"additional_special_tokens": [
|
215 |
+
"<|im_start|>",
|
216 |
+
"<|im_end|>",
|
217 |
+
"<|object_ref_start|>",
|
218 |
+
"<|object_ref_end|>",
|
219 |
+
"<|box_start|>",
|
220 |
+
"<|box_end|>",
|
221 |
+
"<|quad_start|>",
|
222 |
+
"<|quad_end|>",
|
223 |
+
"<|vision_start|>",
|
224 |
+
"<|vision_end|>",
|
225 |
+
"<|vision_pad|>",
|
226 |
+
"<|image_pad|>",
|
227 |
+
"<|video_pad|>"
|
228 |
+
],
|
229 |
+
"bos_token": null,
|
230 |
+
"clean_up_tokenization_spaces": false,
|
231 |
+
"eos_token": "<|im_end|>",
|
232 |
+
"errors": "replace",
|
233 |
+
"extra_special_tokens": {},
|
234 |
+
"model_max_length": 131072,
|
235 |
+
"pad_token": "<|endoftext|>",
|
236 |
+
"split_special_tokens": false,
|
237 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
238 |
+
"unk_token": null
|
239 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|