Delete README.md
#43
by Maglondi - opened
README.md
DELETED
|
@@ -1,132 +0,0 @@
|
|
| 1 |
-
---
|
| 2 |
-
language:
|
| 3 |
-
- en
|
| 4 |
-
- zh
|
| 5 |
-
license: apache-2.0
|
| 6 |
-
base_model: Qwen/Qwen3.5-27B
|
| 7 |
-
tags:
|
| 8 |
-
- unsloth
|
| 9 |
-
- qwen
|
| 10 |
-
- qwen3.5
|
| 11 |
-
- reasoning
|
| 12 |
-
- chain-of-thought
|
| 13 |
-
- Dense
|
| 14 |
-
pipeline_tag: image-text-to-text
|
| 15 |
-
datasets:
|
| 16 |
-
- nohurry/Opus-4.6-Reasoning-3000x-filtered
|
| 17 |
-
- Jackrong/Qwen3.5-reasoning-700x
|
| 18 |
-
---
|
| 19 |
-
|
| 20 |
-
# 🌟 Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled
|
| 21 |
-
|
| 22 |
-
> **Build Environment Upgrades:**
|
| 23 |
-
> - **Fine-tuning Framework**: **Unsloth 2026.3.3**
|
| 24 |
-
> - **Core Dependencies**: **Transformers 5.2.0**
|
| 25 |
-
> - This model fixes the crash in the official model caused by the Jinja template not supporting the **"developer"** role. (commonly sent by modern coding agents like Claude Code and OpenCode)
|
| 26 |
-
> - It does **not disable thinking mode by default**, and allowing the agent to run continuously for **over 9 minutes without interruption**.
|
| 27 |
-
> - Compared to the original model, **autonomy and stability are significantly improved**.
|
| 28 |
-
|
| 29 |
-

|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
## 💡 Model Introduction
|
| 33 |
-
**Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled** is a highly capable reasoning model fine-tuned on top of the powerful Qwen3.5 architecture. The model's core directive is to leverage state-of-the-art Chain-of-Thought (CoT) distillation primarily sourced from Claude-4.6 Opus interactions.
|
| 34 |
-
|
| 35 |
-
Through Supervised Fine-Tuning (SFT) focusing specifically on structured reasoning logic, this model excels in breaking down complex user problems, planning step-by-step methodologies within strictly formatted `<think>` tags, and ultimately delivering precise, nuanced solutions.
|
| 36 |
-
|
| 37 |
-
### 🧠 Example of Learned Reasoning Scaffold(Example)
|
| 38 |
-
|
| 39 |
-
The model includes targeted optimizations addressing Qwen3.5’s tendency toward excessive transitional or repetitive reasoning on simple queries. Through deep distillation and structural imitation of Claude-4.6-Opus reasoning chains, the model adopts a more efficient structured thinking pattern:
|
| 40 |
-
**“Let me analyze this request carefully: 1..2..3...”.**
|
| 41 |
-
This streamlined reasoning paradigm significantly reduces redundant cognitive loops while preserving deep analytical capacity, resulting in substantially improved inference efficiency.
|
| 42 |
-
|
| 43 |
-
```text
|
| 44 |
-
Let me analyze this request carefully:
|
| 45 |
-
|
| 46 |
-
1. Identify the core objective of the problem.
|
| 47 |
-
2. Break the task into clearly defined subcomponents.
|
| 48 |
-
3. Evaluate constraints and edge cases.
|
| 49 |
-
4. Formulate a step-by-step solution plan.
|
| 50 |
-
5. Execute the reasoning sequentially and verify consistency.
|
| 51 |
-
.
|
| 52 |
-
.
|
| 53 |
-
.
|
| 54 |
-
```
|
| 55 |
-
|
| 56 |
-
## 🗺️ Training Pipeline Overview
|
| 57 |
-
|
| 58 |
-
```text
|
| 59 |
-
Base Model (Qwen3.5-27B)
|
| 60 |
-
│
|
| 61 |
-
▼
|
| 62 |
-
Supervised Fine-Tuning (SFT) + LoRA
|
| 63 |
-
│
|
| 64 |
-
▼
|
| 65 |
-
Final Model (Claude-4.6-Opus-Reasoning-Distilled,text-only)
|
| 66 |
-
```
|
| 67 |
-
|
| 68 |
-
## 📋 Stage Details
|
| 69 |
-
|
| 70 |
-
**🔧Tool Calling Benchmark**(benchmark tests by user @Chris Klaus)
|
| 71 |
-
|
| 72 |
-

