Skip to content

Commit

Permalink
testing config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackmin801 committed Jan 14, 2025
1 parent fd10802 commit 3968d56
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions configs/1B/H100.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
name_model = "1B"
project = "debug_1B_zero_band"
project = "adam_sweep"
type_model = "llama2"

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

[optim]
batch_size = 1024
batch_size = 128
warmup_steps = 1000
total_steps = 8192

[optim.optim]
lr = 7e-4
optim.lr = 4e-4

[data]
seq_length = 8192
num_workers = 2
dataset_name_or_paths = "/home/ubuntu/prime/datasets/fineweb-edu"
split_by_data_rank = true

[acco]

0 comments on commit 3968d56

Please sign in to comment.