-
Notifications
You must be signed in to change notification settings - Fork 2
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
In train.py test() process, almost every output for pred_answer is a single character like 'e' #3
Comments
Hi, |
Hi! It's strange that the retrieval results are the same. Maybe you could try using this model (https://huggingface.co/Luyu/co-condenser-marco-retriever) to run dense retrieval inference and see if the results are normal? |
Hi, |
This model (https://huggingface.co/Luyu/co-condenser-marco-retriever) has been trained on MS MARCO, so can directly be used to encode the corpus and the query. |
Thanks, I will try it!!! |
By the way, it is possible to provide the 9.pt for download? |
Hi,
I met the question in test() process.
The text was updated successfully, but these errors were encountered: