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