Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use Sandra26/vit-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sandra26/vit-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Sandra26/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("Sandra26/vit-model") model = AutoModelForImageClassification.from_pretrained("Sandra26/vit-model") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
runs/Sep14_04-09-09_1582f1b104e3/events.out.tfevents.1694664612.1582f1b104e3.4339.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:0a269fbc98d7e36b404ea69be3d67b1442a4f69738995035079cbb1ae060f69e
|
| 3 |
+
size 4898
|