pretrain core
Browse files
scripts/pretrain_core_model.yaml
CHANGED
@@ -130,7 +130,7 @@ num_nodes: 1
|
|
130 |
|
131 |
# Optional path to the tokenizer dir that was used for preprocessing the dataset. Only some data
|
132 |
# module require this. (type: Optional[Path], default: null)
|
133 |
-
tokenizer_dir: "../"
|
134 |
|
135 |
# The name of the logger to send metrics to. (type: Literal['wandb', 'tensorboard', 'csv'], default: tensorboard)
|
136 |
logger_name: "wandb"
|
|
|
130 |
|
131 |
# Optional path to the tokenizer dir that was used for preprocessing the dataset. Only some data
|
132 |
# module require this. (type: Optional[Path], default: null)
|
133 |
+
tokenizer_dir: "../tokenizer"
|
134 |
|
135 |
# The name of the logger to send metrics to. (type: Literal['wandb', 'tensorboard', 'csv'], default: tensorboard)
|
136 |
logger_name: "wandb"
|