Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ license: llama2
|
|
5 |
|
6 |
# RankLLaMA-7B-Passage
|
7 |
|
8 |
-
[Fine-Tuning LLaMA for Multi-Stage Text Retrieval](
|
9 |
Xueguang Ma, Liang Wang, Nan Yang, Furu Wei, Jimmy Lin, arXiv 2023
|
10 |
|
11 |
This model is fine-tuned from LLaMA-2-7B using LoRA for passage reranking.
|
@@ -58,5 +58,10 @@ with torch.no_grad():
|
|
58 |
If you find our paper or models helpful, please consider cite as follows:
|
59 |
|
60 |
```
|
61 |
-
|
|
|
|
|
|
|
|
|
|
|
62 |
```
|
|
|
5 |
|
6 |
# RankLLaMA-7B-Passage
|
7 |
|
8 |
+
[Fine-Tuning LLaMA for Multi-Stage Text Retrieval](https://arxiv.org/abs/2310.08319).
|
9 |
Xueguang Ma, Liang Wang, Nan Yang, Furu Wei, Jimmy Lin, arXiv 2023
|
10 |
|
11 |
This model is fine-tuned from LLaMA-2-7B using LoRA for passage reranking.
|
|
|
58 |
If you find our paper or models helpful, please consider cite as follows:
|
59 |
|
60 |
```
|
61 |
+
@article{rankllama,
|
62 |
+
title={Fine-Tuning LLaMA for Multi-Stage Text Retrieval},
|
63 |
+
author={Xueguang Ma and Liang Wang and Nan Yang and Furu Wei and Jimmy Lin},
|
64 |
+
year={2023},
|
65 |
+
journal={arXiv:2310.08319},
|
66 |
+
}
|
67 |
```
|