-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
fix: use cosine as the rank score #708
Conversation
Codecov Report
@@ Coverage Diff @@
## main #708 +/- ##
==========================================
+ Coverage 81.03% 81.24% +0.20%
==========================================
Files 16 16
Lines 1176 1189 +13
==========================================
+ Hits 953 966 +13
Misses 223 223
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait official implementation says differently
* fix: use cosine as the rank score * fix: return cosine or probls as rank score * fix: add logit scale * fix: unittest * fix: use softmax as para name * fix: return both softmax and cosine * fix: numpy softmax
No description provided.