-
Notifications
You must be signed in to change notification settings - Fork 466
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
SPLADE++ ED w/ ONNX on BEIR #2354
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2354 +/- ##
=========================================
Coverage 65.66% 65.66%
Complexity 1398 1398
=========================================
Files 207 207
Lines 11631 11631
Branches 1471 1471
=========================================
Hits 7637 7637
Misses 3484 3484
Partials 510 510 ☔ View full report in Codecov by Sentry. |
Everything works except for |
@ArthurChen189 arguana could be a max length on the query side? We used 256 on both query and doc from what I remember. |
Here's the snippet for running everything from scratch:
Everything works except for:
@ArthurChen189 can you please confirm repo of error? and then try to fix?