clip_vit_large_14_336_zero_shot(pretrained: bool = False, overrides: object = {})ViT-L/14@336px CLIP posed as an open-vocabulary classifier.
Model Size
Parameters
pretrainedbool= FalseLoad the OpenAI WIT-400M checkpoint from the Lucid hub.
**overridesobject= {}Optional
CLIPConfig field overrides.Returns
CLIPForZeroShotImageClassificationScores images against tokenised prompts.
Notes
Reference: Radford et al., ICML 2021 (arXiv:2103.00020), §2.5.
Examples
>>> from lucid.models import clip_vit_large_14_336_zero_shot
>>> model = clip_vit_large_14_336_zero_shot()
>>> model.config.image_size
336