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
11.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
vishrutjha's picture
vishrutjha
Fix handler for HF Inference API compatibility
b575114 verified about 1 year ago
  • __pycache__
    Fix handler for HF Inference API compatibility about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.52 kB
    Fix handler for HF Inference API compatibility about 1 year ago
  • config.json
    1.38 kB
    Fix handler for HF Inference API compatibility about 1 year ago
  • feature_extraction_emotion_av.py
    8.59 kB
    Fix handler for HF Inference API compatibility about 1 year ago
  • handler.py
    7.54 kB
    Fix handler for HF Inference API compatibility about 1 year ago
  • handler_extended.py
    10.7 kB
    Fix handler for HF Inference API compatibility about 1 year ago
  • model.safetensors
    11.8 MB
    xet
    Fix handler for HF Inference API compatibility about 1 year ago
  • modeling_emotion_av.py
    8.41 kB
    Fix handler for HF Inference API compatibility about 1 year ago
  • pipeline_emotion_av.py
    8.01 kB
    Fix handler for HF Inference API compatibility about 1 year ago
  • preprocessor_config.json
    366 Bytes
    Fix handler for HF Inference API compatibility about 1 year ago
  • requirements.txt
    154 Bytes
    Fix handler for HF Inference API compatibility about 1 year ago