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