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