Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

JBJoyce
/
wavlm_SER

Audio Classification
Transformers
Safetensors
wavlm
Model card Files Files and versions
xet
Community

Instructions to use JBJoyce/wavlm_SER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use JBJoyce/wavlm_SER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="JBJoyce/wavlm_SER")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("JBJoyce/wavlm_SER")
    model = AutoModelForAudioClassification.from_pretrained("JBJoyce/wavlm_SER")
  • Notebooks
  • Google Colab
  • Kaggle
wavlm_SER
1.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
JBJoyce's picture
JBJoyce
Upload processor
163aa45 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    5.17 kB
    Upload WavLMForSequenceClassification about 1 month ago
  • config.json
    2.85 kB
    Upload WavLMForSequenceClassification about 1 month ago
  • model.safetensors
    1.26 GB
    xet
    Upload WavLMForSequenceClassification about 1 month ago
  • preprocessor_config.json
    266 Bytes
    Upload processor about 1 month ago
  • special_tokens_map.json
    574 Bytes
    Upload processor about 1 month ago
  • tokenizer_config.json
    1.23 kB
    Upload processor about 1 month ago
  • vocab.json
    392 Bytes
    Upload processor about 1 month ago