From 1ab5bc2b2487de6e9595cbc9297ce9b92f90f1da Mon Sep 17 00:00:00 2001 From: Hui Zhang Date: Thu, 18 Mar 2021 11:24:40 +0000 Subject: [PATCH] alpha 1.9, cer 0.077249 --- 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 c5970303..fdb4c133 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.077478 | 7.036566 | +| DeepSpeech2 | conf/deepspeech2.yaml | test | 0.077249 | 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 dcea2a65..a50a7ecf 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.2 + alpha: 1.9 beta: 5.0 beam_size: 300 cutoff_prob: 0.99 -- GitLab