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:
- 0c7e57d164cef2108319e0424dcb0256806d8933674c959aceaa1210aa4e110f
- Size of remote file:
- 118 kB
- SHA256:
- 14ce0e8f0064f0d5df1ee249e63e091739ae5f18ebafbaf8071a2b993283aa5d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.