hails commited on
Commit
ab42f18
·
1 Parent(s): 23d1555

Upload eleutherai_cluster_zphang.yml

Browse files
Files changed (1) hide show
  1. eleutherai_cluster_zphang.yml +20 -0
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
+ }