From 77fc1c092952cf01785a769457251b4cc5118199 Mon Sep 17 00:00:00 2001 From: marcoyang Date: Wed, 11 Oct 2023 09:48:00 +0800 Subject: [PATCH] fix typo --- egs/libriheavy/ASR/RESULTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/libriheavy/ASR/RESULTS.md b/egs/libriheavy/ASR/RESULTS.md index f4c66d9e6..79fd898bf 100644 --- a/egs/libriheavy/ASR/RESULTS.md +++ b/egs/libriheavy/ASR/RESULTS.md @@ -128,7 +128,7 @@ python ./zipformer_prompt_asr/train_bert_encoder.py \ | modified_beam_search | 2.72 | 5.72 | --pre-text-transform mixed-punc --style-text-transform mixed-punc | -The decoding command for the above table is: +The decoding command for the table above is: ```bash for style in mixed-punc upper-no-punc; do @@ -161,7 +161,7 @@ done *Word-level biasing:* The results are reported on LibriSpeech test-sets using the biasing list provided from . -You need to set `--use-ls-test-set True` to obtain results in the following table. +You need to set `--use-ls-test-set True` so that the LibriSpeech test sets are used. | decoding method | ls-test-clean | ls-test-other | comment | |----------------------|---------------|---------------|---------------------|