mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
fix paraformer-16k-en finetune pipeline
This commit is contained in:
parent
94fdb5bba5
commit
f479f94832
@ -31,4 +31,5 @@ if __name__ == '__main__':
|
||||
params.batch_bins = 1000 # batch size,如果dataset_type="small",batch_bins单位为fbank特征帧数,如果dataset_type="large",batch_bins单位为毫秒,
|
||||
params.max_epoch = 50 # 最大训练轮数
|
||||
params.lr = 0.00005 # 设置学习率
|
||||
params.model_revision = "v1.0.1"
|
||||
modelscope_finetune(params)
|
||||
Loading…
Reference in New Issue
Block a user