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