shuaijiang
commited on
Commit
•
9842e2d
1
Parent(s):
7557c66
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
metrics:
|
4 |
+
- cer
|
5 |
---
|
6 |
+
# Belle-whisper-large-v2-zh
|
7 |
+
基于whisper-large-v2增强中文语音识别能力
|
8 |
+
|
9 |
+
## Fine-tuning
|
10 |
+
| Model | (Re)Sample Rate | Train Datasets | Fine-tuning (full or peft) |
|
11 |
+
|:----------------:|:-------:|:----------------------------------------------------------:|:-----------:|
|
12 |
+
| Belle-whisper-large-v2-zh | 16KHz | [AISHELL-1](https://openslr.magicdatatech.com/resources/33/) [AISHELL-2](https://www.aishelltech.com/aishell_2) [WenetSpeech](https://wenet.org.cn/WenetSpeech/) [HKUST](https://catalog.ldc.upenn.edu/LDC2005S15) | full fine-tuning |
|
13 |
+
| Belle-distil-whisper-large-v2-zh | 16KHz | [AISHELL-1](https://openslr.magicdatatech.com/resources/33/) [AISHELL-2](https://www.aishelltech.com/aishell_2) [WenetSpeech](https://wenet.org.cn/WenetSpeech/) [HKUST](https://catalog.ldc.upenn.edu/LDC2005S15) | full fine-tuning |
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
## CER
|
18 |
+
| Model | Language Tag | aishell_1_test |aishell_2_test| wenetspeech_net | wenetspeech_meeting | HKUST_dev|
|
19 |
+
|:----------------:|:-------:|:-----------:|:-----------:|:--------:|:-----------:|:-------:|
|
20 |
+
| whisper-large-v2 | Chinese | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
|
21 |
+
| Belle-whisper-large-v2-zh | Chinese | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
|
22 |
+
| Belle-distil-whisper-large-v2-zh | Chinese | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
|
23 |
+
|