6 ms·
Distilling you don't have the actual model weights of the teacher. All you have are the teachers answers to a lot of questions. You then teach your own smaller
by FergusArgyll 6d ago
Distilling you don't have the actual model weights of the teacher. All you have are the teachers answers to a lot of questions. You then teach your own smaller model to answer more similarly to the big teacher model.
Fine tuning you have the actual model weights of the original model, you then train that model to answer in a different (or better) way.
- Bolwin 6d agoDistillation requires you to have the actual logits of each token from the teacher model, which in practice means having the model itself. What you're describing is just synthetic data. Note Anthropic misused the term in their post about Chinese model distillation, deliberately I assume.
- FergusArgyll 6d agoThere are multiple kinds of distillation https://arxiv.org/abs/2106.03310 https://arxiv.org/abs/2106.03310 https://arxiv.org/abs/2207.12106 https://arxiv.org/abs/2207.12106