SivilTaram commited on
Commit
22d0e79
1 Parent(s): 955f2c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -7,12 +7,11 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- The official collection for our paper [LoraHub: Efficient Cross-Task Generalization via Dynamic LoRA Composition](https://arxiv.org/abs/2307.13269).
11
-
12
- ![](https://raw.githubusercontent.com/sail-sg/lorahub/main/figure/overview.jpg)
13
 
14
  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.
15
 
16
  * **Code**: https://github.com/sail-sg/lorahub
17
  * **Install**: pip install lorahub
18
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ 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.
 
 
11
 
12
  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.
13
 
14
  * **Code**: https://github.com/sail-sg/lorahub
15
  * **Install**: pip install lorahub
16
 
17
+ <img src="https://raw.githubusercontent.com/sail-sg/lorahub/main/figure/overview.jpg" width="1000">