mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Add B/16 datacompxl CLIP weights
This commit is contained in:
parent
3d05c0e86f
commit
c5d3ee47f3
@ -1293,6 +1293,10 @@ default_cfgs = generate_default_cfgs({
|
||||
hf_hub_id='laion/CLIP-ViT-B-16-laion2B-s34B-b88K',
|
||||
hf_hub_filename='open_clip_pytorch_model.bin',
|
||||
mean=OPENAI_CLIP_MEAN, std=OPENAI_CLIP_STD, crop_pct=1.0, num_classes=512),
|
||||
'vit_base_patch16_clip_224.datacompxl': _cfg(
|
||||
hf_hub_id='laion/CLIP-ViT-B-16-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=512),
|
||||
'vit_large_patch14_clip_224.laion2b': _cfg(
|
||||
hf_hub_id='laion/CLIP-ViT-L-14-laion2B-s32B-b82K',
|
||||
hf_hub_filename='open_clip_pytorch_model.bin',
|
||||
|
Loading…
x
Reference in New Issue
Block a user