tattrongvu
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
datasets:
|
4 |
- tattrongvu/vqa_de_en_batch1
|
5 |
- vidore/colpali_train_set
|
@@ -100,4 +100,21 @@ scores = processor.score_multi_vector(query_embeddings, image_embeddings)
|
|
100 |
|
101 |
## License
|
102 |
|
103 |
-
ColQwen2's vision language backbone model (Qwen2-VL) is under `apache2.0` license.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: cc
|
3 |
datasets:
|
4 |
- tattrongvu/vqa_de_en_batch1
|
5 |
- vidore/colpali_train_set
|
|
|
100 |
|
101 |
## License
|
102 |
|
103 |
+
ColQwen2's vision language backbone model (Qwen2-VL) is under `apache2.0` license.
|
104 |
+
This fine-tuned adapter is under **CC BY NC 4.0 license**. Therefore, the use of the model is **research only** at the moment.
|
105 |
+
|
106 |
+
## Citation
|
107 |
+
|
108 |
+
If you use this models from this organization in your research, please cite the original paper as follows:
|
109 |
+
|
110 |
+
```bibtex
|
111 |
+
@misc{faysse2024colpaliefficientdocumentretrieval,
|
112 |
+
title={ColPali: Efficient Document Retrieval with Vision Language Models},
|
113 |
+
author={Manuel Faysse and Hugues Sibille and Tony Wu and Bilel Omrani and Gautier Viaud and Céline Hudelot and Pierre Colombo},
|
114 |
+
year={2024},
|
115 |
+
eprint={2407.01449},
|
116 |
+
archivePrefix={arXiv},
|
117 |
+
primaryClass={cs.IR},
|
118 |
+
url={https://arxiv.org/abs/2407.01449},
|
119 |
+
}
|
120 |
+
```
|