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

itsmefaiz
/
emotion_model

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 itsmefaiz/emotion_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use itsmefaiz/emotion_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="itsmefaiz/emotion_model")
    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("itsmefaiz/emotion_model")
    model = AutoModelForImageClassification.from_pretrained("itsmefaiz/emotion_model")
  • Notebooks
  • Google Colab
  • Kaggle
emotion_model / runs
50.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
itsmefaiz's picture
itsmefaiz
End of training
0445325 verified over 2 years ago
  • Feb18_11-02-24_c9be3db91eb6
    End of training over 2 years ago
  • Feb18_11-08-21_c9be3db91eb6
    End of training over 2 years ago
  • Feb18_11-28-37_c9be3db91eb6
    End of training over 2 years ago
  • Feb18_11-50-21_c9be3db91eb6
    End of training over 2 years ago
  • Feb18_12-15-55_c9be3db91eb6
    End of training over 2 years ago