BottleCap AI

ThinkingCap: Qwen 3.6 27B - GGUF

This is a GGUF quantized version of bottlecapai/ThinkingCap-Qwen3.6-27B. It contains the Q4_K_M quantization, providing a balanced trade-off between memory efficiency and reasoning quality for local inference frameworks like llama.cpp.


Capability of Qwen3.6-27B with 50% less thinking tokens on average, and over 90% less in best cases. Achieved via finetuning Qwen3.6-27B (Qwen Team, 2026) with state-of-the-art algorithms on a curated set of problems of various domains and difficulty. We designed the finetuning to be as minimally invasive as possible, preserving all of the original answer quality and style of Qwen, while being more token efficient.

We rigorously evaluate the resulting checkpoint across general reasoning, non-reasoning multiple-choice question answering, everyday multi-turn conversations, system prompt adherence, safety, math, code and agentic use cases. Due to the high variability of reasoning quality at Qwen-recommended sampling temperature 1.0, we run each benchmark with multiple seeds and do statistical significance testing on all the results. We evaluate both in domain (holdout parts of selected datasets included in training) and out of domain.

Out-of-domain token efficiency

BenchmarkAccuracyThinking tokens
BaseOursBaseOursReduction
Knowledge & reasoning
GPQA-Diamond85.5 ±1.483.8 ±1.910,7773,351↓ 67.8%
SuperGPQA64.0 ±0.264.0 ±0.18,2463,384↓ 58.4%
MMLU-Pro85.9 ±0.285.4 ±0.23,4551,290↓ 53.7%
MMLU-Redux93.9 ±0.193.9 ±0.1947406↓ 44.8%
C-Eval90.6 ±0.790.3 ±0.61,279663↓ 47.1%
Math & code
HMMT (Nov 2025)88.0 ±3.784.7 ±3.739,27727,388↓ 38.0%
LiveCodeBench80.7 ±0.684.3 ±1.015,74410,158↓ 41.1%
Long-context & multimodal
LongBench v262.6 ±3.660.2 ±1.71,7651,091↓ 39.1%
RealWorldQA82.4 ±0.781.9 ±1.22,959913↓ 48.5%
AA-LCR76.2 ±3.074.2 ±2.22,4551,337↓ 45.5%
Instruction following & agentic
System-prompt adherence80.6 ±1.281.5 ±1.81,737976↓ 40.0%
Claw-Eval think/task87.0 ±1.984.4 ±1.2919689↓ 25.2%
Macro average81.580.7↓ 45.8%

Claw-Eval thinking tokens are per-task (agentic; not a single-turn trace).

Settings

  • Models: base Qwen/Qwen3.6-27B vs bottlecapai/ThinkingCap-Qwen3.6-27B (shown as Ours in the table).
  • Seeds: 5 per condition; thinking on; cells are mean ± 95% CI across seeds.
  • Decoding: thinking on; sampling temperature=1.0, top_p=0.95, top_k=20, min_p=0.0.
  • Max generation tokens: 100,000 for the general suite (gpqa_diamond, mmlu_pro, longbench_v2, realworldqa) and AA-LCR; 250,000 for HMMT; 32,768 for supergpqa and livecodebench; 16,384 for ceval and mmlu_redux; 15,000 for llm-system-prompts-benchmark; 49,152 for Claw-Eval.

In-domain evals

Holdout test splits of datasets whose train splits are part of the finetuning mix — quality retention on in-distribution tasks.

BenchmarkAccuracyThinking tokens
BaseOursBaseOursReduction
GSM8K93.3 ±1.596.5 ±0.33,175648↓ 74.1%
ARC-Challenge97.0 ±0.397.6 ±0.4966335↓ 51.5%
ARC-Easy99.3 ±0.299.4 ±0.2566260↓ 44.5%
CommonsenseQA86.7 ±0.788.2 ±0.91,118273↓ 64.1%
OpenBookQA96.0 ±0.596.7 ±0.6858248↓ 59.5%
QASC91.7 ±0.792.2 ±0.51,258348↓ 61.9%
SciQ97.0 ±0.297.5 ±0.2766276↓ 48.3%
Macro average94.495.4↓ 57.7%

Guardrails preservation

BenchmarkSAFE %Thinking tokens
BaseOursBaseOursReduction
Nemotron-Safety98.9 ±0.899.0 ±0.41,242933↓ 23.8%
HEx-PHI99.9 ±0.2100.0 ±0.0693543↓ 20.0%
Macro average99.499.5↓ 21.9%

GGUF Local Usage (llama.cpp)

To run this model locally, you will need a framework capable of handling Q4_K_M GGUF files. llama.cpp is highly recommended.

# Clone and build llama.cpp (if you haven't already)
git clone [https://github.com/ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp)
cd llama.cpp
make -j

# Run the model locally
./llama-cli -hf Abiray/ThinkingCap-Qwen3.6-27B-Q4_K_M-GGUF -p "Explain quantum computing in simple terms."
Downloads last month
559
GGUF
Model size
27B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Abiray/ThinkingCap-Qwen3.6-27B-Q4_K_M-GGUF

Base model

Qwen/Qwen3.6-27B
Quantized
(42)
this model