-
Notifications
You must be signed in to change notification settings - Fork 289
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
Unable to reproduce the metrics of BAAI/bge-reranker-large on the T2Reranking dataset. #1581
Comments
Seems like, from the Huggingface implementation, that they normalize their embeddings (shouldn't cause that causes the difference, but nice to rule out). I believe these were the scores you were expecting? You can also try to run https://huggingface.co/intfloat/multilingual-e5-small to rule out a bug in the dataset implementation (I would be surprised as recent results seem to obtain similar scores >65) (I also recommend opening an issue on this on their model page and linking it here) |
thanks for reply |
Perfect - Let me know how it goes |
modify for CORSS ENCODER evaluation: |
my reproduce script:
result json:
the same issue on model repo(seems all rerank model have this problem):
bce-rerank: netease-youdao/BCEmbedding#98
bge-rerank: FlagOpen/FlagEmbedding#1285
The text was updated successfully, but these errors were encountered: