mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update repo
This commit is contained in:
parent
f4b0377a4f
commit
370f751d17
@ -216,12 +216,12 @@ if [ ${stage} -le 6 ] && [ ${stop_stage} -ge 6 ]; then
|
||||
cp ${feats_dir}/data/${train_set}/cmvn/am.mvn ${exp_dir}/exp/${model_dir}/am.mvn
|
||||
vocab_size=$(cat ${token_list} | wc -l)
|
||||
python utils/gen_modelscope_configuration.py \
|
||||
--am_model_file $inference_asr_model \
|
||||
--am_model_name $inference_asr_model \
|
||||
--mode paraformer \
|
||||
--model_name paraformer \
|
||||
--model $model_dir \
|
||||
--output_dir $exp_dir/exp/$model_dir \
|
||||
--vocab_size $vocab_size \
|
||||
--nar _nat \
|
||||
--nat _nat \
|
||||
--tag $tag
|
||||
fi
|
||||
Loading…
Reference in New Issue
Block a user