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 AutoModel model = AutoModel.from_pretrained("apple/mobilevit-small", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
e841eb5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:877957ccd128bf7a15912ce185673262923af6affd9bfea6e7c0713985c83f67
size 22793944
|