About evaluation method
Closed this issue · 2 comments
Hannibal046 commented
yhoshi3 commented
Thank you for trying our tool and bringing the issue to our attention.
We found an error in the evaluation config, and we have now rectified it.
"e5-8b_flat" -> "flat_subset_499992"
The error you mentioned occurred because the specified retriever name in the evaluation config did not exist in the retriever config.
After the embedding process and construction of the Faiss index are complete, retrieval can be performed by correctly specifying the path to the built index in the retriever config (cf. indexing.md).
If you find indexing the corpus with the e5 model to be inconvenient, you can opt for BM25 indexing, which requires less time.
I hope this helps.
Hannibal046 commented
Thanks for response! It now works fine!