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

rudger1234
/
Emotion-recognition-model

Audio Classification
Transformers
Safetensors
Russian
wav2vec2
speech
Model card Files Files and versions
xet
Community

Instructions to use rudger1234/Emotion-recognition-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rudger1234/Emotion-recognition-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="rudger1234/Emotion-recognition-model")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("rudger1234/Emotion-recognition-model")
    model = AutoModelForAudioClassification.from_pretrained("rudger1234/Emotion-recognition-model")
  • Notebooks
  • Google Colab
  • Kaggle
Emotion-recognition-model
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
rudger1234's picture
rudger1234
Update README.md
52586b0 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    514 Bytes
    Update README.md 7 months ago
  • config.json
    2.68 kB
    Add model 7 months ago
  • model.safetensors
    378 MB
    xet
    Add model 7 months ago
  • preprocessor_config.json
    224 Bytes
    Add model 7 months ago