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 9
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:46996530a839ea2081305a31a66e2a23ac15fdbca7638420896eab32c0aae0bd
|
| 3 |
size 343245508
|
runs/Nov14_16-22-38_c85f0a173063/events.out.tfevents.1699978968.c85f0a173063.634.2
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:9baa2d9be431e0e19862ae74769a6de825c1555c8b1ddf1f71eef5d21d1cf557
|
| 3 |
+
size 18293
|