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 ·
81276b1
1
Parent(s): 8c69dba
Training in progress, step 9600
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:7bcbdac2f0dd8969ae59e53bd47b244d72fd4c2836a2304c170e00da8cfc306c
|
| 3 |
size 343345581
|
runs/Mar14_22-02-13_62909ffd08dc/events.out.tfevents.1678831350.62909ffd08dc.502.0
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:e9c0984ed73ad520997d829bf776027ca336b42175d95dfd92f551fe95d5266e
|
| 3 |
+
size 186689
|