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