Upload eleutherai_cluster_zphang.yml
Browse files
eleutherai_cluster_zphang.yml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Data paths and options when using EleutherAI cluster
|
| 2 |
+
{
|
| 3 |
+
"train-data-paths": ["/fsx/pile/pile_20B_tokenizer_text_document"],
|
| 4 |
+
"valid-data-paths": ["/fsx/pile/pile_20B_tokenizer_text_document"],
|
| 5 |
+
"test-data-paths": ["/fsx/pile/pile_20B_tokenizer_text_document"],
|
| 6 |
+
|
| 7 |
+
"tokenizer_type": "HFTokenizer",
|
| 8 |
+
"vocab-file": "/fsx/pile/20B_tokenizer.json",
|
| 9 |
+
|
| 10 |
+
"save": "/fsx/shiv/gpt-neox/runs/checkpoints/pythia/13b",
|
| 11 |
+
"load": "/fsx/shiv/gpt-neox/runs/checkpoints/pythia/13b",
|
| 12 |
+
"tensorboard-dir": "/fsx/shiv/gpt-neox/runs/tensorboard",
|
| 13 |
+
"log-dir": "/fsx/shiv/gpt-neox/runs/logs",
|
| 14 |
+
|
| 15 |
+
"wandb_team": "eleutherai",
|
| 16 |
+
"wandb_project": "pythia",
|
| 17 |
+
"wandb_group": "13B Decay",
|
| 18 |
+
"launcher": "openmpi",
|
| 19 |
+
"deepspeed_mpi": true
|
| 20 |
+
}
|