Instructions to use achyudev/vit-base-patch16-224-in21k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use achyudev/vit-base-patch16-224-in21k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="achyudev/vit-base-patch16-224-in21k") 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("achyudev/vit-base-patch16-224-in21k") model = AutoModelForImageClassification.from_pretrained("achyudev/vit-base-patch16-224-in21k", device_map="auto") - Notebooks
- Google Colab
- Kaggle
achyuth commited on
Commit ·
99992b7
1
Parent(s): 01721a8
Training in progress, epoch 9
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343281005
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbf5d53d155940b797406ab0c5a4f2566ac920681dea857207930056592eee5f
|
| 3 |
size 343281005
|
runs/Jul14_03-39-34_99cdde2c921f/events.out.tfevents.1689306121.99cdde2c921f.1646.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:ea89d82aadb36fb524485772a5fe2acb8985e326cfe27cf0c7f6543ee124b3bf
|
| 3 |
+
size 6991
|