PEFT
Safetensors
orionweller commited on
Commit
7f7fd93
·
verified ·
1 Parent(s): 28b66d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
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
- title={Promptriever: Instruction-Trained Retrievers Can Be Prompted Like Language Models},
73
- author={Weller, Orion and Van Durme, Benjamin and Lawrie, Dawn and Paranjape, Ashwin and Zhang, Yuhao and Hessel, Jack},
74
- journal={arXiv preprint TODO},
75
- year={2024}
 
 
 
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
  ```