Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

damelia
/
emotion_classification

Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use damelia/emotion_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use damelia/emotion_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="damelia/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("damelia/emotion_classification")
    model = AutoModelForImageClassification.from_pretrained("damelia/emotion_classification")
  • Notebooks
  • Google Colab
  • Kaggle
emotion_classification / runs
14.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
damelia's picture
damelia
End of training
cc8163d verified over 1 year ago
  • Nov17_14-47-50_7be1ec53c52e
    End of training over 1 year ago