Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Syizuril
/
emotion_classifier

Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Syizuril/emotion_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Syizuril/emotion_classifier")
    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("Syizuril/emotion_classifier")
    model = AutoModelForImageClassification.from_pretrained("Syizuril/emotion_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
emotion_classifier / runs
103 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
Syizuril's picture
Syizuril
End of training
4c1b74f verified over 1 year ago
  • Feb23_02-56-08_3df0d9178235
    Training in progress, epoch 1 over 1 year ago
  • Feb23_03-05-01_3df0d9178235
    Training in progress, epoch 2 over 1 year ago
  • Feb23_03-13-25_3df0d9178235
    Training in progress, epoch 1 over 1 year ago
  • Feb23_03-35-39_3df0d9178235
    Training in progress, epoch 10 over 1 year ago
  • Feb23_05-53-40_bc23ef0ba343
    Training in progress, epoch 1 over 1 year ago
  • Feb23_06-20-10_bc23ef0ba343
    Training in progress, epoch 10 over 1 year ago
  • Feb23_10-27-49_80d21c6a54e1
    Training in progress, epoch 10 over 1 year ago
  • Feb24_09-23-41_6b18cfc092a9
    End of training over 1 year ago
  • Feb24_11-16-08_b997ef59dd0f
    End of training over 1 year ago
  • Feb24_11-21-40_b997ef59dd0f
    End of training over 1 year ago