Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use clp/vit-base-patch16-224-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use clp/vit-base-patch16-224-finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="clp/vit-base-patch16-224-finetuned") 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("clp/vit-base-patch16-224-finetuned") model = AutoModelForImageClassification.from_pretrained("clp/vit-base-patch16-224-finetuned") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
runs/Nov28_11-16-18_a7026d128e5a/events.out.tfevents.1669634373.a7026d128e5a.75.0
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:a7389845e64c8180e111d2491ffc65c8debea054d2462133407703ab2c04a141
|
| 3 |
+
size 5044
|