Instructions to use jerryteps/vit-base-patch16-224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jerryteps/vit-base-patch16-224 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jerryteps/vit-base-patch16-224") 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("jerryteps/vit-base-patch16-224") model = AutoModelForImageClassification.from_pretrained("jerryteps/vit-base-patch16-224") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343284522
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f98ae7bd5d4311b12a42a80b376a6976054d07c58697d092a88b41abe3033d3
|
| 3 |
size 343284522
|
runs/Nov06_06-30-32_bd67c2271a51/events.out.tfevents.1699252250.bd67c2271a51.589.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:b383ff8c11538818ef63c895257165f16c4170438a7a20e1264307c257af5882
|
| 3 |
+
size 25598
|