Hi there,
I encountered an issue while trying to evaluate a retriever on ViDoRE. I followed all the steps provided on the page and ran the following command after installing the package via pip install vidore-benchmark:
vidore-benchmark evaluate-retriever \
--model-name vidore/colpali-v1.2 \
--collection-name "vidore/vidore-benchmark-667173f98e70a1c0fa4db00d" \
--split test
However, after the "Forward pass documents process," I received the following error:
TypeError: RetrievalEvaluator.__init__() missing 1 required positional argument: 'retriever'
Thanks
Hi there,
I encountered an issue while trying to evaluate a retriever on ViDoRE. I followed all the steps provided on the page and ran the following command after installing the package via
pip install vidore-benchmark:vidore-benchmark evaluate-retriever \ --model-name vidore/colpali-v1.2 \ --collection-name "vidore/vidore-benchmark-667173f98e70a1c0fa4db00d" \ --split testHowever, after the "Forward pass documents process," I received the following error:
Thanks