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 ·
4863350
1
Parent(s): d66387d
Training in progress, step 2000
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343345581
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c53256229300f837cdc6d903b80286b43d283c5eda78cf6edf837f9c6715c964
|
| 3 |
size 343345581
|
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:5ac48ab2e098cf037e713e239922049650caa0e8b634e8e4093ceefe81c06b79
|
| 3 |
+
size 42914
|