Instructions to use padmalcom/wav2vec2-large-emotion-detection-german with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use padmalcom/wav2vec2-large-emotion-detection-german with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="padmalcom/wav2vec2-large-emotion-detection-german")# Load model directly from transformers import AutoProcessor, Wav2Vec2ForSpeechClassification processor = AutoProcessor.from_pretrained("padmalcom/wav2vec2-large-emotion-detection-german") model = Wav2Vec2ForSpeechClassification.from_pretrained("padmalcom/wav2vec2-large-emotion-detection-german") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- c6f8e6abbb6461bc6bb403bad85b65cc9e7cfea2423f41ae9764f2c5c6996aa7
- Size of remote file:
- 3.44 kB
- SHA256:
- f467a7ade5e8b40aca9dfb19ae33f607c6d26604d6545450f1b4dc1d32cc7afa
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.