Instructions to use ahishamm/vit-base-modified-augmented-ph2-patch-16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahishamm/vit-base-modified-augmented-ph2-patch-16 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ahishamm/vit-base-modified-augmented-ph2-patch-16", device_map="auto") 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("ahishamm/vit-base-modified-augmented-ph2-patch-16") model = AutoModelForImageClassification.from_pretrained("ahishamm/vit-base-modified-augmented-ph2-patch-16", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 650
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343268717
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:341332f2671453ce538357e8affaf21ba4556427a1f6890cae66a2bc1d315ae0
|
| 3 |
size 343268717
|
runs/Jun29_11-37-07_c47e2c16ad8c/events.out.tfevents.1688038637.c47e2c16ad8c.2021.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:f77795368423d3ce098e114d8a99ce3153c2de3596a1ab5e2d6b2693be5e4d90
|
| 3 |
+
size 20371
|