Update README.md
Browse files
README.md
CHANGED
@@ -210,7 +210,15 @@ Apache 2.0
|
|
210 |
If you use our model, please cite the associated tech report:
|
211 |
|
212 |
```bibtex
|
213 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
```
|
215 |
|
216 |
If you specifically use its projection heads, or discuss their effect, please cite our report on using different projections for ColBERT models:
|
|
|
210 |
If you use our model, please cite the associated tech report:
|
211 |
|
212 |
```bibtex
|
213 |
+
@misc{takehi2025fantasticsmallretrieverstrain,
|
214 |
+
title={Fantastic (small) Retrievers and How to Train Them: mxbai-edge-colbert-v0 Tech Report},
|
215 |
+
author={Rikiya Takehi and Benjamin Clavié and Sean Lee and Aamir Shakir},
|
216 |
+
year={2025},
|
217 |
+
eprint={2510.14880},
|
218 |
+
archivePrefix={arXiv},
|
219 |
+
primaryClass={cs.IR},
|
220 |
+
url={https://arxiv.org/abs/2510.14880},
|
221 |
+
}
|
222 |
```
|
223 |
|
224 |
If you specifically use its projection heads, or discuss their effect, please cite our report on using different projections for ColBERT models:
|