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
Update tiny models for SiglipForImageClassification
#10 opened over 2 years ago
by
hf-transformers-bot
Update tiny models for SiglipForImageClassification
#9 opened over 2 years ago
by
hf-transformers-bot
Update tiny models for SiglipForImageClassification
#8 opened over 2 years ago
by
hf-transformers-bot
Update tiny models for SiglipForImageClassification
#7 opened over 2 years ago
by
hf-transformers-bot
Update tiny models for SiglipForImageClassification
#6 opened over 2 years ago
by
hf-transformers-bot
Update tiny models for SiglipForImageClassification
#5 opened over 2 years ago
by
hf-transformers-bot
Update tiny models for SiglipForImageClassification
#4 opened over 2 years ago
by
hf-transformers-bot
Update tiny models for SiglipForImageClassification
#3 opened over 2 years ago
by
hf-transformers-bot
Update tiny models for SiglipForImageClassification
#2 opened over 2 years ago
by
hf-transformers-bot
Update tiny models for SiglipForImageClassification
#1 opened over 2 years ago
by
hf-transformers-bot