Instructions to use apple/mobilevit-xx-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use apple/mobilevit-xx-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="apple/mobilevit-xx-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-xx-small") model = AutoModelForImageClassification.from_pretrained("apple/mobilevit-xx-small") - Inference
- Notebooks
- Google Colab
- Kaggle
Delete Junk
#5 opened 6 months ago
by
qpqpqpqpqpqp
Adding `safetensors` variant of this model
#4 opened about 1 year ago
by
SFconvertbot
Adding ONNX file of this model
#3 opened over 1 year ago
by
LouSF
Adding `safetensors` variant of this model
#2 opened about 3 years ago
by
SFconvertbot