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 fields in gather_index script
  • Loading branch information
Cathrineee committed Mar 5, 2023
commit 180db016bc71bdfb55bc25786419d922a39d470f
3 changes: 1 addition & 2 deletions scripts/beir/gather_beir_index_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@
print(f' ],')
print(f' "md5": "{md5}",')
print(f' "size compressed (bytes)": {size},')
print(f' "total_terms": {stats["total_terms"]},')
print(f' "documents": {stats["documents"]},')
print(f' "unique_terms": {stats["unique_terms"]},')
print(f' "downloaded": False')
print(f' "texts": beir-v1.0.0-{key}.flat')
print(f' }},')