AIAny
AI Model2026
Icon for item

ThinkingCap: Qwen 3.6 27B

Fine-tuned variant of Qwen3.6-27B that cuts internal reasoning (‘thinking’) token usage by roughly 46% on average while preserving benchmark accuracy and safety behavior. Targets lower latency and inference cost; ships on Hugging Face with GGUF quantizations for local use.

Introduction

Large multimodal LLMs frequently emit long internal reasoning traces that increase latency, cost and the chance of truncation. ThinkingCap demonstrates that a targeted, brevity-focused finetuning can teach a Qwen3.6-27B checkpoint to stop reasoning once it has enough information — substantially shortening <think> traces while maintaining final-answer quality. The practical payoff is lower inference tokens, fewer truncation failures, and reduced compute for the same task accuracy.

Key Capabilities
  • Token-efficient reasoning: macro out-of-domain thinking-token reduction ≈ 45.8%; in-domain (finetune-holdout) reduction ≈ 57.7% on tested benchmarks. Means shorter internal traces on knowledge, math, long-context and agentic tasks.
  • Quality retention: benchmark accuracies remain comparable to the base Qwen3.6-27B across many suites (GSM8K, MMLU variants, RealWorldQA, etc.), and safety-guardrail behaviour is preserved (SAFE % ≈ base).
  • Practical deployment: distributed on Hugging Face with transformers support, plus GGUF quantized builds for local inference (Q4_K_M recommended; Q8_0 near-lossless). Compatible with llama.cpp runtimes and common sampling settings used in evaluation.
Who it's for and trade-offs

Great fit if you run Qwen-style models at scale or locally and want lower per-request token cost and latency without reworking prompts or toolchains. Also useful when long internal traces cause truncation or repeated-loop failures. Look elsewhere if you need absolute maximum chain-of-thought verbosity for research that inspects every intermediate step, or if you require a model with different pretraining knowledge than Qwen3.6-27B.

Where it fits

Positioned as a drop-in, efficiency-focused replacement for Qwen3.6-27B in workflows that value shorter reasoning traces: production inference, local/offline deployments, and agent stacks where reasoning token budgets matter.

How it was built (brief)

Starting from Qwen/Qwen3.6-27B, the team finetuned on a curated mix of reasoning and non-reasoning tasks with objectives that reward concise, sufficient reasoning rather than maximal verbosity. Evaluations used multiple seeds, high generation caps for fairness, and both in-domain holdouts and out-of-domain benchmarks to measure token savings, accuracy, looping and truncation metrics.

Information

  • Websitehuggingface.co
  • OrganizationsBottleCap AI, Qwen Team
  • AuthorsKarol Lasocki, Adam Osusky, Jan Lindauer, Adam Jirkovsky, Filip Mihal, Ondrej Platek, David Herel, Luka Ihnatchenko, Vojtech Bartek, Jiri Jirak
  • Published date2026/07/06

Categories

More Items

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).

Hugging Face
AI Model2026

Converts raw ASR transcripts into clean written text: adds punctuation and capitalization, expands spoken numbers/dates/times/currencies/emails, removes fillers and resolves self-corrections. Fine-tuned from Qwen3-0.6B (≈0.6B params), 94.8% token accuracy on a 7,519-case English test set; designed for CPU/edge deployment and deterministic post-processing.

Hugging Face
AI Model2026

GGUF build of Ornith-1.5's 35B mixture-of-experts model (A3B) for local inference — activates ~3B params per token, supports up to 262,144 tokens, emits separate reasoning traces and OpenAI-style tool calls, optimized for agentic coding and long-context use cases.