Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaNG authored Mar 5, 2024
1 parent 36f9160 commit b50e6e5
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 @@ -154,7 +154,7 @@ def main():
--save_strategy "steps" \
--save_steps 50 \
--save_total_limit 1 \
--learning_rate 2e-6 \
--learning_rate 2e-7 \
--weight_decay 0. \
--warmup_ratio 0.03 \
--lr_scheduler_type "cosine" \
Expand Down

0 comments on commit b50e6e5

Please sign in to comment.