Rename evaluation_strategy to eval_strategy

This commit is contained in:
qianyu chen
2025-09-12 15:56:12 +08:00
committed by GitHub
parent af22b8f2ed
commit 6cb4a3bf82

View File

@@ -52,7 +52,7 @@ torchrun $DISTRIBUTED_ARGS finetune.py \
--per_device_train_batch_size 1 \
--per_device_eval_batch_size 1 \
--gradient_accumulation_steps 1 \
--evaluation_strategy "steps" \
--eval_strategy "steps" \
--save_strategy "steps" \
--save_steps 1000 \
--save_total_limit 10 \