Instructions to use pphildan/vit-base-patch16-224-v20 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pphildan/vit-base-patch16-224-v20 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="pphildan/vit-base-patch16-224-v20") 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("pphildan/vit-base-patch16-224-v20") model = AutoModelForImageClassification.from_pretrained("pphildan/vit-base-patch16-224-v20") - 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 343293293
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15fa9c84f049c34e032d2115ccf976c04b4fb4ae52f5e80563ce15ba520e5505
|
| 3 |
size 343293293
|
runs/May20_07-19-00_9726b5ef393e/events.out.tfevents.1684567174.9726b5ef393e.1802.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:b4d68c43dfc437d1d1ada1e40f984ad5eb8d91ca91e80f4ab47c21264b9e3f47
|
| 3 |
+
size 27862
|