PulseAugur
实时 12:50:56
English(EN) Wiring Beats Blending: What Transfers Between Transformer Sizes -- and What Doesn't

Transformer模型转换:在不同尺寸模型间进行接线知识转移

一篇新的研究论文探讨了不同尺寸Transformer模型之间的知识可转移性,特别关注Pythia系列中将一个14亿参数模型转换为一个4.1亿参数版本。研究发现,尽管表示形式高度一致,但由于结构差异,直接参数转换具有破坏性。该研究提出了一种结合最小二乘补偿和方差保持重缩放的方法,以有效地转移知识,在显著更少的token下达到与从头训练相当的性能,尤其是在较低预算下。论文还指出了在大规模转换时的局限性,并提出维度感知正则化作为潜在解决方案。 AI

影响 为理解大型语言模型(LLM)尺寸之间的有效知识转移提供了见解,有望降低训练成本和时间。

排序理由 学术论文,详细介绍了模型转换方面的新研究发现。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.LG 阅读 →

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

Transformer模型转换:在不同尺寸模型间进行接线知识转移

报道来源 [1]

  1. arXiv cs.LG TIER_1 English(EN) · Ravi Satya Durga Prasad Yenugula ·

    Wiring Beats Blending: What Transfers Between Transformer Sizes -- and What Doesn't

    arXiv:2608.02829v1 Announce Type: new Abstract: Model families train every size from scratch. Can a pretrained large model be converted into a smaller sibling? We characterize the 1.4B->410M conversion in the Pythia family end-to-end: (i) representations align strongly across siz…