Quantization

Noun · AI & Machine Learning

Definitions

  1. Reducing the precision of a model's numerical weights (e.g., from 32-bit to 4-bit) to decrease memory usage and increase inference speed, with minimal quality loss. The technique that lets you run a 70B-parameter model on a gaming laptop.

    In plain English: Compressing an AI model by using less precise numbers for its internal calculations — makes it smaller and faster with only a small quality trade-off.

Related Terms