Skip to content

Commit

Permalink
fix(eval): steps
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaNG committed Mar 3, 2024
1 parent 7a4ba8e commit 7979436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivellava/scripts/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def main():
--per_device_eval_batch_size 4 \
--gradient_accumulation_steps 1 \
--evaluation_strategy "steps" \
--eval_steps 15 \
--eval_steps 50 \
--save_strategy "steps" \
--save_steps 50 \
--save_total_limit 1 \
Expand Down

0 comments on commit 7979436

Please sign in to comment.