Instructions to use aalonso-developer/vit-base-clothing-leafs-example 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 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") 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") model = AutoModelForImageClassification.from_pretrained("aalonso-developer/vit-base-clothing-leafs-example", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
034f3ad
1
Parent(s): 8d1a572
Training in progress, step 3000
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343308717
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b81e155d6c0f7ec6515e3d48a8cbd9dc84eb7eb2abe54deecf0bedd8ccdf5c14
|
| 3 |
size 343308717
|
runs/May26_15-57-29_adrian-development/events.out.tfevents.1685109453.adrian-development.6716.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:e38a4ec818350e924c826cd7b6dafdb484a4c3a4acc752a924a67c9279ed6996
|
| 3 |
+
size 5992
|