-
Notifications
You must be signed in to change notification settings - Fork 101
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
Problem replicating MS MARCO passage subset #221
Comments
Update: I tried reproducing on Colab again with some changes, and the monoBERT ranking task works properly, but now I have the exact error on monoT5 as originally described on my local machine ( What I changed in Colab was that @ronakice I noticed that you tried running the Colab notebook and making changes, thank you. Can you confirm if the monoT5 error is a real issue / you can reproduce it on your local machine as well? |
I've had the same issue when running on cc with virtual env. |
I am able to reproduce this error on colab as well. Let me try on cc. |
On colab, run: Worked for me. |
Reproducing the monoT5 results on Colab seems to work fine on the current version of the code. |
I am unable to replicate the results for the MS MARCO passage subset experiment for monoT5 in this section.
I'm not sure if there is an installation instruction I missed or something wrong with the environment (in both Colab and my local machine, I made sure to start with a clean virtualenv).
Colab
See this Colab notebook: https://colab.research.google.com/drive/1dU9gkgHQImlkZ2iT1vZ06pyqJLkMFTuw?usp=sharing
This is the error:
I looked this error up and tried this solution to downgrade to
torch==1.4.0
, but then the output then becomes:And there is no output file being generated.
There is a GH issue on this here and I tried some of the solutions (such as uninstalling
faiss
and installingfaiss-cpu
) but none of them seemed to work.Colab is running on Python 3.7.11.
Output of pip list
Local machine
I ran the commands in a clean venv. I can replicate the monoBERT results. But if I run the monoT5 ranking task, I get this error:
Full error log
Output of pip list
Python version: Python 3.8.5
OS: Ubuntu 20.04.3 LTS
GPU: RTX 2070S
CUDA version: 11.4
The text was updated successfully, but these errors were encountered: