-
Notifications
You must be signed in to change notification settings - Fork 59
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
Support decoder text embedding model in the examples/transformers_text.py
#333
Conversation
examples/transformers_text.py
examples/transformers_text.py
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #333 +/- ##
=======================================
Coverage 93.12% 93.12%
=======================================
Files 117 117
Lines 6107 6107
=======================================
Hits 5687 5687
Misses 420 420 ☔ View full report in Codecov by Sentry. |
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.
Thanks. beautiful and nice results!!
Left some questions and minor comments.
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.
Thanks!!
Support state-of-the-art decoder text embedding model (
intfloat/e5-mistral-7b-instruct
) in theexamples/transformers_text.py
This is currently top 1 text embedding model (outperforms Voyage AI and OpenAI's embedding models)