[gemma3] support sequence classification task (#39465)

* add seq clf class

* fix docs and add in auto-map

* skip tests

* optional pixels
This commit is contained in:
Raushan Turganbay
2025-07-21 11:03:20 +02:00
committed by GitHub
parent 34133d0a79
commit e42681b48b
5 changed files with 196 additions and 2 deletions

View File

@@ -267,3 +267,8 @@ visualizer("<img>What is shown in this image?")
[[autodoc]] Gemma3ForConditionalGeneration
- forward
## Gemma3ForSequenceClassification
[[autodoc]] Gemma3ForSequenceClassification
- forward