PulseAugur
实时 11:03:08
English(EN) LoCA: Forward-Only LLM Tuning after One-Shot Calibration with Local Credit Assignment

新的LoCA方法通过仅前向传播的方法大幅降低LLM调优成本 · 跟踪到2个来源

研究人员推出了一种新颖的两阶段参数高效大型语言模型微调方法,称为LoCA(局部信用分配)。该方法旨在通过用单次校准过程替换重复的端到端反向传播来降低计算需求。LoCA通过拟合Transformer块内的局部映射来纠正预测错误,然后用于仅前向传播调优。在Qwen2.5和SmolLM2-1.7B模型上的评估表明,与LoRA相比,LoCA可以带来更低的交叉熵、更低的GPU峰值使用量以及更低的CPU内存和每轮时间。 AI

影响 LoCA的效率提升可能使LLM微调在计算能力较弱的硬件上得到更广泛的应用。

排序理由 该集群包含一篇详细介绍LLM调优新方法的学术论文。

在 Hugging Face Daily Papers 阅读 →

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

新的LoCA方法通过仅前向传播的方法大幅降低LLM调优成本 · 跟踪到2个来源

报道来源 [2]

  1. arXiv cs.AI TIER_1 English(EN) · Linhan Xia, Rui Liu, Zhaofeng Zhang, Yihao Wang, Binrui Shen, Shengxin Zhu ·

    LoCA:一次性校准后的前向LLM调优与局部信用分配

    arXiv:2608.03020v1 Announce Type: new Abstract: Parameter-efficient post-training reduces the number of trainable parameters, but still requires repeated end-to-end backpropagation through the frozen backbone. Every adaptation step therefore needs backward-capable hardware and mu…

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

    LoCA:一次性校准后仅前向的LLM微调与局部信用分配

    Parameter-efficient post-training reduces the number of trainable parameters, but still requires repeated end-to-end backpropagation through the frozen backbone. Every adaptation step therefore needs backward-capable hardware and must store or recompute activations. We ask whethe…