Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use rriverar75/vit-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rriverar75/vit-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="rriverar75/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("rriverar75/vit-model") model = AutoModelForImageClassification.from_pretrained("rriverar75/vit-model") - Notebooks
- Google Colab
- Kaggle
Commit ·
d910f1e
1
Parent(s): b00aa62
Model save
Browse files
runs/Aug10_02-07-49_923d9e12f911/events.out.tfevents.1691633321.923d9e12f911.2822.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:90f698af2c61a40bab5ff9a87d1dd31725a379292897231bb874bada724c674f
|
| 3 |
+
size 4926
|