mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-05 18:29:18 +08:00
Rename evaluation_strategy to eval_strategy
This commit is contained in:
@@ -52,7 +52,7 @@ torchrun $DISTRIBUTED_ARGS finetune.py \
|
|||||||
--per_device_train_batch_size 1 \
|
--per_device_train_batch_size 1 \
|
||||||
--per_device_eval_batch_size 1 \
|
--per_device_eval_batch_size 1 \
|
||||||
--gradient_accumulation_steps 1 \
|
--gradient_accumulation_steps 1 \
|
||||||
--evaluation_strategy "steps" \
|
--eval_strategy "steps" \
|
||||||
--save_strategy "steps" \
|
--save_strategy "steps" \
|
||||||
--save_steps 1000 \
|
--save_steps 1000 \
|
||||||
--save_total_limit 10 \
|
--save_total_limit 10 \
|
||||||
|
|||||||
Reference in New Issue
Block a user