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
Upload vmamba_small_e238_ema.pth
#7 opened 10 months ago
by
FengheTan9
Adding `safetensors` variant of this model
#6 opened about 1 year ago
by
SFconvertbot
Adding ONNX file of this model
1
#4 opened over 2 years ago
by
atasoyarda
Adding `safetensors` variant of this model
#2 opened about 3 years ago
by
SFconvertbot