-
Notifications
You must be signed in to change notification settings - Fork 504
Added SPLADE-v3 ONNX regression #2818
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
Conversation
hi @clides can we do DL19 and DL20 in the same PR? |
…ild and change the scores if necessary)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2818 +/- ##
=========================================
Coverage 70.16% 70.16%
Complexity 1308 1308
=========================================
Files 187 187
Lines 11918 11918
Branches 1419 1419
=========================================
Hits 8362 8362
Misses 3030 3030
Partials 526 526 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Yep, I added both |
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.
Missing links?
README.md
Outdated
@@ -183,7 +183,7 @@ See individual pages for details. | |||
| SPLADEv2 | [🫙](docs/regressions/regressions-msmarco-v1-passage.distill-splade-max.cached.md) | | | | |||
| SPLADE++ CoCondenser-EnsembleDistil | [🫙](docs/regressions/regressions-msmarco-v1-passage.splade-pp-ed.cached.md)[🅾️](docs/regressions/regressions-msmarco-v1-passage.splade-pp-ed.onnx.md) | [🫙](docs/regressions/regressions-dl19-passage.splade-pp-ed.cached.md)[🅾️](docs/regressions/regressions-dl19-passage.splade-pp-ed.onnx.md) | [🫙](docs/regressions/regressions-dl20-passage.splade-pp-ed.cached.md)[🅾️](docs/regressions/regressions-dl20-passage.splade-pp-ed.onnx.md) | | |||
| SPLADE++ CoCondenser-SelfDistil | [🫙](docs/regressions/regressions-msmarco-v1-passage.splade-pp-sd.cached.md)[🅾️](docs/regressions/regressions-msmarco-v1-passage.splade-pp-sd.onnx.md) | [🫙](docs/regressions/regressions-dl19-passage.splade-pp-sd.cached.md)[🅾️](docs/regressions/regressions-dl19-passage.splade-pp-sd.onnx.md) | [🫙](docs/regressions/regressions-dl20-passage.splade-pp-sd.cached.md)[🅾️](docs/regressions/regressions-dl20-passage.splade-pp-sd.onnx.md) | | |||
| SPLADEv3 | [🫙](docs/regressions/regressions-msmarco-v1-passage.splade-v3.cached.md) | [🫙](docs/regressions/regressions-dl19-passage.splade-v3.cached.md) | [🫙](docs/regressions/regressions-dl20-passage.splade-v3.cached.md) | | |||
| SPLADEv3 | [🫙](docs/regressions/regressions-msmarco-v1-passage.splade-v3.cached.md)[🅾️](docs/regressions/regressions-msmarco-v1-passage.splade-v3.onnx.md) | [🫙](docs/regressions/regressions-dl19-passage.splade-v3.cached.md) | [🫙](docs/regressions/regressions-dl20-passage.splade-v3.cached.md) | |
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.
I think you need to add links to ONNX here too?
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.
Yep, just pushed it, forgot to commit and push the change
Added SPLADE-v3 ONNX regression for this issue: #2815