Gemini Distillation Service

Posted by asawfofor 11 hours ago

Counter18Comment4OpenOriginal

Comments

Comment by 11 hours ago

Comment by moralestapia 10 hours ago

Fine-tuning and distillation used to mean two different things. Now not so much anymore, I see.

Comment by bizzletk 8 hours ago

Can you explain the difference?

Comment by nerdsniper 8 hours ago

Fine-tuning is done against a dataset. Distillation is done against a model.

Comment by porridgeraisin 8 hours ago

Distillation originally meant matching the distribution of the student model to the teacher model using something like a KL divergence.

When you instead fine-tune the student on the samples from the teacher, which is what people mean by distillation today, you are in effect doing a monte-carlo version of the same thing. While in theory this is higher variance, given modern setups where the student and teacher are both large and are RLd heavily (leading to a sharp teacher distribution), and given that you typically use lots and lots of samples, it ends up OK.

Comment by 11 hours ago