Instructions to use venuv62/vit-base-patch16-224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use venuv62/vit-base-patch16-224 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="venuv62/vit-base-patch16-224") 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("venuv62/vit-base-patch16-224") model = AutoModelForImageClassification.from_pretrained("venuv62/vit-base-patch16-224") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
runs/Dec14_18-03-09_f01ad3ef31f3/events.out.tfevents.1671041022.f01ad3ef31f3.86.2
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:2d016a47c02bd50734f579f10b69e37b02d1096fde4c500f24dc6a2789e943ba
|
| 3 |
+
size 4621
|