model
Browse files- .gitattributes +3 -0
- scripts/model.yaml +1 -1
.gitattributes
CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
misc/logo.png filter=lfs diff=lfs merge=lfs -text
|
scripts/model.yaml
CHANGED
@@ -32,7 +32,7 @@ precision: bf16-true
|
|
32 |
|
33 |
# Optional path to a checkpoint directory to initialize the model from.
|
34 |
# Useful for continued pretraining. Mutually exclusive with ``resume``. (type: Optional[Path], default: null)
|
35 |
-
initial_checkpoint_dir: "
|
36 |
|
37 |
# Path to a checkpoint directory to resume from in case training was interrupted, or ``True`` to resume
|
38 |
# from the latest checkpoint in ``out_dir``. An error will be raised if no checkpoint is found. Passing
|
|
|
32 |
|
33 |
# Optional path to a checkpoint directory to initialize the model from.
|
34 |
# Useful for continued pretraining. Mutually exclusive with ``resume``. (type: Optional[Path], default: null)
|
35 |
+
initial_checkpoint_dir: "../out/pretrain/initial/"
|
36 |
|
37 |
# Path to a checkpoint directory to resume from in case training was interrupted, or ``True`` to resume
|
38 |
# from the latest checkpoint in ``out_dir``. An error will be raised if no checkpoint is found. Passing
|