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 14
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:98a593577de7b02bd8924206e2d9b3944946b4bcac8dcf3851e61e2a2235192b
|
| 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:da85ab4e7d1e72efe7f259f52be7561343564f7f758c8ab377b575855d88f03d
|
| 3 |
+
size 34720
|