Yassmen commited on
Commit
65130cf
1 Parent(s): 5eda1b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
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
- The dataset used to fine-tune the original pre-trained model is the [CremaD dataset](https://github.com/CheyneyComputerScience/CREMA-D). This dataset provides 7442 samples of recordings from actors performing on 6 different emotions in English, which are:
 
 
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']