A 2-bit quantization of Qwen/Qwen3.6-27B using a custom importance matrix computed from weight statistics. No calibration data required — the imatrix is generated in ~60 seconds on CPU.
Benchmarks
Measured directly on this GGUF with the local llama.cpp benchmark harness on RTX 3090 at temperature 0. The model-index metadata in this card's frontmatter mirrors these numbers; MMLU-Redux is used for the MMLU entry there.
Benchmark
Score
Questions
Perplexity (WikiText-2, 2048 ctx)
7.500
--
HumanEval pass@1
47.0%
164
ARC-Challenge
95.0%
1,172
HellaSwag
90.8%
10,042
MMLU
74.8%
11,643
MMLU-Redux
74.3%
2,400
File size
9.98 GB
--
Tool calls
72 sequential, zero duplicates
--
Inference speed
31 tok/s (RTX 3090)
--
vs Cerebellum v4 (12 GB, ablation-informed mixed-precision)
Benchmark
Q2_K imatrix (10 GB)
Cerebellum v4 (12 GB)
Perplexity
7.500
7.034
HumanEval
47.0%
75.0%
ARC-Challenge
95.0%
95.1%
HellaSwag
90.8%
91.2%
MMLU-Redux
74.3%
77.1%
Short-answer benchmarks (ARC, HellaSwag) are nearly identical. The gap opens on code generation (HumanEval: -28%) and knowledge tasks (MMLU-Redux: -2.8%). See Cerebellum v4 for the ablation-informed version.
MMLU Breakdown
Category
Accuracy
Social Sciences
80.9%
Humanities
77.1%
STEM
74.7%
Other
70.5%
Knowledge-based subjects hold up well (College Biology 92%, HS Psychology 92%). Math-heavy subjects lose the most precision at Q2_K (HS Mathematics 52%, Abstract Algebra 51%).
Perplexity Across Quant Levels
All quants generated with the same weight-sensitivity imatrix:
Quant
Size
PPL
Notes
Q4_K_M
16 GB
7.44
Q3_K_M
13 GB
7.45
Q2_K
10 GB
7.50
This file
IQ2_M
8.5 GB
12.80
Reasoning degrades
IQ2_XS
8.5 GB
18.66
IQ1_M
7.2 GB
44.45
Not usable
The quality cliff is between Q2_K and IQ2_M. At Q2_K, reasoning and tool calling stay fully intact.
How the Imatrix Works
Standard imatrix generation (llama-imatrix) runs calibration text through the full model — hours of GPU time for large models. This approach computes importance directly from the weights:
For each weight tensor, compute channel sensitivity: L2_norm x max_abs x variance
Write importance scores in llama.cpp's imatrix binary format
Feed to llama-quantize --imatrix — the quantizer allocates more bits to important blocks
No calibration data. No GPU required. ~60 seconds on CPU for any model size.
The osmosis_imatrix.dat file is included in this repo for anyone who wants to reproduce or create other quant sizes.
Tool Calling
72 unique sequential tool calls across a multi-city travel planning scenario: