|
119 | 119 | ("graphormer", "GraphormerModel"),
|
120 | 120 | ("grounding-dino", "GroundingDinoModel"),
|
121 | 121 | ("groupvit", "GroupViTModel"),
|
| 122 | + ("hiera", "HieraModel"), |
122 | 123 | ("hubert", "HubertModel"),
|
123 | 124 | ("ibert", "IBertModel"),
|
124 | 125 | ("idefics", "IdeficsModel"),
|
|
295 | 296 | ("gpt2", "GPT2LMHeadModel"),
|
296 | 297 | ("gpt_bigcode", "GPTBigCodeForCausalLM"),
|
297 | 298 | ("gptsan-japanese", "GPTSanJapaneseForConditionalGeneration"),
|
| 299 | + ("hiera", "HieraForPreTraining"), |
298 | 300 | ("ibert", "IBertForMaskedLM"),
|
299 | 301 | ("idefics", "IdeficsForVisionText2Text"),
|
300 | 302 | ("idefics2", "Idefics2ForConditionalGeneration"),
|
|
535 | 537 | ("efficientnet", "EfficientNetModel"),
|
536 | 538 | ("focalnet", "FocalNetModel"),
|
537 | 539 | ("glpn", "GLPNModel"),
|
| 540 | + ("hiera", "HieraModel"), |
538 | 541 | ("imagegpt", "ImageGPTModel"),
|
539 | 542 | ("levit", "LevitModel"),
|
540 | 543 | ("mobilenet_v1", "MobileNetV1Model"),
|
|
610 | 613 | ),
|
611 | 614 | ("efficientnet", "EfficientNetForImageClassification"),
|
612 | 615 | ("focalnet", "FocalNetForImageClassification"),
|
| 616 | + ("hiera", "HieraForImageClassification"), |
613 | 617 | ("imagegpt", "ImageGPTForImageClassification"),
|
614 | 618 | (
|
615 | 619 | "levit",
|
|
1258 | 1262 | ("dinat", "DinatBackbone"),
|
1259 | 1263 | ("dinov2", "Dinov2Backbone"),
|
1260 | 1264 | ("focalnet", "FocalNetBackbone"),
|
| 1265 | + ("hiera", "HieraBackbone"), |
1261 | 1266 | ("maskformer-swin", "MaskFormerSwinBackbone"),
|
1262 | 1267 | ("nat", "NatBackbone"),
|
1263 | 1268 | ("pvt_v2", "PvtV2Backbone"),
|
|
0 commit comments