mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update repo
This commit is contained in:
parent
370f751d17
commit
36e2f3458e
@ -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 \
|
||||
|
||||
@ -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,
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user