Update README.md
Browse files
README.md
CHANGED
|
@@ -11,13 +11,13 @@ Longhao Li¹, Zhao Guo¹, Hongjie Chen², Yuhang Dai¹, Ziyu Zhang¹, Hongfei Xu
|
|
| 11 |
¹ ASLP, Northwestern Polytechnical University, ² Institute of Artificial Intelligence (TeleAI), China Telecom, ³ Beijing AISHELL Technology Co., Ltd., ⁴ WeNet Open Source Community, ⁵ Hong Kong University of Science and Technology
|
| 12 |
|
| 13 |
<p align="center">
|
| 14 |
-
📑 <a href="https://
|
| 15 |
🐙 <a href="https://github.com/ASLP-lab/WenetSpeech-Yue">GitHub</a>    |   
|
| 16 |
🤗 <a href="https://huggingface.co/collections/ASLP-lab/wenetspeech-yue-68b690d287cde88389e5dba1">HuggingFace</a>
|
| 17 |
<br>
|
| 18 |
🖥️ <a href="https://huggingface.co/spaces/ASLP-lab/WenetSpeech-Yue">HuggingFace Space</a>    |   
|
| 19 |
-
🎤 <a href="https://
|
| 20 |
-
💬 <a href="https://github.com/
|
| 21 |
</p>
|
| 22 |
|
| 23 |
## ASR Leaderboard
|
|
@@ -134,7 +134,6 @@ python wenet/bin/recognize.py \
|
|
| 134 |
### SenseVoice_Small_Yue
|
| 135 |
```
|
| 136 |
from funasr import AutoModel
|
| 137 |
-
from funasr.utils.postprocess_utils import rich_transcription_postprocess
|
| 138 |
|
| 139 |
model_dir = "sensevoice_small_yue"
|
| 140 |
|
|
|
|
| 11 |
¹ ASLP, Northwestern Polytechnical University, ² Institute of Artificial Intelligence (TeleAI), China Telecom, ³ Beijing AISHELL Technology Co., Ltd., ⁴ WeNet Open Source Community, ⁵ Hong Kong University of Science and Technology
|
| 12 |
|
| 13 |
<p align="center">
|
| 14 |
+
📑 <a href="https://arxiv.org/abs/2509.03959">Paper</a>    |   
|
| 15 |
🐙 <a href="https://github.com/ASLP-lab/WenetSpeech-Yue">GitHub</a>    |   
|
| 16 |
🤗 <a href="https://huggingface.co/collections/ASLP-lab/wenetspeech-yue-68b690d287cde88389e5dba1">HuggingFace</a>
|
| 17 |
<br>
|
| 18 |
🖥️ <a href="https://huggingface.co/spaces/ASLP-lab/WenetSpeech-Yue">HuggingFace Space</a>    |   
|
| 19 |
+
🎤 <a href="https://aslp-lab.github.io/WenetSpeech-Yue/">Demo Page</a>    |   
|
| 20 |
+
💬 <a href="https://github.com/ASLP-lab/WenetSpeech-Yue?tab=readme-ov-file#contact">Contact Us</a>
|
| 21 |
</p>
|
| 22 |
|
| 23 |
## ASR Leaderboard
|
|
|
|
| 134 |
### SenseVoice_Small_Yue
|
| 135 |
```
|
| 136 |
from funasr import AutoModel
|
|
|
|
| 137 |
|
| 138 |
model_dir = "sensevoice_small_yue"
|
| 139 |
|