嘉渊
2023-05-24 2904395c21ba31d2d36ad55ef77433dde3a61558
egs/aishell/paraformer/run.sh
@@ -132,6 +132,7 @@
                --use_preprocessor true \
                --token_type char \
                --token_list $token_list \
                --dataset_type small \
                --data_dir ${feats_dir}/data \
                --train_set ${train_set} \
                --valid_set ${valid_set} \
@@ -207,4 +208,9 @@
        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