The same model in laion/CLIP-ViT-g-14-laion2B-s12B-b42K
but converted to the CLIPModel format.
To load this model use:
from transformers import CLIPProcessor, CLIPModel
model_name = "LEAF-CLIP/OpenCLIP-ViT-g"
processor_name = "laion/CLIP-ViT-g-14-laion2B-s12B-b42K"
model = CLIPModel.from_pretrained(model_name)
processor = CLIPProcessor.from_pretrained(processor_name)
- Downloads last month
- 52
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support
Model tree for LEAF-CLIP/OpenCLIP-ViT-g
Base model
laion/CLIP-ViT-g-14-laion2B-s12B-b42K