Update README.md
Browse files
README.md
CHANGED
|
@@ -959,7 +959,15 @@ Apache 2.0
|
|
| 959 |
If you use our model, please cite the associated tech report:
|
| 960 |
|
| 961 |
```bibtex
|
| 962 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 963 |
```
|
| 964 |
|
| 965 |
If you specifically use its projection heads, or discuss their effect, please cite our report on using different projections for ColBERT models:
|
|
|
|
| 959 |
If you use our model, please cite the associated tech report:
|
| 960 |
|
| 961 |
```bibtex
|
| 962 |
+
@misc{takehi2025fantasticsmallretrieverstrain,
|
| 963 |
+
title={Fantastic (small) Retrievers and How to Train Them: mxbai-edge-colbert-v0 Tech Report},
|
| 964 |
+
author={Rikiya Takehi and Benjamin Clavié and Sean Lee and Aamir Shakir},
|
| 965 |
+
year={2025},
|
| 966 |
+
eprint={2510.14880},
|
| 967 |
+
archivePrefix={arXiv},
|
| 968 |
+
primaryClass={cs.IR},
|
| 969 |
+
url={https://arxiv.org/abs/2510.14880},
|
| 970 |
+
}
|
| 971 |
```
|
| 972 |
|
| 973 |
If you specifically use its projection heads, or discuss their effect, please cite our report on using different projections for ColBERT models:
|