对 LLM 执行 Knowledge Distillation知识蒸馏
定义
Knowledge distillation transfers the learned behaviour of a large teacher model into a smaller, cheaper student model. The core idea is that the teacher’s output distribution over tokens carries far richer signal than ground-truth hard labels alone —…