-
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
feat: add clip_hg executor #740
Conversation
Codecov Report
@@ Coverage Diff @@
## main #740 +/- ##
==========================================
+ Coverage 81.16% 81.74% +0.58%
==========================================
Files 16 17 +1
Lines 1168 1271 +103
==========================================
+ Hits 948 1039 +91
- Misses 220 232 +12
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.
- add
rank()
endpoint - add unittest
- add dependency of
transformers
intosetup.py
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.
what's the point of this PR? is it just for practicing how to implement executor? I don't see any business value from this
@hanxiao This PR is mainly developed for the community. If the users who already use (or finetune) the clip model from huggingface, then this PR can enable them to easily enjoy the power of jina. |
📝 Docs are deployed on https://ft-clip_hg--jina-docs.netlify.app 🎉 |
No description provided.