OpenDelta: A Plug-and-play Library for Parameter-efficient Adaptation of Pre-trained Models
Shengding Hu, Ning Ding, Weilin Zhao, Xingtai Lv, Zhen Zhang, Zhiyuan, Liu, Maosong Sun

TL;DR
OpenDelta is a flexible, plug-and-play library that simplifies parameter-efficient adaptation of large pre-trained models without modifying their code, enabling easier experimentation and deployment.
Contribution
We introduce OpenDelta, a modular library that allows parameter-efficient tuning of PTMs without code modifications, enhancing flexibility and usability.
Findings
Supports multiple delta tuning methods
Compatible with various PTMs without code changes
Simplifies and accelerates model adaptation workflows
Abstract
The scale of large pre-trained models (PTMs) poses significant challenges in adapting to downstream tasks due to the high optimization overhead and storage costs associated with full-parameter fine-tuning. To address this, many studies explore parameter-efficient tuning methods, also framed as "delta tuning", which updates only a small subset of parameters, known as "delta modules", while keeping the backbone model's parameters fixed. However, the practicality and flexibility of delta tuning have been limited due to existing implementations that directly modify the code of the backbone PTMs and hard-code specific delta tuning methods for each PTM. In this paper, we present OpenDelta, an open-source library that overcomes these limitations by providing a plug-and-play implementation of various delta tuning methods. Our novel techniques eliminate the need to modify the backbone PTMs'…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Context-Aware Activity Recognition Systems · Advanced Data Storage Technologies
MethodsLib
