firehose> #llmops

Model distillation fine-tunes a small model to imitate a larger model's behavior, using data the large model generates on the target tasks. The payoff is that a small distilled model can outperform a larger general-purpose model on the specific tasks it was distilled for, at far lower inference cost. It underpins a practical adaptation recipe — the distillation path: start with a small dataset and the strongest model you can afford, train the best model you can with it, use that model to generate more training data, then use the expanded dataset to train a cheaper model. Distillation sits alongside quantization and pruning as a model-compression technique, but distinctively it changes which model you run rather than only how that model is represented.

Claims


Linked from