Upload config_stage_1.yaml with huggingface_hub
Browse files- config_stage_1.yaml +2 -2
config_stage_1.yaml
CHANGED
|
@@ -15,7 +15,7 @@ cache_dir: "/lustre/mlnvme/data/polyglot/.cache"
|
|
| 15 |
|
| 16 |
# Data loading settings
|
| 17 |
pin_memory: true
|
| 18 |
-
num_workers_for_dataloader:
|
| 19 |
shuffle_dataset: true
|
| 20 |
mask_eos_token: false
|
| 21 |
mask_pad_token: false
|
|
@@ -83,7 +83,7 @@ continual_pretraining: false
|
|
| 83 |
resume_from_checkpoint: null
|
| 84 |
checkpointing_steps: 5000
|
| 85 |
begin_new_stage: false
|
| 86 |
-
stage_name: "
|
| 87 |
|
| 88 |
# Miscellaneous settings
|
| 89 |
sanity_check: false
|
|
|
|
| 15 |
|
| 16 |
# Data loading settings
|
| 17 |
pin_memory: true
|
| 18 |
+
num_workers_for_dataloader: 16
|
| 19 |
shuffle_dataset: true
|
| 20 |
mask_eos_token: false
|
| 21 |
mask_pad_token: false
|
|
|
|
| 83 |
resume_from_checkpoint: null
|
| 84 |
checkpointing_steps: 5000
|
| 85 |
begin_new_stage: false
|
| 86 |
+
stage_name: "stage1"
|
| 87 |
|
| 88 |
# Miscellaneous settings
|
| 89 |
sanity_check: false
|