update repo

This commit is contained in:
嘉渊 2023-05-24 19:29:37 +08:00
parent 370f751d17
commit 36e2f3458e
2 changed files with 3 additions and 3 deletions

View File

@ -219,7 +219,7 @@ if [ ${stage} -le 6 ] && [ ${stop_stage} -ge 6 ]; then
--am_model_name $inference_asr_model \
--mode paraformer \
--model_name paraformer \
--model $model_dir \
--dataset aishell \
--output_dir $exp_dir/exp/$model_dir \
--vocab_size $vocab_size \
--nat _nat \

View File

@ -81,7 +81,7 @@ if __name__ == '__main__':
"--nat",
type=str,
default="",
help="vocab_size",
help="nat",
)
parser.add_argument(
"--tag",
@ -107,9 +107,9 @@ if __name__ == '__main__':
}
}
json_dict = {
"model": model,
"framework": "pytorch",
"task": args.task,
"model": model,
"pipeline": args.pipeline_type,
}