Update README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# Wav2Vec2_Fine_tuned_on_CremaD_Speech_Emotion_Recognition
|
18 |
|
19 |
-
This model is a fine-tuned version of [jonatasgrosman/wav2vec2-large-xlsr-53-english](https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-english)
|
20 |
-
|
|
|
|
|
21 |
|
22 |
```python
|
23 |
emotions = ['angry', 'disgust', 'fearful', 'happy', 'neutral', 'sad']
|
|
|
16 |
|
17 |
# Wav2Vec2_Fine_tuned_on_CremaD_Speech_Emotion_Recognition
|
18 |
|
19 |
+
This model is a fine-tuned version of [jonatasgrosman/wav2vec2-large-xlsr-53-english](https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-english).
|
20 |
+
|
21 |
+
The dataset used to fine-tune the original pre-trained model is the [CremaD dataset](https://github.com/CheyneyComputerScience/CREMA-D).
|
22 |
+
This dataset provides 7442 samples of recordings from actors performing on 6 different emotions in English, which are:
|
23 |
|
24 |
```python
|
25 |
emotions = ['angry', 'disgust', 'fearful', 'happy', 'neutral', 'sad']
|