Instructions to use ahishamm/vit-base-augmented-ph2-patch-32 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahishamm/vit-base-augmented-ph2-patch-32 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ahishamm/vit-base-augmented-ph2-patch-32") 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-augmented-ph2-patch-32") model = AutoModelForImageClassification.from_pretrained("ahishamm/vit-base-augmented-ph2-patch-32") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 349895021
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3605fe1b8ecfa3d6b893561498696c09102e014554afb29554a3c2280a02e9b5
|
| 3 |
size 349895021
|
runs/Jun29_11-31-33_e2bc67d5ceb6/events.out.tfevents.1688038298.e2bc67d5ceb6.572.2
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:8db6507d241b685f67e71e02316c0bcff5906b40cf11a1b5617347632fc32cf8
|
| 3 |
+
size 18184
|