Skip to content

Commit

Permalink
CLIPA reference temppory rwightman/ models for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rwightman committed Oct 17, 2023
1 parent c29cc9c commit 72b75bd
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/open_clip/pretrained.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,23 +381,25 @@ def _apcfg(url='', hf_hub='', **kwargs):
webli=_slpcfg(hf_hub='timm/ViT-SO400M-SigLIP-384/'),
),

# FIXME update CLIPA pretrained to final home, rwightman/ is temporary for testing
"ViT-L-14-CLIPA": dict(
datacomp1b=_apcfg(),
datacomp1b=_apcfg(hf_hub='rwightman/ViT-L-14-CLIPA-datacomp1B/'),
),
"ViT-L-14-CLIPA-336": dict(
datacomp1b=_apcfg(),
datacomp1b=_apcfg(hf_hub='rwightman/ViT-L-14-CLIPA-336-datacomp1B/'),
),
"ViT-H-14-CLIPA": dict(
datacomp1b=_apcfg(),
datacomp1b=_apcfg(hf_hub='rwightman/ViT-H-14-CLIPA-datacomp1B/'),
),
"ViT-H-14-CLIPA-336": dict(
datacomp1b=_apcfg(),
),
"ViT-bigG-14-CLIPA": dict(
datacomp1b=_apcfg(),
laion2b=_apcfg(hf_hub='rwightman/ViT-H-14-CLIPA-336-laion2B/'),
datacomp1b=_apcfg(hf_hub='rwightman/ViT-H-14-CLIPA-336-datacomp1B/'),
),
# "ViT-bigG-14-CLIPA": dict(
# datacomp1b=_apcfg(hf_hub='rwightman/ViT-bigG-14-CLIPA-datacomp1B/'),
# ),
"ViT-bigG-14-CLIPA-336": dict(
datacomp1b=_apcfg(),
datacomp1b=_apcfg(hf_hub='rwightman/ViT-bigG-14-CLIPA-336-datacomp1B/'),
),

"nllb-clip-base": dict(
Expand Down

0 comments on commit 72b75bd

Please sign in to comment.