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