File size: 886 Bytes
f4227d1
 
 
 
 
 
 
 
 
22d0e79
955f2c6
 
 
 
 
08041b7
06a30d9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: README
emoji: πŸš€
colorFrom: red
colorTo: blue
sdk: static
pinned: false
---

The official collection for our paper [LoraHub: Efficient Cross-Task Generalization via Dynamic LoRA Composition](https://arxiv.org/abs/2307.13269), from Chengsong Huang*, Qian Liu*, Bill Yuchen Lin*, Tianyu Pang, Chao Du and Min Lin.

LoraHub is a framework that allows composing multiple LoRA modules trained on different tasks. The goal is to achieve good performance on unseen tasks using just a few examples, without needing extra parameters or training. And we want to build a marketplace where users can share their trained LoRA modules, thereby facilitating the application of these modules to new tasks.

* **Code**: https://github.com/sail-sg/lorahub
* **Install**: pip install lorahub

<img src="https://raw.githubusercontent.com/sail-sg/lorahub/main/figure/overview.jpg" width="800">