-
Notifications
You must be signed in to change notification settings - Fork 100
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
Reproducing repllama on passage retrieval. #152
Comments
Since the paper only includes Recal@1000, I want to reproduce the model to obtain the values for Recall@100 and Recall@50, but I've found that the current reproduction results are different from the results of paper. It's possible that the parameters I've set for reproduction are not correct. |
Hi @hengran, are you using the corpus downloaded from tevatron? |
I used qlen=32 plen=156 during training and encoding repllama. Not sure if this can made that difference. |
thanks for you reply, I try it. |
Hello, thanks for sharing the great work!
I download the checkpoint of repllama from huggiface. I encode the query and passages with this checkpoint and find the result I got is MRR@10: 39.69, while in the paper is 41.2.
The text was updated successfully, but these errors were encountered: