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