Definition
Model distillation is a technique for compressing a large model into a smaller one by training the compact 'student' model to mimic the outputs of the larger 'teacher', retaining much of the performance while greatly reducing size, cost, and latency.
« Back to Glossary Index
- Produces small, fast models that retain much of a large model’s quality
- Cuts inference cost and latency for production deployment
- Enables capable models on resource-constrained or edge environments
- Preserves teacher behaviour without its full computational expense