Skip to content

Commit

Permalink
update 7b config to 2k seq len
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami jaghouar authored and samsja committed Sep 30, 2024
1 parent e03164b commit 1607fd4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions configs/7B/H100.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ name_model = "7B"
project = "debug_7B_zero_band"

[train]
micro_bs = 6
micro_bs = 1
sharding_strategy = "SHARD_GRAD_OP"

[optim]
batch_size = 3840
batch_size = 1024 #2M tokens bs
warmup_steps = 1000
total_steps = 88_000
lr = 6e-4
lr = 3e-4

[data]
seq_length = 2048

0 comments on commit 1607fd4

Please sign in to comment.