From 2868fe3df4e92a6ae3e327faf6e57ea492e04124 Mon Sep 17 00:00:00 2001 From: 志浩 <neo.dzh@alibaba-inc.com> Date: 星期四, 16 三月 2023 19:24:21 +0800 Subject: [PATCH] Merge branch 'main' into dev_dzh --- egs_modelscope/asr/mfcca/speech_mfcca_asr-zh-cn-16k-alimeeting-vocab4950/RESULTS.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/egs_modelscope/asr/mfcca/speech_mfcca_asr-zh-cn-16k-alimeeting-vocab4950/RESULTS.md b/egs_modelscope/asr/mfcca/speech_mfcca_asr-zh-cn-16k-alimeeting-vocab4950/RESULTS.md new file mode 100644 index 0000000..716d44e --- /dev/null +++ b/egs_modelscope/asr/mfcca/speech_mfcca_asr-zh-cn-16k-alimeeting-vocab4950/RESULTS.md @@ -0,0 +1,40 @@ +# Paraformer-Large +- Model link: <https://www.modelscope.cn/models/NPU-ASLP/speech_mfcca_asr-zh-cn-16k-alimeeting-vocab4950/summary> +- Model size: 45M + +# Environments +- date: `Tue Feb 13 20:13:22 CST 2023` +- python version: `3.7.12` +- FunASR version: `0.1.0` +- pytorch version: `pytorch 1.7.0` +- Git hash: `` +- Commit date: `` + +# Beachmark Results + +## result (paper) +beam=20锛孋ER tool锛歨ttps://github.com/yufan-aslp/AliMeeting + +| model | Para (M) | Data (hrs) | Eval (CER%) | Test (CER%) | +|:-------------------:|:---------:|:---------:|:---------:| :---------:| +| MFCCA | 45 | 917 | 16.1 | 17.5 | + +## result锛坢odelscope锛� + +beam=10 + +with separating character (src) + +| model | Para (M) | Data (hrs) | Eval_sp (CER%) | Test_sp (CER%) | +|:-------------------:|:---------:|:---------:|:---------:| :---------:| +| MFCCA | 45 | 917 | 17.1 | 18.6 | + +without separating character (src) + +| model | Para (M) | Data (hrs) | Eval_nosp (CER%) | Test_nosp (CER%) | +|:-------------------:|:---------:|:---------:|:---------:| :---------:| +| MFCCA | 45 | 917 | 16.4 | 18.0 | + +## 鍋忓樊 + +Considering the differences of the CER calculation tool and decoding beam size, the results of CER are biased (<0.5%). \ No newline at end of file -- Gitblit v1.9.1