AIAny
AI Model2026
Icon for item

Qwen3.8-9B Distill

A 9B-parameter distillation that transfers chain-of-thought reasoning from Qwen3.8 into the Qwen3.5-9B architecture for single‑GPU deployment; trained on ~70,000 teacher traces, it offers 262k-token context, native function-calling, and improved MMLU performance.

Introduction

Small dense models can inherit the multi-step reasoning style of frontier-scale teachers — and that is the core experiment behind this release. Qwen3.8-9B Distill compresses Qwen3.8 2.4T's chain-of-thought behaviour into a full-parameter 9B student by fine-tuning on roughly 70,000 curated teacher traces, producing a deployable model that retains advanced reasoning on many benchmarks while running on a single GPU.

Key Capabilities
  • Distilled chain-of-thought: the student reproduces teacher-style CoT outputs (answers begin with a learned <think> block), which helps on multi-step reasoning and knowledge-intensive prompts.
  • Benchmark profile: large gains on MMLU (flexible-extract acc ~0.751 vs base 0.546, +0.205) while showing a small drop on GSM8K exact-match metrics; this indicates strong cross-task transfer for subject-level knowledge but occasional formatting/precision differences on some arithmetic tasks.
  • Deployment-ready features: native 262,144-token context, native function-calling compatible with Qwen3.5 conventions, and full-parameter fine-tune (not an adapter), plus common quantizations (GGUF) and runtimes support (Transformers, vLLM, llama.cpp tooling).
Who it's for & Trade-offs

Great fit if you need a single‑GPU model that preserves large‑model reasoning style for tasks like multi-subject QA, code reasoning, or benchmark evaluation, and you value long context and native function-calling. Look elsewhere if strict per-token arithmetic exactness on specific datasets matters above all else, or if you require multimodal vision fine-tuning (vision behavior is inherited from the base and was not extensively evaluated here).

Practical notes: follow recommended sampling settings (temperature=0.6, top_p=0.95, top_k=20) and allow generous max_new_tokens (16k+) because outputs open with a learned deliberation span; the model inherits the teacher's tendency for over-long deliberation on easy problems. Weights are released under Apache-2.0 for research and experimentation.

Information

  • Websitehuggingface.co
  • OrganizationsEmpero, Alibaba Qwen team
  • Published date2026/08/15

Categories

More Items

Hugging Face
AI Model2026

A draft model that predicts whole blocks of tokens in parallel for speculative decoding of Qwen3.8-27B. Uses block-diffusion drafting with per-position candidate sets and a selector plus dynamic convolutions to keep end-of-block accuracy, increasing accepted tokens per verification and end-to-end throughput versus autoregressive decoding.

Hugging Face
AI Model2026

A 9B open-weight reasoning LLM that uses a self-improvement loop to auto-generate tasks, construct scaffolds, and optimize rollouts for stronger agentic coding and long-context reasoning. Single-GPU deployable, supports tool-calling and a 262,144-token context window.

Hugging Face
AI Model2026

Post-trained Qwen3.8-27B variant using the COLD FUSION (GAIN+Unsloth) tuning to reduce internal reasoning-token use and improve instruction following while keeping base capabilities. Deliverables include 256k-context-compatible GGUF quants (regular and MTP, NEO IMATRIX), vision support via an mmproj, and three reasoning-effort modes (xhigh/medium/low).