Skip to content

Commit

Permalink
train more steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Oct 19, 2024
1 parent c9ac48b commit a482271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdelfin/train/config/qwen2vl-7b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ hparams:
gradient_checkpointing: true
clip_grad_norm: 1.0
learning_rate: 1e-6
max_steps: 10000
max_steps: 30000
pad_multiple_of: 16
log_every_steps: 10
eval_every_steps: 100
Expand All @@ -59,6 +59,6 @@ hparams:

save:
path: s3://ai2-oe-data/jakep/experiments/qwen2vl-pdf/v1/models/
save_every_steps: 9500
save_every_steps: 29500

max_workers: 10

0 comments on commit a482271

Please sign in to comment.