Add SiglipForImageClassification and CLIPForImageClassification (#28952)

* First draft

* Add CLIPForImageClassification

* Remove scripts

* Fix doctests
This commit is contained in:
NielsRogge
2024-02-14 08:41:31 +01:00
committed by GitHub
parent de6029a059
commit 63ffd56d02
12 changed files with 380 additions and 5 deletions

View File

@@ -140,3 +140,9 @@ If you want to do the pre- and postprocessing yourself, here's how to do that:
[[autodoc]] SiglipVisionModel
- forward
## SiglipForImageClassification
[[autodoc]] SiglipForImageClassification
- forward