paper-with-me

홈 › Papers

BitDelta: Your Fine-Tune May Only Be Worth One Bit

2024-02-15 · James Liu, Guangxuan Xiao, Kai Li, Jason D. Lee, Song Han, Tri Dao, Tianle Cai

Large Language Models (LLMs) are typically trained in two phases: pre-training on large internet-scale datasets, and fine-tuning for downstream tasks. Given the higher computational demand of pre-training, it's intuitive to assume that fine-tuning adds less new information to the model, and is thus more compressible. We explore this assumption by decomposing the weights of fine-tuned models into their pre-trained components and an additional delta. We introduce a simple method, BitDelta, which successfully quantizes this delta down to 1 bit without compromising performance. This interesting finding not only highlights the potential redundancy of information added during fine-tuning, but also has significant implications for the multi-tenant serving and multi-tenant storage of fine-tuned models. By enabling the use of a single high-precision base model accompanied by multiple 1-bit deltas, BitDelta dramatically reduces GPU memory requirements by more than 10x, which can also be translated to enhanced generation latency in multi-tenant settings. We validate BitDelta through experiments across Llama-2 and Mistral model families, and on models up to 70B parameters, showcasing minimal performance degradation over all tested settings.

📄 PDF Abstract BibTeX arXiv:2402.10193

Code (1)

FasterDecoding/BitDelta 공식 구현 pytorch

Tasks

GPU

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Quantized Delta Weight Is Safety Keeper

2024-11-29 · Yule Liu, Zhen Sun, Xinlei He, Xinyi Huang

Recent advancements in fine-tuning proprietary language models enable customized applications across various domains but also introduce two major challenges: high resource demands and security risks. Regarding resource d…

Quantization

BYOM: Building Your Own Multi-Task Model For Free

2023-10-03 · Weisen Jiang, Baijiong Lin, Han Shi, Yu Zhang 외

Recently, various merging methods have been proposed to build a multi-task model from task-specific finetuned models without retraining. However, existing methods suffer from a large performance deterioration compared to…

Omni-R1: Do You Really Need Audio to Fine-Tune Your Audio LLM?

2025-05-14 · Andrew Rouditchenko, Saurabhchand Bhati, Edson Araujo, Samuel Thomas 외

We propose Omni-R1 which fine-tunes a recent multi-modal LLM, Qwen2.5-Omni, on an audio question answering dataset with the reinforcement learning method GRPO. This leads to new State-of-the-Art performance on the recent…

Audio Question AnsweringQuestion Answering

Multilingual and Multi-topical Benchmark of Fine-tuned Language models and Large Language Models for Check-Worthy Claim Detection

2023-11-10 · Martin Hyben, Sebastian Kula, Ivan Srba, Robert Moro 외

This study compares the performance of (1) fine-tuned language models and (2) large language models on the task of check-worthy claim detection. For the purpose of the comparison we composed a multilingual and multi-topi…

MultiCW: A Large-Scale Balanced Benchmark Dataset for Training Robust Check-Worthiness Detection Models

2026-02-18 · Martin Hyben, Sebastian Kula, Jan Cegin, Jakub Simko 외 arxiv

Large Language Models (LLMs) are beginning to reshape how media professionals verify information, yet automated support for detecting check-worthy claims a key step in the fact-checking process remains limited. We introd…