-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pytrec_eval unable to perform evaluation #37
Comments
Hi! As long as the experiment is not finished, everything is stored in the tmp folder. Can you check the folder '/data/gbhatt2/RAG_index_experiment/runs/' You should have the retrieval output (trec file) corresponding to the hotpotqa dataset |
Hi! What led to the following issue however --
This is based off this.
|
Can you just try python3 bergen.py retriever=splade-v3 dataset=kilt_hotpotqa |
That works, but it is strange that whenever I try any new run, with reranker, it crashes with the error above. However, it runs when I repeat the same command (now only reranking and eval are remaining). Did you face similar issues? |
Can you delete (or move) the runs corresponding to the reranker and regenerate it? Hotpotqa has a lot of queries (if I remember well), maybe use another smaller dataset for testing |
Hi!
I am trying to run the framework, and wondering if anyone also encountered this issue. For starters, I launched the following command and everything works fine till the evaluation phase.
CUDA_VISIBLE_DEVICES=0 HYDRA_FULL_ERROR=1 python3 bergen.py retriever=splade-v3 reranker=debertav3 dataset=kilt_hotpotqa
Following is the error stack trace.
Could the issue be due to -
Unfinished experiment_folder: /data/gbhatt2/RAG_index_experiment/experiments/tmp_e2ca04a13ada8612
? That is, there was an unfinished experiment_folder?Following is the full stack trace -
The text was updated successfully, but these errors were encountered: