|
72 | 72 | ("siglip", "SiglipModel"), |
73 | 73 | ("helium", "HeliumModel"), |
74 | 74 | ("hiera", "HieraModel"), |
| 75 | + ("hubert", "HubertModel"), |
75 | 76 | ("idefics", "IdeficsModel"), |
76 | 77 | ("idefics2", "Idefics2Model"), |
77 | 78 | ("idefics3", "Idefics3Model"), |
|
121 | 122 | ("gpt2", "GPT2LMHeadModel"), |
122 | 123 | ("gemma3", "Gemma3ForConditionalGeneration"), |
123 | 124 | ("hiera", "HieraForPreTraining"), |
| 125 | + ("hubert", "HubertForPreTraining"), |
124 | 126 | ("idefics", "IdeficsForVisionText2Text"), |
125 | 127 | ("idefics2", "Idefics2ForConditionalGeneration"), |
126 | 128 | ("idefics3", "Idefics3ForConditionalGeneration"), |
|
216 | 218 | ("dpt", "DPTModel"), |
217 | 219 | ("glpn", "GLPNModel"), |
218 | 220 | ("hiera", "HieraModel"), |
| 221 | + ("hubert", "HubertModel"), |
219 | 222 | ("ijepa", "IJepaModel"), |
220 | 223 | ("imagegpt", "ImageGPTModel"), |
221 | 224 | ("levit", "LevitModel"), |
|
385 | 388 | ("gemma2", "Gemma2ForSequenceClassification"), |
386 | 389 | ("glm", "GlmForSequenceClassification"), |
387 | 390 | ("helium", "HeliumForSequenceClassification"), |
| 391 | + ("hubert", "HubertForSequenceClassification"), |
388 | 392 | ("led", "LEDForSequenceClassification"), |
389 | 393 | ("starcoder2", "Starcoder2ForSequenceClassification"), |
390 | 394 | ("canine", "CanineForSequenceClassification"), |
|
0 commit comments