illuin-tech / colpali

The code used to train and run inference with the ColPali architecture.
https://huggingface.co/vidore
MIT License
850 stars 75 forks source link

How to run eval on a finetuned model? #100

Open VoVAllen opened 2 days ago

VoVAllen commented 2 days ago

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 local path. Is there any script to initialize those dataset?

Thanks

VoVAllen commented 2 days ago

And the evaluation process is stuck on my side when I set run_train: false