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