Instructions to use superb/hubert-large-superb-er with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use superb/hubert-large-superb-er with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="superb/hubert-large-superb-er")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("superb/hubert-large-superb-er") model = AutoModelForAudioClassification.from_pretrained("superb/hubert-large-superb-er") - Notebooks
- Google Colab
- Kaggle
Upload README.md
Browse files
README.md
CHANGED
|
@@ -8,9 +8,9 @@ tags:
|
|
| 8 |
- hubert
|
| 9 |
- audio-classification
|
| 10 |
widget:
|
| 11 |
-
-
|
| 12 |
src: https://cdn-media.huggingface.co/speech_samples/IEMOCAP_Ses01F_impro03_F013.wav
|
| 13 |
-
-
|
| 14 |
src: https://cdn-media.huggingface.co/speech_samples/IEMOCAP_Ses01F_impro04_F000.wav
|
| 15 |
license: apache-2.0
|
| 16 |
---
|
|
|
|
| 8 |
- hubert
|
| 9 |
- audio-classification
|
| 10 |
widget:
|
| 11 |
+
- example_title: IEMOCAP clip "happy"
|
| 12 |
src: https://cdn-media.huggingface.co/speech_samples/IEMOCAP_Ses01F_impro03_F013.wav
|
| 13 |
+
- example_title: IEMOCAP clip "neutral"
|
| 14 |
src: https://cdn-media.huggingface.co/speech_samples/IEMOCAP_Ses01F_impro04_F000.wav
|
| 15 |
license: apache-2.0
|
| 16 |
---
|