How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-classification", model="timm/vit_base_patch16_clip_quickgelu_224.metaclip_400m")
pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("timm/vit_base_patch16_clip_quickgelu_224.metaclip_400m", dtype="auto")
Quick Links

Model card for vit_base_patch16_clip_quickgelu_224.metaclip_400m

Downloads last month
9
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including timm/vit_base_patch16_clip_quickgelu_224.metaclip_400m