Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use barten/vit-base-patch16-224-brand with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use barten/vit-base-patch16-224-brand with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="barten/vit-base-patch16-224-brand") 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-brand") model = AutoModelForImageClassification.from_pretrained("barten/vit-base-patch16-224-brand") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 13
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343248584
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23d0702e1944917db08f407165b8e2b710c99cfba701b3ae5e8ce21718ce511a
|
| 3 |
size 343248584
|
runs/Nov14_19-58-21_ba84778fedf4/events.out.tfevents.1699991908.ba84778fedf4.669.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:89f50e397fc05637881c0a7c47f1283f1c97978f90acba5103b16e45e6f0fa99
|
| 3 |
+
size 32473
|