Instructions to use devboop/vit-base-patch16-224-cl-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use devboop/vit-base-patch16-224-cl-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="devboop/vit-base-patch16-224-cl-v1") 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("devboop/vit-base-patch16-224-cl-v1") model = AutoModelForImageClassification.from_pretrained("devboop/vit-base-patch16-224-cl-v1") - Notebooks
- Google Colab
- Kaggle
Ella Granger commited on
Commit ·
2ed65d9
1
Parent(s): 8abec79
Model save
Browse files
runs/Aug13_15-32-41_5c4149f4e327/events.out.tfevents.1691940812.5c4149f4e327.28.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:9bae91b9fb3f6fb33b643e09fafd39930f26f4036db084bd23ec4f644d88d502
|
| 3 |
+
size 49968
|