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