Instructions to use baseplate/clip-vit-large-patch14 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use baseplate/clip-vit-large-patch14 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-image-classification", model="baseplate/clip-vit-large-patch14") pipe( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png", candidate_labels=["animals", "humans", "landscape"], )# Load model directly from transformers import AutoProcessor, AutoModelForZeroShotImageClassification processor = AutoProcessor.from_pretrained("baseplate/clip-vit-large-patch14") model = AutoModelForZeroShotImageClassification.from_pretrained("baseplate/clip-vit-large-patch14") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 078b1a29c86d6863d23af98b676309153661c340178d6f6e4aa02487512d5815
- Size of remote file:
- 1.71 GB
- SHA256:
- 7f154e925c18270d662d28f6261523c2ff6e80f1f05292cb034db41d5951c7a4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.