Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# hubert-base-ch-speech-emotion-recognition
|
5 |
This model uses [TencentGameMate/chinese-hubert-base]([TencentGameMate/chinese-hubert-base · Hugging Face](https://huggingface.co/TencentGameMate/chinese-hubert-base)) as the pre-training model for training on the CASIA dataset.
|
@@ -140,4 +145,4 @@ predict(path, processor, model)
|
|
140 |
|
141 |
*Loss curve of training set and verification set*
|
142 |
|
143 |
-
<div> <img src="https://huggingface.co/xmj2002/hubert-base-ch-speech-emotion-recognition/resolve/main/loss.png" width = 80%/> </div>
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
pipeline_tag: audio-classification
|
8 |
---
|
9 |
# hubert-base-ch-speech-emotion-recognition
|
10 |
This model uses [TencentGameMate/chinese-hubert-base]([TencentGameMate/chinese-hubert-base · Hugging Face](https://huggingface.co/TencentGameMate/chinese-hubert-base)) as the pre-training model for training on the CASIA dataset.
|
|
|
145 |
|
146 |
*Loss curve of training set and verification set*
|
147 |
|
148 |
+
<div> <img src="https://huggingface.co/xmj2002/hubert-base-ch-speech-emotion-recognition/resolve/main/loss.png" width = 80%/> </div>
|