-
Notifications
You must be signed in to change notification settings - Fork 589
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
Add question answering to inference client #1609
Add question answering to inference client #1609
Conversation
The documentation is not available anymore as the PR was closed or merged. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1609 +/- ##
==========================================
- Coverage 82.31% 81.79% -0.52%
==========================================
Files 62 60 -2
Lines 6984 6790 -194
==========================================
- Hits 5749 5554 -195
- Misses 1235 1236 +1
☔ 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.
Perfect job!
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
Add question-answering to HuggingFace🤗 Hub
References #1539
This is an ongoing list of model tasks to implement in the Hugging Face Hub inference client. Each task is planned to be its own PR. The task for this is question-answering.
Key Features