hughlan1214 commited on
Commit
2276aab
1 Parent(s): e8222db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -35,8 +35,9 @@ The model was obtained through feature extraction using [facebook/wav2vec2-large
35
 
36
  Although the model was trained on purely English datasets, post-release testing showed that it also performs well in predicting emotions in Chinese and French, demonstrating the powerful cross-linguistic capability of the [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) pre-trained model.
37
 
 
38
  emotions = ['angry', 'disgust', 'fear', 'happy', 'neutral', 'sad', 'surprise']
39
-
40
 
41
  ## Intended uses & limitations
42
 
 
35
 
36
  Although the model was trained on purely English datasets, post-release testing showed that it also performs well in predicting emotions in Chinese and French, demonstrating the powerful cross-linguistic capability of the [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) pre-trained model.
37
 
38
+ ---
39
  emotions = ['angry', 'disgust', 'fear', 'happy', 'neutral', 'sad', 'surprise']
40
+ ---
41
 
42
  ## Intended uses & limitations
43