What is four-bit artificial intelligence model quantization?
Definition
Four-bit artificial intelligence model quantization, often labeled Q4, compresses model values into a low-precision representation. It can substantially reduce memory use and make a large model practical on constrained local hardware.
The tradeoff is a greater risk of approximation affecting difficult tasks. Four-bit versions may perform well on many prompts but can miss requirements or need repair more often when work requires detailed visual, coding or multi-step reasoning.
Acronyms and aliases
Q4 acronym4-bit AI model quantization variant4-bit quantization variant
General terms
Related terms
Frequently asked questions
What does Q4 mean for an AI model?
Q4 usually refers to a model quantized to about four bits per stored weight, with implementation details varying by format.
When should someone choose Q4?
Q4 is a practical starting point when memory, download size or inference speed matters more than maximum consistency.
Videos explaining four-bit artificial intelligence model quantization