Instructions to use sudo-s/modelversion01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sudo-s/modelversion01 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="sudo-s/modelversion01") 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("sudo-s/modelversion01") model = AutoModelForImageClassification.from_pretrained("sudo-s/modelversion01", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 837e3ca67d95ebecda4e160378f0a01dd885dceac82a13a47bc727bc27f6c2f9
- Size of remote file:
- 344 MB
- SHA256:
- 080b1437d04fe0a3d9993c1555f4164c4a245bce748dd1a3ec729db5093416fb
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.