Skip to content

Commit

Permalink
aishell example
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraGPT committed Feb 19, 2024
1 parent ff43063 commit 25fbf71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/aishell/paraformer/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ if [ ${stage} -le 4 ] && [ ${stop_stage} -ge 4 ]; then
--config-path "${workspace}/conf" \
--config-name "${config}" \
++train_data_set_list="${feats_dir}/data/${train_set}/audio_datasets.jsonl" \
++valid_data_set_list="${feats_dir}/data/${valid_set}/audio_datasets.jsonl" \
++tokenizer_conf.token_list="${token_list}" \
++frontend_conf.cmvn_file="${feats_dir}/data/${train_set}/am.mvn" \
++output_dir="${exp_dir}/exp/${model_dir}" &> ${log_file}
Expand Down

0 comments on commit 25fbf71

Please sign in to comment.