Skip to content

Commit c446e6a

Browse files
authored
Refresh Chinese README ModelScope links (#3346)
Co-authored-by: LauraGPT <lauragpt@users.noreply.github.com>
1 parent 3b74d8a commit c446e6a

2 files changed

Lines changed: 26 additions & 4 deletions

File tree

README_zh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,14 +188,14 @@ pip install -e ./
188188
| **Fun-ASR-Nano** | 识别 | 中/英/日 + 中文方言 | 800M | [](https://www.modelscope.cn/models/FunAudioLLM/Fun-ASR-Nano-2512) [🤗](https://huggingface.co/FunAudioLLM/Fun-ASR-Nano-2512) |
189189
| **Fun-ASR-MLT-Nano** | 识别 | 31 种语言 | 800M | [](https://www.modelscope.cn/models/FunAudioLLM/Fun-ASR-MLT-Nano-2512) [🤗](https://huggingface.co/FunAudioLLM/Fun-ASR-MLT-Nano-2512) |
190190
| **SenseVoiceSmall** | 识别 + 情感 + 事件 | 中/英/日/韩/粤 | 234M | [](https://www.modelscope.cn/models/iic/SenseVoiceSmall) [🤗](https://huggingface.co/FunAudioLLM/SenseVoiceSmall) [GGUF](https://huggingface.co/FunAudioLLM/SenseVoiceSmall-GGUF) [论文](https://arxiv.org/abs/2407.04051) |
191-
| **Paraformer-zh** | 识别 + 时间戳 | 中/英 | 220M | [](https://www.modelscope.cn/models/damo/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary) [🤗](https://huggingface.co/funasr/paraformer-zh) |
192-
| Paraformer-zh-streaming | 流式识别 | 中/英 | 220M | [](https://modelscope.cn/models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online/summary) [🤗](https://huggingface.co/funasr/paraformer-zh-streaming) |
191+
| **Paraformer-zh** | 识别 + 时间戳 | 中/英 | 220M | [](https://www.modelscope.cn/models/iic/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary) [🤗](https://huggingface.co/funasr/paraformer-zh) |
192+
| Paraformer-zh-streaming | 流式识别 | 中/英 | 220M | [](https://modelscope.cn/models/iic/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online/summary) [🤗](https://huggingface.co/funasr/paraformer-zh-streaming) |
193193
| Qwen3-ASR | 识别,52 种语言 | 多语言 | 1.7B | [使用](examples/industrial_data_pretraining/qwen3_asr) |
194194
| GLM-ASR-Nano | 识别,17 种语言 | 多语言 | 1.5B | [使用](examples/industrial_data_pretraining/glm_asr) |
195195
| Whisper-large-v3 | 识别 + 翻译 | 多语言 | 1550M | [使用](examples/industrial_data_pretraining/whisper) |
196196
| Whisper-large-v3-turbo | 识别 + 翻译 | 多语言 | 809M | [使用](examples/industrial_data_pretraining/whisper) |
197-
| ct-punc | 标点恢复 | 中/英 | 290M | [](https://modelscope.cn/models/damo/punc_ct-transformer_cn-en-common-vocab471067-large/summary) [🤗](https://huggingface.co/funasr/ct-punc) |
198-
| fsmn-vad | 语音检测 | 中/英 | 0.4M | [](https://modelscope.cn/models/damo/speech_fsmn_vad_zh-cn-16k-common-pytorch/summary) [🤗](https://huggingface.co/funasr/fsmn-vad) |
197+
| ct-punc | 标点恢复 | 中/英 | 290M | [](https://modelscope.cn/models/iic/punc_ct-transformer_cn-en-common-vocab471067-large/summary) [🤗](https://huggingface.co/funasr/ct-punc) |
198+
| fsmn-vad | 语音检测 | 中/英 | 0.4M | [](https://modelscope.cn/models/iic/speech_fsmn_vad_zh-cn-16k-common-pytorch/summary) [🤗](https://huggingface.co/funasr/fsmn-vad) |
199199
| cam++ | 说话人分离 || 7.2M | [](https://modelscope.cn/models/iic/speech_campplus_sv_zh-cn_16k-common/summary) [🤗](https://huggingface.co/funasr/campplus) |
200200
| emotion2vec+large | 情感识别 || 300M | [](https://modelscope.cn/models/iic/emotion2vec_plus_large/summary) [🤗](https://huggingface.co/emotion2vec/emotion2vec_plus_large) |
201201

tests/test_docs_funasr_install_commands.py

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,28 @@ def test_public_docs_do_not_advertise_stale_release_or_star_copy():
8484
assert marker not in text
8585

8686

87+
def test_chinese_readme_model_table_uses_current_modelscope_entries():
88+
text = (ROOT / "README_zh.md").read_text()
89+
90+
current_entries = [
91+
"models/iic/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary",
92+
"models/iic/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online/summary",
93+
"models/iic/punc_ct-transformer_cn-en-common-vocab471067-large/summary",
94+
"models/iic/speech_fsmn_vad_zh-cn-16k-common-pytorch/summary",
95+
]
96+
stale_entries = [
97+
"models/damo/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary",
98+
"models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online/summary",
99+
"models/damo/punc_ct-transformer_cn-en-common-vocab471067-large/summary",
100+
"models/damo/speech_fsmn_vad_zh-cn-16k-common-pytorch/summary",
101+
]
102+
103+
for marker in current_entries:
104+
assert marker in text
105+
for marker in stale_entries:
106+
assert marker not in text
107+
108+
87109
def test_realtime_demo_documents_partial_and_hotword_boundaries():
88110
text = (
89111
ROOT

0 commit comments

Comments
 (0)