Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ license: apache-2.0
|
|
9 |
# ColQwen2.5-3b: Visual Retriever based on Qwen2.5-VL-3B-Instruct with ColBERT strategy
|
10 |
|
11 |
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.
|
12 |
-
It is a [Qwen2.5-VL-
|
13 |
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)
|
14 |
|
15 |
This version is the untrained base version to guarantee deterministic projection layer initialization.
|
|
|
9 |
# ColQwen2.5-3b: Visual Retriever based on Qwen2.5-VL-3B-Instruct with ColBERT strategy
|
10 |
|
11 |
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.
|
12 |
+
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.
|
13 |
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)
|
14 |
|
15 |
This version is the untrained base version to guarantee deterministic projection layer initialization.
|