Analyzing the Knowledge Distillation Hyperparameter
Consider the combined training objective for a student model in knowledge distillation: Explain the potential negative consequence for the student model's performance if the hyperparameter λ is set to a very high value, and justify your explanation by referencing the two main components of the formula.
0
1
Tags
Ch.4 Alignment - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
An engineer is training a small 'student' model by learning from a larger 'teacher' model. The training objective is to find the student parameters (θ) that maximize a combined score, formulated as: where 'Term A' measures how well the student predicts the correct, ground-truth answers, and 'Term B' measures how closely the student's outputs match the teacher's outputs. After training, the engineer notices the student model
Analyzing the Knowledge Distillation Hyperparameter
A machine learning team is using a combined objective to train a small 'student' model. The goal is to find the student model's parameters (θ) that maximize the following expression: The first term, , measures how well the student predicts the ground-truth labels .