Update README.md
Browse files
README.md
CHANGED
|
@@ -13,10 +13,10 @@ datasets:
|
|
| 13 |
|
| 14 |
# Model Summary
|
| 15 |
|
| 16 |
-
Promptriever is a bi-encoder retrieval model that can take in natural language instructions and prompts. This version, `promptriever-mistral-v0.1-7b-v1` was instruction-trained on a corpus of 490k MSMarco samples with instructions and 490k without instructions. See the [paper](
|
| 17 |
|
| 18 |
- **Repository:** [orionw/Promptriever](https://github.com/orionw/promptriever)
|
| 19 |
-
- **Paper:** [Promptriever: Instruction-Trained Retrievers Can Be Prompted Like Language Models](
|
| 20 |
- **Instruction-Training Dataset:** [samaya-ai/msmarco-w-instructions](https://huggingface.co/datasets/samaya-ai/msmarco-w-instructions)
|
| 21 |
|
| 22 |
|
|
@@ -205,9 +205,12 @@ This model was used for research efforts and is not used in any production syste
|
|
| 205 |
|
| 206 |
```bibtex
|
| 207 |
@article{weller2024promptriever,
|
| 208 |
-
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
|
|
|
|
|
|
|
|
|
|
| 212 |
}
|
| 213 |
```
|
|
|
|
| 13 |
|
| 14 |
# Model Summary
|
| 15 |
|
| 16 |
+
Promptriever is a bi-encoder retrieval model that can take in natural language instructions and prompts. This version, `promptriever-mistral-v0.1-7b-v1` was instruction-trained on a corpus of 490k MSMarco samples with instructions and 490k without instructions. See the [paper](https://arxiv.org/abs/2409.11136) for more details.
|
| 17 |
|
| 18 |
- **Repository:** [orionw/Promptriever](https://github.com/orionw/promptriever)
|
| 19 |
+
- **Paper:** [Promptriever: Instruction-Trained Retrievers Can Be Prompted Like Language Models](https://arxiv.org/abs/2409.11136)
|
| 20 |
- **Instruction-Training Dataset:** [samaya-ai/msmarco-w-instructions](https://huggingface.co/datasets/samaya-ai/msmarco-w-instructions)
|
| 21 |
|
| 22 |
|
|
|
|
| 205 |
|
| 206 |
```bibtex
|
| 207 |
@article{weller2024promptriever,
|
| 208 |
+
title={Promptriever: Instruction-Trained Retrievers Can Be Prompted Like Language Models},
|
| 209 |
+
author={Orion Weller and Benjamin Van Durme and Dawn Lawrie and Ashwin Paranjape and Yuhao Zhang and Jack Hessel},
|
| 210 |
+
year={2024},
|
| 211 |
+
eprint={2409.11136},
|
| 212 |
+
archivePrefix={arXiv},
|
| 213 |
+
primaryClass={cs.IR},
|
| 214 |
+
url={https://arxiv.org/abs/2409.11136},
|
| 215 |
}
|
| 216 |
```
|