From 54931dd4e1a099d7d6f144c4e12e5453deb3aa26 Mon Sep 17 00:00:00 2001 From: 雾聪 <wucong.lyb@alibaba-inc.com> Date: 星期三, 28 六月 2023 10:41:57 +0800 Subject: [PATCH] Merge branch 'main' of https://github.com/alibaba-damo-academy/FunASR into main --- egs/aishell/rnnt/README.md | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/egs/aishell/rnnt/README.md b/egs/aishell/rnnt/README.md index 45f1f3f..817c9b2 100644 --- a/egs/aishell/rnnt/README.md +++ b/egs/aishell/rnnt/README.md @@ -5,14 +5,14 @@ - 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.yaml -- chunk config: chunk size 16, full left chunk +- chunk config: chunk size 16, 1 left chunk - LM config: LM was not used - Model size: 90M ## Results (CER) -- Decode config: conf/train_conformer_rnnt_unified.yaml +- Decode config: conf/decode_rnnt_conformer_streaming.yaml -| testset | CER(%) | +| testset | CER(%) | |:-----------:|:-------:| -| dev | 5.53 | -| test | 6.24 | +| dev | 5.43 | +| test | 6.04 | -- Gitblit v1.9.1