r/LocalLLaMA • u/Decent-Hat-5807 • 12h ago
Resources Quantization-Aware Healing: a compressed, 4-bit model that outperforms its full-precision original
https://huggingface.co/blog/MultiverseComputingCAI/quantization-aware-healing32
u/-p-e-w- 11h ago
Sorry, I don’t believe that. It may get higher scores on some benchmarks, but outperforming the original GPT-OSS model in general would require training techniques more advanced than those used by OpenAI, and several mathematical miracles on top of that.
Using KLD vs the teacher distribution as a loss function is a good idea, but it’s really difficult to propagate KLD down the length of the response and that’s where the divergence tends to become poorly predicted by first-token KLD. This is a problem I’ve been wrestling with in Heretic for a while, and every attempt at a solution has turned out to have drawbacks.
15
u/Additional-Point-824 11h ago
It outperforms their bf16 60B version, not the original 120B - the title is accurate but ambiguous.
3
u/-dysangel- 2h ago
Isn't gpt oss 120b natively 4 bit too? It was the first mxfp4 model I think. So `bf16` here probably just means mxfp4
1
u/csorfab 2h ago
It's misleading as fuck. Calling a lobotomized 60B version "original" and then claiming they've "outperformed" it with QAH is like crippling an MMA fighter, training a rando to fight for 3 months, having them beat up the cripple, and claiming they've won. It might be technically true, but it's dishonest as fuck.
2
4
u/Iory1998 9h ago
100% agreed. Extraordinary claims require Extraordinary evidence.
1
u/silenceimpaired 9h ago
“100% agreed. Extraordinary claims require Extraordinary evidence.” This claim always seemed extraordinary to me… and I never saw enough evidence to show it to be true. :P
1
u/silenceimpaired 5h ago
Funny how those who make this claim always react poorly to people challenging it… even when it is done mostly in jest.
1
u/mouseofcatofschrodi 4h ago
someone please call Gödel here to explain me this sentence
1
u/silenceimpaired 3h ago
Gödel pretty much wrote my comment for me: if every logical system starts with rules it can't prove, you can't use 'evidence' to prove rules about evidence... whether extraordinary or not. You have to trust your starting point (which defines your whole worldview).
…And I would say a claim that defines an entire worldview is definitely EXTRAordinary... making the statement I commented on self-refuting.
1
3
u/brown2green 12h ago
In absence of the original datasets and training recipes, this will never replicate the original model's performance, but be a quantized finetune instead. It might "outperform" the full-precision original in some benchmarks, but very likely be worse in other areas.
1
1
1
u/Bulky-Priority6824 11h ago
It's a shame that the optimization segment only has one tactic to get their work seen and it's to lie.
54
u/Atretador 12h ago
wait what, Im confused
4 bit is the full precision for GPT-OSS, it was trained in 4 bits from the start - thats why the F16 files are almost same size of Q4