From eec34ada4fe928b77baba8925c8d22fe27be7947 Mon Sep 17 00:00:00 2001 From: Hui Zhang Date: Thu, 18 Mar 2021 08:50:14 +0000 Subject: [PATCH] alpha 2.2, cer 0.077478 --- examples/aishell/README.md | 2 +- examples/aishell/conf/deepspeech2.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/aishell/README.md b/examples/aishell/README.md index 3e4c2e5f4..c59703030 100644 --- a/examples/aishell/README.md +++ b/examples/aishell/README.md @@ -3,5 +3,5 @@ ## CTC | Model | Config | Test Set | CER | Valid Loss | | --- | --- | --- | --- | --- | -| DeepSpeech2 | conf/deepspeech2.yaml | test | 0.077870 | 7.036566 | +| DeepSpeech2 | conf/deepspeech2.yaml | test | 0.077478 | 7.036566 | | DeepSpeech2 | release 1.8.5 | test | 0.080447 | - | diff --git a/examples/aishell/conf/deepspeech2.yaml b/examples/aishell/conf/deepspeech2.yaml index d42cb9566..dcea2a655 100644 --- a/examples/aishell/conf/deepspeech2.yaml +++ b/examples/aishell/conf/deepspeech2.yaml @@ -39,7 +39,7 @@ decoding: error_rate_type: cer decoding_method: ctc_beam_search lang_model_path: data/lm/zh_giga.no_cna_cmn.prune01244.klm - alpha: 2.4 + alpha: 2.2 beta: 5.0 beam_size: 300 cutoff_prob: 0.99