PulseAugur
实时 01:02:09
English(EN) Efficient Knowledge Distillation for LLMs: Offline Top-K Logits and a Fused Chunked KL Loss

新方法大幅降低LLM蒸馏成本并延长上下文长度

Multiverse Computing的一篇新论文介绍了两种提高大型语言模型知识蒸馏效率的方法。第一种方法是离线蒸馏,它缓存教师模型的Top-K Logits,在单个H200 GPU上将训练时间缩短29%,吞吐量提高41%。第二项贡献是融合分块KL损失,该方法分块处理序列,使峰值内存使用量与序列长度呈线性关系,并能以四倍的上下文长度进行训练。这些技术共同降低了内存需求,并使大规模蒸馏更加经济实惠。 AI

影响 降低了训练更小、可部署LLM的计算成本和内存需求。

排序理由 详细介绍LLM知识蒸馏新方法的学术论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 Hugging Face Daily Papers 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

新方法大幅降低LLM蒸馏成本并延长上下文长度

报道来源 [1]

  1. Hugging Face Daily Papers TIER_1 English(EN) ·

    面向大型语言模型的知识蒸馏:离线 Top-K Logits 与融合分块 KL 损失

    Small language models are often the only option for deployment under tight latency, cost, and on-premises constraints, but they are rarely trained from scratch: a compressed model is usually recovered through knowledge distillation (KD). This recovery step largely decides the fin…