Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,9 @@ model_index:
|
|
11 |
The model is a fine-tuned version of [jonatasgrosman/wav2vec2-large-xlsr-53-english](https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-english) for a Speech Emotion Recognition (SER) task.
|
12 |
|
13 |
Several datasets were used the fine-tune the original model:
|
14 |
-
- Surrey Audio-Visual Expressed Emotion (SAVEE)
|
15 |
-
- Ryerson Audio-Visual Database of Emotional Speech and Song (RAVDESS)
|
16 |
-
- Toronto emotional speech set (TESS)
|
17 |
|
18 |
7 labels/emotions were used as classification labels
|
19 |
```python
|
|
|
11 |
The model is a fine-tuned version of [jonatasgrosman/wav2vec2-large-xlsr-53-english](https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-english) for a Speech Emotion Recognition (SER) task.
|
12 |
|
13 |
Several datasets were used the fine-tune the original model:
|
14 |
+
- Surrey Audio-Visual Expressed Emotion [(SAVEE)](http://kahlan.eps.surrey.ac.uk/savee/Database.html) - 480 audio files from 4 male actors
|
15 |
+
- Ryerson Audio-Visual Database of Emotional Speech and Song [(RAVDESS)](https://zenodo.org/record/1188976) - 1440 audio files from 24 professional actors (12 female, 12 male)
|
16 |
+
- Toronto emotional speech set [(TESS)](https://tspace.library.utoronto.ca/handle/1807/24487) - 2800 audio files from 2 female actors
|
17 |
|
18 |
7 labels/emotions were used as classification labels
|
19 |
```python
|