From d3e57fdc50b4bca11c60cee59eb2e9a50a90884f Mon Sep 17 00:00:00 2001 From: Daniel <znsoft@163.com> Date: 星期六, 22 四月 2023 05:14:02 +0800 Subject: [PATCH] Merge branch 'alibaba-damo-academy:main' into main --- egs/aishell/rnnt/README.md | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/egs/aishell/rnnt/README.md b/egs/aishell/rnnt/README.md index 4d6ac9d..45f1f3f 100644 --- a/egs/aishell/rnnt/README.md +++ b/egs/aishell/rnnt/README.md @@ -2,9 +2,10 @@ # Streaming RNN-T Result ## Training Config +- 8 gpu(Tesla V100) - Feature info: using 80 dims fbank, global cmvn, speed perturb(0.9, 1.0, 1.1), specaugment -- Train config: conf/train_conformer_rnnt_unified -- chunk config: chunk size 16, 1 left chunk +- Train config: conf/train_conformer_rnnt_unified.yaml +- chunk config: chunk size 16, full left chunk - LM config: LM was not used - Model size: 90M @@ -13,5 +14,5 @@ | testset | CER(%) | |:-----------:|:-------:| -| dev | 5.89 | -| test | 6.76 | +| dev | 5.53 | +| test | 6.24 | -- Gitblit v1.9.1