Instructions to use hf-internal-testing/tiny-random-SiglipForImageClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-SiglipForImageClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="hf-internal-testing/tiny-random-SiglipForImageClassification") 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-SiglipForImageClassification") model = AutoModelForImageClassification.from_pretrained("hf-internal-testing/tiny-random-SiglipForImageClassification") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 2905e4101e40d3a19b0124902bf1ff42ce50d5c7a53e40608b89d9e97cfde099
- Size of remote file:
- 118 kB
- SHA256:
- 3910ea62ad133617f91a58c4903c8a502a73b07695e4bd05591e0fdfd0788510
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.