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

vishrutjha
/
pph-emotion-classification-model

Audio Classification
Transformers
Safetensors
PyTorch
English
emotion_av
feature-extraction
audio
emotion-classification
arousal-valence
speech
custom
custom_code
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use vishrutjha/pph-emotion-classification-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use vishrutjha/pph-emotion-classification-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="vishrutjha/pph-emotion-classification-model", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("vishrutjha/pph-emotion-classification-model", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
pph-emotion-classification-model / __pycache__
42.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
vishrutjha's picture
vishrutjha
Fix handler for HF Inference API compatibility
b575114 verified about 1 year ago
  • feature_extraction_emotion_av.cpython-313.pyc
    11.3 kB
    Fix handler for HF Inference API compatibility about 1 year ago
  • handler.cpython-313.pyc
    8.54 kB
    Fix handler for HF Inference API compatibility about 1 year ago
  • handler_extended.cpython-313.pyc
    12.2 kB
    Fix handler for HF Inference API compatibility about 1 year ago
  • modeling_emotion_av.cpython-313.pyc
    10.7 kB
    Fix handler for HF Inference API compatibility about 1 year ago