Skip to content

Commit

Permalink
simplify 1b config
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Dec 20, 2024
1 parent 3387a27 commit 62f9353
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 85 deletions.
11 changes: 7 additions & 4 deletions configs/1B/H100.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ project = "debug_1B_zero_band"
type_model = "llama2"

[train]
micro_bs = 16
micro_bs = 32
reshard_after_forward = true

[optim]
batch_size = 2048
batch_size = 1024
warmup_steps = 1000
total_steps = 88_000
lr = 4e-4
total_steps = 8192

[optim.optim]
lr = 7e-4
15 changes: 0 additions & 15 deletions configs/1B/H100_c4.toml

This file was deleted.

21 changes: 0 additions & 21 deletions configs/1B/H100_llama2_edu.toml

This file was deleted.

23 changes: 0 additions & 23 deletions configs/1B/H100_llama2_edu_no_feat.toml

This file was deleted.

22 changes: 0 additions & 22 deletions configs/1B/H100_llama3.toml

This file was deleted.

0 comments on commit 62f9353

Please sign in to comment.