paper-with-me

Papers

Light-PEFT: Lightening Parameter-Efficient Fine-Tuning via Early Pruning

2024-06-06 · Naibin Gu, Peng Fu, Xiyu Liu, Bowen Shen, Zheng Lin, Weiping Wang

Parameter-efficient fine-tuning (PEFT) has emerged as the predominant technique for fine-tuning in the era of large language models. However, existing PEFT methods still have inadequate training efficiency. Firstly, the utilization of large-scale foundation models during the training process is excessively redundant for certain fine-tuning tasks. Secondly, as the model size increases, the growth in trainable parameters of empirically added PEFT modules becomes non-negligible and redundant, leading to inefficiency. To achieve task-specific efficient fine-tuning, we propose the Light-PEFT framework, which includes two methods: Masked Early Pruning of the Foundation Model and Multi-Granularity Early Pruning of PEFT. The Light-PEFT framework allows for the simultaneous estimation of redundant parameters in both the foundation model and PEFT modules during the early stage of training. These parameters can then be pruned for more efficient fine-tuning. We validate our approach on GLUE, SuperGLUE, QA tasks, and various models. With Light-PEFT, parameters of the foundation model can be pruned by up to over 40%, while still controlling trainable parameters to be only 25% of the original PEFT method. Compared to utilizing the PEFT method directly, Light-PEFT achieves training and inference speedup, reduces memory usage, and maintains comparable performance and the plug-and-play feature of PEFT.

📄 PDF Abstract BibTeX arXiv:2406.03792

Code (1)

gccnlp/light-peft 공식 구현 pytorch

Tasks

parameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Parameter-Efficient Fine-Tuning for Foundation Models

2025-01-23 · Dan Zhang, Tao Feng, Lilong Xue, Yuandong Wang 외

This survey delves into the realm of Parameter-Efficient Fine-Tuning (PEFT) within the context of Foundation Models (FMs). PEFT, a cost-effective fine-tuning technique, minimizes parameters and computational complexity w…

parameter-efficient fine-tuningSurvey

GPT vs RETRO: Exploring the Intersection of Retrieval and Parameter-Efficient Fine-Tuning

2024-07-05 · Aleksander Ficek, Jiaqi Zeng, Oleksii Kuchaiev

Parameter-Efficient Fine-Tuning (PEFT) and Retrieval-Augmented Generation (RAG) have become popular methods for adapting large language models while minimizing compute requirements. In this paper, we apply PEFT methods (…

parameter-efficient fine-tuningRAGRetrievalRetrieval-augmented Generation

PEFTDebias : Capturing debiasing information using PEFTs

2023-12-01 · Sumit Agarwal, Aditya Srikanth Veerubhotla, Srijan Bansal

The increasing use of foundation models highlights the urgent need to address and eliminate implicit biases present in them that arise during pretraining. In this paper, we introduce PEFTDebias, a novel approach that emp…

parameter-efficient fine-tuning

HydraLoRA: An Asymmetric LoRA Architecture for Efficient Fine-Tuning

2024-04-30 · Chunlin Tian, Zhan Shi, Zhijiang Guo, Li Li 외

Adapting Large Language Models (LLMs) to new tasks through fine-tuning has been made more efficient by the introduction of Parameter-Efficient Fine-Tuning (PEFT) techniques, such as LoRA. However, these methods often und…

parameter-efficient fine-tuning

Towards Better Parameter-Efficient Fine-Tuning for Large Language Models: A Position Paper

2023-11-22 · Chengyu Wang, Junbing Yan, Wei zhang, Jun Huang

This paper delves into the pressing need in Parameter-Efficient Fine-Tuning (PEFT) for Large Language Models (LLMs). While LLMs possess remarkable capabilities, their extensive parameter requirements and associated compu…

Model Compressionparameter-efficient fine-tuningPosition