Instructions to use ImageIN/mobilevit-small_finetuned_on_unlabelled_IA_with_snorkel_labels with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ImageIN/mobilevit-small_finetuned_on_unlabelled_IA_with_snorkel_labels with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ImageIN/mobilevit-small_finetuned_on_unlabelled_IA_with_snorkel_labels") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("ImageIN/mobilevit-small_finetuned_on_unlabelled_IA_with_snorkel_labels") model = AutoModelForImageClassification.from_pretrained("ImageIN/mobilevit-small_finetuned_on_unlabelled_IA_with_snorkel_labels") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 7