ColPali
Safetensors
English
qwen2_vl
manu commited on
Commit
c722b91
1 Parent(s): 6a73b6f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2-VL-2B-Instruct
3
+ language:
4
+ - en
5
+ library_name: colpali
6
+ license: apache-2.0
7
+ ---
8
+ # ColPali: Visual Retriever based on PaliGemma-3B with ColBERT strategy
9
+
10
+ ColQwen 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.
11
+ It is a [Qwen2-VL-2B](https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct) 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
+ This version is the untrained base version to guarantee deterministic projection layer initialization.
15
+
16
+
17
+ ## Usage
18
+
19
+ This version should not be used, it is solely the base version useful for deterministic LoRA initialization !
20
+
21
+
22
+ ## Contact
23
+
24
+ - Manuel Faysse: manuel.faysse@illuin.tech
25
+ - Hugues Sibille: hugues.sibille@illuin.tech
26
+ - Tony Wu: tony.wu@illuin.tech
27
+
28
+ ## Citation
29
+
30
+ If you use any datasets or models from this organization in your research, please cite the original dataset as follows:
31
+
32
+ ```bibtex
33
+ @misc{faysse2024colpaliefficientdocumentretrieval,
34
+ title={ColPali: Efficient Document Retrieval with Vision Language Models},
35
+ author={Manuel Faysse and Hugues Sibille and Tony Wu and Bilel Omrani and Gautier Viaud and Céline Hudelot and Pierre Colombo},
36
+ year={2024},
37
+ eprint={2407.01449},
38
+ archivePrefix={arXiv},
39
+ primaryClass={cs.IR},
40
+ url={https://arxiv.org/abs/2407.01449},
41
+ }
42
+ ```