Instructions to use apple/mobilevit-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use apple/mobilevit-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="apple/mobilevit-small") 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("apple/mobilevit-small") model = AutoModelForImageClassification.from_pretrained("apple/mobilevit-small") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 40e5d209b65f0b4f8ba31abe58513b074b5359c6605e69148351ba64d9aeb597
- Size of remote file:
- 22.5 MB
- SHA256:
- e82f00eb463387332cfc6204f1590225bd2c16cab4e45f113438f04378b84763
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.