Update scripts/pretrain-model.yaml
Browse files
scripts/pretrain-model.yaml
CHANGED
@@ -78,8 +78,8 @@ train:
|
|
78 |
epochs:
|
79 |
|
80 |
# Total number of tokens to train on (type: Optional[int], default: 3000000000000)
|
81 |
-
max_tokens:
|
82 |
-
# max_tokens:
|
83 |
|
84 |
# Limits the number of optimizer steps to run. (type: Optional[int], default: null)
|
85 |
max_steps:
|
|
|
78 |
epochs:
|
79 |
|
80 |
# Total number of tokens to train on (type: Optional[int], default: 3000000000000)
|
81 |
+
max_tokens: 9889496064 # 9657711 * 512 * 2
|
82 |
+
# max_tokens: 4944748032 # 9657711 * 512 * 1
|
83 |
|
84 |
# Limits the number of optimizer steps to run. (type: Optional[int], default: null)
|
85 |
max_steps:
|