-
Notifications
You must be signed in to change notification settings - Fork 835
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
Transformers example #3743
Transformers example #3743
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
looks great @adriangonz |
Looks good! Seems image doesn't render when opening the notebook in github but assuming it would work in notebook (as is svg) It seems the docs test is failing (normally the build has been failing but the lint is passsing so wondering if its anything related) |
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.
Adrian this is great. Well written and explains the components you're using at each step 👏
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: edshee The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign adriangonz |
* Add tokeniser example * Link notebook on examples page * Make NOTE bold and remove outputs * Change references to other notebook to links to docs * Change MLServer version explicitly to 0.6.0.dev3
What this PR does / why we need it:
Add example on how to build a custom pre-processor / transformer compatible with the V2 inference protocol, to then deploy it alongside a GPT-2 model in a
SeldonDeployment
inference graph.Which issue(s) this PR fixes:
Fixes #3732
Special notes for your reviewer:
Does this PR introduce a user-facing change?: