f3c6888b创建于 2024年12月16日历史提交
model_path = "please paste your will train or use model's path in here"
finetune_weight_path_tokenizer = "please paste your will train or use model's path in here"
finetune_weight_path = "please paste your will train or use model's path in here"
best_finetune_weight_path = "please paste your will save model's path in here"
train_batch_size = 16
val_batch_size = 4
init_lr = 2e-5
weight_decay = 1e-2
adam_beta1 = 0.9
adam_beta2 = 0.999
adam_eps = 1e-12
epoch = 25
warm_up = 200
num_beams = 30
predition_path = "./output/result/pre/"
label_path = "./output/result/lab/"