AreejB commited on
Commit
342564b
1 Parent(s): 4041b79

Create README.md

Browse files

This follows the model developed by https://huggingface.co/m3hrdadfi in https://huggingface.co/m3hrdadfi/wav2vec2-xlsr-greek-speech-emotion-recognition. It uses jonatasgrosman/wav2vec2-large-xlsr-53-english and RAVDESS to train the model to recognize emotions in English.

Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - narad/ravdess
4
+ language:
5
+ - en
6
+ metrics:
7
+ - f1
8
+ - accuracy
9
+ - recall
10
+ - precision
11
+ ---