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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Hemg
/
emotion-detection-2

Audio Classification
Transformers
TensorBoard
Safetensors
wav2vec2
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Hemg/emotion-detection-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Hemg/emotion-detection-2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="Hemg/emotion-detection-2")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("Hemg/emotion-detection-2")
    model = AutoModelForAudioClassification.from_pretrained("Hemg/emotion-detection-2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
emotion-detection-2 / runs
20.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Hemg's picture
Hemg
Training in progress, epoch 1
5daff9d verified over 2 years ago
  • Apr04_08-04-52_r-universal-ml-test-wl3f4ahv-5bde1-ypni3
    Training in progress, epoch 1 over 2 years ago
  • Apr04_08-17-58_r-universal-ml-test-wl3f4ahv-5bde1-ypni3
    Training in progress, epoch 1 over 2 years ago
  • Apr04_10-34-42_r-universal-ml-test-wl3f4ahv-5bde1-ypni3
    Training in progress, epoch 1 over 2 years ago