Image Classification
Transformers
PyTorch
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use MaxP/vit-base-riego with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MaxP/vit-base-riego with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="MaxP/vit-base-riego") 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("MaxP/vit-base-riego") model = AutoModelForImageClassification.from_pretrained("MaxP/vit-base-riego") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 100
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343268717
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fec61a883b570ea473cfdbf46130c58db52293104764911f11377940615757cb
|
| 3 |
size 343268717
|
runs/Mar10_20-57-01_a4c3c39bee63/1678481924.8403924/events.out.tfevents.1678481924.a4c3c39bee63.128.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34f71e958a4cdb612089e817afa7f11dcf0bd5a9ce47b885b2fe4482d17e17de
|
| 3 |
+
size 5695
|
runs/Mar10_20-57-01_a4c3c39bee63/events.out.tfevents.1678481924.a4c3c39bee63.128.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eae1b5df50ee768b61b641db0db421a8b5e486797ea6a181e76de201e9ba52cc
|
| 3 |
+
size 5713
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3515
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f037a2d700160eee370bbefe6a19ec9e9dd3a4adefcc6d81620479ef744a13aa
|
| 3 |
size 3515
|