kamets/qwen3.5-0.8b-claude-4.6-opus-reasoning-distilled-gguf BF16 GGUF - Free GGUF Download is indexed on GraySoft with repository links, GGUF quant files, and Hugging Face metadata. This page helps you pick a local model for guIDE or other runtimes. See related models in the same shard below.
Model Intelligence Sheet
kamets/qwen3.5-0.8b-claude-4.6-opus-reasoning-distilled-gguf overview
Comprehensive model page for kamets/qwen3.5-0.8b-claude-4.6-opus-reasoning-distilled-gguf
Downloads
1,121
Likes
1
Pipeline
text-generation
Library
—
Visibility
Public
Access
Open
Repository Files & Downloads
11 files detected
Direct downloads for all repository files
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| Qwen3.5-0.8B.BF16-mmproj.gguf | GGUF | BF16 | 197.74 MB | Download |
| Qwen3.5-0.8B.Q2_K.gguf | GGUF | Q2_K | 377.45 MB | Download |
| Qwen3.5-0.8B.Q3_K_L.gguf | GGUF | Q3_K_L | 455.06 MB | Download |
| Qwen3.5-0.8B.Q3_K_M.gguf | GGUF | Q3_K_M | 443.25 MB | Download |
| Qwen3.5-0.8B.Q3_K_S.gguf | GGUF | Q3_K_S | 415.19 MB | Download |
| Qwen3.5-0.8B.Q4_K_M.gguf | GGUF | Q4_K_M | 503.06 MB | Download |
| Qwen3.5-0.8B.Q4_K_S.gguf | GGUF | Q4_K_S | 479.78 MB | Download |
| Qwen3.5-0.8B.Q5_K_M.gguf | GGUF | Q5_K_M | 557.73 MB | Download |
| Qwen3.5-0.8B.Q5_K_S.gguf | GGUF | Q5_K_S | 537.54 MB | Download |
| Qwen3.5-0.8B.Q6_K.gguf | GGUF | Q6_K | 600.57 MB | Download |
| Qwen3.5-0.8B.Q8_0.gguf | GGUF | — | 774.23 MB | Download |
Model Details Live
Metadata Inspector
Normalized metadata (stored in metadata_json)
{
"metadata": {},
"card_data": {
"language": [
"en",
"zh",
"ko"
],
"license": "apache-2.0",
"tags": [
"unsloth",
"qwen",
"qwen3.5",
"qwen3.5-0.8B",
"reasoning",
"chain-of-thought",
"lora"
],
"pipeline_tag": "text-generation",
"datasets": [
"nohurry/Opus-4.6-Reasoning-3000x-filtered",
"Jackrong/Qwen3.5-reasoning-700x"
],
"base_model": [
"Qwen/Qwen3.5-0.8B"
],
"frontmatter": {
"language": [
"en",
"zh",
"ko"
],
"license": "apache-2.0",
"tags": [
"unsloth",
"qwen",
"qwen3.5",
"qwen3.5-0.8B",
"reasoning",
"chain-of-thought",
"lora"
],
"pipeline_tag": "text-generation",
"datasets": [
"nohurry/Opus-4.6-Reasoning-3000x-filtered",
"Jackrong/Qwen3.5-reasoning-700x"
],
"base_model": [
"Qwen/Qwen3.5-0.8B"
]
},
"hero_image_url": "",
"summary": "",
"quick_links": [],
"benchmark_table_html": "",
"readme_markdown": "---\nlanguage:\n- en\n- zh\n- ko\nlicense: apache-2.0\ntags:\n- unsloth\n- qwen\n- qwen3.5\n- qwen3.5-0.8B\n- reasoning\n- chain-of-thought\n- lora\npipeline_tag: text-generation\ndatasets:\n- nohurry/Opus-4.6-Reasoning-3000x-filtered\n- Jackrong/Qwen3.5-reasoning-700x\nbase_model:\n- Qwen/Qwen3.5-0.8B\n---\n\n# 🌟 Qwen3.5-0.8B-Claude-4.6-Opus-Reasoning-Distilled\n\n## 💡 Model Introduction\n**Qwen3.5-2B-Claude-4.6-Opus-Reasoning-Distilled** is a highly capable reasoning model fine-tuned on top of the Qwen3.5-0.8B 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.\n\nThrough 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.\n\n## 🗺️ Training Pipeline Overview\n\n```text\nBase Model (Qwen3.5-0.8B)\n │\n ▼\nSupervised Fine-Tuning (SFT) + LoRA\n(Response-Only Training masked on \"<|im_start|>assistant\\n<think>\")\n │\n ▼\nFinal Model Text Only (Qwen3.5-0.8B-Claude-4.6-Opus-Reasoning-Distilled)\n```\n\n### 🧠 Example of Learned Reasoning Scaffold(Example)\n\nThe 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: \n**“Let me analyze this request carefully: 1..2..3...”.** \nThis streamlined reasoning paradigm significantly reduces redundant cognitive loops while preserving deep analytical capacity, resulting in substantially improved inference efficiency.\n\n```text\nLet me analyze this request carefully:\n\n1. Identify the core objective of the problem.\n2. Break the task into clearly defined subcomponents.\n3. Evaluate constraints and edge cases.\n4. Formulate a step-by-step solution plan.\n5. Execute the reasoning sequentially and verify consistency.\n .\n .\n .\n```\n\n### 🔹 Supervised Fine-Tuning (SFT)\n- **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.\n- **Method:** 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.\n- **Format Enforcement:** All training samples were systematically normalized so the model strictly abides by the structure `<think> {internal reasoning} </think>\\n {final answer}`.\n\n\n### 📚 All Datasets Used\nThe dataset consists of high-quality, filtered reasoning distillation data (2,516 samples total after filtering):\n\n| Dataset Name | Description / Purpose |\n|--------------|-----------------------|\n| [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. |\n| [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. |\n| [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. |\n\n## 🌟 Core Skills & Capabilities\n1. **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.\n2. **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.\n\n## ⚠️ Limitations & Intended Use\n- **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.\n- **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.\n- This model is a test version intended solely for learning and demonstration purposes, and is for academic research and technical exploration use only.\n## 🙏 Acknowledgements\nSignificant thanks to the [Unsloth AI](https://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`).",
"related_quantizations": []
},
"tags": [
"gguf",
"qwen3_5",
"unsloth",
"qwen",
"qwen3.5",
"qwen3.5-0.8B",
"reasoning",
"chain-of-thought",
"lora",
"text-generation",
"en",
"zh",
"ko",
"dataset:nohurry/Opus-4.6-Reasoning-3000x-filtered",
"dataset:Jackrong/Qwen3.5-reasoning-700x",
"base_model:Qwen/Qwen3.5-0.8B",
"base_model:adapter:Qwen/Qwen3.5-0.8B",
"license:apache-2.0",
"endpoints_compatible",
"region:us",
"conversational"
],
"likes": 1,
"downloads": 1121,
"gated": false,
"private": false,
"last_modified": "2026-03-20T06:31:56.000Z",
"created_at": "2026-03-20T06:31:55.000Z",
"pipeline_tag": "text-generation",
"library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
"_id": "69bce9dbe61d6ad30d64325c",
"id": "Kamets/Qwen3.5-0.8B-Claude-4.6-Opus-Reasoning-Distilled-GGUF",
"modelId": "Kamets/Qwen3.5-0.8B-Claude-4.6-Opus-Reasoning-Distilled-GGUF",
"sha": "e3f1ea3ef6bbf244f5bd21e96d503a37a51f7a2b",
"createdAt": "2026-03-20T06:31:55.000Z",
"lastModified": "2026-03-20T06:31:56.000Z",
"author": "Kamets",
"downloads": 1121,
"likes": 1,
"gated": false,
"private": false,
"pipeline_tag": "text-generation",
"library_name": "",
"siblings_count": 14
}