Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use hanslab37/image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hanslab37/image_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="hanslab37/image_classification") 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("hanslab37/image_classification") model = AutoModelForImageClassification.from_pretrained("hanslab37/image_classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- e3aec2c57a483d025bed9759660e5f847628aeada7ed100b2413d1cbe247b950
- Size of remote file:
- 5.11 kB
- SHA256:
- 3e16247bea4973ea5edaedcae8c548c7abc8e699aaf2c8e126de29ce4f11e090
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.