Update README.md
Browse files
README.md
CHANGED
@@ -63,15 +63,18 @@ deepspeed --include localhost:0,1,2,3 --master_port 60000 --module tevatron.retr
|
|
63 |
--gradient_accumulation_steps 4
|
64 |
```
|
65 |
|
66 |
-
For citation, please also see the [original RepLLaMA paper](https://arxiv.org/abs/2310.08319) and feel free to cite Promptriever as well:
|
67 |
|
68 |
# Citation
|
|
|
69 |
|
70 |
```bibtex
|
71 |
@article{weller2024promptriever,
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
|
|
|
|
|
|
76 |
}
|
77 |
```
|
|
|
63 |
--gradient_accumulation_steps 4
|
64 |
```
|
65 |
|
|
|
66 |
|
67 |
# Citation
|
68 |
+
For citation, please also see the [original RepLLaMA paper](https://arxiv.org/abs/2310.08319) and feel free to cite Promptriever as well:
|
69 |
|
70 |
```bibtex
|
71 |
@article{weller2024promptriever,
|
72 |
+
title={Promptriever: Instruction-Trained Retrievers Can Be Prompted Like Language Models},
|
73 |
+
author={Orion Weller and Benjamin Van Durme and Dawn Lawrie and Ashwin Paranjape and Yuhao Zhang and Jack Hessel},
|
74 |
+
year={2024},
|
75 |
+
eprint={2409.11136},
|
76 |
+
archivePrefix={arXiv},
|
77 |
+
primaryClass={cs.IR},
|
78 |
+
url={https://arxiv.org/abs/2409.11136},
|
79 |
}
|
80 |
```
|