GGUF available — Cerebellum v3 (11 GB, ablation-guided mixed-precision)

#37
by deucebucket - opened

Ablation-guided mixed-precision GGUF quant for running this model in llama.cpp / ollama:

deucebucket/Gemma-4-26B-A4B-it-Cerebellum-v3-GGUF — 11 GB

We ran 90 individual ablation experiments to measure which tensors are sensitive vs. tolerant across this MoE architecture and assigned precision accordingly — 99 per-tensor overrides on top of Q3_K_M with bartowski's imatrix.

Benchmarks (RTX 3090):

Benchmark Cerebellum v3 (11 GB) Q3_K_M (13 GB) Q4_K_M (16 GB)
WikiText PPL 19,826 42,369 27,362
HumanEval pass@1 67.1% 62.2% 59.8%
ARC-Challenge 95.5% 95.2% 96.7%
HellaSwag 83.8% 86.6% 85.2%
MMLU-Redux 71.3% 73.7% 72.7%

53% better PPL than Q3_K_M, 28% better than Q4_K_M, at 5 GB smaller. Fits a 24 GB GPU with room for 4K context. Method details in the model card.

Google org
edited May 8

Thanks for bringing this to our attention!
Apologies for the late reply.
The technical details on the ablation-guided mixed-precision for Cerebellum v3 are very interesting.
It seems like the link provided for the GGUF model is currently showing a 404 error. Could you please provide an updated or corrected link so we can take a closer look at the model and method details?

Thanks for bringing this to our attention!
Apologies for the late reply.
The technical details on the ablation-guided mixed-precision for Cerebellum v3 are very interesting.
It seems like the link provided for the GGUF model is currently showing a 404 error. Could you please provide an updated or corrected link so we can take a closer look at the model and method details?

https://huggingface.co/deucebucket/Gemma-4-26B-A4B-it-Cerebellum-v6-GGUF

a couple of changes since then, but hopefully improvements.

hey, following up since you said you wanted a closer look (and my last comment got truncated mid-table, fixing that here).

current 26B builds, both 11.7 GB, measured on an RTX 3090 with llama.cpp. per-question results are in each repo's benchmark_results folder:

measured scores:

  • v6/v6.1: ARC-Challenge 95.56, HellaSwag 84.55, MMLU-Redux 71.33
  • heretic: ARC-Challenge 95.48, HellaSwag 83.49, MMLU-Redux 71.42, HumanEval+ 89.63 (chat harness, thinking off)

the rest of the family is covered too: E4B v2, an E4B heretic, and E2B v2.

Sign up or log in to comment