Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hflyzju committed Jul 21, 2023
1 parent 2bc76f9 commit 21f17b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ accelerate launch train.py \
--learning_rate 3e-5 \
--num_warmup_steps_or_radios 0.1 \
--gradient_accumulation_steps 1 \
--per_device_train_batch_size 16 \
--per_device_eval_batch_size 32 \
--per_device_train_batch_size 4 \
--per_device_eval_batch_size 8 \
--seed 42 \
--save_steps 10804 \
--output_dir ./outputs \
Expand Down

0 comments on commit 21f17b8

Please sign in to comment.