Image Classification
Transformers
Safetensors
vit
vision
STEM-AI-mtl/City_map
Google
ViT
STEM-AI-mtl
Instructions to use STEM-AI-mtl/City_map-vit-base-patch16-224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use STEM-AI-mtl/City_map-vit-base-patch16-224 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="STEM-AI-mtl/City_map-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("STEM-AI-mtl/City_map-vit-base-patch16-224") model = AutoModelForImageClassification.from_pretrained("STEM-AI-mtl/City_map-vit-base-patch16-224") - Notebooks
- Google Colab
- Kaggle
Upload ViTForImageClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343356252
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bbb4003c0a5297fac26679e07d038696a3f0ef74fcaeacb2b9d1e6c884888d6
|
| 3 |
size 343356252
|