Instructions to use Matthijs/mobilevit-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Matthijs/mobilevit-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Matthijs/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("Matthijs/mobilevit-small") model = AutoModelForImageClassification.from_pretrained("Matthijs/mobilevit-small") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
63568ad | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:68017a38cc32083328267c6eb560756920300e563ba35be7eea717efa02937c8
size 22477643
|