pretrain 1
Browse files
scripts/pretrain_core_model_1.yaml
CHANGED
@@ -39,7 +39,7 @@ initial_checkpoint_dir: "../out/pretrain-core-0/checkpoint"
|
|
39 |
# from the latest checkpoint in ``out_dir``. An error will be raised if no checkpoint is found. Passing
|
40 |
# ``'auto'`` will resume from the latest checkpoint but not error if no checkpoint exists.
|
41 |
# (type: Union[bool, Literal["auto"], Path], default: False)
|
42 |
-
resume:
|
43 |
|
44 |
# Data-related arguments. If not provided, the default is ``litgpt.data.TinyLlama``.
|
45 |
data:
|
|
|
39 |
# from the latest checkpoint in ``out_dir``. An error will be raised if no checkpoint is found. Passing
|
40 |
# ``'auto'`` will resume from the latest checkpoint but not error if no checkpoint exists.
|
41 |
# (type: Union[bool, Literal["auto"], Path], default: False)
|
42 |
+
resume: True
|
43 |
|
44 |
# Data-related arguments. If not provided, the default is ``litgpt.data.TinyLlama``.
|
45 |
data:
|