Audio Classification
Transformers
Safetensors
Spanish
wav2vec2-bert
emotion-recognition
speech-emotion-recognition
multimodal-learning
speech-processing
text-processing
spanish
affective-computing
umuteam
Eval Results (legacy)
Instructions to use UMUTeam/w2v-bert-beto-concat-emotion-es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UMUTeam/w2v-bert-beto-concat-emotion-es with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="UMUTeam/w2v-bert-beto-concat-emotion-es")# Load model directly from transformers import AutoProcessor, CustomAudioClassificationConcat processor = AutoProcessor.from_pretrained("UMUTeam/w2v-bert-beto-concat-emotion-es") model = CustomAudioClassificationConcat.from_pretrained("UMUTeam/w2v-bert-beto-concat-emotion-es") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -134,6 +134,8 @@ Among the evaluated fusion strategies, the concatenation-based multimodal approa
|
|
| 134 |
|
| 135 |
## How to use
|
| 136 |
|
|
|
|
|
|
|
| 137 |
```bash
|
| 138 |
pip install speech-emotion
|
| 139 |
```
|
|
|
|
| 134 |
|
| 135 |
## How to use
|
| 136 |
|
| 137 |
+
Install the toolkit:
|
| 138 |
+
|
| 139 |
```bash
|
| 140 |
pip install speech-emotion
|
| 141 |
```
|