Skip to content

Commit

Permalink
Add datacomp L/14 (79.2 zs) image tower weights
Browse files Browse the repository at this point in the history
  • Loading branch information
rwightman committed May 1, 2023
1 parent 5e64777 commit 8fa86a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions timm/models/vision_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,10 @@ def _cfg(url='', **kwargs):
hf_hub_id='laion/CLIP-ViT-L-14-laion2B-s32B-b82K',
hf_hub_filename='open_clip_pytorch_model.bin',
mean=IMAGENET_INCEPTION_MEAN, std=IMAGENET_INCEPTION_STD, crop_pct=1.0, num_classes=768),
'vit_large_patch14_clip_224.datacompxl': _cfg(
hf_hub_id='laion/CLIP-ViT-L-14-DataComp.XL-s13B-b90K',
hf_hub_filename='open_clip_pytorch_model.bin',
mean=OPENAI_CLIP_MEAN, std=OPENAI_CLIP_STD, crop_pct=1.0, num_classes=768),
'vit_huge_patch14_clip_224.laion2b': _cfg(
hf_hub_id='laion/CLIP-ViT-H-14-laion2B-s32B-b79K',
hf_hub_filename='open_clip_pytorch_model.bin',
Expand Down

0 comments on commit 8fa86a2

Please sign in to comment.