Parcourir la source

update trainer

游雁 il y a 1 an
Parent
commit
3f2e5dd205
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      README.md
  2. 1 1
      README_zh.md

+ 1 - 1
README.md

@@ -95,7 +95,7 @@ Below is a quick start tutorial. Test audio files ([Mandarin](https://isv-data.o
 ### Command-line usage
 
 ```shell
-funasr +model=paraformer-zh +vad_model="fsmn-vad" +punc_model="ct-punc" +input=asr_example_zh.wav
+funasr ++model=paraformer-zh ++vad_model="fsmn-vad" ++punc_model="ct-punc" ++input=asr_example_zh.wav
 ```
 
 Notes: Support recognition of single audio file, as well as file list in Kaldi-style wav.scp format: `wav_id wav_pat`

+ 1 - 1
README_zh.md

@@ -91,7 +91,7 @@ FunASR开源了大量在工业数据上预训练模型,您可以在[模型许
 ### 可执行命令行
 
 ```shell
-funasr +model=paraformer-zh +vad_model="fsmn-vad" +punc_model="ct-punc" +input=asr_example_zh.wav
+funasr ++model=paraformer-zh ++vad_model="fsmn-vad" ++punc_model="ct-punc" ++input=asr_example_zh.wav
 ```
 
 注:支持单条音频文件识别,也支持文件列表,列表为kaldi风格wav.scp:`wav_id   wav_path`