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