ParagonLight commited on
Commit
66bbae9
·
verified ·
1 Parent(s): 9fa0139

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  This repository contains the models used in the [paper](https://arxiv.org/abs/2405.13053) "MeteoRA: Multiple-tasks Embedded LoRA for Large Language Models".
4
 
5
- The corresponding GitHub Repository is [GitHub Repo](https://github.com/ParagonLight/meteor-of-lora)
6
 
7
  ![Evaluation Results](images/framework.png)
8
 
@@ -43,7 +43,7 @@ We highlight the statistically dominant LoRA selected by MeteoRA in token level
43
 
44
  ### Preparation
45
 
46
- 0. Clone the [GitHub repository](https://github.com/ParagonLight/meteor-of-lora)
47
 
48
  1. Install necessary packages:
49
  ```shell
 
2
 
3
  This repository contains the models used in the [paper](https://arxiv.org/abs/2405.13053) "MeteoRA: Multiple-tasks Embedded LoRA for Large Language Models".
4
 
5
+ The corresponding GitHub repository is [MeteoRA](https://github.com/ParagonLight/meteor-of-lora).
6
 
7
  ![Evaluation Results](images/framework.png)
8
 
 
43
 
44
  ### Preparation
45
 
46
+ 0. Clone the GitHub repository [MeteoRA](https://github.com/ParagonLight/meteor-of-lora).
47
 
48
  1. Install necessary packages:
49
  ```shell