paper-with-me

Papers

L4Q: Parameter Efficient Quantization-Aware Fine-Tuning on Large Language Models

2024-02-07 · Hyesung Jeon, Yulhwa Kim, Jae-Joon Kim

Due to the high memory and computational costs associated with large language models (LLMs), model compression techniques such as quantization, which reduces inference costs, and parameter-efficient fine-tuning (PEFT) methods like Low-Rank Adaptation (LoRA), which reduce training costs, have gained significant popularity. This trend has spurred active research into quantization-aware PEFT techniques, aimed at maintaining model accuracy while minimizing memory overhead during both inference and training. Previous quantization-aware PEFT methods typically apply post-training quantization (PTQ) to pre-trained LLMs, followed by PEFT to recover accuracy loss. Meanwhile, this approach has limitations in recovering the accuracy loss. In this paper, we propose L4Q, a method that integrates Quantization-Aware Training (QAT) with LoRA. By employing a memory-optimized layer design, L4Q significantly reduces QAT's memory overhead, making its training cost comparable to LoRA, while preserving the advantage of QAT in producing fully quantized LLMs with high accuracy. Our experiments demonstrate that this combined approach to quantization and fine-tuning achieves superior accuracy compared to decoupled fine-tuning schemes, particularly in 4-bit and 3-bit quantization, positioning L4Q as an efficient QAT solution. Using the LLaMA and Mistral models with instructional datasets, we showcase L4Q's capabilities in language tasks and few-shot learning.

📄 PDF Abstract BibTeX arXiv:2402.04902

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot LearningIn-Context LearningModel Compressionparameter-efficient fine-tuningQuantization

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

PreQuant: A Task-agnostic Quantization Approach for Pre-trained Language Models

2023-05-30 · Zhuocheng Gong, Jiahao Liu, Qifan Wang, Yang Yang 외

While transformer-based pre-trained language models (PLMs) have dominated a number of NLP applications, these models are heavy to deploy and expensive to use. Therefore, effectively compressing large-scale PLMs becomes a…

parameter-efficient fine-tuningQuantization

Quadapter: Adapter for GPT-2 Quantization

2022-11-30 · Minseop Park, Jaeseong You, Markus Nagel, Simyung Chang

Transformer language models such as GPT-2 are difficult to quantize because of outliers in activations leading to a large quantization error. To adapt to the error, one must use quantization-aware training, which entails…

Quantization

AlphaTuning: Quantization-Aware Parameter-Efficient Adaptation of Large-Scale Pre-Trained Language Models

2022-10-08 · Se Jung Kwon, Jeonghoon Kim, Jeongin Bae, Kang Min Yoo 외

There are growing interests in adapting large-scale language models using parameter-efficient fine-tuning methods. However, accelerating the model itself and achieving better inference efficiency through model compressio…

Language ModelingLanguage ModellingModel Compressionparameter-efficient fine-tuning+1

OWQ: Outlier-Aware Weight Quantization for Efficient Fine-Tuning and Inference of Large Language Models

2023-06-04 · Changhun Lee, Jungyu Jin, Taesu Kim, HyungJun Kim 외

Large language models (LLMs) with hundreds of billions of parameters require powerful server-grade GPUs for inference, limiting their practical deployment. To address this challenge, we introduce the outlier-aware weight…

parameter-efficient fine-tuningQuantization

QWHA: Quantization-Aware Walsh-Hadamard Adaptation for Parameter-Efficient Fine-Tuning on Large Language Models

2025-09-22 · Hyesung Jeon, Seojune Lee, Beomseok Kang, Yulhwa Kim 외 arxiv

The demand for efficient deployment of large language models (LLMs) has driven interest in quantization, which reduces inference cost, and parameter-efficient fine-tuning (PEFT), which lowers training overhead. This moti…

parameter-efficient fine-tuning