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