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

Reproduce experiment results for MS-MARCO passage and document ranking #930

Merged
merged 3 commits into from
Jan 11, 2022

Conversation

mikhail-tsir
Copy link
Contributor

Replicated and achieved expected results, as outlined in the experiment docs.

Environment:
Ubuntu 18.04.5 LTS
Java: openjdk 11.0.13 2021-10-19
Python: version 3.6.9

Notes:

  • Due to being on ubuntu, I used python3 instead of python when running pythons scripts
  • Pytorch was installed normally using pip install torch
  • Faiss was installed using pip install faiss-cpu --no-cache (installing via pip install faiss resulted in an ImportError)
    The above configuration worked with the unit tests (python3 -m unittest)

@lintool lintool merged commit 68be809 into castorini:master Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants