transformers
transformers copied to clipboard
Add AutoModelForZeroShotImageClassification
What does this PR do?
Adds AutoModelForZeroShotImageClassification
and TFAutoModelForZeroShotImageClassification
to transformers.
CC @MKhalusova will be adding a task guide in a separate PR
Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [ X] Did you read the contributor guideline, Pull Request section?
- [ X] Was this discussed/approved via a Github issue or the forum? Please add a link to it if that's the case.
- [ X] Did you make sure to update the documentation with your changes? Here are the documentation guidelines, and here are tips on formatting docstrings.
- [ ] Did you write any new necessary tests?
The documentation is not available anymore as the PR was closed or merged.
The CI tests are failing due to unrelated issues, I will rebase the PR to the main branch once they are fixed.