manu commited on
Commit
b4a30ab
1 Parent(s): 3a28c01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -7,7 +7,9 @@ tags:
7
  ---
8
  # ColQwen2: Visual Retriever based on Qwen2-VL-2B-Instruct with ColBERT strategy
9
 
10
- ### This is the with the 7B base version trained with batch_size 32 for 1 epoch
 
 
11
 
12
  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.
13
  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.
 
7
  ---
8
  # ColQwen2: Visual Retriever based on Qwen2-VL-2B-Instruct with ColBERT strategy
9
 
10
+ ### This is the with the 7B base version trained with batch_size 32 for 1 epoch. It is much more demanding in RAM and not as good as ColQwen2-v1.0 so this is essentially for experimental purposes.
11
+
12
+
13
 
14
  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.
15
  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.