From d71e35d85e9f2aa2528f5ed496858c626ee02dcf Mon Sep 17 00:00:00 2001 From: Quandwang Date: Fri, 22 Jul 2022 15:15:53 +0800 Subject: [PATCH] upload the decoding results of rnn-lm to the RESULTS --- .flake8 | 3 ++- egs/librispeech/ASR/RESULTS.md | 7 +++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.flake8 b/.flake8 index d624e7dd0..cbf0d8484 100644 --- a/.flake8 +++ b/.flake8 @@ -10,7 +10,8 @@ per-file-ignores = egs/*/ASR/*/optim.py: E501, egs/*/ASR/*/scaling.py: E501, egs/librispeech/ASR/conv_emformer_transducer_stateless*/*.py: E501, E203, - egs/librispeech/ASR/conformer_ctc2/*py: E501 + egs/librispeech/ASR/conformer_ctc2/*py: E501, + egs/librispeech/ASR/RESULTS.md: E999, # invalid escape sequence (cause by tex formular), W605 icefall/utils.py: E501, W605 diff --git a/egs/librispeech/ASR/RESULTS.md b/egs/librispeech/ASR/RESULTS.md index be5f7cd8c..2d6e239e3 100644 --- a/egs/librispeech/ASR/RESULTS.md +++ b/egs/librispeech/ASR/RESULTS.md @@ -1,6 +1,6 @@ ## Results -### LibriSpeech BPE training results (Pruned Stateless Conv-Emformer RNN-T 2) +#### LibriSpeech BPE training results (Pruned Stateless Conv-Emformer RNN-T 2) [conv_emformer_transducer_stateless2](./conv_emformer_transducer_stateless2) @@ -1998,10 +1998,9 @@ avg=11 You can find the tensorboard log at: - ### LibriSpeech BPE training results (Conformer-CTC 2) -[conformer_ctc2](./conformer_ctc2) +#### [conformer_ctc2](./conformer_ctc2) #### 2022-07-21 @@ -2037,7 +2036,7 @@ The decoding configuration for the reworked model is --epoch 30, --avg 8, --use- | whole-lattice-rescoring| 2.66% | 5.76%| 4.21%| 2.56%| 6.04%| 4.30%| | attention-decoder | 2.59% | 5.54%| 4.07%| 2.41%| 5.77%| 4.09%| | nbest-oracle | 1.53% | 3.47%| 2.50%| 1.69%| 4.02%| 2.86%| -|rnn-lm | 2.37% | 4.98%| 3.68%| 2.31%| 5.35%| 3.83%| +| rnn-lm | 2.37% | 4.98%| 3.68%| 2.31%| 5.35%| 3.83%|