hughlan1214 commited on
Commit
aacad78
1 Parent(s): 4751b53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -35,7 +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
  ## Intended uses & limitations
41
 
 
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
+ ```python
39
  emotions = ['angry', 'disgust', 'fear', 'happy', 'neutral', 'sad', 'surprise']
40
+ ```
41
 
42
  ## Intended uses & limitations
43