BriefGPT.xyz
Aug, 2023
IncreLoRA:增量参数分配方法用于参数高效微调
IncreLoRA: Incremental Parameter Allocation Method for Parameter-Efficient Fine-tuning
HTML
PDF
Feiyu Zhang, Liangzhi Li, Junhao Chen, Zhouqiang Jiang, Bowen Wang...
TL;DR
提出了一种增量参数分配方法IncreLoRA,通过根据每个模块的重要性得分,在训练期间自适应地添加可训练参数,以应对有限训练条件下参数剪枝的限制,实现更高的参数效率,并在低资源设置下显著优于基准方法。
Abstract
With the increasing size of
pre-trained language models
(PLMs), fine-tuning all the parameters in the model is not efficient, especially when there are a large number of downstream tasks, which incur significant training and storage costs. Many
→