Instructions to use hf-internal-testing/tiny-random-CLIPForImageClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-CLIPForImageClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="hf-internal-testing/tiny-random-CLIPForImageClassification") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("hf-internal-testing/tiny-random-CLIPForImageClassification") model = AutoModelForImageClassification.from_pretrained("hf-internal-testing/tiny-random-CLIPForImageClassification") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- c1215c8435e3c062f8b1253b0a6e33d04b9c641a4e9fdf959c33c5b241d02ffe
- Size of remote file:
- 90.1 kB
- SHA256:
- ad6d83d58d6624a0315ae91a8767fc9e406adfe331e6d988776feac9abdcf296
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.