Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use jaypratap/vit-base-patch16-224-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jaypratap/vit-base-patch16-224-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jaypratap/vit-base-patch16-224-classifier") 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("jaypratap/vit-base-patch16-224-classifier") model = AutoModelForImageClassification.from_pretrained("jaypratap/vit-base-patch16-224-classifier") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 19
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343223968
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b13d794ce712b1760c3a7730ed1482a2cce1f7552d82ece05c53665f336f02cf
|
| 3 |
size 343223968
|
runs/Mar19_21-58-57_ip-172-16-71-114.us-west-2.compute.internal/events.out.tfevents.1710885551.ip-172-16-71-114.us-west-2.compute.internal.2867.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:165a65c2a71f9a11ca1d9cc849ac55b44f0d7dde3e4df26dc91150a6e67df3e0
|
| 3 |
+
size 226017
|