Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,10 @@ ColPali is a model based on a novel model architecture and training strategy bas
|
|
11 |
It is a [PaliGemma-3B](https://huggingface.co/google/paligemma-3b-pt-448) extension that generates [ColBERT](https://arxiv.org/abs/2004.12832)- style multi-vector representations of text and images.
|
12 |
It was introduced in the paper [ColPali: Efficient Document Retrieval with Vision Language Models](https://arxiv.org/abs/2407.01449) and first released in [this repository](https://github.com/ManuelFay/colpali)
|
13 |
|
14 |
-
|
|
|
|
|
|
|
15 |
|
16 |
|
17 |
## Model Description
|
|
|
11 |
It is a [PaliGemma-3B](https://huggingface.co/google/paligemma-3b-pt-448) extension that generates [ColBERT](https://arxiv.org/abs/2004.12832)- style multi-vector representations of text and images.
|
12 |
It was introduced in the paper [ColPali: Efficient Document Retrieval with Vision Language Models](https://arxiv.org/abs/2407.01449) and first released in [this repository](https://github.com/ManuelFay/colpali)
|
13 |
|
14 |
+
## Usage
|
15 |
+
|
16 |
+
> [!WARNING]
|
17 |
+
> This version should not be used: it is solely the base version useful for deterministic LoRA initialization.
|
18 |
|
19 |
|
20 |
## Model Description
|