exp-a retrain era_a1_refinedweb
Browse files
exp-a-core-retrain/era_a1_refinedweb/run_config.json
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"size": "small",
|
| 3 |
+
"arm": "a1d0",
|
| 4 |
+
"data_glob": "/workspace/datasets/refinedweb_nanogpt/train_*.bin",
|
| 5 |
+
"neutral_eval_dir": "/workspace/datasets/wiki_eval_union",
|
| 6 |
+
"token_budget": 731381760,
|
| 7 |
+
"n_epochs": 1,
|
| 8 |
+
"out_dir": "/workspace/runs/era_a1_refinedweb",
|
| 9 |
+
"n_checkpoints": 25,
|
| 10 |
+
"first_ckpt_frac": 0.001,
|
| 11 |
+
"eval_seq_len": 1024,
|
| 12 |
+
"eval_windows_per_chunk": 32,
|
| 13 |
+
"val_batch_size": 2097152,
|
| 14 |
+
"model_max_seq_len": 0,
|
| 15 |
+
"seed": 1234,
|
| 16 |
+
"save_checkpoints": 1,
|
| 17 |
+
"keep_checkpoints": 3,
|
| 18 |
+
"lr": 0.023,
|
| 19 |
+
"adam_lr": 0.008,
|
| 20 |
+
"world_size": 8,
|
| 21 |
+
"total_steps": 2780,
|
| 22 |
+
"tokens_per_step": 263087,
|
| 23 |
+
"tokens_per_step_stages": [
|
| 24 |
+
[
|
| 25 |
+
920,
|
| 26 |
+
131072
|
| 27 |
+
],
|
| 28 |
+
[
|
| 29 |
+
920,
|
| 30 |
+
262144
|
| 31 |
+
],
|
| 32 |
+
[
|
| 33 |
+
940,
|
| 34 |
+
393216
|
| 35 |
+
]
|
| 36 |
+
],
|
| 37 |
+
"grad_accum": 1,
|
| 38 |
+
"n_params": 498773000,
|
| 39 |
+
"device": "cuda:0",
|
| 40 |
+
"gpu_name": "NVIDIA H100 80GB HBM3",
|
| 41 |
+
"torch_version": "2.10.0+cu128",
|
| 42 |
+
"algorithm": "new_modded_nanogpt",
|
| 43 |
+
"ckpt_steps": [
|
| 44 |
+
6,
|
| 45 |
+
8,
|
| 46 |
+
10,
|
| 47 |
+
14,
|
| 48 |
+
18,
|
| 49 |
+
24,
|
| 50 |
+
32,
|
| 51 |
+
42,
|
| 52 |
+
56,
|
| 53 |
+
75,
|
| 54 |
+
100,
|
| 55 |
+
133,
|
| 56 |
+
177,
|
| 57 |
+
236,
|
| 58 |
+
314,
|
| 59 |
+
419,
|
| 60 |
+
558,
|
| 61 |
+
745,
|
| 62 |
+
957,
|
| 63 |
+
1122,
|
| 64 |
+
1343,
|
| 65 |
+
1637,
|
| 66 |
+
1966,
|
| 67 |
+
2315,
|
| 68 |
+
2594,
|
| 69 |
+
2632,
|
| 70 |
+
2669,
|
| 71 |
+
2706,
|
| 72 |
+
2743,
|
| 73 |
+
2780
|
| 74 |
+
],
|
| 75 |
+
"num_scheduled_iterations": 2760,
|
| 76 |
+
"num_extension_iterations": 20,
|
| 77 |
+
"total_tokens_trained": 731381760
|
| 78 |
+
}
|