timm/eva02_enormous_patch14_plus_clip_224.laion2b_s9b_b144k · Hugging Face (original) (raw)
Instructions to use timm/eva02_enormous_patch14_plus_clip_224.laion2b_s9b_b144k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
Libraries
OpenCLIP How to use timm/eva02_enormous_patch14_plus_clip_224.laion2b_s9b_b144k with OpenCLIP: import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:timm/eva02_enormous_patch14_plus_clip_224.laion2b_s9b_b144k') tokenizer = open_clip.get_tokenizer('hf-hub:timm/eva02_enormous_patch14_plus_clip_224.laion2b_s9b_b144k')