79d3eb153c
- 移除了 max_steps_input 组件,减少不必要的输入项 - 将 per_device_train_batch_size_input 和 epoch_input 的标签简化为 "batch size" 和 "epoch" - 新增 save_steps_input 组件,用于设置保存步数 - 修改 train_model 函数,移除了 max_steps 参数 - 更新了 trainer.train() 方法的调用,设置 resume_from_checkpoint=False