Instructions to use hilmansw/emotion_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hilmansw/emotion_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="hilmansw/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("hilmansw/emotion_classification") model = AutoModelForImageClassification.from_pretrained("hilmansw/emotion_classification") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- cdbc0e79781b115f9b7e0d5e1952612a0241b39a42d48b11176caf60e4a730fb
- Size of remote file:
- 343 MB
- SHA256:
- 2319008b33e455b487d3247a877003cf63b0aae54ef3e57f16ed995f98503a50
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.