Visual Document Retrieval
Transformers
ONNX
ColPali
English
pretraining
kitsuneb commited on
Commit
c7f0468
·
1 Parent(s): 94666cb
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ pipeline_tag: visual-document-retrieval
20
  # ColPali: Visual Retriever based on PaliGemma-3B with ColBERT strategy
21
 
22
  > Please read `conversion/readme.md` for details about the conversion process and notes.
23
- > Repo only includes vision models, conversion script supports text as well.
24
 
25
  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.
26
  It is a [PaliGemma-3B](https://huggingface.co/google/paligemma-3b-mix-448) extension that generates [ColBERT](https://arxiv.org/abs/2004.12832)- style multi-vector representations of text and images.
 
20
  # ColPali: Visual Retriever based on PaliGemma-3B with ColBERT strategy
21
 
22
  > Please read `conversion/readme.md` for details about the conversion process and notes.
23
+ > Repo only includes vision models for practical reasons, conversion script supports vision and text as well.
24
 
25
  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.
26
  It is a [PaliGemma-3B](https://huggingface.co/google/paligemma-3b-mix-448) extension that generates [ColBERT](https://arxiv.org/abs/2004.12832)- style multi-vector representations of text and images.