Skip to content

Commit

Permalink
Update get_default_finetune_args.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edamamez committed Sep 3, 2024
1 parent ccd4741 commit 9b3c4f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
def get_default_finetune_args():
return {
"learning_rate": 3e-4,
"max_steps": 360,
"learning_rate": 0.0003,
"max_steps": 60,
"early_stopping": False,
"load_best_model_at_end": False,
"peft_args": {"r_value": 32},
Expand Down

0 comments on commit 9b3c4f8

Please sign in to comment.