hughlan1214 commited on
Commit
72e5e93
1 Parent(s): ae62d1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -43,7 +43,9 @@ The model was obtained through feature extraction using [facebook/wav2vec2-large
43
 
44
  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.
45
 
 
46
  emotions = ['angry', 'disgust', 'fear', 'happy', 'neutral', 'sad', 'surprise']
 
47
 
48
  ## Intended uses & limitations
49
 
 
43
 
44
  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.
45
 
46
+ ```python
47
  emotions = ['angry', 'disgust', 'fear', 'happy', 'neutral', 'sad', 'surprise']
48
+ ```
49
 
50
  ## Intended uses & limitations
51