illuin-tech / vidore-benchmark

Vision Document Retrieval (ViDoRe): Benchmark. Evaluation code for the ColPali paper.
https://huggingface.co/vidore
MIT License
135 stars 15 forks source link

Replace loguru with built-in logging #58

Closed tonywu71 closed 3 weeks ago

tonywu71 commented 3 weeks ago

Description

There used to be an issue when using the built-in logging and mteb, that's why we have switched to loguru for logging. But since this has been fixed, we can revert back to logging.

Features

Fixed

Removed