初始化项目,由ModelHub XC社区提供模型
Model: stepfun-ai/PaCoRe-8B Source: Original Platform
This commit is contained in:
57
.gitattributes
vendored
Normal file
57
.gitattributes
vendored
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.arrow filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bin.* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ftz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.h5 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.joblib filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.model filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ot filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.parquet filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pb filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pth filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tflite filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.db* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ark* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
**/*ckpt*data* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
**/*ckpt*.meta filter=lfs diff=lfs merge=lfs -text
|
||||||
|
**/*ckpt*.index filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
|
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gguf* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ggml filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.llamafile* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pt2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.npy filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.npz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pickle filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pkl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.wasm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
|
model-00001.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||||
|
figure/train_reward_response_length_1130.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
model-00002.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||||
|
vocab.json filter=lfs diff=lfs merge=lfs -text
|
||||||
|
merges.txt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
model-00005.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||||
|
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
||||||
|
model-00003.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||||
|
model-00004.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||||
196
README.md
Normal file
196
README.md
Normal file
@@ -0,0 +1,196 @@
|
|||||||
|
---
|
||||||
|
library_name: transformers
|
||||||
|
license: mit
|
||||||
|
pipeline_tag: text-generation
|
||||||
|
---
|
||||||
|
|
||||||
|
# PaCoRe: Learning to Scale Test-Time Compute with Parallel Coordinated Reasoning
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
|
||||||
|
[**Read the Paper**](https://arxiv.org/abs/2601.05593) | [**GitHub Repository**](https://github.com/stepfun-ai/PaCoRe) | [**Download Models**](https://huggingface.co/stepfun-ai/PaCoRe-8B) | [**Training Data**](https://huggingface.co/datasets/stepfun-ai/PaCoRe-Train-8k)
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
## 📖 Overview
|
||||||
|
|
||||||
|
We introduce **PaCoRe (Parallel Coordinated Reasoning)**, a framework that shifts the driver of inference from sequential depth to **coordinated parallel breadth**, breaking the model context limitation and massively scaling test time compute:
|
||||||
|
* **Think in Parallel:** PaCoRe launches massive parallel exploration trajectories.
|
||||||
|
* **Coordinate in Multi-rounds:** It employs a message-passing architecture to compact these thoughts into concise messages and synthesize them to guide the next round.
|
||||||
|
|
||||||
|
Trained via large-scale, outcome-based reinforcement learning, PaCoRe masters the **Reasoning Synthesis** capabilities required to reconcile diverse parallel insights.
|
||||||
|
|
||||||
|
The approach yields strong improvements across diverse domains, and notably pushes reasoning beyond frontier systems in mathematics: an 8B model reaches 94.5\% on HMMT 2025, surpassing GPT-5’s 93.2\% by scaling effective TTC to roughly two million tokens.
|
||||||
|
|
||||||
|
We open-source model checkpoints, training data, and the full inference pipeline to accelerate follow-up work!
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="figure/teaser_draft_02.png" width="48%" />
|
||||||
|
<img src="figure/before_after_train_lcb_02.png" width="48%" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
*Figure 1 | Parallel Coordinated Reasoning (PaCoRe) performance. Left: On HMMT 2025, PaCoRe-8B demonstrates remarkable test-time scaling, yielding steady gains and ultimately surpassing GPT-5. Right: On LiveCodeBench, the RLVR-8B model fails to leverage increased test-time compute, while PaCoRe-8B model effectively unlocks substantial gains as the test-time compute increases.*
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="figure/train_reward_response_length_1130.png" width="48%" />
|
||||||
|
<img src="figure/benchmark_accuracy_1130.png" width="48%" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
*Figure 2 | PaCoRe Training dynamics. Left panels: The Training Reward and Response Length steadily increase, demonstrating the training stability and effectiveness. Right panels: Evaluation on HMMT 2025 and LiveCodeBench (2408-2505). Performance is reported using single round coordinated reasoning in PaCoRe inference setting with $\vec{K} = [16]$.*
|
||||||
|
|
||||||
|
## 🔥 Releases
|
||||||
|
|
||||||
|
**[2025/12/09]** We are excited to release the **PaCoRe-8B** ecosystem:
|
||||||
|
|
||||||
|
* 📝 **In-depth Technical Report:** [**PaCoRe: Learning to Scale Test-Time Compute with Parallel Coordinated Reasoning.**](https://arxiv.org/abs/2601.05593)
|
||||||
|
* 🤖 **Model:**
|
||||||
|
* [PaCoRe-8B](https://huggingface.co/stepfun-ai/PaCoRe-8B): Our final PaCoRe-trained model checkpoint!
|
||||||
|
* [RLVR-8B-0926](https://huggingface.co/stepfun-ai/RLVR-8B-0926): The initial checkpoint of our study, conducted strong reasoning-oriented post-trained on [Qwen3-8B-Base](https://huggingface.co/Qwen/Qwen3-8B-Base).
|
||||||
|
* 📚 **Data:** [PaCoRe-Train-8k](https://huggingface.co/datasets/stepfun-ai/PaCoRe-Train-8k) The high-quality training corpus, including `opensource_math`, `public_mathcontest`, `synthetic_math` and `code`:
|
||||||
|
* 🤗 Stage1-3k: [PaCoRe-Train-Stage1-3k](https://huggingface.co/datasets/stepfun-ai/PaCoRe-Train-8k/stage1)
|
||||||
|
* 🤗 Stage2-5k: [PaCoRe-Train-Stage2-5k](https://huggingface.co/datasets/stepfun-ai/PaCoRe-Train-8k/stage2)
|
||||||
|
|
||||||
|
## 🔍 Experiments
|
||||||
|
|
||||||
|
<table class="tg">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th class="tg-header"></th>
|
||||||
|
<th class="tg-data">HMMT 2025</th>
|
||||||
|
<th class="tg-data">LiveCodeBench</th>
|
||||||
|
<th class="tg-data">HLE<sub>text</sub></th>
|
||||||
|
<th class="tg-data">MultiChallenge</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td class="tg-header">GPT-5</td>
|
||||||
|
<td class="tg-data">93.2 (16k)</td>
|
||||||
|
<td class="tg-data"><b>83.5</b> (13k)</td>
|
||||||
|
<td class="tg-data"><b>26.0</b> (14k)</td>
|
||||||
|
<td class="tg-data"><b>71.1</b> (5.0k)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="tg-header">Qwen3-235B-Thinking</td>
|
||||||
|
<td class="tg-data">82.3 (32k)</td>
|
||||||
|
<td class="tg-data">74.5 (21k)</td>
|
||||||
|
<td class="tg-data">18.2 (23k)</td>
|
||||||
|
<td class="tg-data">60.3 (1.6k)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="tg-header">GLM-4.6</td>
|
||||||
|
<td class="tg-data">88.7 (25k)</td>
|
||||||
|
<td class="tg-data">79.5 (19k)</td>
|
||||||
|
<td class="tg-data">17.2 (21k)</td>
|
||||||
|
<td class="tg-data">54.9 (2.2k)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="tg-header">DeepSeek-v3.1-Terminus</td>
|
||||||
|
<td class="tg-data">86.1 (20k)</td>
|
||||||
|
<td class="tg-data">74.9 (11k)</td>
|
||||||
|
<td class="tg-data">19.3 (18k)</td>
|
||||||
|
<td class="tg-data">54.4 (1.1k)</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="tg-midrule">
|
||||||
|
<td class="tg-header">Kimi-K2-Thinking</td>
|
||||||
|
<td class="tg-data">86.5 (33k)</td>
|
||||||
|
<td class="tg-data">79.2 (25k)</td>
|
||||||
|
<td class="tg-data">23.9 (29k)</td>
|
||||||
|
<td class="tg-data">66.4 (1.7k)</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr class="tg-midrule">
|
||||||
|
<td class="tg-header">RLVR-8B</td>
|
||||||
|
<td class="tg-data">75.4 (48k)</td>
|
||||||
|
<td class="tg-data">70.6 (34k)</td>
|
||||||
|
<td class="tg-data">9.3 (35k)</td>
|
||||||
|
<td class="tg-data">33.3 (1.7k)</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="tg-header"><b>PaCoRe-8B (low)</b></td>
|
||||||
|
<td class="tg-data">88.2 (243k)</td>
|
||||||
|
<td class="tg-data">75.8 (188k)</td>
|
||||||
|
<td class="tg-data">13.0 (196k)</td>
|
||||||
|
<td class="tg-data">41.8 (13k)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="tg-header"><b>PaCoRe-8B (medium)</b></td>
|
||||||
|
<td class="tg-data">92.9 (869k)</td>
|
||||||
|
<td class="tg-data">76.7 (659k)</td>
|
||||||
|
<td class="tg-data">14.6 (694k)</td>
|
||||||
|
<td class="tg-data">45.7 (45k)</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="tg-bottom">
|
||||||
|
<td class="tg-header"><b>PaCoRe-8B (high)</b></td>
|
||||||
|
<td class="tg-data"><b>94.5</b> (1796k)</td>
|
||||||
|
<td class="tg-data">78.2 (1391k)</td>
|
||||||
|
<td class="tg-data">16.2 (1451k)</td>
|
||||||
|
<td class="tg-data">47.0 (95k)</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
*Table 1 | For each benchmark, we report accuracy together with total TTC (in thousands). For *Low*, *Medium*, and *High*, we apply the inference trajectory configuration as $\vec{K}=[4]$, $[16]$, and $[32, 4]$ separately.*
|
||||||
|
|
||||||
|
|
||||||
|
### Key Findings
|
||||||
|
* **Message Passing Unlocks Scaling.** Without compaction, performance flatlines at the context limit. PaCoRe breaks the memory barrier and lets reasoning scale freely.
|
||||||
|
* **Breadth > Depth.** All compute is not equal. Coordinated parallel reasoning delivers far higher returns than extending a single chain.
|
||||||
|
* **Data as a Force Multiplier.** The PaCoRe corpus provides exceptionally valuable supervision—even baseline models see substantial gains when trained on it.
|
||||||
|
|
||||||
|
## Getting Started 🚀
|
||||||
|
### Data
|
||||||
|
The data is provided as a `list[dict]`, where each entry represents a training instance:
|
||||||
|
* `conversation`: The original problem/prompt messages.
|
||||||
|
* `responses`: A list of cached generated responses (trajectories). These serve as the **input messages ($M$)** used during PaCoRe training.
|
||||||
|
* `ground_truth`: The verifiable answer used for correctness evaluation.
|
||||||
|
|
||||||
|
### Model Serving
|
||||||
|
You can directly use `vllm serve` to serve the model! More inference details of PaCoRe will be handled in Inference Pipeline.
|
||||||
|
|
||||||
|
### Inference Pipeline
|
||||||
|

|
||||||
|
|
||||||
|
*Figure 3 | Inference pipeline of PaCoRe. Each round launches broad parallel exploration, compacts the resulting trajectories into compacted messages, and feeds these messages together with the question forward to coordinate the next round. Repeating this process $\hat{R}$ times yields multi-million-token effective TTC while respecting fixed context limits, with the final compacted message serving as the system’s answer.*
|
||||||
|
|
||||||
|
For more details on the inference pipeline and examples, please refer to the [official GitHub repository](https://github.com/stepfun-ai/PaCoRe).
|
||||||
|
|
||||||
|
|
||||||
|
## 🙏 Acknowledgements
|
||||||
|
- This work was supported by computing resources and infrastructure provided by [StepFun](https://www.stepfun.com/) and Tsinghua University.
|
||||||
|
- We are deeply grateful to our colleagues for their support:
|
||||||
|
* Inference: Song Yuan, Wuxun Xie, Mingliang Li, Bojun Wang.
|
||||||
|
* Training: Xing Chen, Yuanwei Lu, Changyi Wan, Yu Zhou.
|
||||||
|
* Infra Operations: Shaoliang Pang, Changxin Miao, Xu Zhao, Wei Zhang, Zidong Yang, Junzhe Lin, Yuxiang Yang, Chen Xu, Xin Li, Bin Wang.
|
||||||
|
* Data Management: Xiaoxiao Ren, Zhiguo Huang, and Kang An.
|
||||||
|
* Helpful Discussions: Liang Zhao, Jianjian Sun, Zejia Weng, JingJing Xie.
|
||||||
|
- We are grateful for colleagues from StepFun and Tsinghua University for their valuable feedback and contributions.
|
||||||
|
- Our work is built on amazing open source models and data; thanks again!
|
||||||
|
|
||||||
|
## 🔮 Future Work
|
||||||
|
We are just scratching the surface of parallel coordinated reasoning. Our roadmap includes:
|
||||||
|
- **Scaling the Extremes**: We plan to apply PaCoRe to stronger foundation models, expanding the task domains, and further scaling up both the breadth (parallel trajectories) and depth (coordination rounds) to tackle challenges currently deemed unsolvable.
|
||||||
|
- **Boosting Token Intelligence Density**: While we currently scale by volume, we aim to maximize the utility of every unit of compute spent. This involves enabling more efficient parallel exploration through better organization, cooperation, and division of labor among trajectories.
|
||||||
|
- **Emergent Multi-Agent Intelligence**: We are interested in exploring the joint training of both the synthesis policy and the message-passing mechanism, laying minimal yet rich cooperative multi-agent learning environment, offering a valuable playground for studying emergent communication, self-organization, and collective intelligence.
|
||||||
|
- **Ouroboros for Pre- and Post-Training**: we intend to investigate the development of advanced synthetic data generation techniques with PaCoRe pipeline to improve both current pretraining and post-training processes.
|
||||||
|
|
||||||
|
## Advertisement Time 📣
|
||||||
|
We are currently seeking self-motivated engineers and reseachers.
|
||||||
|
If you are interested in our project and would like to contribute to the reasoner scale-up all the way to AGI, please feel free to reach out to us at hanqer@stepfun.com
|
||||||
|
|
||||||
|
## 📜 Citation
|
||||||
|
|
||||||
|
```bibtex
|
||||||
|
@misc{pacore2025,
|
||||||
|
title={PaCoRe: Learning to Scale Test-Time Compute with Parallel Coordinated Reasoning},
|
||||||
|
author={Jingcheng Hu and Yinmin Zhang and Shijie Shang and Xiaobo Yang and Yue Peng and Zhewei Huang and Hebin Zhou and Xin Wu and Jie Cheng and Fanqi Wan and Xiangwen Kong and Chengyuan Yao and Kaiwen Yan and Ailin Huang and Hongyu Zhou and Qi Han and Zheng Ge and Daxin Jiang and Xiangyu Zhang and Heung-Yeung Shum},
|
||||||
|
year={2026},
|
||||||
|
eprint={2601.05593},
|
||||||
|
archivePrefix={arXiv},
|
||||||
|
primaryClass={cs.LG},
|
||||||
|
url={https://arxiv.org/abs/2601.05593},
|
||||||
|
}
|
||||||
|
```
|
||||||
28
added_tokens.json
Normal file
28
added_tokens.json
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"</think>": 151668,
|
||||||
|
"</tool_call>": 151658,
|
||||||
|
"</tool_response>": 151666,
|
||||||
|
"<think>": 151667,
|
||||||
|
"<tool_call>": 151657,
|
||||||
|
"<tool_response>": 151665,
|
||||||
|
"<|box_end|>": 151649,
|
||||||
|
"<|box_start|>": 151648,
|
||||||
|
"<|endoftext|>": 151643,
|
||||||
|
"<|file_sep|>": 151664,
|
||||||
|
"<|fim_middle|>": 151660,
|
||||||
|
"<|fim_pad|>": 151662,
|
||||||
|
"<|fim_prefix|>": 151659,
|
||||||
|
"<|fim_suffix|>": 151661,
|
||||||
|
"<|im_end|>": 151645,
|
||||||
|
"<|im_start|>": 151644,
|
||||||
|
"<|image_pad|>": 151655,
|
||||||
|
"<|object_ref_end|>": 151647,
|
||||||
|
"<|object_ref_start|>": 151646,
|
||||||
|
"<|quad_end|>": 151651,
|
||||||
|
"<|quad_start|>": 151650,
|
||||||
|
"<|repo_name|>": 151663,
|
||||||
|
"<|video_pad|>": 151656,
|
||||||
|
"<|vision_end|>": 151653,
|
||||||
|
"<|vision_pad|>": 151654,
|
||||||
|
"<|vision_start|>": 151652
|
||||||
|
}
|
||||||
51
chat_template.jinja
Normal file
51
chat_template.jinja
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
{% macro render_content(content) %}{% if content is none %}{{- "" }}{% elif content is string %}{{- content }}{% elif content is mapping %}{{- content['value'] if 'value' in content else content['text'] }}{% elif content is iterable %}{% for item in content %}{% if item.type == 'text' %}{{- item['value'] if 'value' in item else item['text'] }}{% elif item.type == 'image' %}<im_patch>{% endif %}{% endfor %}{% endif %}{% endmacro %}{%- if tools %}{{- '<|im_start|>system
|
||||||
|
' }}{%- if messages[0]['role'] == 'system' %}{{- render_content(messages[0]['content']) }}{%- else %}{{- '' }}{%- endif %}{{- "
|
||||||
|
|
||||||
|
# Tools
|
||||||
|
|
||||||
|
You may call one or more functions to assist with the user query.
|
||||||
|
|
||||||
|
You are provided with function signatures within <tools></tools> XML tags:
|
||||||
|
<tools>" }}{%- for tool in tools %}{{- "
|
||||||
|
" }}{{- tool | tojson }}{%- endfor %}{{- "
|
||||||
|
</tools>
|
||||||
|
|
||||||
|
For each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:
|
||||||
|
<tool_call>
|
||||||
|
{\"name\": <function-name>, \"arguments\": <args-json-object>}
|
||||||
|
</tool_call><|im_end|>
|
||||||
|
" }}{%- else %}{%- if messages[0]['role'] == 'system' %}{{- '<|im_start|>system
|
||||||
|
' + render_content(messages[0]['content']) + '<|im_end|>
|
||||||
|
' }}{%- endif %}{%- endif %}{%- for message in messages %}{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}{{- '<|im_start|>' + message.role + '
|
||||||
|
' + render_content(message.content) + '<|im_end|>' + '
|
||||||
|
' }}{%- elif message.role == "assistant" %}{%- if loop.last %}{{- '<|im_start|>assistant
|
||||||
|
<think>
|
||||||
|
' + render_content(message.reasoning_content) + '
|
||||||
|
</think>
|
||||||
|
' + render_content(message.content) }}{%- if message.tool_calls %}{%- for tool_call in message.tool_calls %}{%- set call_details = tool_call.function if tool_call.function is defined else tool_call %}{%- set tool_call_id = tool_call.id if tool_call.id is defined else tool_call.tool_call_id %}{{- '
|
||||||
|
<tool_call>
|
||||||
|
{"tool_call_id": "' + tool_call_id + '", "name": "' + call_details.name + '", "arguments": ' }}{% if call_details.arguments is string %}{{- call_details.arguments }}{% else %}{{- call_details.arguments | tojson }}{% endif %}{{- '}
|
||||||
|
</tool_call>' }}{%- endfor %}{%- endif %}{{- '<|im_end|>
|
||||||
|
' }}{%- else %}{{- '<|im_start|>assistant
|
||||||
|
' + render_content(message.content) }}{%- if message.tool_calls %}{%- for tool_call in message.tool_calls %}{%- set call_details = tool_call.function if tool_call.function is defined else tool_call %}{%- set tool_call_id = tool_call.id if tool_call.id is defined else tool_call.tool_call_id %}{{- '
|
||||||
|
<tool_call>
|
||||||
|
{"tool_call_id": "' + tool_call_id + '", "name": "' + call_details.name + '", "arguments": ' }}{% if call_details.arguments is string %}{{- call_details.arguments }}{% else %}{{- call_details.arguments | tojson }}{% endif %}{{- '}
|
||||||
|
</tool_call>' }}{%- endfor %}{%- endif %}{{- '<|im_end|>
|
||||||
|
' }}{%- endif %}
|
||||||
|
{%- elif message.role in ["tool_response", "tool"] %}
|
||||||
|
{%- if loop.first or loop.previtem.role not in ["tool", "tool_response"] -%}
|
||||||
|
{{- '<|im_start|>tool_response
|
||||||
|
' -}}
|
||||||
|
{%- endif -%}
|
||||||
|
{{- '<tool_response>
|
||||||
|
' + 'tool_call_id: ' + message.tool_call_id + '
|
||||||
|
' + render_content(message.content) + '
|
||||||
|
</tool_response>
|
||||||
|
' -}}
|
||||||
|
{%- if loop.last or loop.nextitem.role not in ["tool", "tool_response"] -%}
|
||||||
|
{{- '<|im_end|>
|
||||||
|
' -}}
|
||||||
|
{%- endif -%}
|
||||||
|
{%- endif %}{%- endfor %}{%- if add_generation_prompt %}{{- '<|im_start|>assistant
|
||||||
|
<think>
|
||||||
|
' }}{%- endif %}
|
||||||
36
config.json
Normal file
36
config.json
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"architectures": [
|
||||||
|
"Qwen3ForCausalLM"
|
||||||
|
],
|
||||||
|
"attention_bias": false,
|
||||||
|
"attention_dropout": 0.0,
|
||||||
|
"bos_token_id": 151643,
|
||||||
|
"eos_token_id": 151643,
|
||||||
|
"head_dim": 128,
|
||||||
|
"hidden_act": "silu",
|
||||||
|
"hidden_size": 4096,
|
||||||
|
"initializer_range": 0.02,
|
||||||
|
"intermediate_size": 12288,
|
||||||
|
"max_position_embeddings": 327680,
|
||||||
|
"max_window_layers": 36,
|
||||||
|
"model_type": "qwen3",
|
||||||
|
"num_attention_heads": 32,
|
||||||
|
"num_hidden_layers": 36,
|
||||||
|
"num_key_value_heads": 8,
|
||||||
|
"rms_norm_eps": 1e-06,
|
||||||
|
"rope_scaling": {
|
||||||
|
"factor": 2.0,
|
||||||
|
"low_freq_factor": 1.0,
|
||||||
|
"high_freq_factor": 32.0,
|
||||||
|
"original_max_position_embeddings": 65536,
|
||||||
|
"rope_type": "llama3"
|
||||||
|
},
|
||||||
|
"rope_theta": 1000000,
|
||||||
|
"sliding_window": null,
|
||||||
|
"tie_word_embeddings": false,
|
||||||
|
"torch_dtype": "bfloat16",
|
||||||
|
"transformers_version": "4.51.0",
|
||||||
|
"use_cache": true,
|
||||||
|
"use_sliding_window": false,
|
||||||
|
"vocab_size": 151936
|
||||||
|
}
|
||||||
1
configuration.json
Normal file
1
configuration.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"framework": "pytorch", "task": "others", "allow_remote": true}
|
||||||
BIN
figure/before_after_train_lcb_02.png
Normal file
BIN
figure/before_after_train_lcb_02.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 292 KiB |
BIN
figure/benchmark_accuracy_1130.png
Normal file
BIN
figure/benchmark_accuracy_1130.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 601 KiB |
BIN
figure/inference_pipeline_teaser_02.png
Normal file
BIN
figure/inference_pipeline_teaser_02.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 99 KiB |
BIN
figure/teaser_draft_02.png
Normal file
BIN
figure/teaser_draft_02.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 287 KiB |
3
figure/train_reward_response_length_1130.png
Normal file
3
figure/train_reward_response_length_1130.png
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9eb1900913eb5accaf1d2d3ef8c86799b2627aab6b5e5427e262b734a7cf17d1
|
||||||
|
size 1067621
|
||||||
BIN
merges.txt
(Stored with Git LFS)
Normal file
BIN
merges.txt
(Stored with Git LFS)
Normal file
Binary file not shown.
3
model-00001.safetensors
Normal file
3
model-00001.safetensors
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6a7fb7ccce025b11c177c44f0406e23cce26407d7d949635e0d289a11d50390b
|
||||||
|
size 3087152968
|
||||||
3
model-00002.safetensors
Normal file
3
model-00002.safetensors
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d45ab805578c43659408dfeb1a7cb98874dd14aa5b820e73edfd8e677224def1
|
||||||
|
size 4231132880
|
||||||
3
model-00003.safetensors
Normal file
3
model-00003.safetensors
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e085c7c1bb53d31492023b74540b64dd937f7b2cccc57dcde457df94b50d4dfb
|
||||||
|
size 4244835472
|
||||||
3
model-00004.safetensors
Normal file
3
model-00004.safetensors
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:72fb8a8b4550a35672c1debf9a1f9ff3e63dea713e69c5002cb6f3bcdc4c5b61
|
||||||
|
size 3573735504
|
||||||
3
model-00005.safetensors
Normal file
3
model-00005.safetensors
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e69629096a043130c3e8e818c5f006f337cf1c9c5e62e9a50dde57a048341661
|
||||||
|
size 1244659808
|
||||||
404
model.safetensors.index.json
Normal file
404
model.safetensors.index.json
Normal file
@@ -0,0 +1,404 @@
|
|||||||
|
{
|
||||||
|
"metadata": {},
|
||||||
|
"weight_map": {
|
||||||
|
"model.layers.0.self_attn.q_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.0.self_attn.k_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.0.self_attn.v_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.0.self_attn.o_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.0.self_attn.q_norm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.0.self_attn.k_norm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.0.mlp.gate_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.0.mlp.up_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.0.mlp.down_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.0.input_layernorm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.0.post_attention_layernorm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.1.self_attn.q_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.1.self_attn.k_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.1.self_attn.v_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.1.self_attn.o_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.1.self_attn.q_norm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.1.self_attn.k_norm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.1.mlp.gate_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.1.mlp.up_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.1.mlp.down_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.1.input_layernorm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.1.post_attention_layernorm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.2.self_attn.q_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.2.self_attn.k_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.2.self_attn.v_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.2.self_attn.o_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.2.self_attn.q_norm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.2.self_attn.k_norm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.2.mlp.gate_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.2.mlp.up_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.2.mlp.down_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.2.input_layernorm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.2.post_attention_layernorm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.3.self_attn.q_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.3.self_attn.k_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.3.self_attn.v_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.3.self_attn.o_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.3.self_attn.q_norm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.3.self_attn.k_norm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.3.mlp.gate_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.3.mlp.up_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.3.mlp.down_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.3.input_layernorm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.3.post_attention_layernorm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.4.self_attn.q_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.4.self_attn.k_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.4.self_attn.v_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.4.self_attn.o_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.4.self_attn.q_norm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.4.self_attn.k_norm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.4.mlp.gate_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.4.mlp.up_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.4.mlp.down_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.4.input_layernorm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.4.post_attention_layernorm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.5.self_attn.q_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.5.self_attn.k_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.5.self_attn.v_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.5.self_attn.o_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.5.self_attn.q_norm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.5.self_attn.k_norm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.5.mlp.gate_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.5.mlp.up_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.5.mlp.down_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.5.input_layernorm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.5.post_attention_layernorm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.6.self_attn.q_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.6.self_attn.k_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.6.self_attn.v_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.6.self_attn.o_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.6.self_attn.q_norm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.6.self_attn.k_norm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.6.mlp.gate_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.6.mlp.up_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.6.mlp.down_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.6.input_layernorm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.6.post_attention_layernorm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.7.self_attn.q_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.7.self_attn.k_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.7.self_attn.v_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.7.self_attn.o_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.7.self_attn.q_norm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.7.self_attn.k_norm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.7.mlp.gate_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.7.mlp.up_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.7.mlp.down_proj.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.7.input_layernorm.weight": "model-00001.safetensors",
|
||||||
|
"model.layers.7.post_attention_layernorm.weight": "model-00001.safetensors",
|
||||||
|
"model.embed_tokens.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.8.self_attn.q_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.8.self_attn.k_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.8.self_attn.v_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.8.self_attn.o_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.8.self_attn.q_norm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.8.self_attn.k_norm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.8.mlp.gate_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.8.mlp.up_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.8.mlp.down_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.8.input_layernorm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.8.post_attention_layernorm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.9.self_attn.q_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.9.self_attn.k_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.9.self_attn.v_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.9.self_attn.o_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.9.self_attn.q_norm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.9.self_attn.k_norm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.9.mlp.gate_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.9.mlp.up_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.9.mlp.down_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.9.input_layernorm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.9.post_attention_layernorm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.10.self_attn.q_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.10.self_attn.k_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.10.self_attn.v_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.10.self_attn.o_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.10.self_attn.q_norm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.10.self_attn.k_norm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.10.mlp.gate_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.10.mlp.up_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.10.mlp.down_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.10.input_layernorm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.10.post_attention_layernorm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.11.self_attn.q_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.11.self_attn.k_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.11.self_attn.v_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.11.self_attn.o_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.11.self_attn.q_norm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.11.self_attn.k_norm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.11.mlp.gate_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.11.mlp.up_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.11.mlp.down_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.11.input_layernorm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.11.post_attention_layernorm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.12.self_attn.q_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.12.self_attn.k_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.12.self_attn.v_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.12.self_attn.o_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.12.self_attn.q_norm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.12.self_attn.k_norm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.12.mlp.gate_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.12.mlp.up_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.12.mlp.down_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.12.input_layernorm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.12.post_attention_layernorm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.13.self_attn.q_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.13.self_attn.k_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.13.self_attn.v_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.13.self_attn.o_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.13.self_attn.q_norm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.13.self_attn.k_norm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.13.mlp.gate_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.13.mlp.up_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.13.mlp.down_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.13.input_layernorm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.13.post_attention_layernorm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.14.self_attn.q_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.14.self_attn.k_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.14.self_attn.v_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.14.self_attn.o_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.14.self_attn.q_norm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.14.self_attn.k_norm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.14.mlp.gate_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.14.mlp.up_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.14.mlp.down_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.14.input_layernorm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.14.post_attention_layernorm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.15.self_attn.q_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.15.self_attn.k_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.15.self_attn.v_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.15.self_attn.o_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.15.self_attn.q_norm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.15.self_attn.k_norm.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.15.mlp.gate_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.15.mlp.up_proj.weight": "model-00002.safetensors",
|
||||||
|
"model.layers.15.mlp.down_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.15.input_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.15.post_attention_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.16.self_attn.q_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.16.self_attn.k_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.16.self_attn.v_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.16.self_attn.o_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.16.self_attn.q_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.16.self_attn.k_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.16.mlp.gate_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.16.mlp.up_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.16.mlp.down_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.16.input_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.16.post_attention_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.17.self_attn.q_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.17.self_attn.k_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.17.self_attn.v_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.17.self_attn.o_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.17.self_attn.q_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.17.self_attn.k_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.17.mlp.gate_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.17.mlp.up_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.17.mlp.down_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.17.input_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.17.post_attention_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.18.self_attn.q_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.18.self_attn.k_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.18.self_attn.v_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.18.self_attn.o_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.18.self_attn.q_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.18.self_attn.k_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.18.mlp.gate_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.18.mlp.up_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.18.mlp.down_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.18.input_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.18.post_attention_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.19.self_attn.q_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.19.self_attn.k_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.19.self_attn.v_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.19.self_attn.o_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.19.self_attn.q_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.19.self_attn.k_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.19.mlp.gate_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.19.mlp.up_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.19.mlp.down_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.19.input_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.19.post_attention_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.20.self_attn.q_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.20.self_attn.k_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.20.self_attn.v_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.20.self_attn.o_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.20.self_attn.q_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.20.self_attn.k_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.20.mlp.gate_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.20.mlp.up_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.20.mlp.down_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.20.input_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.20.post_attention_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.21.self_attn.q_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.21.self_attn.k_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.21.self_attn.v_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.21.self_attn.o_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.21.self_attn.q_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.21.self_attn.k_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.21.mlp.gate_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.21.mlp.up_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.21.mlp.down_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.21.input_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.21.post_attention_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.22.self_attn.q_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.22.self_attn.k_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.22.self_attn.v_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.22.self_attn.o_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.22.self_attn.q_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.22.self_attn.k_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.22.mlp.gate_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.22.mlp.up_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.22.mlp.down_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.22.input_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.22.post_attention_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.23.self_attn.q_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.23.self_attn.k_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.23.self_attn.v_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.23.self_attn.o_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.23.self_attn.q_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.23.self_attn.k_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.23.mlp.gate_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.23.mlp.up_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.23.mlp.down_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.23.input_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.23.post_attention_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.24.self_attn.q_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.24.self_attn.k_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.24.self_attn.v_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.24.self_attn.o_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.24.self_attn.q_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.24.self_attn.k_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.24.mlp.gate_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.24.mlp.up_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.24.mlp.down_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.24.input_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.24.post_attention_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.25.self_attn.q_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.25.self_attn.k_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.25.self_attn.v_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.25.self_attn.o_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.25.self_attn.q_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.25.self_attn.k_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.25.mlp.gate_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.25.mlp.up_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.25.mlp.down_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.25.input_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.25.post_attention_layernorm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.26.self_attn.q_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.26.self_attn.k_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.26.self_attn.v_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.26.self_attn.o_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.26.self_attn.q_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.26.self_attn.k_norm.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.26.mlp.gate_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.26.mlp.up_proj.weight": "model-00003.safetensors",
|
||||||
|
"model.layers.26.mlp.down_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.26.input_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.26.post_attention_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.27.self_attn.q_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.27.self_attn.k_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.27.self_attn.v_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.27.self_attn.o_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.27.self_attn.q_norm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.27.self_attn.k_norm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.27.mlp.gate_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.27.mlp.up_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.27.mlp.down_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.27.input_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.27.post_attention_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.28.self_attn.q_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.28.self_attn.k_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.28.self_attn.v_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.28.self_attn.o_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.28.self_attn.q_norm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.28.self_attn.k_norm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.28.mlp.gate_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.28.mlp.up_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.28.mlp.down_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.28.input_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.28.post_attention_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.29.self_attn.q_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.29.self_attn.k_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.29.self_attn.v_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.29.self_attn.o_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.29.self_attn.q_norm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.29.self_attn.k_norm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.29.mlp.gate_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.29.mlp.up_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.29.mlp.down_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.29.input_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.29.post_attention_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.30.self_attn.q_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.30.self_attn.k_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.30.self_attn.v_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.30.self_attn.o_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.30.self_attn.q_norm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.30.self_attn.k_norm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.30.mlp.gate_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.30.mlp.up_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.30.mlp.down_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.30.input_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.30.post_attention_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.31.self_attn.q_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.31.self_attn.k_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.31.self_attn.v_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.31.self_attn.o_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.31.self_attn.q_norm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.31.self_attn.k_norm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.31.mlp.gate_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.31.mlp.up_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.31.mlp.down_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.31.input_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.31.post_attention_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.32.self_attn.q_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.32.self_attn.k_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.32.self_attn.v_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.32.self_attn.o_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.32.self_attn.q_norm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.32.self_attn.k_norm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.32.mlp.gate_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.32.mlp.up_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.32.mlp.down_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.32.input_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.32.post_attention_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.33.self_attn.q_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.33.self_attn.k_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.33.self_attn.v_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.33.self_attn.o_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.33.self_attn.q_norm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.33.self_attn.k_norm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.33.mlp.gate_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.33.mlp.up_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.33.mlp.down_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.33.input_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.33.post_attention_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.34.self_attn.q_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.34.self_attn.k_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.34.self_attn.v_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.34.self_attn.o_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.34.self_attn.q_norm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.34.self_attn.k_norm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.34.mlp.gate_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.34.mlp.up_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.34.mlp.down_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.34.input_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.34.post_attention_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.35.self_attn.q_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.35.self_attn.k_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.35.self_attn.v_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.35.self_attn.o_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.35.self_attn.q_norm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.35.self_attn.k_norm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.35.mlp.gate_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.35.mlp.up_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.35.mlp.down_proj.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.35.input_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.layers.35.post_attention_layernorm.weight": "model-00004.safetensors",
|
||||||
|
"model.norm.weight": "model-00004.safetensors",
|
||||||
|
"lm_head.weight": "model-00005.safetensors"
|
||||||
|
}
|
||||||
|
}
|
||||||
31
special_tokens_map.json
Normal file
31
special_tokens_map.json
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"additional_special_tokens": [
|
||||||
|
"<|im_start|>",
|
||||||
|
"<|im_end|>",
|
||||||
|
"<|object_ref_start|>",
|
||||||
|
"<|object_ref_end|>",
|
||||||
|
"<|box_start|>",
|
||||||
|
"<|box_end|>",
|
||||||
|
"<|quad_start|>",
|
||||||
|
"<|quad_end|>",
|
||||||
|
"<|vision_start|>",
|
||||||
|
"<|vision_end|>",
|
||||||
|
"<|vision_pad|>",
|
||||||
|
"<|image_pad|>",
|
||||||
|
"<|video_pad|>"
|
||||||
|
],
|
||||||
|
"eos_token": {
|
||||||
|
"content": "<|im_end|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false
|
||||||
|
},
|
||||||
|
"pad_token": {
|
||||||
|
"content": "<|endoftext|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
tokenizer.json
(Stored with Git LFS)
Normal file
BIN
tokenizer.json
(Stored with Git LFS)
Normal file
Binary file not shown.
239
tokenizer_config.json
Normal file
239
tokenizer_config.json
Normal file
@@ -0,0 +1,239 @@
|
|||||||
|
{
|
||||||
|
"add_bos_token": false,
|
||||||
|
"add_prefix_space": false,
|
||||||
|
"added_tokens_decoder": {
|
||||||
|
"151643": {
|
||||||
|
"content": "<|endoftext|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"151644": {
|
||||||
|
"content": "<|im_start|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"151645": {
|
||||||
|
"content": "<|im_end|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"151646": {
|
||||||
|
"content": "<|object_ref_start|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"151647": {
|
||||||
|
"content": "<|object_ref_end|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"151648": {
|
||||||
|
"content": "<|box_start|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"151649": {
|
||||||
|
"content": "<|box_end|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"151650": {
|
||||||
|
"content": "<|quad_start|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"151651": {
|
||||||
|
"content": "<|quad_end|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"151652": {
|
||||||
|
"content": "<|vision_start|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"151653": {
|
||||||
|
"content": "<|vision_end|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"151654": {
|
||||||
|
"content": "<|vision_pad|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"151655": {
|
||||||
|
"content": "<|image_pad|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"151656": {
|
||||||
|
"content": "<|video_pad|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"151657": {
|
||||||
|
"content": "<tool_call>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"151658": {
|
||||||
|
"content": "</tool_call>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"151659": {
|
||||||
|
"content": "<|fim_prefix|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"151660": {
|
||||||
|
"content": "<|fim_middle|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"151661": {
|
||||||
|
"content": "<|fim_suffix|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"151662": {
|
||||||
|
"content": "<|fim_pad|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"151663": {
|
||||||
|
"content": "<|repo_name|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"151664": {
|
||||||
|
"content": "<|file_sep|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"151665": {
|
||||||
|
"content": "<tool_response>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"151666": {
|
||||||
|
"content": "</tool_response>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"151667": {
|
||||||
|
"content": "<think>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"151668": {
|
||||||
|
"content": "</think>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"additional_special_tokens": [
|
||||||
|
"<|im_start|>",
|
||||||
|
"<|im_end|>",
|
||||||
|
"<|object_ref_start|>",
|
||||||
|
"<|object_ref_end|>",
|
||||||
|
"<|box_start|>",
|
||||||
|
"<|box_end|>",
|
||||||
|
"<|quad_start|>",
|
||||||
|
"<|quad_end|>",
|
||||||
|
"<|vision_start|>",
|
||||||
|
"<|vision_end|>",
|
||||||
|
"<|vision_pad|>",
|
||||||
|
"<|image_pad|>",
|
||||||
|
"<|video_pad|>"
|
||||||
|
],
|
||||||
|
"bos_token": null,
|
||||||
|
"clean_up_tokenization_spaces": false,
|
||||||
|
"eos_token": "<|im_end|>",
|
||||||
|
"errors": "replace",
|
||||||
|
"extra_special_tokens": {},
|
||||||
|
"model_max_length": 131072,
|
||||||
|
"pad_token": "<|endoftext|>",
|
||||||
|
"split_special_tokens": false,
|
||||||
|
"tokenizer_class": "Qwen2Tokenizer",
|
||||||
|
"unk_token": null
|
||||||
|
}
|
||||||
BIN
vocab.json
(Stored with Git LFS)
Normal file
BIN
vocab.json
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user