@@ -1657,50 +1657,42 @@ def _cfg(url: str = '', **kwargs) -> Dict[str, Any]:
1657
1657
crop_pct = 1.0 , input_size = (3 , 378 , 378 ), num_classes = 1024 ),
1658
1658
1659
1659
'vit_base_patch32_clip_224.metaclip_2pt5b' : _cfg (
1660
- hf_hub_id = 'timm/' ,
1661
- hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1660
+ hf_hub_id = 'timm/' , hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1662
1661
license = 'cc-by-nc-4.0' ,
1663
1662
notes = ('natively QuickGELU, use quickgelu model variant for original results' ,),
1664
1663
mean = OPENAI_CLIP_MEAN , std = OPENAI_CLIP_STD , crop_pct = 1.0 , num_classes = 512 ),
1665
1664
'vit_base_patch16_clip_224.metaclip_2pt5b' : _cfg (
1666
- hf_hub_id = 'timm/' ,
1667
- hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1665
+ hf_hub_id = 'timm/' , hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1668
1666
license = 'cc-by-nc-4.0' ,
1669
1667
notes = ('natively QuickGELU, use quickgelu model variant for original results' ,),
1670
1668
mean = OPENAI_CLIP_MEAN , std = OPENAI_CLIP_STD , crop_pct = 1.0 , num_classes = 512 ),
1671
1669
'vit_large_patch14_clip_224.metaclip_2pt5b' : _cfg (
1672
- hf_hub_id = 'timm/' ,
1673
- hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1670
+ hf_hub_id = 'timm/' , hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1674
1671
license = 'cc-by-nc-4.0' ,
1675
1672
notes = ('natively QuickGELU, use quickgelu model variant for original results' ,),
1676
1673
mean = OPENAI_CLIP_MEAN , std = OPENAI_CLIP_STD , crop_pct = 1.0 , num_classes = 768 ),
1677
1674
'vit_huge_patch14_clip_224.metaclip_2pt5b' : _cfg (
1678
- hf_hub_id = 'timm/' ,
1679
- hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1675
+ hf_hub_id = 'timm/' , hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1680
1676
license = 'cc-by-nc-4.0' ,
1681
1677
notes = ('natively QuickGELU, use quickgelu model variant for original results' ,),
1682
1678
mean = OPENAI_CLIP_MEAN , std = OPENAI_CLIP_STD , crop_pct = 1.0 , num_classes = 1024 ),
1683
1679
'vit_gigantic_patch14_clip_224.metaclip_2pt5b' : _cfg (
1684
- hf_hub_id = 'timm/' ,
1685
- hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1680
+ hf_hub_id = 'timm/' , hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1686
1681
license = 'cc-by-nc-4.0' ,
1687
1682
notes = ('natively QuickGELU, use quickgelu model variant for original results' ,),
1688
1683
mean = OPENAI_CLIP_MEAN , std = OPENAI_CLIP_STD , crop_pct = 1.0 , num_classes = 1280 ),
1689
1684
'vit_base_patch32_clip_224.metaclip_400m' : _cfg (
1690
- hf_hub_id = 'timm/' ,
1691
- hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1685
+ hf_hub_id = 'timm/' , hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1692
1686
license = 'cc-by-nc-4.0' ,
1693
1687
notes = ('natively QuickGELU, use quickgelu model variant for original results' ,),
1694
1688
mean = OPENAI_CLIP_MEAN , std = OPENAI_CLIP_STD , crop_pct = 1.0 , num_classes = 512 ),
1695
1689
'vit_base_patch16_clip_224.metaclip_400m' : _cfg (
1696
- hf_hub_id = 'timm/' ,
1697
- hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1690
+ hf_hub_id = 'timm/' , hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1698
1691
license = 'cc-by-nc-4.0' ,
1699
1692
notes = ('natively QuickGELU, use quickgelu model variant for original results' ,),
1700
1693
mean = OPENAI_CLIP_MEAN , std = OPENAI_CLIP_STD , crop_pct = 1.0 , num_classes = 512 ),
1701
1694
'vit_large_patch14_clip_224.metaclip_400m' : _cfg (
1702
- hf_hub_id = 'timm/' ,
1703
- hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1695
+ hf_hub_id = 'timm/' , hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1704
1696
license = 'cc-by-nc-4.0' ,
1705
1697
notes = ('natively QuickGELU, use quickgelu model variant for original results' ,),
1706
1698
mean = OPENAI_CLIP_MEAN , std = OPENAI_CLIP_STD , crop_pct = 1.0 , num_classes = 768 ),
0 commit comments