|
| 73 |
-
|
| 74 |
-
> **From the test results, it is clear that different Qwen3.5 quantized models show significant differences in tool-calling capability. Among them, only the 27B model distilled with Claude Opus reasoning demonstrates stable performance.**
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
🔥**Community-tested advantages** (benchmark tests by user @sudoing on a single RTX 3090):
|
| 78 |
-
|
| 79 |
-
Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled shows significant advantages in coding-agent environments such as Claude Code and OpenCode:
|
| 80 |
-
|
| 81 |
-
>- **Native support for the “developer” role**, requiring no Jinja template patches or ChatML workarounds.
|
| 82 |
-
>- **Thinking mode fully preserved** (logs confirm `thinking=1`), not silently disabled, maintaining the complete chain-of-thought reasoning process.
|
| 83 |
-
>- **Greatly improved autonomy and stability** — capable of running continuously for **over 9 minutes autonomously** (with zero human intervention). It actively waits for tool responses, reads outputs, self-corrects errors, and can even automatically generate a README, whereas the base model often stalls or freezes mid-execution.
|
| 84 |
-
|
| 85 |
-
>**Hardware usage remains unchanged:**
|
| 86 |
-
>- About **16.5 GB VRAM** with **Q4_K_M** quantization
|
| 87 |
-
>- **29–35 tok/s** generation speed
|
| 88 |
-
>- **Full 262K context** with no compromises
|
| 89 |
-
|
| 90 |
-
- These improvements come from successfully distilling the **structured reasoning style of Claude 4.6 Opus**, allowing Qwopus to be truly **plug-and-play in modern local coding agents** and deliver an experience close to Opus in smoothness and usability.
|
| 91 |
-
|
| 92 |
-
**Thanks to the community for the in-depth testing and feedback!**
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
### 🔹 Supervised Fine-Tuning (SFT)
|
| 96 |
-
- **Objective:** To inject high-density reasoning logic and establish a strict format for problem-solving involving an internal thinking state prior to outputting the final response.
|
| 97 |
-
- **Methodology:** We utilized **Unsloth** for highly efficient memory and compute optimization. A critical component of this stage is the `train_on_responses_only` strategy, masking instructions so the loss is purely calculated over the generation of the `<think>` sequences and the subsequent solutions.
|
| 98 |
-
- **Format Enforcement:** All training samples were systematically normalized so the model strictly abides by the structure `<think> {internal reasoning} </think>\n {final answer}`.
|
| 99 |
-
|
| 100 |
-
### 📚 All Datasets Used
|
| 101 |
-
The dataset consists of high-quality, filtered reasoning distillation data:
|
| 102 |
-
|
| 103 |
-
| Dataset Name | Description / Purpose |
|
| 104 |
-
|--------------|-----------------------|
|
| 105 |
-
| [nohurry/Opus-4.6-Reasoning-3000x-filtered](https://huggingface.co/datasets/nohurry/Opus-4.6-Reasoning-3000x-filtered) | Provides comprehensive Claude 4.6 Opus reasoning trajectories. |
|
| 106 |
-
| [TeichAI/claude-4.5-opus-high-reasoning-250x](https://huggingface.co/datasets/TeichAI/claude-4.5-opus-high-reasoning-250x) | Injecting high-intensity, structured reasoning instances. |
|
| 107 |
-
| [Jackrong/Qwen3.5-reasoning-700x](https://huggingface.co/datasets/Jackrong/Qwen3.5-reasoning-700x) | Additional curated reasoning samples designed to strengthen structured step-by-step problem solving and improve reasoning diversity. |
|
| 108 |
-
|
| 109 |
-
## 🌟 Core Skills & Capabilities
|
| 110 |
-
1. **Modular & Structured Thinking:** Inheriting traits from Opus-level reasoning, the model demonstrates confident parsing of the prompt, establishing an outlined plan in its `<think>` block sequentially rather than exploratory "trial-and-error" self-doubt.
|
| 111 |
-
|
| 112 |
-
## ⚠️ Limitations & Intended Use
|
| 113 |
-
- **Hallucination Risk:** While reasoning is strong, the model remains an autoregressive LLM; external facts provided during the thinking sequence may occasionally contain hallucinations if verifying real-world events.
|
| 114 |
-
- **Intended Scenario:** Best suited for offline analytical tasks, coding, math, and heavy logic-dependent prompting where the user needs to transparently follow the AI's internal logic.
|
| 115 |
-
- **Preview Version Notice:** Because this model is relatively new and intentionally lightweight, the surrounding ecosystem — including inference templates, fine-tuning pipelines, routing configurations, and tooling integrations — may not yet be fully mature or standardized. As a result, users may encounter occasional bugs, compatibility inconsistencies, or integration edge cases. The current release should be considered a preview build while the broader architectural stack and supporting utilities continue to stabilize and improve.
|
| 116 |
-
|
| 117 |
-
## 🙏 Acknowledgements
|
| 118 |
-
Significant thanks to the [Unsloth AI](https://unsloth.ai/) team for making rapid fine-tuning of MoE and large LLM models accessible. Additionally, we acknowledge Qwen internally, and the open-source community developers producing exceptional distilled datasets (`nohurry` and `TeichAI`).
|
| 119 |
-
|
| 120 |
-
## 📖 Citation
|
| 121 |
-
|
| 122 |
-
If you use this model in your research or projects, please cite:
|
| 123 |
-
|
| 124 |
-
```bibtex
|
| 125 |
-
@misc{jackrong_qwen35_opus_distilled,
|
| 126 |
-
title = {Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled},
|
| 127 |
-
author = {Jackrong},
|
| 128 |
-
year = {2026},
|
| 129 |
-
publisher = {Hugging Face},
|
| 130 |
-
howpublished = {\url{https://huggingface.co/Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled}}
|
| 131 |
-
}
|
| 132 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|