We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1b728 commit d226661Copy full SHA for d226661
runtime/docs/lm_train_tutorial.md
@@ -6,6 +6,7 @@
6
```shell
7
# 下载: 示例训练语料text、lexicon 和 am建模单元units.txt
8
wget https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/requirements/lm.tar.gz
9
+# 如果是匹配8k的am模型,使用 https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/requirements/lm_8358.tar.gz
10
tar -zxvf lm.tar.gz
11
```
12
0 commit comments