From 2904395c21ba31d2d36ad55ef77433dde3a61558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=98=89=E6=B8=8A?= Date: Wed, 24 May 2023 16:25:50 +0800 Subject: [PATCH] update repo --- egs/aishell/paraformer/run.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/egs/aishell/paraformer/run.sh b/egs/aishell/paraformer/run.sh index def251145..373c11949 100755 --- a/egs/aishell/paraformer/run.sh +++ b/egs/aishell/paraformer/run.sh @@ -208,4 +208,9 @@ if [ ${stage} -le 5 ] && [ ${stop_stage} -ge 5 ]; then tail -n 3 ${_dir}/text.cer > ${_dir}/text.cer.txt cat ${_dir}/text.cer.txt done +fi + +# Prepare files for ModelScope fine-tuning and inference +if [ ${stage} -le 6 ] && [ ${stop_stage} -ge 6 ]; then + echo "stage 6: ModelScope Preparation" fi \ No newline at end of file