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") - Notebooks
- Google Colab
- Kaggle
Commit ·
76908cc
1
Parent(s): d0a0229
Training in progress, step 18000
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:3da89d5958eb5c2a0bf9e4503cc06b2452226934bea0d87ecd356d9ebd392538
|
| 3 |
size 343404013
|
runs/May30_12-26-48_adrian-development/events.out.tfevents.1685442411.adrian-development.61719.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:b4250e574f9bff272273d90dd9d093e269c0ad153224b265c0a172331af2d978
|
| 3 |
+
size 14531
|