CoolFace
Modelpublic

deucebucket/Qwen3.6-35B-A3B-Cerebellum-GGUF

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
12likes6.1kdownloads
Model Card

<p align="center"> <img src="cerebellum_banner.png" alt="Cerebellum" width="640"> </p>

Qwen 3.6 35B-A3B — Cerebellum GGUF

Sensitivity-guided mixed-precision quantization of Qwen/Qwen3.6-35B-A3B. Cerebellum measures which weight groups survive extreme compression and which don't, then writes a single GGUF with per-tensor precision assignments — a standard GGUF that runs on stock llama.cpp, no fork.

VariantFileSizeBPWBest for
14 GB (recommended)Qwen3.6-35B-A3B-Cerebellum-14GB.gguf14.0 GB3.34best coding, 160K+ context
v3 (smallest)Qwen3.6-35B-A3B-Cerebellum-v3-Q3_K_M.gguf11 GB2.76tightest VRAM, vision

Evaluations

Coding — upstream EvalPlus (evalplus.codegen against llama-server, greedy / temp 0, n=164), same protocol across the size ladder:

buildsizeHumanEvalHumanEval+
micro11.96 GB90.987.2
14 GB (recommended)14.0 GB93.390.2
uniform Q3KM16.0 GB91.589.0
Base17.3 GB92.789.0

Long-context: needle recall passes to 90K+ (verify-stress). Throughput: ~168 tok/s decode (3B-active MoE); fits 160K+ context at ~19 GB on a 24 GB card. Per-question artifacts in benchmark_results/14gb/.

Why the 14 GB over v3

v3 (11 GB) is the tightest-VRAM build. The 14 GB spends ~3 GB more to promote the routed ffn_down_exps to Q4K — the group the ablation identifies as where the quality lives — and that gives it the family's **best coding** plus 160K+ context headroom. It posts above the 16 GB uniform Q3K_M (−2 GB) and matches the 17.3 GB Base (−3.3 GB): the Base's extra promotions buy ~0 coding, so 14 GB is the efficient point. Pick v3 only when VRAM is tight or you need the vision projector.

Usage

bash
# 14 GB (recommended)
llama-server -m Qwen3.6-35B-A3B-Cerebellum-14GB.gguf -ngl 99 -fa on --reasoning off

# v3 (smallest, with vision)
llama-server -m Qwen3.6-35B-A3B-Cerebellum-v3-Q3_K_M.gguf --mmproj mmproj-F16.gguf -ngl 99 -c 8192

Files

FileSizeNotes
Qwen3.6-35B-A3B-Cerebellum-14GB.gguf14 GBrecommended — best coding, 160K+ ctx
Qwen3.6-35B-A3B-Cerebellum-v3-Q3_K_M.gguf11 GBsmallest; vision (with mmproj)
mmproj-F16.gguf858 MBvision projector (F16)
benchmark_results/—per-question evaluation artifacts
ablation/—ablation logs + tensor override maps

Methodology

Built with Cerebellum — sensitivity-guided mixed-precision quantization: crush each tensor group, measure the impact, allocate precision under a size budget, output a plain GGUF. imatrix-calibrated. Quantized by @deucebucket.

Independent records

This line has a recorded data point in club-3090's BENCHMARKS (author-rig numbers from a full report.sh --full chain). The same report corrected their engine-support table for this model (issue #390, PR #393). Numbers there are author-reported, not club-validated.