Skip to content
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

add 2cr for BEIR contriever model #1446

Merged
merged 12 commits into from
Mar 6, 2023
Prev Previous commit
Next Next commit
fix index name in run_beir_baselines
  • Loading branch information
Cathrineee committed Mar 5, 2023
commit 74ca3bf5a631eaa2760dc0dd01c868c02542b444
2 changes: 1 addition & 1 deletion scripts/beir/run_beir_baselines.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
for key in beir_keys:
cmd = f'python -m pyserini.search.faiss \
--encoder-class contriever --encoder facebook/contriever \
--index beir-v1.0.0-{key}-contriever \
--index beir-v1.0.0-{key}.contriever \
--topics beir-v1.0.0-{key}-test \
--output runs/run.beir.contriever.{key}.txt \
--batch 128 --threads 16 \
Expand Down