From bbe67243dab37714651af6609512b837931afc29 Mon Sep 17 00:00:00 2001 From: jinzr <60612200+JinZr@users.noreply.github.com> Date: Thu, 7 Sep 2023 19:38:35 +0800 Subject: [PATCH] minor fixes --- .github/scripts/run-multi-zh_hans-zipformer.sh | 2 +- egs/multi_zh-hans/ASR/RESULTS.md | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/scripts/run-multi-zh_hans-zipformer.sh b/.github/scripts/run-multi-zh_hans-zipformer.sh index a29c383aa..80cf4b160 100755 --- a/.github/scripts/run-multi-zh_hans-zipformer.sh +++ b/.github/scripts/run-multi-zh_hans-zipformer.sh @@ -8,7 +8,7 @@ log() { echo -e "$(date '+%Y-%m-%d %H:%M:%S') (${fname}:${BASH_LINENO[0]}:${FUNCNAME[1]}) $*" } -cd egs/multi-zh_hans/ASR +cd egs/multi_zh-hans/ASR repo_url=https://huggingface.co/zrjin/icefall-asr-multi-zh-hans-zipformer-2023-9-2/ diff --git a/egs/multi_zh-hans/ASR/RESULTS.md b/egs/multi_zh-hans/ASR/RESULTS.md index c19e6256b..31fbd9700 100644 --- a/egs/multi_zh-hans/ASR/RESULTS.md +++ b/egs/multi_zh-hans/ASR/RESULTS.md @@ -1,24 +1,32 @@ ## Results -### WenetSpeech char-based training results (Non-streaming and streaming) on zipformer model +### Multi Chinese datasets char-based training results (Non-streaming) on zipformer model This is the [pull request #1238](https://github.com/k2-fsa/icefall/pull/1238) in icefall. #### Non-streaming -Best results (num of params : ~68M): +Best results (num of params : ~69M): The training command: ``` ./zipformer/train.py \ --world-size 4 \ - --num-epochs 23 \ + --num-epochs 20 \ --use-fp16 1 \ - --max-duration 500 \ + --max-duration 600 \ --num-workers 8 ``` +The decoding command: + +``` +./zipformer/decode.py \ + --epoch 20 \ + --avg 1 +``` + Character Error Rates (CERs) listed below are produced by the checkpoint of the 20th epoch using greedy search and BPE model ( # tokens is 2000, byte fallback enabled). | Datasets | aidatatang _200zh | aidatatang _200zh | alimeeting | alimeeting | aishell-1 | aishell-1 | aishell-2 | aishell-2 | aishell-4 | magicdata | magicdata | kespeech-asr | kespeech-asr | kespeech-asr | WenetSpeech | WenetSpeech | WenetSpeech |