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