初始化项目,由ModelHub XC社区提供模型

Model: minpeter/Qwen3-0.6B-Instruct
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-09 16:05:30 +08:00
commit 219bde9d8f
11 changed files with 152020 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
---
library_name: transformers
license: apache-2.0
license_link: https://huggingface.co/Qwen/Qwen3-0.6B/blob/main/LICENSE
pipeline_tag: text-generation
base_model:
- Qwen/Qwen3-0.6B
---
# Qwen3-0.6B (Modified)
A fork of [Qwen/Qwen3-0.6B](https://huggingface.co/Qwen/Qwen3-0.6B), modified for use as a training target model with [PrimeIntellect-ai/verifiers](https://github.com/PrimeIntellect-ai/verifiers).
## Changes
- Extracted `chat_template` from `tokenizer_config.json` into a separate `chat_template.jinja` file (latest transformers format)
- Reversed thinking tag logic to enable thinking mode by default (`enable_thinking=True`)
## Original Model
For model architecture, performance, and usage details, refer to [Qwen/Qwen3-0.6B](https://huggingface.co/Qwen/Qwen3-0.6B).