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 ·
a24801e
1
Parent(s): bc4dbcf
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 343404013
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31735c8cc6ca9cab1bf2328e96cdae2da3799d8565613f6166c1f52777e3eb50
|
| 3 |
size 343404013
|
runs/May28_18-39-23_adrian-development/events.out.tfevents.1685291989.adrian-development.50760.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:ee3ce0e86798130f197cca704606e98551339d2887f1b2d6be81b6553dd12cbc
|
| 3 |
+
size 6833
|