ehcalabres
commited on
Commit
•
17cf17c
1
Parent(s):
8858eda
Update README.md
Browse files
README.md
CHANGED
@@ -8,15 +8,8 @@ model_index:
|
|
8 |
name: wav2vec2-lg-xlsr-en-speech-emotion-recognition
|
9 |
---
|
10 |
|
11 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
-
should probably proofread and complete it, then remove this comment. -->
|
13 |
-
|
14 |
# Speech Emotion Recognition By Fine-Tuning Wav2Vec 2.0
|
15 |
|
16 |
-
|
17 |
-
__Important:__ This model it's not yet implementable due to missing built-in functions in HuggingFace for speech classification tasks. I'm working on the instructions of how to use it and a repository where the code will be available soon. Thank you anyway!
|
18 |
-
|
19 |
-
|
20 |
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.
|
21 |
|
22 |
The dataset used to fine-tune the original pre-trained model is the [RAVDESS dataset](https://zenodo.org/record/1188976#.YO6yI-gzaUk). This dataset provides 1440 samples of recordings from actors performing on 8 different emotions in English, which are:
|
|
|
8 |
name: wav2vec2-lg-xlsr-en-speech-emotion-recognition
|
9 |
---
|
10 |
|
|
|
|
|
|
|
11 |
# Speech Emotion Recognition By Fine-Tuning Wav2Vec 2.0
|
12 |
|
|
|
|
|
|
|
|
|
13 |
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.
|
14 |
|
15 |
The dataset used to fine-tune the original pre-trained model is the [RAVDESS dataset](https://zenodo.org/record/1188976#.YO6yI-gzaUk). This dataset provides 1440 samples of recordings from actors performing on 8 different emotions in English, which are:
|