How to use timm/eva02_base_patch16_clip_224.merged2b_s8b_b131k with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:timm/eva02_base_patch16_clip_224.merged2b_s8b_b131k') tokenizer = open_clip.get_tokenizer('hf-hub:timm/eva02_base_patch16_clip_224.merged2b_s8b_b131k')
The community tab is the place to discuss and collaborate with the HF community!