-
Hi,
I'm trying to reproduce the training process and finetune I own model. How can I run the evaluation on my finetuned LORA with the script?
And I found the dataset_path in test_data are all lo…
-
I directly use the question in Figure 1 of ColPali paper.
The highest score in the answer is page 18, any guess on the reason on it?
-
### Motivation
https://github.com/illuin-tech/colpali
Recently Colbert+PaliGemma showed huge improvement on pdf file retrieval by using multimodal model instead of OCR+LLM. Would be nice if Inte…
-
Hi!
FIrst of all, congrats and thanks for opensourcing Colpali.
I see everywhere in the colpali model cards that it has been trained only in english and only on single page A4-sized PDF document…
-
While importing facing following error in Colab.
`from colpali_engine.utils.processing_utils.colpali_processing_utils import process_images, process_queries`
![image](https://github.com/user-att…
-
The code was working fine till this morning but then it started throwing this error while running this line of code:
Code:
RAG = RAGMultiModalModel.from_pretrained("vidore/colpali-v1.2", verbose=1…
-
ERROR - models.indexer - Error during indexing: Input type (torch.cuda.FloatTensor) and weight type (CUDABFloat16Type) should be the same
-
Thank you for providing the ColPali_+_Qwen2_VL.ipynb notebook. It has been incredibly helpful in understanding and applying Retrieval Augmented Generation.
I am wondering if it is possible to exten…
-
Hey!
I'm new to the repo/model and just trying it out so sorry if I'm being a noob.
I am using `colpali_engine==0.3.0`.
I am trying to copy/paste code from the inference [example](https://gith…
-
Everytime I load the model, the embedding of an image changes. Can you explain why?
Code used to get the embedding
```
import torch
from torch.utils.data import DataLoader
from tqdm import tq…