Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,6 @@ ColQwen is a model based on a novel model architecture and training strategy bas
|
|
16 |
It is a [Qwen2.5-VL-3B](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct) extension that generates [ColBERT](https://arxiv.org/abs/2004.12832)- style multi-vector representations of text and images.
|
17 |
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)
|
18 |
|
19 |
-
This version is the untrained base version to guarantee deterministic projection layer initialization.
|
20 |
<p align="center"><img width=800 src="https://github.com/illuin-tech/colpali/blob/main/assets/colpali_architecture.webp?raw=true"/></p>
|
21 |
|
22 |
## Version specificity
|
@@ -25,7 +24,7 @@ This version is the untrained base version to guarantee deterministic projection
|
|
25 |
This model takes dynamic image resolutions in input and does not resize them, changing their aspect ratio as in ColPali.
|
26 |
Maximal resolution is set so that 768 image patches are created at most. Experiments show clear improvements with larger amounts of image patches, at the cost of memory requirements.
|
27 |
|
28 |
-
This version is trained with `colpali-engine==0.3.
|
29 |
|
30 |
Data is the same as the ColPali data described in the paper.
|
31 |
|
|
|
16 |
It is a [Qwen2.5-VL-3B](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct) extension that generates [ColBERT](https://arxiv.org/abs/2004.12832)- style multi-vector representations of text and images.
|
17 |
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)
|
18 |
|
|
|
19 |
<p align="center"><img width=800 src="https://github.com/illuin-tech/colpali/blob/main/assets/colpali_architecture.webp?raw=true"/></p>
|
20 |
|
21 |
## Version specificity
|
|
|
24 |
This model takes dynamic image resolutions in input and does not resize them, changing their aspect ratio as in ColPali.
|
25 |
Maximal resolution is set so that 768 image patches are created at most. Experiments show clear improvements with larger amounts of image patches, at the cost of memory requirements.
|
26 |
|
27 |
+
This version is trained with `colpali-engine==0.3.7`.
|
28 |
|
29 |
Data is the same as the ColPali data described in the paper.
|
30 |
|