From 6a59f94278b4d05f5b7715b11b6dd0bfffc28cce Mon Sep 17 00:00:00 2001 From: 志浩 <neo.dzh@alibaba-inc.com> Date: 星期四, 15 六月 2023 17:12:15 +0800 Subject: [PATCH] Merge branch 'main' into dev_dzh --- egs/librispeech_100h/rnnt/README.md | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/egs/librispeech_100h/rnnt/README.md b/egs/librispeech_100h/rnnt/README.md new file mode 100644 index 0000000..abadb2d --- /dev/null +++ b/egs/librispeech_100h/rnnt/README.md @@ -0,0 +1,16 @@ + +# Conformer Transducer Result + +## Training Config +- Feature info: using 80 dims fbank, global cmvn, speed perturb(0.9, 1.0, 1.1), specaugment +- Train config: conf/train_conformer_rnnt.yaml +- LM config: LM was not used +- Model size: 30.54M + +## Results (CER) +- Decode config: conf/decode_rnnt_conformer.yaml + +| testset | WER(%) | +|:--------------:|:-------:| +| test_clean | 6.64 | +| test_other | 17.12 | -- Gitblit v1.9.1