fix training hyperparams to match pretraining script: lr 1.5e-4, wd 0.1, warmup 0.02
This commit is contained in:
parent
adc284920a
commit
73cb02f0aa
6
main.tex
6
main.tex
|
|
@ -195,10 +195,10 @@ Table~\ref{tab:train_params} lists the key hyperparameters.
|
|||
\textbf{Hyperparameter} & \textbf{Value} \\
|
||||
\midrule
|
||||
Precision & BF16 (weights + AdamW states) \\
|
||||
Optimizer & AdamW, $\eta=7.5\times10^{-6}$ \\
|
||||
Betas & $(0.9, 0.95)$, weight decay $0.01$ \\
|
||||
Optimizer & AdamW, $\eta=1.5\times10^{-4}$ \\
|
||||
Betas & $(0.9, 0.95)$, weight decay $0.1$ \\
|
||||
Gradient clip & Global L2, max norm $1.0$ \\
|
||||
Scheduler & Cosine, warmup ratio $0.05$ \\
|
||||
Scheduler & Cosine, warmup ratio $0.02$ \\
|
||||
Batch size & 4 per device $\times$ 4 GPUs $\times$ 32 accumulation \\
|
||||
Sequence length & 2,048 tokens \\
|
||||
Total steps & 950,000 \\
|
||||
|
|
|
|||
Loading…
Reference in New Issue