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.
To run this model locally, you will need a framework capable of handling
Q4_K_M GGUF files.
llama.cpp is highly recommended.
1# Clone and build llama.cpp (if you haven't already)
2git clone [https://github.com/ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp)
3cd llama.cpp
4make -j
5
6# Run the model locally
7./llama-cli -hf Abiray/ThinkingCap-Qwen3.6-27B-Q4_K_M-GGUF -p "Explain quantum computing in simple terms."