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