Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,8 @@ tags:
|
|
| 10 |
## Model Overview
|
| 11 |
The **MonoQwen2-VL-2B-LoRA-Reranker** is a LoRA fine-tuned version of the Qwen2-VL-2B model, optimized for reranking image-query relevance.
|
| 12 |
|
|
|
|
|
|
|
| 13 |
## How to Use the Model
|
| 14 |
Below is a quick example to rerank a single image against a user query using this model:
|
| 15 |
|
|
|
|
| 10 |
## Model Overview
|
| 11 |
The **MonoQwen2-VL-2B-LoRA-Reranker** is a LoRA fine-tuned version of the Qwen2-VL-2B model, optimized for reranking image-query relevance.
|
| 12 |
|
| 13 |
+
It was train using [ColPali train set](https://huggingface.co/datasets/vidore/colpali_train_set)
|
| 14 |
+
|
| 15 |
## How to Use the Model
|
| 16 |
Below is a quick example to rerank a single image against a user query using this model:
|
| 17 |
|