Instructions to use aalonso-developer/vit-base-clothing-leafs-example-full-simple with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aalonso-developer/vit-base-clothing-leafs-example-full-simple with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="aalonso-developer/vit-base-clothing-leafs-example-full-simple") 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("aalonso-developer/vit-base-clothing-leafs-example-full-simple") model = AutoModelForImageClassification.from_pretrained("aalonso-developer/vit-base-clothing-leafs-example-full-simple", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
5a42bb6
1
Parent(s): f0c69f8
Training in progress, step 24000
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343404013
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0cc2304bee0730259f4cf4eca1956f9482b97370faaa8a3599387e3a4dc6b009
|
| 3 |
size 343404013
|
runs/May27_13-45-17_adrian-development/events.out.tfevents.1685187922.adrian-development.30932.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:53630df773fe671e913315111cbff6220d2333386ac83ecbc098d06013c53d1a
|
| 3 |
+
size 17466
|