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 ·
3cf3b96
1
Parent(s): fed11d7
Training in progress, epoch 10
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343236280
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f27b87e432eab53d77e50256852bcef0f918cd84d83c50bc72466a55398bbd3e
|
| 3 |
size 343236280
|
runs/Nov17_17-12-07_dd0326ecc7de/events.out.tfevents.1700241147.dd0326ecc7de.251.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:522b717b4561918fa419781afbb7a81b67e0ba87c3baf60ec72b79e7a0e2a679
|
| 3 |
+
size 7848
|