🤖 audio-classification

wavlm-large-categorical-emotion

tiantiaf/wavlm-large-categorical-emotion

Get AI Model →
46.2K
Downloads
❤️
4
Likes
🏷️
10
Tags
📦
Library
Model Details
Full Model IDtiantiaf/wavlm-large-categorical-emotion
Pipeline / Taskaudio-classification
Library
Downloads (all-time)46.2K
Likes4
Last Modified8/10/2025
Author / Orgtiantiaf
PrivateNo — public
⚡ Quick Usage (Python)

Using the 🤗 Transformers library. Install with pip install transformers

from transformers import pipeline

# Load the model
pipe = pipeline("audio-classification", model="tiantiaf/wavlm-large-categorical-emotion")

# Run inference
result = pipe("Your input here")
print(result)
🏷️ Tags
safetensorsmodel_hub_mixinpytorch_model_hub_mixinaudio-classificationenarxiv:2505.14648base_model:microsoft/wavlm-largebase_model:finetune:microsoft/wavlm-largelicense:openrailregion:us
More audio-classification Models
See all →
clap-htsat-fused

laion/clap-htsat-fused

16.0M❤️ 107
Get AI Model →
wav2vec2-large-robust-24-ft-age-gender

audeering/wav2vec2-large-robust-24-ft-age-gender

736.9K❤️ 55
Get AI Model →
wav2vec2-large-robust-12-ft-emotion-msp-dim

audeering/wav2vec2-large-robust-12-ft-emotion-msp-dim

654.3K❤️ 169
Get AI Model →
🚀 Use This Model

Access model files, inference API, and full documentation on Hugging Face.

Open on Hugging Face →Browse Model Files ↗← Browse All Models
🤖 Task: audio-classification

This model is designed for the audio-classification task. Explore more models for this use case.

All audio-classification Models →
📊 Popularity
Downloads46.2K
❤️ Community Likes4
🛠️ Requirements
  • Check docs for installation steps.
  • Python 3.8+ recommended for Transformers.
  • GPU (CUDA) speeds up inference significantly.
  • Use model.half() for fp16 on limited VRAM.
👋 Need help with code?