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