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") - Notebooks
- Google Colab
- Kaggle
Aron Boettcher commited on
Commit ·
03fb9b5
1
Parent(s): 4863350
Model save
Browse files
runs/Mar15_05-31-02_62909ffd08dc/events.out.tfevents.1678858277.62909ffd08dc.502.4
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5a9b7680cdb56a6736b80138ffdcb40c557c37214aa92aadbf2bfe6ddeaab30
|
| 3 |
+
size 43582
|