fix example params

Former-commit-id: 0280748528488d7bee6b9074025255453966124c
This commit is contained in:
hiyouga
2024-03-08 20:41:43 +08:00
parent d46c2bbcba
commit 53ab28533e
4 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ CUDA_VISIBLE_DEVICES=0 python ../../../src/train_bash.py \
--preprocessing_num_workers 16 \
--per_device_train_batch_size 1 \
--per_device_eval_batch_size 1 \
--gradient_accumulation_steps 8 \
--gradient_accumulation_steps 2 \
--lr_scheduler_type cosine \
--logging_steps 10 \
--warmup_steps 20 \