jbduran commited on
Commit
20cdc91
·
verified ·
1 Parent(s): 7c83ef8

Upload think-d12-1ep-65sh-r30 step 2500

Browse files
experiments/think-d12-1ep-65sh-r30/base_checkpoints/meta_002500.json ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "step": 2500,
3
+ "experiment_id": "think-d12-1ep-65sh-r30",
4
+ "val_bpb": 1.1919329110762835,
5
+ "model_config": {
6
+ "sequence_len": 2048,
7
+ "vocab_size": 32768,
8
+ "n_layer": 12,
9
+ "n_head": 6,
10
+ "n_kv_head": 6,
11
+ "n_embd": 768,
12
+ "window_pattern": "L"
13
+ },
14
+ "user_config": {
15
+ "run": "think-d12-1ep-65sh-r30",
16
+ "wandb_run_id": "6465e19b",
17
+ "wandb_group": "think-d12-stopping-point",
18
+ "wandb_tags": "think-dataset,d12,ratio30,65-shards,a100,bf16,stopping-point",
19
+ "device_type": "cuda",
20
+ "fp8": false,
21
+ "fp8_recipe": "tensorwise",
22
+ "depth": 12,
23
+ "aspect_ratio": 64,
24
+ "head_dim": 128,
25
+ "max_seq_len": 2048,
26
+ "window_pattern": "L",
27
+ "num_iterations": -1,
28
+ "target_flops": -1.0,
29
+ "target_param_data_ratio": 30.0,
30
+ "device_batch_size": 16,
31
+ "total_batch_size": 524288,
32
+ "embedding_lr": 0.3,
33
+ "unembedding_lr": 0.008,
34
+ "weight_decay": 0.28,
35
+ "matrix_lr": 0.02,
36
+ "scalar_lr": 0.5,
37
+ "warmup_steps": 40,
38
+ "warmdown_ratio": 0.65,
39
+ "final_lr_frac": 0.05,
40
+ "resume_from_step": -1,
41
+ "pretokenized": true,
42
+ "data_dir": "/content/nanochat_cache/experiments/think-d12-1ep-65sh-r30/data",
43
+ "tokenizer_dir": "/content/nanochat_cache/experiments/think-d12-1ep-65sh-r30/tokenizer",
44
+ "pretokenized_dir": "/content/nanochat_cache/experiments/think-d12-1ep-65sh-r30/pretok",
45
+ "checkpoint_dir": "/content/nanochat_cache/experiments/think-d12-1ep-65sh-r30/base_checkpoints",
46
+ "experiment_id": "think-d12-1ep-65sh-r30",
47
+ "experiment_config": "/content/nanochat_cache/experiments/think-d12-1ep-65sh-r30/config.json",
48
+ "tokenizer_fingerprint": "db3bec0946e70097",
49
+ "git_commit_sha": "09b5f3b7b61a45f34d50a36e570b85f0259208bc",
50
+ "eval_every": 250,
51
+ "eval_tokens": 2097152,
52
+ "core_metric_every": 500,
53
+ "core_metric_max_per_task": 50,
54
+ "sample_every": -1,
55
+ "save_every": 500,
56
+ "model_tag": "think-d12-1ep-65sh-r30",
57
+ "experiment": {
58
+ "schema_version": 1,
59
+ "stage": "base",
60
+ "experiment_id": "think-d12-1ep-65sh-r30",
61
+ "dataset": {
62
+ "adapter": "parquet_shards",
63
+ "repo": "jbduran/think-dataset",
64
+ "revision": "main",
65
+ "validation_shard": 472,
66
+ "num_train_shards": 65,
67
+ "download_workers": 4
68
+ },
69
+ "tokenizer": {
70
+ "mode": "train",
71
+ "max_chars": 2000000000,
72
+ "doc_cap": 10000,
73
+ "vocab_size": 32768
74
+ },
75
+ "pretokenize": {
76
+ "enabled": true,
77
+ "target_tokens": 3402104832,
78
+ "slack": 1.03,
79
+ "require_no_wrap": true,
80
+ "val_tokens": 20971520,
81
+ "shard_tokens": 100000000,
82
+ "tokenizer_threads": 8
83
+ },
84
+ "training": {
85
+ "device_type": "cuda",
86
+ "depth": 12,
87
+ "aspect_ratio": 64,
88
+ "head_dim": 128,
89
+ "max_seq_len": 2048,
90
+ "scaling_params": 110100912,
91
+ "target_param_data_ratio": 30.0,
92
+ "window_pattern": "L",
93
+ "device_batch_size": 16,
94
+ "total_batch_size": 524288,
95
+ "embedding_lr": 0.3,
96
+ "unembedding_lr": 0.008,
97
+ "weight_decay": 0.28,
98
+ "matrix_lr": 0.02,
99
+ "scalar_lr": 0.5,
100
+ "warmup_steps": 40,
101
+ "warmdown_ratio": 0.65,
102
+ "final_lr_frac": 0.05,
103
+ "save_every": 500,
104
+ "eval_every": 250,
105
+ "eval_tokens": 2097152,
106
+ "core_metric_every": 500,
107
+ "core_metric_max_per_task": 50,
108
+ "sample_every": -1
109
+ },
110
+ "artifacts": {
111
+ "repo": "jbduran/think.nano"
112
+ },
113
+ "wandb": {
114
+ "entity": "jbduran-thinkingmachinesncsu",
115
+ "project": "think.nano",
116
+ "name": "think-d12-1ep-65sh-r30",
117
+ "group": "think-d12-stopping-point",
118
+ "tags": [
119
+ "think-dataset",
120
+ "d12",
121
+ "ratio30",
122
+ "65-shards",
123
+ "a100",
124
+ "bf16",
125
+ "stopping-point"
126
+ ]
127
+ },
128
+ "config_fingerprint": "35996219a51996ca",
129
+ "artifact_path": "experiments/think-d12-1ep-65sh-r30"
130
+ },
131
+ "stage": "base",
132
+ "base_experiment_id": "think-d12-1ep-65sh-r30",
133
+ "parent_experiment_id": null,
134
+ "parent_checkpoint_step": null,
135
+ "config_fingerprint": "35996219a51996ca"
136
+ },
137
+ "device_batch_size": 16,
138
+ "max_seq_len": 2048,
139
+ "total_batch_size": 524288,
140
+ "dataloader_state_dict": {
141
+ "file_idx": 13,
142
+ "pos": 10792769,
143
+ "epoch": 1,
144
+ "pq_idx": 13,
145
+ "rg_idx": 10792769
146
+ },
147
+ "loop_state": {
148
+ "min_val_bpb": 1.1919329110762835,
149
+ "smooth_train_loss": 3.4785363277537242,
150
+ "total_training_time": 6687.278959035873,
151
+ "stage_training_flops": 1162736943759360000,
152
+ "inherited_parent_flops": 0.0,
153
+ "cumulative_pipeline_training_flops": 1162736943759360000
154
+ }
155
+ }