Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use DiegoFlowers/vit-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DiegoFlowers/vit-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="DiegoFlowers/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("DiegoFlowers/vit-model") model = AutoModelForImageClassification.from_pretrained("DiegoFlowers/vit-model") - Notebooks
- Google Colab
- Kaggle
Commit ·
1f85e9e
1
Parent(s): b82b014
Model save
Browse files
runs/Sep20_21-38-54_1a4139f078fa/events.out.tfevents.1695246020.1a4139f078fa.846.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:42a1d44fb69f32c51f6e47507a7871eeb40d54f81e96b9db0821702168a2fbf9
|
| 3 |
+
size 4910
|