YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

CLIP model retrained over some subset of the DPC dataset

Usage instructions

from transformers import AutoTokenizer, AutoModel, CLIPProcessor

tokenizer = AutoTokenizer.from_pretrained("vicgalle/clip-vit-base-patch16-photo-critique")
model = AutoModel.from_pretrained("vicgalle/clip-vit-base-patch16-photo-critique", from_flax=True)
processor = CLIPProcessor.from_pretrained("vicgalle/clip-vit-base-patch16-photo-critique")
Downloads last month
8
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support