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