Skip to content

Commit

Permalink
chore: Config hyperparameters
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Dec 13, 2023
1 parent ee8a6f5 commit fd390ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ ignore_data_skip: false
save_total_limit: 2

# Optimisation parameters
learning_rate: 3e-5
learning_rate: 1e-4
adam_first_momentum: 0.9
adam_second_momentum: 0.98
total_batch_size: 256
per_device_batch_size: 16
max_steps: 50_000
max_steps: 10_000
warmup_steps: 1_000
logging_steps: 10
eval_steps: 100
Expand Down

0 comments on commit fd390ab

Please sign in to comment.