Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use jeraldflowers/vit_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jeraldflowers/vit_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jeraldflowers/vit_model") 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("jeraldflowers/vit_model") model = AutoModelForImageClassification.from_pretrained("jeraldflowers/vit_model") - Notebooks
- Google Colab
- Kaggle
Commit ·
f42431e
1
Parent(s): 9fe550d
Training in progress, step 500
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343270065
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:148ed923f10817da5d76250ea269029ab56601ae72e58883ca509dd35fbd476a
|
| 3 |
size 343270065
|
runs/Nov29_03-25-51_50d014150773/1669692498.2103024/events.out.tfevents.1669692498.50d014150773.81.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2da0e4dd84a8240e5a7938dc4e50d89359e70ffd3cc8e6320e7726d82e1a193b
|
| 3 |
+
size 5489
|
runs/Nov29_03-25-51_50d014150773/events.out.tfevents.1669692498.50d014150773.81.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfe83454e95fd99287a5abf5638e51862bf9a5b7d8016e47cc87357a78b28192
|
| 3 |
+
size 4261
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3375
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9f1b4393b01c93fedb6520911438fe2bf4f9b36f7556667f1859fc9b4a567ac
|
| 3 |
size 3375
|