Instructions to use jcbao77/google_vit-base-patch16-224-in21k_image_classification_5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jcbao77/google_vit-base-patch16-224-in21k_image_classification_5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jcbao77/google_vit-base-patch16-224-in21k_image_classification_5") 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("jcbao77/google_vit-base-patch16-224-in21k_image_classification_5") model = AutoModelForImageClassification.from_pretrained("jcbao77/google_vit-base-patch16-224-in21k_image_classification_5", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload ResNetForImageClassification
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 45196149
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a89c1b9e4dc5fa8cd87af8dfa61025d2f8fef34cc7654b1a9742f367af611506
|
| 3 |
size 45196149
|