speech_asr
2023-02-15 90cadb5e0ddb2f6d89211956330a3bdf58a7d439
update docs
2个文件已修改
4 ■■■■ 已修改文件
docs/get_started.md 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs_cn/get_started.md 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/get_started.md
@@ -105,7 +105,7 @@
* Mode Selection
As we support conformer, paraformer and uniasr in FunASR and they have different inference interfaces, a `mode` param is specified as `asr/paraformer/uniase` according to the trained model.
As we support paraformer, uniasr, conformer and other models in FunASR, a `mode` parameter should be specified as `asr/paraformer/uniasr` according to the trained model.
* Configuration
docs_cn/get_started.md
@@ -107,7 +107,7 @@
* Mode Selection
由于我们提供了paraformer,uniasr和conformer等模型,因此在解码时,需要指定相应的解码模式。对应的参数为`mode`,相应的可选设置为`asr/paraformer/uniase`等。
由于我们提供了paraformer,uniasr和conformer等模型,因此在解码时,需要指定相应的解码模式。对应的参数为`mode`,相应的可选设置为`asr/paraformer/uniasr`等。
* Configuration