Skip to content

Commit

Permalink
better defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvonplaten authored Aug 14, 2024
1 parent 7d83316 commit e0b4636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions finetune/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

@dataclass
class OptimArgs(Serializable):
lr: float = 3e-4
lr: float = 1e-4
weight_decay: float = 0.1
pct_start: float = 0.3
pct_start: float = 0.05


@dataclass
Expand Down

0 comments on commit e0b4636

Please sign in to comment.