diff --git a/examples/aishell/README.md b/examples/aishell/README.md index 832e2e19fc6c3d1f11d25e952a3e3245267fc785..3e4c2e5f473bb21ef5fe7c5f2e28fbc76fd46b48 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.078242 | 7.036566 | +| DeepSpeech2 | conf/deepspeech2.yaml | test | 0.077870 | 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 2ecd7f76ffdac9c93dbbd76083c31fdbdbaff7e0..d42cb956667a67a3afd985f45667e3688fd5b24b 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.5 + alpha: 2.4 beta: 5.0 beam_size: 300 cutoff_prob: 0.99