From bb58c85c839d9d0766fc57e217788aa17a7f85cb Mon Sep 17 00:00:00 2001 From: uni-manjunath-ke <123362348+uni-manjunath-ke@users.noreply.github.com> Date: Wed, 31 May 2023 15:29:07 +0530 Subject: [PATCH] Update RESULTS.md --- egs/librispeech/ASR/RESULTS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/egs/librispeech/ASR/RESULTS.md b/egs/librispeech/ASR/RESULTS.md index c457c0866..0ad696dd6 100644 --- a/egs/librispeech/ASR/RESULTS.md +++ b/egs/librispeech/ASR/RESULTS.md @@ -244,7 +244,7 @@ for m in greedy_search modified_beam_search fast_beam_search; do done ``` -##### zipformer ctc streaming +### zipformer ctc streaming | decoding method | test-clean | test-other | comment | |----------------------|------------|------------|--------------------| @@ -276,7 +276,6 @@ export CUDA_VISIBLE_DEVICES="0" --lang-dir data/lang_bpe_500 ``` - ### pruned_transducer_stateless7 (Fine-tune with mux) See for more details.