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") 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") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
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:d52b135184b28232f04d8c5806693e33e6711f0b7147ae9410b1b2c11401425d
|
| 3 |
+
size 21196
|