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 12
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:1bfcf52b67d5046509c0e9fbcf4a78bcde007a965b7ad6c0f6c57fbefd60d55b
|
| 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:355d4f2d1da9f8807f73a996ef6df3e1d9128d685bdcec35ea2e8e71b21fc8cf
|
| 3 |
+
size 34454
|