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