Fix and document Zero Shot Image Classification (#16079)

This commit is contained in:
Omar Sanseviero
2022-03-14 08:50:36 +01:00
committed by GitHub
parent 6e1e88fd38
commit 802984ad42
3 changed files with 4 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ There are two categories of pipeline abstractions to be aware about:
- [`TokenClassificationPipeline`]
- [`TranslationPipeline`]
- [`ZeroShotClassificationPipeline`]
- [`ZeroShotImageClassificationPipeline`]
## The pipeline abstraction