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
|
@@ -95,11 +95,12 @@ scores = processor.score_multi_vector(query_embeddings, image_embeddings)
|
|
95 |
|
96 |
## License
|
97 |
|
98 |
-
ColQwen2's vision language backbone model (Qwen2-VL) is under `apache2.0` license.
|
|
|
99 |
|
100 |
## Citation
|
101 |
|
102 |
-
If you use
|
103 |
|
104 |
```bibtex
|
105 |
@misc{faysse2024colpaliefficientdocumentretrieval,
|
|
|
1 |
---
|
2 |
+
license: cc
|
3 |
datasets:
|
4 |
- tattrongvu/vqa_de_en_batch1
|
5 |
- vidore/colpali_train_set
|
|
|
95 |
|
96 |
## License
|
97 |
|
98 |
+
ColQwen2's vision language backbone model (Qwen2-VL) is under `apache2.0` license.
|
99 |
+
This fine-tuned adapter is under **CC BY NC 4.0 license**. Therefore, the use of the model is **research only** at the moment.
|
100 |
|
101 |
## Citation
|
102 |
|
103 |
+
If you use this models from this organization in your research, please cite the original paper as follows:
|
104 |
|
105 |
```bibtex
|
106 |
@misc{faysse2024colpaliefficientdocumentretrieval,
|