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