shuaijiang
commited on
Commit
•
f81f1ac
1
Parent(s):
4061d26
Update README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,8 @@ If you find this model helpful, please *like* this model and star us on https://
|
|
10 |
Fine tune whisper-large-v3-zh to enhance Chinese punctuation mark capabilities while maintaining comparable performance,
|
11 |
Belle-whisper-large-v3-zh-punct demonstrates similar performance to Belle-whisper-large-v3-zh on Chinese ASR benchmarks, including AISHELL1, AISHELL2, WENETSPEECH, and HKUST.
|
12 |
|
13 |
-
The punctuation
|
14 |
-
and
|
15 |
|
16 |
## Usage
|
17 |
```python
|
|
|
10 |
Fine tune whisper-large-v3-zh to enhance Chinese punctuation mark capabilities while maintaining comparable performance,
|
11 |
Belle-whisper-large-v3-zh-punct demonstrates similar performance to Belle-whisper-large-v3-zh on Chinese ASR benchmarks, including AISHELL1, AISHELL2, WENETSPEECH, and HKUST.
|
12 |
|
13 |
+
The punctuation marks come from model [punc_ct-transformer_cn-en-common-vocab471067-large](https://www.modelscope.cn/models/iic/punc_ct-transformer_cn-en-common-vocab471067-large/),
|
14 |
+
and are added to the training datasets.
|
15 |
|
16 |
## Usage
|
17 |
```python
|