diff --git a/train.py b/train.py index 6994fb9..ec85895 100644 --- a/train.py +++ b/train.py @@ -434,7 +434,7 @@ HEAD_DIM = 128 # target head dimension for attention WINDOW_PATTERN = "SSSL" # sliding window pattern: L=full, S=half context # Optimization -TOTAL_BATCH_SIZE = 2**19 # ~524K tokens per optimizer step +TOTAL_BATCH_SIZE = 2**18 # ~262K tokens per optimizer step EMBEDDING_LR = 0.6 # learning rate for token embeddings (Adam) UNEMBEDDING_LR = 0.004 # learning rate for lm_head (Adam) MATRIX_LR = 0.04 # learning rate for matrix parameters (Muon)