Skip to content

Commit

Permalink
Added links to pretrained models.
Browse files Browse the repository at this point in the history
  • Loading branch information
visheratin authored and rwightman committed Oct 11, 2023
1 parent 902f816 commit 4f717ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/open_clip/pretrained.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,12 @@ def _pcfg(url='', hf_hub='', mean=None, std=None):
"EVA02-E-14-plus": dict(
# from QuanSun/EVA-CLIP/EVA02_CLIP_E_psz14_plus_s9B.pt
laion2b_s9b_b144k=_pcfg(hf_hub='timm/eva02_enormous_patch14_plus_clip_224.laion2b_s9b_b144k/'),
),
"nllb-clip-base": dict(
v1=_pcfg(hf_hub='visheratin/nllb-clip-base-oc/'),
),
"nllb-clip-large": dict(
v1=_pcfg(hf_hub='visheratin/nllb-clip-large-oc/'),
)
}

Expand Down

0 comments on commit 4f717ec

Please sign in to comment.