hughlan1214
commited on
Commit
•
67c8041
1
Parent(s):
238ec95
Update README.md
Browse files
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 |
|