Dzluck/Qwen3.5-2B-Claude-4.6-Opus-Reasoning-Distilled-GGUF overview
π Qwen3.5 2B Claude 4.6 Opus Reasoning Distilled π’ Announcement Update: This model has been further enhanced with additional reasoning data distilled from Qwβ¦
Runs locally from ~640.3 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| Qwen3.5-2B.Q2_K.gguf | GGUF | GGUF | 873.0 MB | Download |
| Qwen3.5-2B.Q3_K_L.gguf | GGUF | GGUF | 1.06 GB | Download |
| Qwen3.5-2B.Q3_K_M.gguf | GGUF | GGUF | 1.02 GB | Download |
| Qwen3.5-2B.Q3_K_S.gguf | GGUF | GGUF | 972.9 MB | Download |
| Qwen3.5-2B.Q4_K_M.gguf | GGUF | GGUF | 1.18 GB | Download |
| Qwen3.5-2B.Q4_K_S.gguf | GGUF | GGUF | 1.12 GB | Download |
| Qwen3.5-2B.Q5_K_M.gguf | GGUF | GGUF | 1.33 GB | Download |
| Qwen3.5-2B.Q5_K_S.gguf | GGUF | GGUF | 1.28 GB | Download |
| Qwen3.5-2B.Q6_K.gguf | GGUF | GGUF | 1.45 GB | Download |
| Qwen3.5-2B.Q8_0.gguf | GGUF | GGUF | 1.87 GB | Download |
| mmproj-BF16.gguf | GGUF | BF16 | 640.3 MB | Download |
Model Details
| Model ID | Dzluck/Qwen3.5-2B-Claude-4.6-Opus-Reasoning-Distilled-GGUF |
|---|---|
| Author | Dzluck |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | β |
| Last modified | 2026-06-19T05:35:00.000Z |
Model README
---
language:
- en
license: apache-2.0
tags:
- unsloth
- qwen
- qwen3.5
- qwen3.5-2B
- reasoning
- chain-of-thought
- lora
pipeline_tag: text-generation
---
π Qwen3.5-2B-Claude-4.6-Opus-Reasoning-Distilled
π’ Announcement
> Update:
> This model has been further enhanced with additional reasoning data distilled from Qwen3.5-27B.
>
> The new training data introduces higher-quality reasoning trajectories across domains such as science, instruction-following, and mathematics.
>
> Part of the data comes from Jackrong/Qwen3.5-reasoning-700x, a curated dataset designed to improve structured step-by-step reasoning and reasoning diversity.
π‘ Model Introduction
Qwen3.5-2B-Claude-4.6-Opus-Reasoning-Distilled is a highly capable reasoning model fine-tuned on top of the Qwen3.5-2B dense 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.
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.
πΊοΈ Training Pipeline Overview
Base Model (Qwen3.5-2B)
β
βΌ
Supervised Fine-Tuning (SFT) + LoRA
(Response-Only Training masked on "<|im_start|>assistant\n<think>")
β
βΌ
Final Model Text Only (Qwen3.5-2B-Claude-4.6-Opus-Reasoning-Distilled)
π§ Example of Learned Reasoning ScaffoldοΌExampleοΌ
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:
βLet me analyze this request carefully: 1..2..3...β.
This streamlined reasoning paradigm significantly reduces redundant cognitive loops while preserving deep analytical capacity, resulting in substantially improved inference efficiency.
Let me analyze this request carefully:
1. Identify the core objective of the problem.
2. Break the task into clearly defined subcomponents.
3. Evaluate constraints and edge cases.
4. Formulate a step-by-step solution plan.
5. Execute the reasoning sequentially and verify consistency.
.
.
.
πΉ Supervised Fine-Tuning (SFT)
- 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.
- Method: We utilized Unsloth for highly efficient memory and compute optimization. A critical component of this stage is the
train_on_responses_onlystrategy, masking instructions so the loss is purely calculated over the generation of the<think>sequences and the subsequent solutions. - Format Enforcement: All training samples were systematically normalized so the model strictly abides by the structure
<think> {internal reasoning} </think>\n {final answer}.
π Training Loss Curve
The training loss showed a strong and healthy downward trend throughout the entire 3-epoch run, demonstrating effective knowledge distillation. Starting from an initial loss of 0.730115, the model converged steadily to a final loss of 0.186790 β indicating the model successfully internalized the structured <think> reasoning patterns from the Claude 4.6 Opus teacher data.
π All Datasets Used
The dataset consists of high-quality, filtered reasoning distillation data:
| Dataset Name | Description / Purpose |
|--------------|-----------------------|
| nohurry/Opus-4.6-Reasoning-3000x-filtered | Provides comprehensive Claude 4.6 Opus reasoning trajectories. |
| TeichAI/claude-4.5-opus-high-reasoning-250x | Injecting high-intensity, structured reasoning instances. |
| Jackrong/Qwen3.5-reasoning-700x | Additional curated reasoning samples designed to strengthen structured step-by-step problem solving and improve reasoning diversity. |
π Core Skills & Capabilities
- 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. - Extended Context Support: Fine-tuned smoothly with a 16,384 token context window allowing complex multi-step reasoning traces to exist gracefully within memory limits.
β οΈ Limitations & Intended Use
- 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.
- 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.
- This model is a test version intended solely for learning and demonstration purposes, and is for academic research and technical exploration use only.
π Acknowledgements
Significant thanks to the Unsloth AI team for making rapid fine-tuning of large LLM models accessible. Additionally, we acknowledge Qwen internally, and the open-source community developers producing exceptional distilled datasets (nohurry and TeichAI).
Run Dzluck/Qwen3.5-2B-Claude-4.6-Opus-Reasoning-Distilled-GGUF with guIDE
Download guIDE β the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face Β· Compare models