ColPali
Safetensors
English
paligemma
tonywu71 commited on
Commit
30ab955
1 Parent(s): 12c59eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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
- This version is the untrained base version to guarantee deterministic projection layer initialization.
 
 
 
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