egs_modelscope/asr/TEMPLATE/README_zh.md
@@ -38,7 +38,7 @@ batch_size_token=5000, batch_size_token_threshold_s=40, max_single_segment_time=6000) print(rec_result) ``` Where, 其中: - `batch_size_token` 表示采用动态batch,batch中总token数为 `batch_size_token`,1 token = 60 ms. - `batch_size_token_threshold_s`: 表示音频时长超过 `batch_size_token_threshold_s`阈值是,batch数设置为1, 单位为s. - `max_single_segment_time`: 表示VAD最大切割音频时长, 单位是ms.