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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
83ebc37
1
Parent(s): b1d83fe
Model save
Browse files
runs/Nov28_19-07-49_b5afba37e489/events.out.tfevents.1669662664.b5afba37e489.76.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:a48b23d0d9cc949467e5337425eac652ae8c0d7229da0197c84bc627a909c6d9
|
| 3 |
+
size 4615
|