Image Classification
Transformers
PyTorch
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use barten/vit-base-patch16-224-type with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use barten/vit-base-patch16-224-type with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="barten/vit-base-patch16-224-type") 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("barten/vit-base-patch16-224-type") model = AutoModelForImageClassification.from_pretrained("barten/vit-base-patch16-224-type") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 8
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343245508
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5492f9df5ba02423c0c61d309b7e7d29f115e48708940470b0746f0cdee274f
|
| 3 |
size 343245508
|
runs/Nov15_14-54-12_28f7839165a4/events.out.tfevents.1700060053.28f7839165a4.1395.1
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:4955a8a0a05766589022224c3a5ed47ea746085f59e450373e210ed3c01f6c43
|
| 3 |
+
size 25469
|