We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E.g.,
% gunzip -c topics.beir-v1.0.0-bioasq.test.bge-base-en-v1.5.jsonl.gz | wc gunzip -c topics.beir-v1.0.0-bioasq.test.splade-pp-ed.tsv.gz | wc gunzip -c topics.beir-v1.0.0-bioasq.test.splade_distil_cocodenser_medium.tsv.gz | wc gunzip -c topics.beir-v1.0.0-bioasq.test.tsv.gz | wc gunzip -c topics.beir-v1.0.0-bioasq.test.unicoil-noexp.tsv.gz | wc gunzip -c topics.beir-v1.0.0-bioasq.test.wp.tsv.gz | wc 3743 2885853 63739253 500 1185261 7980762 500 1050806 6911775 500 4525 39190 500 401383 2265529 500 7037 44962
This means retrieval is wasting cycles generating results that won't be evaluated.
The text was updated successfully, but these errors were encountered:
Closed by castorini/anserini-tools#83
Sorry, something went wrong.
No branches or pull requests
E.g.,
This means retrieval is wasting cycles generating results that won't be evaluated.
The text was updated successfully, but these errors were encountered: