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