Update README.md
Browse files
README.md
CHANGED
@@ -127,5 +127,13 @@ ColPali based model (PaliGemma) is under `gemma` license as specified in its [mo
|
|
127 |
If you use any datasets or models from this organization in your research, please cite the original dataset as follows:
|
128 |
|
129 |
```bibtex
|
130 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
```
|
|
|
127 |
If you use any datasets or models from this organization in your research, please cite the original dataset as follows:
|
128 |
|
129 |
```bibtex
|
130 |
+
@misc{faysse2024colpaliefficientdocumentretrieval,
|
131 |
+
title={ColPali: Efficient Document Retrieval with Vision Language Models},
|
132 |
+
author={Manuel Faysse and Hugues Sibille and Tony Wu and Gautier Viaud and Céline Hudelot and Pierre Colombo},
|
133 |
+
year={2024},
|
134 |
+
eprint={2407.01449},
|
135 |
+
archivePrefix={arXiv},
|
136 |
+
primaryClass={cs.IR},
|
137 |
+
url={https://arxiv.org/abs/2407.01449},
|
138 |
+
}
|
139 |
```
|