-
Notifications
You must be signed in to change notification settings - Fork 99
Update inference specification for Hugging Face's rerank task #4417
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
base: main
Are you sure you want to change the base?
Update inference specification for Hugging Face's rerank task #4417
Conversation
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
…ace's-rerank-task # Conflicts: # output/schema/schema-serverless.json # output/schema/schema.json
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
* After the endpoint is initialized, copy the full endpoint URL for use. | ||
* Tested models for `rerank` task: | ||
* | ||
* * `bge-reranker-base` |
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.
@szabosteve should we include the url to the model on hugging face? Or is the name sufficient here?
…ace's-rerank-task
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
waiting for #4383 to be merged since it changes the same files |
Extended Task Support:
Added:
Add Hugging Face Rerank support PR