Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,7 @@ tags:
|
|
9 |
datasets:
|
10 |
- vidore/colpali_train_set
|
11 |
---
|
|
|
12 |
# ColPali: Visual Retriever based on PaliGemma-3B with ColBERT strategy
|
13 |
|
14 |
ColPali is a model based on a novel model architecture and training strategy based on Vision Language Models (VLMs) to efficiently index documents from their visual features.
|
@@ -106,7 +107,8 @@ scores = processor.score_multi_vector(querry_embeddings, image_embeddings)
|
|
106 |
|
107 |
## License
|
108 |
|
109 |
-
ColPali's vision language backbone model (PaliGemma) is under `gemma` license as specified in its [model card](https://huggingface.co/google/paligemma-3b-mix-448).
|
|
|
110 |
|
111 |
## Contact
|
112 |
|
|
|
9 |
datasets:
|
10 |
- vidore/colpali_train_set
|
11 |
---
|
12 |
+
|
13 |
# ColPali: Visual Retriever based on PaliGemma-3B with ColBERT strategy
|
14 |
|
15 |
ColPali is a model based on a novel model architecture and training strategy based on Vision Language Models (VLMs) to efficiently index documents from their visual features.
|
|
|
107 |
|
108 |
## License
|
109 |
|
110 |
+
ColPali's vision language backbone model (PaliGemma) is under `gemma` license as specified in its [model card](https://huggingface.co/google/paligemma-3b-mix-448).
|
111 |
+
Because the pre-trained adapter got merged in this model, the license for these weights are also under the `gemma` license
|
112 |
|
113 |
## Contact
|
114 |
|