w-ahmad commited on
Commit
0f496b0
·
verified ·
1 Parent(s): 3d136ed

Auto upload zain 2026-08-12T19:12:22.442943

Browse files
Files changed (36) hide show
  1. zain/Activation/out/glu-linear-150L_run/checkpoint-1000/config.json +36 -0
  2. zain/Activation/out/glu-linear-150L_run/checkpoint-1000/model.safetensors +3 -0
  3. zain/Activation/out/glu-linear-150L_run/checkpoint-1000/optimizer.pt +3 -0
  4. zain/Activation/out/glu-linear-150L_run/checkpoint-1000/rng_state.pth +3 -0
  5. zain/Activation/out/glu-linear-150L_run/checkpoint-1000/scheduler.pt +3 -0
  6. zain/Activation/out/glu-linear-150L_run/checkpoint-1000/tokenizer.json +0 -0
  7. zain/Activation/out/glu-linear-150L_run/checkpoint-1000/tokenizer_config.json +13 -0
  8. zain/Activation/out/glu-linear-150L_run/checkpoint-1000/trainer_state.json +544 -0
  9. zain/Activation/out/glu-linear-150L_run/checkpoint-1000/training_args.bin +3 -0
  10. zain/Activation/out/glu-linear-150L_run/config.json +36 -0
  11. zain/Activation/out/glu-linear-150L_run/model.safetensors +3 -0
  12. zain/Activation/out/glu-linear-150L_run/tokenizer.json +0 -0
  13. zain/Activation/out/glu-linear-150L_run/tokenizer_config.json +13 -0
  14. zain/Activation/out/glu-linear-150L_run/training_args.bin +3 -0
  15. zain/Activation/out/glu-linear-150L_run/training_log.jsonl +24 -0
  16. zain/Activation/out/glu-waleed10-150L_run/training_log.jsonl +1 -0
  17. zain/Activation/wandb/debug-internal.log +11 -83
  18. zain/Activation/wandb/debug.log +19 -19
  19. zain/Activation/wandb/run-20260812_175304-hrggki9k/logs/debug-core.log +7 -0
  20. zain/Activation/wandb/run-20260812_180713-utqzlg67/logs/debug-core.log +7 -0
  21. zain/Activation/wandb/run-20260812_182126-vyycsg6r/logs/debug-core.log +7 -0
  22. zain/Activation/wandb/run-20260812_183823-qtstmmvv/logs/debug-core.log +7 -0
  23. zain/Activation/wandb/run-20260812_185803-0fh9o8ec/files/config.yaml +445 -0
  24. zain/Activation/wandb/run-20260812_185803-0fh9o8ec/files/output.log +34 -0
  25. zain/Activation/wandb/run-20260812_185803-0fh9o8ec/files/wandb-summary.json +1 -0
  26. zain/Activation/wandb/run-20260812_185803-0fh9o8ec/logs/debug-core.log +7 -0
  27. zain/Activation/wandb/run-20260812_185803-0fh9o8ec/logs/debug-internal.log +46 -0
  28. zain/Activation/wandb/run-20260812_185803-0fh9o8ec/logs/debug.log +5 -0
  29. zain/Activation/wandb/run-20260812_185803-0fh9o8ec/run-0fh9o8ec.wandb +2 -2
  30. zain/Activation/wandb/run-20260812_191207-w1cgnksl/files/output.log +2 -0
  31. zain/Activation/wandb/run-20260812_191207-w1cgnksl/files/requirements.txt +149 -0
  32. zain/Activation/wandb/run-20260812_191207-w1cgnksl/files/wandb-metadata.json +107 -0
  33. zain/Activation/wandb/run-20260812_191207-w1cgnksl/logs/debug-core.log +55 -0
  34. zain/Activation/wandb/run-20260812_191207-w1cgnksl/logs/debug-internal.log +11 -0
  35. zain/Activation/wandb/run-20260812_191207-w1cgnksl/logs/debug.log +20 -0
  36. zain/Activation/wandb/run-20260812_191207-w1cgnksl/run-w1cgnksl.wandb +0 -0
zain/Activation/out/glu-linear-150L_run/checkpoint-1000/config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "linear",
3
+ "architectures": [
4
+ "TinyLlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "dtype": "bfloat16",
10
+ "eos_token_id": 2,
11
+ "head_dim": 32,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 128,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 256,
16
+ "max_position_embeddings": 512,
17
+ "mlp_bias": false,
18
+ "mlp_type": "glu",
19
+ "model_type": "tiny_llama",
20
+ "num_attention_heads": 4,
21
+ "num_hidden_layers": 150,
22
+ "num_key_value_heads": 4,
23
+ "pad_token_id": 0,
24
+ "pretraining_tp": 1,
25
+ "rms_norm_eps": 1e-06,
26
+ "rope_parameters": {
27
+ "rope_theta": 10000.0,
28
+ "rope_type": "default"
29
+ },
30
+ "tie_word_embeddings": true,
31
+ "tokenizer_name": "w-ahmad/tiny-stories-tokenizer",
32
+ "transformers_version": "5.16.0.dev0",
33
+ "use_cache": false,
34
+ "vocab_size": 4096,
35
+ "waleed_beta": 10.0
36
+ }
zain/Activation/out/glu-linear-150L_run/checkpoint-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39e76362c91e06038fea9af3a37c65bfaf32f86e70bc728754e698978b98cbf1
3
+ size 50427120
zain/Activation/out/glu-linear-150L_run/checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4fa94d550d1f477bf57f4c490f763e9c240d9c1a0d9c7de625d85494899b73b
3
+ size 101708778
zain/Activation/out/glu-linear-150L_run/checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:645b71843375baf4cc10bc75a2f0f04e91b8e3f8e8929f518a87022898b3bc20
3
+ size 14244
zain/Activation/out/glu-linear-150L_run/checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9db76f238494a413266398860b344c6c4c0f3a045ef78b23af1afac6775a12d1
3
+ size 1064
zain/Activation/out/glu-linear-150L_run/checkpoint-1000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
zain/Activation/out/glu-linear-150L_run/checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "eos_token": "<|endoftext|>",
6
+ "errors": "replace",
7
+ "is_local": false,
8
+ "local_files_only": false,
9
+ "model_max_length": 1024,
10
+ "pad_token": "<|endoftext|>",
11
+ "tokenizer_class": "GPT2Tokenizer",
12
+ "unk_token": "<|endoftext|>"
13
+ }
zain/Activation/out/glu-linear-150L_run/checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,544 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.06740815638692282,
6
+ "eval_steps": 50,
7
+ "global_step": 1000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.0013481631277384564,
14
+ "grad_norm": 1.2578125,
15
+ "learning_rate": 0.000475,
16
+ "loss": 7.956696319580078,
17
+ "step": 20
18
+ },
19
+ {
20
+ "epoch": 0.002696326255476913,
21
+ "grad_norm": 0.8671875,
22
+ "learning_rate": 0.0009750000000000001,
23
+ "loss": 6.816403198242187,
24
+ "step": 40
25
+ },
26
+ {
27
+ "epoch": 0.003370407819346141,
28
+ "eval_loss": 6.03591251373291,
29
+ "eval_runtime": 20.8366,
30
+ "eval_samples_per_second": 457.224,
31
+ "eval_steps_per_second": 3.599,
32
+ "step": 50
33
+ },
34
+ {
35
+ "epoch": 0.004044489383215369,
36
+ "grad_norm": 0.2421875,
37
+ "learning_rate": 0.001475,
38
+ "loss": 6.07518196105957,
39
+ "step": 60
40
+ },
41
+ {
42
+ "epoch": 0.005392652510953826,
43
+ "grad_norm": 0.255859375,
44
+ "learning_rate": 0.001975,
45
+ "loss": 5.979307556152344,
46
+ "step": 80
47
+ },
48
+ {
49
+ "epoch": 0.006740815638692282,
50
+ "grad_norm": 0.421875,
51
+ "learning_rate": 0.002475,
52
+ "loss": 6.011705780029297,
53
+ "step": 100
54
+ },
55
+ {
56
+ "epoch": 0.006740815638692282,
57
+ "eval_loss": 5.985101699829102,
58
+ "eval_runtime": 20.8812,
59
+ "eval_samples_per_second": 456.248,
60
+ "eval_steps_per_second": 3.592,
61
+ "step": 100
62
+ },
63
+ {
64
+ "epoch": 0.008088978766430738,
65
+ "grad_norm": 0.3203125,
66
+ "learning_rate": 0.0029749999999999998,
67
+ "loss": 5.911283111572265,
68
+ "step": 120
69
+ },
70
+ {
71
+ "epoch": 0.009437141894169195,
72
+ "grad_norm": 0.439453125,
73
+ "learning_rate": 0.003475,
74
+ "loss": 5.750088882446289,
75
+ "step": 140
76
+ },
77
+ {
78
+ "epoch": 0.010111223458038422,
79
+ "eval_loss": 5.503909111022949,
80
+ "eval_runtime": 21.0312,
81
+ "eval_samples_per_second": 452.993,
82
+ "eval_steps_per_second": 3.566,
83
+ "step": 150
84
+ },
85
+ {
86
+ "epoch": 0.010785305021907651,
87
+ "grad_norm": 1.046875,
88
+ "learning_rate": 0.003975,
89
+ "loss": 5.520360946655273,
90
+ "step": 160
91
+ },
92
+ {
93
+ "epoch": 0.012133468149646108,
94
+ "grad_norm": 0.296875,
95
+ "learning_rate": 0.004475,
96
+ "loss": 5.556026840209961,
97
+ "step": 180
98
+ },
99
+ {
100
+ "epoch": 0.013481631277384564,
101
+ "grad_norm": 0.283203125,
102
+ "learning_rate": 0.004975,
103
+ "loss": 5.346047592163086,
104
+ "step": 200
105
+ },
106
+ {
107
+ "epoch": 0.013481631277384564,
108
+ "eval_loss": 5.2880539894104,
109
+ "eval_runtime": 21.1058,
110
+ "eval_samples_per_second": 451.393,
111
+ "eval_steps_per_second": 3.554,
112
+ "step": 200
113
+ },
114
+ {
115
+ "epoch": 0.01482979440512302,
116
+ "grad_norm": 0.58203125,
117
+ "learning_rate": 0.005,
118
+ "loss": 5.273908996582032,
119
+ "step": 220
120
+ },
121
+ {
122
+ "epoch": 0.016177957532861477,
123
+ "grad_norm": 0.2119140625,
124
+ "learning_rate": 0.005,
125
+ "loss": 5.410552215576172,
126
+ "step": 240
127
+ },
128
+ {
129
+ "epoch": 0.016852039096730706,
130
+ "eval_loss": 5.188313007354736,
131
+ "eval_runtime": 20.8972,
132
+ "eval_samples_per_second": 455.898,
133
+ "eval_steps_per_second": 3.589,
134
+ "step": 250
135
+ },
136
+ {
137
+ "epoch": 0.01752612066059993,
138
+ "grad_norm": 1.7890625,
139
+ "learning_rate": 0.005,
140
+ "loss": 5.2268211364746096,
141
+ "step": 260
142
+ },
143
+ {
144
+ "epoch": 0.01887428378833839,
145
+ "grad_norm": 0.1796875,
146
+ "learning_rate": 0.005,
147
+ "loss": 5.473565292358399,
148
+ "step": 280
149
+ },
150
+ {
151
+ "epoch": 0.020222446916076844,
152
+ "grad_norm": 0.205078125,
153
+ "learning_rate": 0.005,
154
+ "loss": 5.219692993164062,
155
+ "step": 300
156
+ },
157
+ {
158
+ "epoch": 0.020222446916076844,
159
+ "eval_loss": 5.02672815322876,
160
+ "eval_runtime": 20.9666,
161
+ "eval_samples_per_second": 454.39,
162
+ "eval_steps_per_second": 3.577,
163
+ "step": 300
164
+ },
165
+ {
166
+ "epoch": 0.021570610043815303,
167
+ "grad_norm": 0.322265625,
168
+ "learning_rate": 0.005,
169
+ "loss": 4.967658615112304,
170
+ "step": 320
171
+ },
172
+ {
173
+ "epoch": 0.022918773171553757,
174
+ "grad_norm": 0.173828125,
175
+ "learning_rate": 0.005,
176
+ "loss": 4.778659820556641,
177
+ "step": 340
178
+ },
179
+ {
180
+ "epoch": 0.023592854735422986,
181
+ "eval_loss": 4.648769855499268,
182
+ "eval_runtime": 21.1707,
183
+ "eval_samples_per_second": 450.008,
184
+ "eval_steps_per_second": 3.543,
185
+ "step": 350
186
+ },
187
+ {
188
+ "epoch": 0.024266936299292215,
189
+ "grad_norm": 0.2255859375,
190
+ "learning_rate": 0.005,
191
+ "loss": 4.660733032226562,
192
+ "step": 360
193
+ },
194
+ {
195
+ "epoch": 0.02561509942703067,
196
+ "grad_norm": 0.208984375,
197
+ "learning_rate": 0.005,
198
+ "loss": 4.559370040893555,
199
+ "step": 380
200
+ },
201
+ {
202
+ "epoch": 0.026963262554769128,
203
+ "grad_norm": 0.25390625,
204
+ "learning_rate": 0.005,
205
+ "loss": 4.45455322265625,
206
+ "step": 400
207
+ },
208
+ {
209
+ "epoch": 0.026963262554769128,
210
+ "eval_loss": 4.417364120483398,
211
+ "eval_runtime": 20.8283,
212
+ "eval_samples_per_second": 457.406,
213
+ "eval_steps_per_second": 3.601,
214
+ "step": 400
215
+ },
216
+ {
217
+ "epoch": 0.028311425682507583,
218
+ "grad_norm": 0.2177734375,
219
+ "learning_rate": 0.005,
220
+ "loss": 4.370449447631836,
221
+ "step": 420
222
+ },
223
+ {
224
+ "epoch": 0.02965958881024604,
225
+ "grad_norm": 0.310546875,
226
+ "learning_rate": 0.005,
227
+ "loss": 4.529141998291015,
228
+ "step": 440
229
+ },
230
+ {
231
+ "epoch": 0.030333670374115267,
232
+ "eval_loss": 4.386935234069824,
233
+ "eval_runtime": 21.0263,
234
+ "eval_samples_per_second": 453.099,
235
+ "eval_steps_per_second": 3.567,
236
+ "step": 450
237
+ },
238
+ {
239
+ "epoch": 0.031007751937984496,
240
+ "grad_norm": 0.251953125,
241
+ "learning_rate": 0.005,
242
+ "loss": 4.395891189575195,
243
+ "step": 460
244
+ },
245
+ {
246
+ "epoch": 0.032355915065722954,
247
+ "grad_norm": 0.2578125,
248
+ "learning_rate": 0.005,
249
+ "loss": 4.270762634277344,
250
+ "step": 480
251
+ },
252
+ {
253
+ "epoch": 0.03370407819346141,
254
+ "grad_norm": 0.34765625,
255
+ "learning_rate": 0.005,
256
+ "loss": 4.187443542480469,
257
+ "step": 500
258
+ },
259
+ {
260
+ "epoch": 0.03370407819346141,
261
+ "eval_loss": 4.152405261993408,
262
+ "eval_runtime": 20.9396,
263
+ "eval_samples_per_second": 454.976,
264
+ "eval_steps_per_second": 3.582,
265
+ "step": 500
266
+ },
267
+ {
268
+ "epoch": 0.03505224132119986,
269
+ "grad_norm": 0.302734375,
270
+ "learning_rate": 0.005,
271
+ "loss": 4.120236587524414,
272
+ "step": 520
273
+ },
274
+ {
275
+ "epoch": 0.03640040444893832,
276
+ "grad_norm": 0.3046875,
277
+ "learning_rate": 0.005,
278
+ "loss": 4.068311309814453,
279
+ "step": 540
280
+ },
281
+ {
282
+ "epoch": 0.03707448601280755,
283
+ "eval_loss": 4.019883632659912,
284
+ "eval_runtime": 21.08,
285
+ "eval_samples_per_second": 451.945,
286
+ "eval_steps_per_second": 3.558,
287
+ "step": 550
288
+ },
289
+ {
290
+ "epoch": 0.03774856757667678,
291
+ "grad_norm": 0.52734375,
292
+ "learning_rate": 0.005,
293
+ "loss": 4.021861267089844,
294
+ "step": 560
295
+ },
296
+ {
297
+ "epoch": 0.03909673070441524,
298
+ "grad_norm": 0.45703125,
299
+ "learning_rate": 0.005,
300
+ "loss": 4.028375625610352,
301
+ "step": 580
302
+ },
303
+ {
304
+ "epoch": 0.04044489383215369,
305
+ "grad_norm": 0.3125,
306
+ "learning_rate": 0.005,
307
+ "loss": 4.143251419067383,
308
+ "step": 600
309
+ },
310
+ {
311
+ "epoch": 0.04044489383215369,
312
+ "eval_loss": 4.0677714347839355,
313
+ "eval_runtime": 20.7979,
314
+ "eval_samples_per_second": 458.074,
315
+ "eval_steps_per_second": 3.606,
316
+ "step": 600
317
+ },
318
+ {
319
+ "epoch": 0.04179305695989215,
320
+ "grad_norm": 0.408203125,
321
+ "learning_rate": 0.005,
322
+ "loss": 4.020790863037109,
323
+ "step": 620
324
+ },
325
+ {
326
+ "epoch": 0.043141220087630605,
327
+ "grad_norm": 0.62109375,
328
+ "learning_rate": 0.005,
329
+ "loss": 4.100545501708984,
330
+ "step": 640
331
+ },
332
+ {
333
+ "epoch": 0.043815301651499834,
334
+ "eval_loss": 4.084841251373291,
335
+ "eval_runtime": 21.002,
336
+ "eval_samples_per_second": 453.623,
337
+ "eval_steps_per_second": 3.571,
338
+ "step": 650
339
+ },
340
+ {
341
+ "epoch": 0.044489383215369056,
342
+ "grad_norm": 0.37109375,
343
+ "learning_rate": 0.005,
344
+ "loss": 4.0663604736328125,
345
+ "step": 660
346
+ },
347
+ {
348
+ "epoch": 0.045837546343107514,
349
+ "grad_norm": 0.625,
350
+ "learning_rate": 0.005,
351
+ "loss": 3.989541244506836,
352
+ "step": 680
353
+ },
354
+ {
355
+ "epoch": 0.04718570947084597,
356
+ "grad_norm": 0.50390625,
357
+ "learning_rate": 0.005,
358
+ "loss": 3.9411972045898436,
359
+ "step": 700
360
+ },
361
+ {
362
+ "epoch": 0.04718570947084597,
363
+ "eval_loss": 3.957554817199707,
364
+ "eval_runtime": 20.9069,
365
+ "eval_samples_per_second": 455.686,
366
+ "eval_steps_per_second": 3.587,
367
+ "step": 700
368
+ },
369
+ {
370
+ "epoch": 0.04853387259858443,
371
+ "grad_norm": 0.376953125,
372
+ "learning_rate": 0.005,
373
+ "loss": 3.9560787200927736,
374
+ "step": 720
375
+ },
376
+ {
377
+ "epoch": 0.04988203572632288,
378
+ "grad_norm": 0.50390625,
379
+ "learning_rate": 0.005,
380
+ "loss": 3.937845993041992,
381
+ "step": 740
382
+ },
383
+ {
384
+ "epoch": 0.05055611729019211,
385
+ "eval_loss": 3.883145332336426,
386
+ "eval_runtime": 20.8555,
387
+ "eval_samples_per_second": 456.811,
388
+ "eval_steps_per_second": 3.596,
389
+ "step": 750
390
+ },
391
+ {
392
+ "epoch": 0.05123019885406134,
393
+ "grad_norm": 0.28515625,
394
+ "learning_rate": 0.005,
395
+ "loss": 3.876919174194336,
396
+ "step": 760
397
+ },
398
+ {
399
+ "epoch": 0.0525783619817998,
400
+ "grad_norm": 0.23046875,
401
+ "learning_rate": 0.005,
402
+ "loss": 3.863613510131836,
403
+ "step": 780
404
+ },
405
+ {
406
+ "epoch": 0.053926525109538256,
407
+ "grad_norm": 0.26171875,
408
+ "learning_rate": 0.005,
409
+ "loss": 3.817916488647461,
410
+ "step": 800
411
+ },
412
+ {
413
+ "epoch": 0.053926525109538256,
414
+ "eval_loss": 3.805201768875122,
415
+ "eval_runtime": 20.868,
416
+ "eval_samples_per_second": 456.536,
417
+ "eval_steps_per_second": 3.594,
418
+ "step": 800
419
+ },
420
+ {
421
+ "epoch": 0.05527468823727671,
422
+ "grad_norm": 0.275390625,
423
+ "learning_rate": 0.005,
424
+ "loss": 3.8092723846435548,
425
+ "step": 820
426
+ },
427
+ {
428
+ "epoch": 0.056622851365015166,
429
+ "grad_norm": 0.4765625,
430
+ "learning_rate": 0.005,
431
+ "loss": 3.7842361450195314,
432
+ "step": 840
433
+ },
434
+ {
435
+ "epoch": 0.057296932928884395,
436
+ "eval_loss": 3.781162977218628,
437
+ "eval_runtime": 20.8153,
438
+ "eval_samples_per_second": 457.693,
439
+ "eval_steps_per_second": 3.603,
440
+ "step": 850
441
+ },
442
+ {
443
+ "epoch": 0.057971014492753624,
444
+ "grad_norm": 0.349609375,
445
+ "learning_rate": 0.005,
446
+ "loss": 3.772878646850586,
447
+ "step": 860
448
+ },
449
+ {
450
+ "epoch": 0.05931917762049208,
451
+ "grad_norm": 0.5703125,
452
+ "learning_rate": 0.005,
453
+ "loss": 3.7841278076171876,
454
+ "step": 880
455
+ },
456
+ {
457
+ "epoch": 0.06066734074823053,
458
+ "grad_norm": 0.466796875,
459
+ "learning_rate": 0.005,
460
+ "loss": 3.761078643798828,
461
+ "step": 900
462
+ },
463
+ {
464
+ "epoch": 0.06066734074823053,
465
+ "eval_loss": 3.7455968856811523,
466
+ "eval_runtime": 20.92,
467
+ "eval_samples_per_second": 455.402,
468
+ "eval_steps_per_second": 3.585,
469
+ "step": 900
470
+ },
471
+ {
472
+ "epoch": 0.06201550387596899,
473
+ "grad_norm": 0.39453125,
474
+ "learning_rate": 0.005,
475
+ "loss": 3.8091686248779295,
476
+ "step": 920
477
+ },
478
+ {
479
+ "epoch": 0.06336366700370745,
480
+ "grad_norm": 0.6015625,
481
+ "learning_rate": 0.005,
482
+ "loss": 3.816885757446289,
483
+ "step": 940
484
+ },
485
+ {
486
+ "epoch": 0.06403774856757667,
487
+ "eval_loss": 3.8163840770721436,
488
+ "eval_runtime": 20.8548,
489
+ "eval_samples_per_second": 456.826,
490
+ "eval_steps_per_second": 3.596,
491
+ "step": 950
492
+ },
493
+ {
494
+ "epoch": 0.06471183013144591,
495
+ "grad_norm": 0.4140625,
496
+ "learning_rate": 0.005,
497
+ "loss": 3.8143104553222655,
498
+ "step": 960
499
+ },
500
+ {
501
+ "epoch": 0.06605999325918437,
502
+ "grad_norm": 0.56640625,
503
+ "learning_rate": 0.005,
504
+ "loss": 3.8331851959228516,
505
+ "step": 980
506
+ },
507
+ {
508
+ "epoch": 0.06740815638692282,
509
+ "grad_norm": 0.546875,
510
+ "learning_rate": 0.005,
511
+ "loss": 3.895557403564453,
512
+ "step": 1000
513
+ },
514
+ {
515
+ "epoch": 0.06740815638692282,
516
+ "eval_loss": 3.8806943893432617,
517
+ "eval_runtime": 20.8642,
518
+ "eval_samples_per_second": 456.62,
519
+ "eval_steps_per_second": 3.595,
520
+ "step": 1000
521
+ }
522
+ ],
523
+ "logging_steps": 20,
524
+ "max_steps": 1000,
525
+ "num_input_tokens_seen": 0,
526
+ "num_train_epochs": 1,
527
+ "save_steps": 1000,
528
+ "stateful_callbacks": {
529
+ "TrainerControl": {
530
+ "args": {
531
+ "should_epoch_stop": false,
532
+ "should_evaluate": false,
533
+ "should_log": false,
534
+ "should_save": true,
535
+ "should_training_stop": true
536
+ },
537
+ "attributes": {}
538
+ }
539
+ },
540
+ "total_flos": 4839413121024000.0,
541
+ "train_batch_size": 64,
542
+ "trial_name": null,
543
+ "trial_params": null
544
+ }
zain/Activation/out/glu-linear-150L_run/checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb806d4a439df151752019f391211c166395545923bb5e786d20bc3664157e3a
3
+ size 4920
zain/Activation/out/glu-linear-150L_run/config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "linear",
3
+ "architectures": [
4
+ "TinyLlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "dtype": "bfloat16",
10
+ "eos_token_id": 2,
11
+ "head_dim": 32,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 128,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 256,
16
+ "max_position_embeddings": 512,
17
+ "mlp_bias": false,
18
+ "mlp_type": "glu",
19
+ "model_type": "tiny_llama",
20
+ "num_attention_heads": 4,
21
+ "num_hidden_layers": 150,
22
+ "num_key_value_heads": 4,
23
+ "pad_token_id": 0,
24
+ "pretraining_tp": 1,
25
+ "rms_norm_eps": 1e-06,
26
+ "rope_parameters": {
27
+ "rope_theta": 10000.0,
28
+ "rope_type": "default"
29
+ },
30
+ "tie_word_embeddings": true,
31
+ "tokenizer_name": "w-ahmad/tiny-stories-tokenizer",
32
+ "transformers_version": "5.16.0.dev0",
33
+ "use_cache": false,
34
+ "vocab_size": 4096,
35
+ "waleed_beta": 10.0
36
+ }
zain/Activation/out/glu-linear-150L_run/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39e76362c91e06038fea9af3a37c65bfaf32f86e70bc728754e698978b98cbf1
3
+ size 50427120
zain/Activation/out/glu-linear-150L_run/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
zain/Activation/out/glu-linear-150L_run/tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "eos_token": "<|endoftext|>",
6
+ "errors": "replace",
7
+ "is_local": false,
8
+ "local_files_only": false,
9
+ "model_max_length": 1024,
10
+ "pad_token": "<|endoftext|>",
11
+ "tokenizer_class": "GPT2Tokenizer",
12
+ "unk_token": "<|endoftext|>"
13
+ }
zain/Activation/out/glu-linear-150L_run/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb806d4a439df151752019f391211c166395545923bb5e786d20bc3664157e3a
3
+ size 4920
zain/Activation/out/glu-linear-150L_run/training_log.jsonl CHANGED
@@ -46,3 +46,27 @@
46
  {"step": 660, "epoch": 0.044489383215369056, "timestamp": 1786561621.5550168, "loss": 4.0663604736328125, "grad_norm": 0.37109375, "learning_rate": 0.005, "train/total_time_seconds": 231.7532401382923, "train/time_per_step_avg": 0.34764930870383975, "train/epoch_time_elapsed": 537.3906552046537, "train/estimated_remaining_minutes": 1.9898005466419035}
47
  {"step": 680, "epoch": 0.045837546343107514, "timestamp": 1786561629.910806, "loss": 3.989541244506836, "grad_norm": 0.625, "learning_rate": 0.005, "train/total_time_seconds": 239.09254013746977, "train/time_per_step_avg": 0.35157852102071047, "train/epoch_time_elapsed": 545.7464439682662, "train/estimated_remaining_minutes": 1.8752356089213316}
48
  {"step": 700, "epoch": 0.04718570947084597, "timestamp": 1786561637.8702278, "loss": 3.9411972045898436, "grad_norm": 0.50390625, "learning_rate": 0.005, "train/total_time_seconds": 246.04394330829382, "train/time_per_step_avg": 0.35155317302793265, "train/epoch_time_elapsed": 553.7058657445014, "train/estimated_remaining_minutes": 1.7574567379163843}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  {"step": 660, "epoch": 0.044489383215369056, "timestamp": 1786561621.5550168, "loss": 4.0663604736328125, "grad_norm": 0.37109375, "learning_rate": 0.005, "train/total_time_seconds": 231.7532401382923, "train/time_per_step_avg": 0.34764930870383975, "train/epoch_time_elapsed": 537.3906552046537, "train/estimated_remaining_minutes": 1.9898005466419035}
47
  {"step": 680, "epoch": 0.045837546343107514, "timestamp": 1786561629.910806, "loss": 3.989541244506836, "grad_norm": 0.625, "learning_rate": 0.005, "train/total_time_seconds": 239.09254013746977, "train/time_per_step_avg": 0.35157852102071047, "train/epoch_time_elapsed": 545.7464439682662, "train/estimated_remaining_minutes": 1.8752356089213316}
48
  {"step": 700, "epoch": 0.04718570947084597, "timestamp": 1786561637.8702278, "loss": 3.9411972045898436, "grad_norm": 0.50390625, "learning_rate": 0.005, "train/total_time_seconds": 246.04394330829382, "train/time_per_step_avg": 0.35155317302793265, "train/epoch_time_elapsed": 553.7058657445014, "train/estimated_remaining_minutes": 1.7574567379163843}
49
+ {"step": 700, "epoch": 0.04718570947084597, "timestamp": 1786561658.7787404, "eval_loss": 3.957554817199707, "eval_runtime": 20.9069, "eval_samples_per_second": 455.686, "eval_steps_per_second": 3.587, "train/total_time_seconds": 246.04394330829382, "train/time_per_step_avg": 0.35155317302793265, "train/epoch_time_elapsed": 574.6143769398332, "train/estimated_remaining_minutes": 1.7574567379163843}
50
+ {"step": 720, "epoch": 0.04853387259858443, "timestamp": 1786561666.717939, "loss": 3.9560787200927736, "grad_norm": 0.376953125, "learning_rate": 0.005, "train/total_time_seconds": 252.98766312375665, "train/time_per_step_avg": 0.35152376390993595, "train/epoch_time_elapsed": 582.5535773076117, "train/estimated_remaining_minutes": 1.6397348535799041}
51
+ {"step": 740, "epoch": 0.04988203572632288, "timestamp": 1786561674.6922324, "loss": 3.937845993041992, "grad_norm": 0.50390625, "learning_rate": 0.005, "train/total_time_seconds": 259.9603731483221, "train/time_per_step_avg": 0.3510817878320813, "train/epoch_time_elapsed": 590.5278697311878, "train/estimated_remaining_minutes": 1.5222904733910754}
52
+ {"step": 750, "epoch": 0.05055611729019211, "timestamp": 1786561699.4916966, "eval_loss": 3.883145332336426, "eval_runtime": 20.8555, "eval_samples_per_second": 456.811, "eval_steps_per_second": 3.596, "train/total_time_seconds": 263.4158732369542, "train/time_per_step_avg": 0.35111497826874255, "train/epoch_time_elapsed": 615.3273340463638, "train/estimated_remaining_minutes": 1.463421517983079}
53
+ {"step": 760, "epoch": 0.05123019885406134, "timestamp": 1786561703.5628746, "loss": 3.876919174194336, "grad_norm": 0.28515625, "learning_rate": 0.005, "train/total_time_seconds": 266.96413373202085, "train/time_per_step_avg": 0.3521089359372854, "train/epoch_time_elapsed": 619.3985130116343, "train/estimated_remaining_minutes": 1.4050743880632675}
54
+ {"step": 780, "epoch": 0.0525783619817998, "timestamp": 1786561711.526361, "loss": 3.863613510131836, "grad_norm": 0.23046875, "learning_rate": 0.005, "train/total_time_seconds": 273.94282737746835, "train/time_per_step_avg": 0.3485028723999858, "train/epoch_time_elapsed": 627.3619999475777, "train/estimated_remaining_minutes": 1.2877654278428}
55
+ {"step": 800, "epoch": 0.053926525109538256, "timestamp": 1786561719.4585655, "loss": 3.817916488647461, "grad_norm": 0.26171875, "learning_rate": 0.005, "train/total_time_seconds": 280.8883742876351, "train/time_per_step_avg": 0.3484443097934127, "train/epoch_time_elapsed": 635.2942031100392, "train/estimated_remaining_minutes": 1.1703682261984796}
56
+ {"step": 800, "epoch": 0.053926525109538256, "timestamp": 1786561740.3282394, "eval_loss": 3.805201768875122, "eval_runtime": 20.868, "eval_samples_per_second": 456.536, "eval_steps_per_second": 3.594, "train/total_time_seconds": 280.8883742876351, "train/time_per_step_avg": 0.3484443097934127, "train/epoch_time_elapsed": 656.1638764068484, "train/estimated_remaining_minutes": 1.1703682261984796}
57
+ {"step": 820, "epoch": 0.05527468823727671, "timestamp": 1786561748.6419787, "loss": 3.8092723846435548, "grad_norm": 0.275390625, "learning_rate": 0.005, "train/total_time_seconds": 288.1984957046807, "train/time_per_step_avg": 0.35210832580924034, "train/epoch_time_elapsed": 664.4776168353856, "train/estimated_remaining_minutes": 1.054384740382978}
58
+ {"step": 840, "epoch": 0.056622851365015166, "timestamp": 1786561756.562155, "loss": 3.7842361450195314, "grad_norm": 0.4765625, "learning_rate": 0.005, "train/total_time_seconds": 295.12212934345007, "train/time_per_step_avg": 0.35161756195127963, "train/epoch_time_elapsed": 672.3977936692536, "train/estimated_remaining_minutes": 0.9368956487093653}
59
+ {"step": 850, "epoch": 0.057296932928884395, "timestamp": 1786561781.390232, "eval_loss": 3.781162977218628, "eval_runtime": 20.8153, "eval_samples_per_second": 457.693, "eval_steps_per_second": 3.603, "train/total_time_seconds": 298.62293972074986, "train/time_per_step_avg": 0.3520706648379564, "train/epoch_time_elapsed": 697.2258685082197, "train/estimated_remaining_minutes": 0.8783027638845584}
60
+ {"step": 860, "epoch": 0.057971014492753624, "timestamp": 1786561785.3252072, "loss": 3.772878646850586, "grad_norm": 0.349609375, "learning_rate": 0.005, "train/total_time_seconds": 302.0710848532617, "train/time_per_step_avg": 0.35106951121240854, "train/epoch_time_elapsed": 701.160845734179, "train/estimated_remaining_minutes": 0.8195727108421829}
61
+ {"step": 880, "epoch": 0.05931917762049208, "timestamp": 1786561793.232581, "loss": 3.7841278076171876, "grad_norm": 0.5703125, "learning_rate": 0.005, "train/total_time_seconds": 308.99424478039145, "train/time_per_step_avg": 0.3505141740292311, "train/epoch_time_elapsed": 709.0682189725339, "train/estimated_remaining_minutes": 0.7022596472281624}
62
+ {"step": 900, "epoch": 0.06066734074823053, "timestamp": 1786561801.1976156, "loss": 3.761078643798828, "grad_norm": 0.466796875, "learning_rate": 0.005, "train/total_time_seconds": 315.9700040668249, "train/time_per_step_avg": 0.35081629779189827, "train/epoch_time_elapsed": 717.0332538820803, "train/estimated_remaining_minutes": 0.5851296371607868}
63
+ {"step": 900, "epoch": 0.06066734074823053, "timestamp": 1786561822.1191792, "eval_loss": 3.7455968856811523, "eval_runtime": 20.92, "eval_samples_per_second": 455.402, "eval_steps_per_second": 3.585, "train/total_time_seconds": 315.9700040668249, "train/time_per_step_avg": 0.35081629779189827, "train/epoch_time_elapsed": 737.9548166282475, "train/estimated_remaining_minutes": 0.5851296371607868}
64
+ {"step": 920, "epoch": 0.06201550387596899, "timestamp": 1786561830.1104178, "loss": 3.8091686248779295, "grad_norm": 0.39453125, "learning_rate": 0.005, "train/total_time_seconds": 322.9559160992503, "train/time_per_step_avg": 0.3475742039456964, "train/epoch_time_elapsed": 745.9460563659668, "train/estimated_remaining_minutes": 0.4680520523177541}
65
+ {"step": 940, "epoch": 0.06336366700370745, "timestamp": 1786561838.028804, "loss": 3.816885757446289, "grad_norm": 0.6015625, "learning_rate": 0.005, "train/total_time_seconds": 329.89182472229004, "train/time_per_step_avg": 0.3476969537883997, "train/epoch_time_elapsed": 753.8644422218204, "train/estimated_remaining_minutes": 0.35094874970456386}
66
+ {"step": 950, "epoch": 0.06403774856757667, "timestamp": 1786561863.140793, "eval_loss": 3.8163840770721436, "eval_runtime": 20.8548, "eval_samples_per_second": 456.826, "eval_steps_per_second": 3.596, "train/total_time_seconds": 333.6575093641877, "train/time_per_step_avg": 0.35034569643437863, "train/epoch_time_elapsed": 778.9764298833907, "train/estimated_remaining_minutes": 0.29268202575805946}
67
+ {"step": 960, "epoch": 0.06471183013144591, "timestamp": 1786561867.086198, "loss": 3.8143104553222655, "grad_norm": 0.4140625, "learning_rate": 0.005, "train/total_time_seconds": 337.11661945283413, "train/time_per_step_avg": 0.3504553459957242, "train/epoch_time_elapsed": 782.9218365363777, "train/estimated_remaining_minutes": 0.2341087635089126}
68
+ {"step": 980, "epoch": 0.06605999325918437, "timestamp": 1786561874.9863226, "loss": 3.8331851959228516, "grad_norm": 0.56640625, "learning_rate": 0.005, "train/total_time_seconds": 344.0378700606525, "train/time_per_step_avg": 0.35043625280261037, "train/epoch_time_elapsed": 790.8219612874091, "train/estimated_remaining_minutes": 0.11701968369409949}
69
+ {"step": 1000, "epoch": 0.06740815638692282, "timestamp": 1786561882.9242458, "loss": 3.895557403564453, "grad_norm": 0.546875, "learning_rate": 0.005, "train/total_time_seconds": 350.9824995547533, "train/time_per_step_avg": 0.3501249548792839, "train/epoch_time_elapsed": 798.7598841674626, "train/estimated_remaining_minutes": 0.0}
70
+ {"step": 1000, "epoch": 0.06740815638692282, "timestamp": 1786561903.7903314, "eval_loss": 3.8806943893432617, "eval_runtime": 20.8642, "eval_samples_per_second": 456.62, "eval_steps_per_second": 3.595, "train/total_time_seconds": 350.9824995547533, "train/time_per_step_avg": 0.3501249548792839, "train/epoch_time_elapsed": 819.625968053937, "train/estimated_remaining_minutes": 0.0}
71
+ {"step": 1000, "epoch": 0.06740815638692282, "timestamp": 1786561904.243015, "train_runtime": 821.1117, "train_samples_per_second": 77.943, "train_steps_per_second": 1.218, "total_flos": 4839413121024000.0, "train_loss": 4.614717056274414, "train/total_time_seconds": 350.9824995547533, "train/time_per_step_avg": 0.3501249548792839, "train/epoch_time_elapsed": 820.0786515437067, "train/estimated_remaining_minutes": 0.0}
72
+ {"step": 1000, "epoch": 0.06740815638692282, "timestamp": 1786561925.2316225, "eval_loss": 3.8806943893432617, "eval_runtime": 20.9854, "eval_samples_per_second": 453.982, "eval_steps_per_second": 3.574, "train/total_time_seconds": 350.9824995547533, "train/time_per_step_avg": 0.3501249548792839, "train/epoch_time_elapsed": 841.0672598704696, "train/estimated_remaining_minutes": 0.0}
zain/Activation/out/glu-waleed10-150L_run/training_log.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"step": 20, "epoch": 0.0013481631277384564, "timestamp": 1786561936.9982266, "loss": 7.956694793701172, "grad_norm": 1.2578125, "learning_rate": 0.000475, "train/total_time_seconds": 7.735054552555084, "train/time_per_step_avg": 0.3867527276277542, "train/epoch_time_elapsed": 8.816539153456688, "train/estimated_remaining_minutes": 6.316961217919985}
zain/Activation/wandb/debug-internal.log CHANGED
@@ -1,83 +1,11 @@
1
- {"time":"2026-08-12T18:58:03.202093805Z","level":"INFO","msg":"wandb-core"}
2
- {"time":"2026-08-12T18:58:03.20225824Z","level":"INFO","msg":"stream: starting","core version":"0.28.1"}
3
- {"time":"2026-08-12T18:58:03.567828199Z","level":"INFO","msg":"stream: created new stream","id":"0fh9o8ec"}
4
- {"time":"2026-08-12T18:58:03.567921692Z","level":"INFO","msg":"handler: started"}
5
- {"time":"2026-08-12T18:58:03.568002283Z","level":"INFO","msg":"stream: started"}
6
- {"time":"2026-08-12T18:58:03.568015447Z","level":"INFO","msg":"writer: started","stream_id":"0fh9o8ec"}
7
- {"time":"2026-08-12T18:58:03.568039922Z","level":"INFO","msg":"sender: started"}
8
- {"time":"2026-08-12T18:58:04.967067306Z","level":"INFO","msg":"filestream: sending request","total_files":1,"console_offset":0,"console_lines":1}
9
- {"time":"2026-08-12T18:58:05.113925138Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
10
- {"time":"2026-08-12T18:58:19.967889062Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":0,"history_lines":1,"events_offset":0,"events_lines":2,"console_offset":0,"console_lines":2,"uploaded_len":2}
11
- {"time":"2026-08-12T18:58:20.09283844Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
12
- {"time":"2026-08-12T18:58:34.967571267Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1,"history_lines":1,"events_offset":2,"events_lines":2,"console_offset":0,"console_lines":1}
13
- {"time":"2026-08-12T18:58:35.084944072Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
14
- {"time":"2026-08-12T18:58:49.967746378Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":2,"history_lines":2,"events_offset":4,"events_lines":2,"console_offset":0,"console_lines":1}
15
- {"time":"2026-08-12T18:58:50.079249851Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
16
- {"time":"2026-08-12T18:59:04.968093303Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":4,"history_lines":1,"events_offset":6,"events_lines":2,"console_offset":0,"console_lines":1}
17
- {"time":"2026-08-12T18:59:05.11887593Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
18
- {"time":"2026-08-12T18:59:19.968009015Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":5,"history_lines":1,"events_offset":8,"events_lines":2,"console_offset":0,"console_lines":1}
19
- {"time":"2026-08-12T18:59:20.084880945Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
20
- {"time":"2026-08-12T18:59:34.967693471Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":6,"history_lines":2,"events_offset":10,"events_lines":2,"console_offset":0,"console_lines":1}
21
- {"time":"2026-08-12T18:59:35.093283541Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
22
- {"time":"2026-08-12T18:59:49.96781067Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":8,"history_lines":1,"events_offset":12,"events_lines":2,"console_offset":0,"console_lines":1}
23
- {"time":"2026-08-12T18:59:50.097289415Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
24
- {"time":"2026-08-12T19:00:04.967153477Z","level":"INFO","msg":"filestream: sending request","total_files":2,"events_offset":14,"events_lines":2,"console_offset":2,"console_lines":9}
25
- {"time":"2026-08-12T19:00:05.119455306Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
26
- {"time":"2026-08-12T19:00:19.967405732Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":9,"history_lines":3,"events_offset":16,"events_lines":2,"console_offset":0,"console_lines":1}
27
- {"time":"2026-08-12T19:00:20.091552517Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
28
- {"time":"2026-08-12T19:00:34.967556007Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":12,"history_lines":1,"events_offset":18,"events_lines":2,"console_offset":0,"console_lines":1}
29
- {"time":"2026-08-12T19:00:35.128589992Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
30
- {"time":"2026-08-12T19:00:49.968126798Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":13,"history_lines":1,"events_offset":20,"events_lines":2,"console_offset":0,"console_lines":1}
31
- {"time":"2026-08-12T19:00:50.069858366Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
32
- {"time":"2026-08-12T19:01:04.967363934Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":14,"history_lines":2,"events_offset":22,"events_lines":2,"console_offset":0,"console_lines":1}
33
- {"time":"2026-08-12T19:01:05.118996264Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
34
- {"time":"2026-08-12T19:01:19.967736275Z","level":"INFO","msg":"filestream: sending request","total_files":2,"events_offset":24,"events_lines":2,"console_offset":0,"console_lines":1}
35
- {"time":"2026-08-12T19:01:20.094495571Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
36
- {"time":"2026-08-12T19:01:34.968203006Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":16,"history_lines":2,"events_offset":26,"events_lines":2,"console_offset":0,"console_lines":1}
37
- {"time":"2026-08-12T19:01:35.110131377Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
38
- {"time":"2026-08-12T19:01:49.968184182Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":18,"history_lines":2,"events_offset":28,"events_lines":2,"console_offset":0,"console_lines":1}
39
- {"time":"2026-08-12T19:01:50.083478731Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
40
- {"time":"2026-08-12T19:02:04.967694816Z","level":"INFO","msg":"filestream: sending request","total_files":2,"events_offset":30,"events_lines":2,"console_offset":3,"console_lines":1}
41
- {"time":"2026-08-12T19:02:05.128134494Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
42
- {"time":"2026-08-12T19:02:19.969351348Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":20,"history_lines":2,"events_offset":32,"events_lines":2,"console_offset":0,"console_lines":1}
43
- {"time":"2026-08-12T19:02:20.125378055Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
44
- {"time":"2026-08-12T19:02:34.968122282Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":22,"history_lines":1,"events_offset":34,"events_lines":2,"console_offset":0,"console_lines":1}
45
- {"time":"2026-08-12T19:02:35.077553321Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
46
- {"time":"2026-08-12T19:02:49.967650324Z","level":"INFO","msg":"filestream: sending request","total_files":2,"events_offset":36,"events_lines":2,"console_offset":3,"console_lines":1}
47
- {"time":"2026-08-12T19:02:50.095156933Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
48
- {"time":"2026-08-12T19:03:04.968092129Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":23,"history_lines":3,"events_offset":38,"events_lines":2,"console_offset":0,"console_lines":1}
49
- {"time":"2026-08-12T19:03:05.103316767Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
50
- {"time":"2026-08-12T19:03:19.967549443Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":26,"history_lines":1,"events_offset":40,"events_lines":2,"console_offset":0,"console_lines":1}
51
- {"time":"2026-08-12T19:03:20.125965191Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
52
- {"time":"2026-08-12T19:03:34.967712195Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":27,"history_lines":1,"events_offset":42,"events_lines":2,"console_offset":0,"console_lines":1}
53
- {"time":"2026-08-12T19:03:35.095371636Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
54
- {"time":"2026-08-12T19:03:49.967868775Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":28,"history_lines":2,"events_offset":44,"events_lines":2,"console_offset":0,"console_lines":1}
55
- {"time":"2026-08-12T19:03:50.097705827Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
56
- {"time":"2026-08-12T19:04:04.967648844Z","level":"INFO","msg":"filestream: sending request","total_files":2,"events_offset":46,"events_lines":2,"console_offset":0,"console_lines":1}
57
- {"time":"2026-08-12T19:04:05.169450849Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
58
- {"time":"2026-08-12T19:04:19.967877835Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":30,"history_lines":2,"events_offset":48,"events_lines":2,"console_offset":0,"console_lines":1}
59
- {"time":"2026-08-12T19:04:20.088652343Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
60
- {"time":"2026-08-12T19:04:34.96819998Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":32,"history_lines":2,"events_offset":50,"events_lines":2,"console_offset":3,"console_lines":1}
61
- {"time":"2026-08-12T19:04:35.078642509Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
62
- {"time":"2026-08-12T19:04:49.967543161Z","level":"INFO","msg":"filestream: sending request","total_files":2,"events_offset":52,"events_lines":2,"console_offset":11,"console_lines":25}
63
- {"time":"2026-08-12T19:04:50.100233468Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
64
- {"time":"2026-08-12T19:05:04.967482633Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":34,"history_lines":2,"events_offset":54,"events_lines":2,"console_offset":36,"console_lines":2}
65
- {"time":"2026-08-12T19:05:05.099637608Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
66
- {"time":"2026-08-12T19:05:19.96802335Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":36,"history_lines":1,"events_offset":56,"events_lines":2,"console_offset":38,"console_lines":1}
67
- {"time":"2026-08-12T19:05:20.100207624Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
68
- {"time":"2026-08-12T19:05:34.968134447Z","level":"INFO","msg":"filestream: sending request","total_files":1,"events_offset":58,"events_lines":2}
69
- {"time":"2026-08-12T19:05:35.13080051Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
70
- {"time":"2026-08-12T19:05:49.967795369Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":37,"history_lines":3,"events_offset":60,"events_lines":2,"console_offset":39,"console_lines":3}
71
- {"time":"2026-08-12T19:05:50.102485294Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
72
- {"time":"2026-08-12T19:06:04.96808016Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":40,"history_lines":1,"events_offset":62,"events_lines":2,"console_offset":42,"console_lines":1}
73
- {"time":"2026-08-12T19:06:05.152431619Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
74
- {"time":"2026-08-12T19:06:19.968008286Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":41,"history_lines":1,"events_offset":64,"events_lines":2,"console_offset":43,"console_lines":1}
75
- {"time":"2026-08-12T19:06:20.078549067Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
76
- {"time":"2026-08-12T19:06:34.967574849Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":42,"history_lines":2,"events_offset":66,"events_lines":2,"console_offset":44,"console_lines":2}
77
- {"time":"2026-08-12T19:06:35.09788236Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
78
- {"time":"2026-08-12T19:06:49.967860521Z","level":"INFO","msg":"filestream: sending request","total_files":1,"events_offset":68,"events_lines":2}
79
- {"time":"2026-08-12T19:06:50.101857481Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
80
- {"time":"2026-08-12T19:07:04.967824839Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":44,"history_lines":2,"events_offset":70,"events_lines":2,"console_offset":46,"console_lines":2}
81
- {"time":"2026-08-12T19:07:05.150996913Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
82
- {"time":"2026-08-12T19:07:19.967569833Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":46,"history_lines":2,"events_offset":72,"events_lines":2,"console_offset":48,"console_lines":2}
83
- {"time":"2026-08-12T19:07:20.095159143Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
 
1
+ {"time":"2026-08-12T19:12:07.497196304Z","level":"INFO","msg":"wandb-core"}
2
+ {"time":"2026-08-12T19:12:07.497332182Z","level":"INFO","msg":"stream: starting","core version":"0.28.1"}
3
+ {"time":"2026-08-12T19:12:07.759577369Z","level":"INFO","msg":"stream: created new stream","id":"w1cgnksl"}
4
+ {"time":"2026-08-12T19:12:07.759657193Z","level":"INFO","msg":"handler: started"}
5
+ {"time":"2026-08-12T19:12:07.759784998Z","level":"INFO","msg":"stream: started"}
6
+ {"time":"2026-08-12T19:12:07.759790925Z","level":"INFO","msg":"writer: started","stream_id":"w1cgnksl"}
7
+ {"time":"2026-08-12T19:12:07.759842787Z","level":"INFO","msg":"sender: started"}
8
+ {"time":"2026-08-12T19:12:09.060585544Z","level":"INFO","msg":"filestream: sending request","total_files":1,"console_offset":0,"console_lines":1}
9
+ {"time":"2026-08-12T19:12:09.183194227Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
10
+ {"time":"2026-08-12T19:12:24.061611124Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":0,"history_lines":1,"events_offset":0,"events_lines":2,"console_offset":0,"console_lines":2,"uploaded_len":2}
11
+ {"time":"2026-08-12T19:12:24.181068505Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
zain/Activation/wandb/debug.log CHANGED
@@ -1,20 +1,20 @@
1
- 2026-08-12 18:58:03,200 INFO MainThread:1371664 [wandb_init.py:setup_run_log_directory():729] Logging user logs to /mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation/wandb/run-20260812_185803-0fh9o8ec/logs/debug.log
2
- 2026-08-12 18:58:03,200 INFO MainThread:1371664 [wandb_init.py:setup_run_log_directory():730] Logging internal logs to /mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation/wandb/run-20260812_185803-0fh9o8ec/logs/debug-internal.log
3
- 2026-08-12 18:58:03,200 INFO MainThread:1371664 [wandb_init.py:init():772] calling init triggers
4
- 2026-08-12 18:58:03,200 INFO MainThread:1371664 [wandb_init.py:init():777] wandb.init called with sweep_config: {}
5
  config: {'_wandb': {}}
6
- 2026-08-12 18:58:03,200 INFO MainThread:1371664 [wandb_init.py:init():820] starting backend
7
- 2026-08-12 18:58:03,200 INFO MainThread:1371664 [wandb_init.py:init():826] Connected to an existing wandb-core service via WANDB_SERVICE
8
- 2026-08-12 18:58:03,200 INFO MainThread:1371664 [wandb_init.py:init():835] sending inform_init request
9
- 2026-08-12 18:58:03,568 INFO MainThread:1371664 [wandb_init.py:init():840] backend started and connected
10
- 2026-08-12 18:58:03,569 INFO MainThread:1371664 [wandb_init.py:init():910] updated telemetry
11
- 2026-08-12 18:58:03,576 INFO MainThread:1371664 [wandb_init.py:init():933] communicating run to backend with 90.0 second timeout
12
- 2026-08-12 18:58:04,074 INFO MainThread:1371664 [wandb_init.py:init():978] starting run threads in backend
13
- 2026-08-12 18:58:04,155 INFO MainThread:1371664 [wandb_run.py:_console_start():2621] atexit reg
14
- 2026-08-12 18:58:04,155 INFO MainThread:1371664 [wandb_run.py:_redirect():2471] redirect: wrap_raw
15
- 2026-08-12 18:58:04,155 INFO MainThread:1371664 [wandb_run.py:_redirect():2540] Wrapping output streams.
16
- 2026-08-12 18:58:04,155 INFO MainThread:1371664 [wandb_run.py:_redirect():2563] Redirects installed.
17
- 2026-08-12 18:58:04,156 INFO MainThread:1371664 [wandb_init.py:init():1016] run started, returning control to user process
18
- 2026-08-12 18:58:04,157 INFO MainThread:1371664 [wandb_run.py:_config_callback():1346] config_cb None None {'transformers_version': '5.16.0.dev0', 'architectures': None, 'output_hidden_states': False, 'return_dict': True, 'dtype': None, 'chunk_size_feed_forward': 0, 'is_encoder_decoder': False, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'problem_type': None, 'vocab_size': 4096, 'hidden_size': 128, 'intermediate_size': 256, 'num_hidden_layers': 150, 'num_attention_heads': 4, 'num_key_value_heads': 4, 'hidden_act': 'silu', 'max_position_embeddings': 512, 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'use_cache': False, 'pad_token_id': 0, 'bos_token_id': 1, 'eos_token_id': 2, 'pretraining_tp': 1, 'tie_word_embeddings': True, 'rope_parameters': {'rope_theta': 10000.0, 'rope_type': 'default'}, 'attention_bias': False, 'attention_dropout': 0.0, 'mlp_bias': False, 'head_dim': 32, '_name_or_path': '', 'tokenizer_name': 'w-ahmad/tiny-stories-tokenizer', 'mlp_type': 'glu', 'activation': 'linear', 'waleed_beta': 10.0, 'model_type': 'tiny_llama', 'output_attentions': False, 'output_dir': 'out/glu-linear-150L_run', 'per_device_train_batch_size': 64, 'num_train_epochs': 1, 'max_steps': 1000, 'learning_rate': 0.005, 'lr_scheduler_type': 'constant_with_warmup', 'lr_scheduler_kwargs': None, 'warmup_steps': 200, 'optim': 'adamw_torch_fused', 'optim_args': None, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'optim_target_modules': None, 'gradient_accumulation_steps': 1, 'average_tokens_across_devices': True, 'max_grad_norm': 0.0, 'label_smoothing_factor': 0.0, 'bf16': True, 'fp16': False, 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'use_liger_kernel': False, 'liger_kernel_config': None, 'neftune_noise_alpha': None, 'torch_empty_cache_steps': None, 'auto_find_batch_size': False, 'logging_strategy': 'steps', 'logging_steps': 20, 'logging_first_step': False, 'log_on_each_node': True, 'logging_nan_inf_filter': True, 'include_num_input_tokens_seen': 'no', 'log_level': 'passive', 'log_level_replica': 'warning', 'disable_tqdm': False, 'report_to': ['wandb'], 'run_name': 'LM-glu-linear-150L-25.1M-20260812-185802', 'project': 'huggingface', 'trackio_space_id': None, 'trackio_bucket_id': None, 'trackio_static_space_id': None, 'eval_strategy': 'steps', 'eval_steps': 50, 'eval_delay': 0, 'per_device_eval_batch_size': 128, 'prediction_loss_only': False, 'eval_on_start': False, 'eval_do_concat_batches': True, 'eval_use_gather_object': False, 'eval_accumulation_steps': None, 'include_for_metrics': [], 'batch_eval_metrics': False, 'save_only_model': False, 'save_strategy': 'steps', 'save_steps': 1000, 'save_on_each_node': False, 'save_total_limit': None, 'enable_jit_checkpoint': False, 'push_to_hub': False, 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': None, 'hub_model_id': 'w-ahmad/6L-glu-linear-150L', 'hub_strategy': 'every_save', 'hub_always_push': False, 'hub_revision': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'restore_callback_states_from_checkpoint': False, 'full_determinism': False, 'seed': 42, 'data_seed': 42, 'use_cpu': False, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}, 'parallelism_config': None, 'dataloader_drop_last': False, 'dataloader_num_workers': 0, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'dataloader_prefetch_factor': None, 'dataloader_multiprocessing_context': None, 'dataloader_in_order': True, 'remove_unused_columns': False, 'label_names': None, 'train_sampling_strategy': 'random', 'length_column_name': 'length', 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'ddp_static_graph': None, 'ddp_backend': None, 'ddp_timeout': 1800, 'fsdp': None, 'fsdp_config': None, 'deepspeed': None, 'debug': [], 'skip_memory_metrics': True, 'do_train': False, 'do_eval': True, 'do_predict': False, 'resume_from_checkpoint': None, 'local_rank': -1}
19
- 2026-08-12 18:58:04,164 INFO MainThread:1371664 [wandb_config.py:__setitem__():155] [no run ID] config set model/num_parameters = 25138816 - <bound method Run._config_callback of <wandb.sdk.wandb_run.Run object at 0x14c70bba6950>>
20
- 2026-08-12 18:58:04,164 INFO MainThread:1371664 [wandb_run.py:_config_callback():1346] config_cb model/num_parameters 25138816 None
 
1
+ 2026-08-12 19:12:07,495 INFO MainThread:1371664 [wandb_init.py:setup_run_log_directory():729] Logging user logs to /mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation/wandb/run-20260812_191207-w1cgnksl/logs/debug.log
2
+ 2026-08-12 19:12:07,496 INFO MainThread:1371664 [wandb_init.py:setup_run_log_directory():730] Logging internal logs to /mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation/wandb/run-20260812_191207-w1cgnksl/logs/debug-internal.log
3
+ 2026-08-12 19:12:07,496 INFO MainThread:1371664 [wandb_init.py:init():772] calling init triggers
4
+ 2026-08-12 19:12:07,496 INFO MainThread:1371664 [wandb_init.py:init():777] wandb.init called with sweep_config: {}
5
  config: {'_wandb': {}}
6
+ 2026-08-12 19:12:07,496 INFO MainThread:1371664 [wandb_init.py:init():820] starting backend
7
+ 2026-08-12 19:12:07,496 INFO MainThread:1371664 [wandb_init.py:init():826] Connected to an existing wandb-core service via WANDB_SERVICE
8
+ 2026-08-12 19:12:07,496 INFO MainThread:1371664 [wandb_init.py:init():835] sending inform_init request
9
+ 2026-08-12 19:12:07,760 INFO MainThread:1371664 [wandb_init.py:init():840] backend started and connected
10
+ 2026-08-12 19:12:07,761 INFO MainThread:1371664 [wandb_init.py:init():910] updated telemetry
11
+ 2026-08-12 19:12:07,768 INFO MainThread:1371664 [wandb_init.py:init():933] communicating run to backend with 90.0 second timeout
12
+ 2026-08-12 19:12:08,094 INFO MainThread:1371664 [wandb_init.py:init():978] starting run threads in backend
13
+ 2026-08-12 19:12:08,172 INFO MainThread:1371664 [wandb_run.py:_console_start():2621] atexit reg
14
+ 2026-08-12 19:12:08,172 INFO MainThread:1371664 [wandb_run.py:_redirect():2471] redirect: wrap_raw
15
+ 2026-08-12 19:12:08,172 INFO MainThread:1371664 [wandb_run.py:_redirect():2540] Wrapping output streams.
16
+ 2026-08-12 19:12:08,172 INFO MainThread:1371664 [wandb_run.py:_redirect():2563] Redirects installed.
17
+ 2026-08-12 19:12:08,173 INFO MainThread:1371664 [wandb_init.py:init():1016] run started, returning control to user process
18
+ 2026-08-12 19:12:08,174 INFO MainThread:1371664 [wandb_run.py:_config_callback():1346] config_cb None None {'transformers_version': '5.16.0.dev0', 'architectures': None, 'output_hidden_states': False, 'return_dict': True, 'dtype': None, 'chunk_size_feed_forward': 0, 'is_encoder_decoder': False, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'problem_type': None, 'vocab_size': 4096, 'hidden_size': 128, 'intermediate_size': 256, 'num_hidden_layers': 150, 'num_attention_heads': 4, 'num_key_value_heads': 4, 'hidden_act': 'silu', 'max_position_embeddings': 512, 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'use_cache': False, 'pad_token_id': 0, 'bos_token_id': 1, 'eos_token_id': 2, 'pretraining_tp': 1, 'tie_word_embeddings': True, 'rope_parameters': {'rope_theta': 10000.0, 'rope_type': 'default'}, 'attention_bias': False, 'attention_dropout': 0.0, 'mlp_bias': False, 'head_dim': 32, '_name_or_path': '', 'tokenizer_name': 'w-ahmad/tiny-stories-tokenizer', 'mlp_type': 'glu', 'activation': 'waleed10', 'waleed_beta': 10.0, 'model_type': 'tiny_llama', 'output_attentions': False, 'output_dir': 'out/glu-waleed10-150L_run', 'per_device_train_batch_size': 64, 'num_train_epochs': 1, 'max_steps': 1000, 'learning_rate': 0.005, 'lr_scheduler_type': 'constant_with_warmup', 'lr_scheduler_kwargs': None, 'warmup_steps': 200, 'optim': 'adamw_torch_fused', 'optim_args': None, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'optim_target_modules': None, 'gradient_accumulation_steps': 1, 'average_tokens_across_devices': True, 'max_grad_norm': 0.0, 'label_smoothing_factor': 0.0, 'bf16': True, 'fp16': False, 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'use_liger_kernel': False, 'liger_kernel_config': None, 'neftune_noise_alpha': None, 'torch_empty_cache_steps': None, 'auto_find_batch_size': False, 'logging_strategy': 'steps', 'logging_steps': 20, 'logging_first_step': False, 'log_on_each_node': True, 'logging_nan_inf_filter': True, 'include_num_input_tokens_seen': 'no', 'log_level': 'passive', 'log_level_replica': 'warning', 'disable_tqdm': False, 'report_to': ['wandb'], 'run_name': 'LM-glu-waleed10-150L-25.1M-20260812-191206', 'project': 'huggingface', 'trackio_space_id': None, 'trackio_bucket_id': None, 'trackio_static_space_id': None, 'eval_strategy': 'steps', 'eval_steps': 50, 'eval_delay': 0, 'per_device_eval_batch_size': 128, 'prediction_loss_only': False, 'eval_on_start': False, 'eval_do_concat_batches': True, 'eval_use_gather_object': False, 'eval_accumulation_steps': None, 'include_for_metrics': [], 'batch_eval_metrics': False, 'save_only_model': False, 'save_strategy': 'steps', 'save_steps': 1000, 'save_on_each_node': False, 'save_total_limit': None, 'enable_jit_checkpoint': False, 'push_to_hub': False, 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': None, 'hub_model_id': 'w-ahmad/6L-glu-waleed10-150L', 'hub_strategy': 'every_save', 'hub_always_push': False, 'hub_revision': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'restore_callback_states_from_checkpoint': False, 'full_determinism': False, 'seed': 42, 'data_seed': 42, 'use_cpu': False, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}, 'parallelism_config': None, 'dataloader_drop_last': False, 'dataloader_num_workers': 0, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'dataloader_prefetch_factor': None, 'dataloader_multiprocessing_context': None, 'dataloader_in_order': True, 'remove_unused_columns': False, 'label_names': None, 'train_sampling_strategy': 'random', 'length_column_name': 'length', 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'ddp_static_graph': None, 'ddp_backend': None, 'ddp_timeout': 1800, 'fsdp': None, 'fsdp_config': None, 'deepspeed': None, 'debug': [], 'skip_memory_metrics': True, 'do_train': False, 'do_eval': True, 'do_predict': False, 'resume_from_checkpoint': None, 'local_rank': -1}
19
+ 2026-08-12 19:12:08,181 INFO MainThread:1371664 [wandb_config.py:__setitem__():155] [no run ID] config set model/num_parameters = 25138816 - <bound method Run._config_callback of <wandb.sdk.wandb_run.Run object at 0x14c5efb86510>>
20
+ 2026-08-12 19:12:08,181 INFO MainThread:1371664 [wandb_run.py:_config_callback():1346] config_cb model/num_parameters 25138816 None
zain/Activation/wandb/run-20260812_175304-hrggki9k/logs/debug-core.log CHANGED
@@ -46,3 +46,10 @@
46
  {"time":"2026-08-12T18:58:03.201898424Z","level":"INFO","msg":"handleInformInit: received","streamId":"0fh9o8ec","id":"3(@)"}
47
  {"time":"2026-08-12T18:58:03.568010316Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"0fh9o8ec","id":"3(@)"}
48
  {"time":"2026-08-12T18:58:09.158050393Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
 
 
 
 
 
 
 
 
46
  {"time":"2026-08-12T18:58:03.201898424Z","level":"INFO","msg":"handleInformInit: received","streamId":"0fh9o8ec","id":"3(@)"}
47
  {"time":"2026-08-12T18:58:03.568010316Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"0fh9o8ec","id":"3(@)"}
48
  {"time":"2026-08-12T18:58:09.158050393Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
49
+ {"time":"2026-08-12T19:12:05.373774541Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
50
+ {"time":"2026-08-12T19:12:05.978597092Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
51
+ {"time":"2026-08-12T19:12:05.980085967Z","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"0fh9o8ec","id":"3(@)"}
52
+ {"time":"2026-08-12T19:12:05.98075482Z","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"0fh9o8ec","id":"3(@)"}
53
+ {"time":"2026-08-12T19:12:07.497066272Z","level":"INFO","msg":"handleInformInit: received","streamId":"w1cgnksl","id":"3(@)"}
54
+ {"time":"2026-08-12T19:12:07.759791901Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"w1cgnksl","id":"3(@)"}
55
+ {"time":"2026-08-12T19:12:13.17475902Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"at6np4o5kef7"}
zain/Activation/wandb/run-20260812_180713-utqzlg67/logs/debug-core.log CHANGED
@@ -46,3 +46,10 @@
46
  {"time":"2026-08-12T18:58:03.201898424Z","level":"INFO","msg":"handleInformInit: received","streamId":"0fh9o8ec","id":"3(@)"}
47
  {"time":"2026-08-12T18:58:03.568010316Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"0fh9o8ec","id":"3(@)"}
48
  {"time":"2026-08-12T18:58:09.158050393Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
 
 
 
 
 
 
 
 
46
  {"time":"2026-08-12T18:58:03.201898424Z","level":"INFO","msg":"handleInformInit: received","streamId":"0fh9o8ec","id":"3(@)"}
47
  {"time":"2026-08-12T18:58:03.568010316Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"0fh9o8ec","id":"3(@)"}
48
  {"time":"2026-08-12T18:58:09.158050393Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
49
+ {"time":"2026-08-12T19:12:05.373774541Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
50
+ {"time":"2026-08-12T19:12:05.978597092Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
51
+ {"time":"2026-08-12T19:12:05.980085967Z","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"0fh9o8ec","id":"3(@)"}
52
+ {"time":"2026-08-12T19:12:05.98075482Z","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"0fh9o8ec","id":"3(@)"}
53
+ {"time":"2026-08-12T19:12:07.497066272Z","level":"INFO","msg":"handleInformInit: received","streamId":"w1cgnksl","id":"3(@)"}
54
+ {"time":"2026-08-12T19:12:07.759791901Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"w1cgnksl","id":"3(@)"}
55
+ {"time":"2026-08-12T19:12:13.17475902Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"at6np4o5kef7"}
zain/Activation/wandb/run-20260812_182126-vyycsg6r/logs/debug-core.log CHANGED
@@ -46,3 +46,10 @@
46
  {"time":"2026-08-12T18:58:03.201898424Z","level":"INFO","msg":"handleInformInit: received","streamId":"0fh9o8ec","id":"3(@)"}
47
  {"time":"2026-08-12T18:58:03.568010316Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"0fh9o8ec","id":"3(@)"}
48
  {"time":"2026-08-12T18:58:09.158050393Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
 
 
 
 
 
 
 
 
46
  {"time":"2026-08-12T18:58:03.201898424Z","level":"INFO","msg":"handleInformInit: received","streamId":"0fh9o8ec","id":"3(@)"}
47
  {"time":"2026-08-12T18:58:03.568010316Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"0fh9o8ec","id":"3(@)"}
48
  {"time":"2026-08-12T18:58:09.158050393Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
49
+ {"time":"2026-08-12T19:12:05.373774541Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
50
+ {"time":"2026-08-12T19:12:05.978597092Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
51
+ {"time":"2026-08-12T19:12:05.980085967Z","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"0fh9o8ec","id":"3(@)"}
52
+ {"time":"2026-08-12T19:12:05.98075482Z","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"0fh9o8ec","id":"3(@)"}
53
+ {"time":"2026-08-12T19:12:07.497066272Z","level":"INFO","msg":"handleInformInit: received","streamId":"w1cgnksl","id":"3(@)"}
54
+ {"time":"2026-08-12T19:12:07.759791901Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"w1cgnksl","id":"3(@)"}
55
+ {"time":"2026-08-12T19:12:13.17475902Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"at6np4o5kef7"}
zain/Activation/wandb/run-20260812_183823-qtstmmvv/logs/debug-core.log CHANGED
@@ -46,3 +46,10 @@
46
  {"time":"2026-08-12T18:58:03.201898424Z","level":"INFO","msg":"handleInformInit: received","streamId":"0fh9o8ec","id":"3(@)"}
47
  {"time":"2026-08-12T18:58:03.568010316Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"0fh9o8ec","id":"3(@)"}
48
  {"time":"2026-08-12T18:58:09.158050393Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
 
 
 
 
 
 
 
 
46
  {"time":"2026-08-12T18:58:03.201898424Z","level":"INFO","msg":"handleInformInit: received","streamId":"0fh9o8ec","id":"3(@)"}
47
  {"time":"2026-08-12T18:58:03.568010316Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"0fh9o8ec","id":"3(@)"}
48
  {"time":"2026-08-12T18:58:09.158050393Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
49
+ {"time":"2026-08-12T19:12:05.373774541Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
50
+ {"time":"2026-08-12T19:12:05.978597092Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
51
+ {"time":"2026-08-12T19:12:05.980085967Z","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"0fh9o8ec","id":"3(@)"}
52
+ {"time":"2026-08-12T19:12:05.98075482Z","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"0fh9o8ec","id":"3(@)"}
53
+ {"time":"2026-08-12T19:12:07.497066272Z","level":"INFO","msg":"handleInformInit: received","streamId":"w1cgnksl","id":"3(@)"}
54
+ {"time":"2026-08-12T19:12:07.759791901Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"w1cgnksl","id":"3(@)"}
55
+ {"time":"2026-08-12T19:12:13.17475902Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"at6np4o5kef7"}
zain/Activation/wandb/run-20260812_185803-0fh9o8ec/files/config.yaml ADDED
@@ -0,0 +1,445 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ _name_or_path:
2
+ value: ""
3
+ _wandb:
4
+ value:
5
+ cli_version: 0.28.1
6
+ e:
7
+ 5s5c961ipvtqlmgwyu6ebv7bl8rh3rsr:
8
+ args:
9
+ - --config
10
+ - /mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation/configs/baseline150L.yaml
11
+ - --variants
12
+ - glu-silu
13
+ - glu-relu
14
+ - glu-gelu
15
+ - glu-sigmoid
16
+ - glu-linear
17
+ - glu-waleed10
18
+ - mlp-waleed10
19
+ - glu-silu-waleed10
20
+ - mlp-silu-waleed10
21
+ - glu-situglu
22
+ - glu-waleed
23
+ - glu-situglu_low
24
+ - glu-waleedglu_low
25
+ codePath: sweep.py
26
+ codePathLocal: sweep.py
27
+ cpu_count: 112
28
+ cpu_count_logical: 224
29
+ cudaVersion: "12.4"
30
+ disk:
31
+ /:
32
+ total: "1560765693952"
33
+ used: "716164648960"
34
+ email: deepnevro@gmail.com
35
+ executable: /mnt/data/zainulabideen/zain-exp/notebooks/my_env/bin/python
36
+ git:
37
+ commit: c53713bcba08d1849136dad91288c4b82040634e
38
+ remote: https://github.com/w-ahmad1a10/Activation.git
39
+ gpu: NVIDIA H100 80GB HBM3
40
+ gpu_count: 8
41
+ gpu_nvidia:
42
+ - architecture: Hopper
43
+ cudaCores: 16896
44
+ memoryTotal: "85520809984"
45
+ name: NVIDIA H100 80GB HBM3
46
+ uuid: GPU-39c684a5-fde6-83d7-1663-0859795881ae
47
+ - architecture: Hopper
48
+ cudaCores: 16896
49
+ memoryTotal: "85520809984"
50
+ name: NVIDIA H100 80GB HBM3
51
+ uuid: GPU-68012e5a-38b6-b643-0ca6-62fb66720bf3
52
+ - architecture: Hopper
53
+ cudaCores: 16896
54
+ memoryTotal: "85520809984"
55
+ name: NVIDIA H100 80GB HBM3
56
+ uuid: GPU-132944c4-b689-2b5f-89a4-d730401677ab
57
+ - architecture: Hopper
58
+ cudaCores: 16896
59
+ memoryTotal: "85520809984"
60
+ name: NVIDIA H100 80GB HBM3
61
+ uuid: GPU-2df386cc-6d26-d0e2-7a2d-a057b0d95864
62
+ - architecture: Hopper
63
+ cudaCores: 16896
64
+ memoryTotal: "85520809984"
65
+ name: NVIDIA H100 80GB HBM3
66
+ uuid: GPU-bfa16575-1d94-1aa2-4537-2c93433f42ef
67
+ - architecture: Hopper
68
+ cudaCores: 16896
69
+ memoryTotal: "85520809984"
70
+ name: NVIDIA H100 80GB HBM3
71
+ uuid: GPU-bc6c3e3c-9b90-09ca-c034-774961847c54
72
+ - architecture: Hopper
73
+ cudaCores: 16896
74
+ memoryTotal: "85520809984"
75
+ name: NVIDIA H100 80GB HBM3
76
+ uuid: GPU-00a441e1-7c95-e7d6-4c35-43d6b291aea9
77
+ - architecture: Hopper
78
+ cudaCores: 16896
79
+ memoryTotal: "85520809984"
80
+ name: NVIDIA H100 80GB HBM3
81
+ uuid: GPU-1c4d29a2-4647-6fce-d8fc-0c5ecfbbd6ea
82
+ host: deeplens-k3s-node1
83
+ memory:
84
+ total: "2164089937920"
85
+ os: Linux-5.15.0-126-generic-x86_64-with-glibc2.35
86
+ program: /mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation/sweep.py
87
+ python: CPython 3.11.15
88
+ root: /mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation
89
+ startedAt: "2026-08-12T18:58:03.199543Z"
90
+ writerId: 5s5c961ipvtqlmgwyu6ebv7bl8rh3rsr
91
+ m:
92
+ - "1": train/global_step
93
+ "6":
94
+ - 3
95
+ "7": []
96
+ - "2": '*'
97
+ "5": 1
98
+ "6":
99
+ - 1
100
+ "7": []
101
+ python_version: 3.11.15
102
+ t:
103
+ "1":
104
+ - 1
105
+ - 5
106
+ - 11
107
+ - 41
108
+ - 49
109
+ - 51
110
+ - 53
111
+ - 71
112
+ "2":
113
+ - 1
114
+ - 5
115
+ - 11
116
+ - 41
117
+ - 49
118
+ - 51
119
+ - 53
120
+ - 71
121
+ "3":
122
+ - 2
123
+ - 7
124
+ - 13
125
+ - 19
126
+ - 62
127
+ - 66
128
+ "4": 3.11.15
129
+ "5": 0.28.1
130
+ "6": 5.16.0.dev0
131
+ "9":
132
+ "1": transformers_trainer
133
+ "12": 0.28.1
134
+ "13": linux-x86_64
135
+ accelerator_config:
136
+ value:
137
+ dispatch_batches: null
138
+ even_batches: true
139
+ gradient_accumulation_kwargs: null
140
+ non_blocking: false
141
+ split_batches: false
142
+ use_seedable_sampler: true
143
+ activation:
144
+ value: linear
145
+ adam_beta1:
146
+ value: 0.9
147
+ adam_beta2:
148
+ value: 0.999
149
+ adam_epsilon:
150
+ value: 1e-08
151
+ architectures:
152
+ value: null
153
+ attention_bias:
154
+ value: false
155
+ attention_dropout:
156
+ value: 0
157
+ auto_find_batch_size:
158
+ value: false
159
+ average_tokens_across_devices:
160
+ value: true
161
+ batch_eval_metrics:
162
+ value: false
163
+ bf16:
164
+ value: true
165
+ bf16_full_eval:
166
+ value: false
167
+ bos_token_id:
168
+ value: 1
169
+ chunk_size_feed_forward:
170
+ value: 0
171
+ data_seed:
172
+ value: 42
173
+ dataloader_drop_last:
174
+ value: false
175
+ dataloader_in_order:
176
+ value: true
177
+ dataloader_multiprocessing_context:
178
+ value: null
179
+ dataloader_num_workers:
180
+ value: 0
181
+ dataloader_persistent_workers:
182
+ value: false
183
+ dataloader_pin_memory:
184
+ value: true
185
+ dataloader_prefetch_factor:
186
+ value: null
187
+ ddp_backend:
188
+ value: null
189
+ ddp_broadcast_buffers:
190
+ value: null
191
+ ddp_bucket_cap_mb:
192
+ value: null
193
+ ddp_find_unused_parameters:
194
+ value: null
195
+ ddp_static_graph:
196
+ value: null
197
+ ddp_timeout:
198
+ value: 1800
199
+ debug:
200
+ value: []
201
+ deepspeed:
202
+ value: null
203
+ disable_tqdm:
204
+ value: false
205
+ do_eval:
206
+ value: true
207
+ do_predict:
208
+ value: false
209
+ do_train:
210
+ value: false
211
+ dtype:
212
+ value: null
213
+ enable_jit_checkpoint:
214
+ value: false
215
+ eos_token_id:
216
+ value: 2
217
+ eval_accumulation_steps:
218
+ value: null
219
+ eval_delay:
220
+ value: 0
221
+ eval_do_concat_batches:
222
+ value: true
223
+ eval_on_start:
224
+ value: false
225
+ eval_steps:
226
+ value: 50
227
+ eval_strategy:
228
+ value: steps
229
+ eval_use_gather_object:
230
+ value: false
231
+ fp16:
232
+ value: false
233
+ fp16_full_eval:
234
+ value: false
235
+ fsdp:
236
+ value: null
237
+ fsdp_config:
238
+ value: null
239
+ full_determinism:
240
+ value: false
241
+ gradient_accumulation_steps:
242
+ value: 1
243
+ gradient_checkpointing:
244
+ value: false
245
+ gradient_checkpointing_kwargs:
246
+ value: null
247
+ greater_is_better:
248
+ value: null
249
+ head_dim:
250
+ value: 32
251
+ hidden_act:
252
+ value: silu
253
+ hidden_size:
254
+ value: 128
255
+ hub_always_push:
256
+ value: false
257
+ hub_model_id:
258
+ value: w-ahmad/6L-glu-linear-150L
259
+ hub_private_repo:
260
+ value: null
261
+ hub_revision:
262
+ value: null
263
+ hub_strategy:
264
+ value: every_save
265
+ hub_token:
266
+ value: <HUB_TOKEN>
267
+ id2label:
268
+ value:
269
+ "0": LABEL_0
270
+ "1": LABEL_1
271
+ ignore_data_skip:
272
+ value: false
273
+ include_for_metrics:
274
+ value: []
275
+ include_num_input_tokens_seen:
276
+ value: "no"
277
+ initializer_range:
278
+ value: 0.02
279
+ intermediate_size:
280
+ value: 256
281
+ is_encoder_decoder:
282
+ value: false
283
+ label_names:
284
+ value: null
285
+ label_smoothing_factor:
286
+ value: 0
287
+ label2id:
288
+ value:
289
+ LABEL_0: 0
290
+ LABEL_1: 1
291
+ learning_rate:
292
+ value: 0.005
293
+ length_column_name:
294
+ value: length
295
+ liger_kernel_config:
296
+ value: null
297
+ load_best_model_at_end:
298
+ value: false
299
+ local_rank:
300
+ value: -1
301
+ log_level:
302
+ value: passive
303
+ log_level_replica:
304
+ value: warning
305
+ log_on_each_node:
306
+ value: true
307
+ logging_first_step:
308
+ value: false
309
+ logging_nan_inf_filter:
310
+ value: true
311
+ logging_steps:
312
+ value: 20
313
+ logging_strategy:
314
+ value: steps
315
+ lr_scheduler_kwargs:
316
+ value: null
317
+ lr_scheduler_type:
318
+ value: constant_with_warmup
319
+ max_grad_norm:
320
+ value: 0
321
+ max_position_embeddings:
322
+ value: 512
323
+ max_steps:
324
+ value: 1000
325
+ metric_for_best_model:
326
+ value: null
327
+ mlp_bias:
328
+ value: false
329
+ mlp_type:
330
+ value: glu
331
+ model/num_parameters:
332
+ value: 25138816
333
+ model_type:
334
+ value: tiny_llama
335
+ neftune_noise_alpha:
336
+ value: null
337
+ num_attention_heads:
338
+ value: 4
339
+ num_hidden_layers:
340
+ value: 150
341
+ num_key_value_heads:
342
+ value: 4
343
+ num_train_epochs:
344
+ value: 1
345
+ optim:
346
+ value: adamw_torch_fused
347
+ optim_args:
348
+ value: null
349
+ optim_target_modules:
350
+ value: null
351
+ output_attentions:
352
+ value: false
353
+ output_dir:
354
+ value: out/glu-linear-150L_run
355
+ output_hidden_states:
356
+ value: false
357
+ pad_token_id:
358
+ value: 0
359
+ parallelism_config:
360
+ value: null
361
+ per_device_eval_batch_size:
362
+ value: 128
363
+ per_device_train_batch_size:
364
+ value: 64
365
+ prediction_loss_only:
366
+ value: false
367
+ pretraining_tp:
368
+ value: 1
369
+ problem_type:
370
+ value: null
371
+ project:
372
+ value: huggingface
373
+ push_to_hub:
374
+ value: false
375
+ remove_unused_columns:
376
+ value: false
377
+ report_to:
378
+ value:
379
+ - wandb
380
+ restore_callback_states_from_checkpoint:
381
+ value: false
382
+ resume_from_checkpoint:
383
+ value: null
384
+ return_dict:
385
+ value: true
386
+ rms_norm_eps:
387
+ value: 1e-06
388
+ rope_parameters:
389
+ value:
390
+ rope_theta: 10000
391
+ rope_type: default
392
+ run_name:
393
+ value: LM-glu-linear-150L-25.1M-20260812-185802
394
+ save_on_each_node:
395
+ value: false
396
+ save_only_model:
397
+ value: false
398
+ save_steps:
399
+ value: 1000
400
+ save_strategy:
401
+ value: steps
402
+ save_total_limit:
403
+ value: null
404
+ seed:
405
+ value: 42
406
+ skip_memory_metrics:
407
+ value: true
408
+ tf32:
409
+ value: null
410
+ tie_word_embeddings:
411
+ value: true
412
+ tokenizer_name:
413
+ value: w-ahmad/tiny-stories-tokenizer
414
+ torch_compile:
415
+ value: false
416
+ torch_compile_backend:
417
+ value: null
418
+ torch_compile_mode:
419
+ value: null
420
+ torch_empty_cache_steps:
421
+ value: null
422
+ trackio_bucket_id:
423
+ value: null
424
+ trackio_space_id:
425
+ value: null
426
+ trackio_static_space_id:
427
+ value: null
428
+ train_sampling_strategy:
429
+ value: random
430
+ transformers_version:
431
+ value: 5.16.0.dev0
432
+ use_cache:
433
+ value: false
434
+ use_cpu:
435
+ value: false
436
+ use_liger_kernel:
437
+ value: false
438
+ vocab_size:
439
+ value: 4096
440
+ waleed_beta:
441
+ value: 10
442
+ warmup_steps:
443
+ value: 200
444
+ weight_decay:
445
+ value: 0
zain/Activation/wandb/run-20260812_185803-0fh9o8ec/files/output.log CHANGED
@@ -47,3 +47,37 @@
47
  {'eval_loss': '4.085', 'eval_runtime': '21', 'eval_samples_per_second': '453.6', 'eval_steps_per_second': '3.571', 'epoch': '0.04382', 'train/total_time_seconds': '228.3', 'train/time_per_step_avg': '0.3477', 'train/epoch_time_elapsed': '533.5', 'train/estimated_remaining_minutes': '2.049'}
48
  {'loss': '4.066', 'grad_norm': '0.3711', 'learning_rate': '0.005', 'epoch': '0.04449', 'train/total_time_seconds': '231.8', 'train/time_per_step_avg': '0.3476', 'train/epoch_time_elapsed': '537.4', 'train/estimated_remaining_minutes': '1.99'}
49
  {'loss': '3.99', 'grad_norm': '0.625', 'learning_rate': '0.005', 'epoch': '0.04584', 'train/total_time_seconds': '239.1', 'train/time_per_step_avg': '0.3516', 'train/epoch_time_elapsed': '545.7', 'train/estimated_remaining_minutes': '1.875'}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  {'eval_loss': '4.085', 'eval_runtime': '21', 'eval_samples_per_second': '453.6', 'eval_steps_per_second': '3.571', 'epoch': '0.04382', 'train/total_time_seconds': '228.3', 'train/time_per_step_avg': '0.3477', 'train/epoch_time_elapsed': '533.5', 'train/estimated_remaining_minutes': '2.049'}
48
  {'loss': '4.066', 'grad_norm': '0.3711', 'learning_rate': '0.005', 'epoch': '0.04449', 'train/total_time_seconds': '231.8', 'train/time_per_step_avg': '0.3476', 'train/epoch_time_elapsed': '537.4', 'train/estimated_remaining_minutes': '1.99'}
49
  {'loss': '3.99', 'grad_norm': '0.625', 'learning_rate': '0.005', 'epoch': '0.04584', 'train/total_time_seconds': '239.1', 'train/time_per_step_avg': '0.3516', 'train/epoch_time_elapsed': '545.7', 'train/estimated_remaining_minutes': '1.875'}
50
+ {'loss': '3.941', 'grad_norm': '0.5039', 'learning_rate': '0.005', 'epoch': '0.04719', 'train/total_time_seconds': '246', 'train/time_per_step_avg': '0.3516', 'train/epoch_time_elapsed': '553.7', 'train/estimated_remaining_minutes': '1.757'}
51
+ {'eval_loss': '3.958', 'eval_runtime': '20.91', 'eval_samples_per_second': '455.7', 'eval_steps_per_second': '3.587', 'epoch': '0.04719', 'train/total_time_seconds': '246', 'train/time_per_step_avg': '0.3516', 'train/epoch_time_elapsed': '574.6', 'train/estimated_remaining_minutes': '1.757'}
52
+ {'loss': '3.956', 'grad_norm': '0.377', 'learning_rate': '0.005', 'epoch': '0.04853', 'train/total_time_seconds': '253', 'train/time_per_step_avg': '0.3515', 'train/epoch_time_elapsed': '582.6', 'train/estimated_remaining_minutes': '1.64'}
53
+ {'loss': '3.938', 'grad_norm': '0.5039', 'learning_rate': '0.005', 'epoch': '0.04988', 'train/total_time_seconds': '260', 'train/time_per_step_avg': '0.3511', 'train/epoch_time_elapsed': '590.5', 'train/estimated_remaining_minutes': '1.522'}
54
+ {'eval_loss': '3.883', 'eval_runtime': '20.86', 'eval_samples_per_second': '456.8', 'eval_steps_per_second': '3.596', 'epoch': '0.05056', 'train/total_time_seconds': '263.4', 'train/time_per_step_avg': '0.3511', 'train/epoch_time_elapsed': '615.3', 'train/estimated_remaining_minutes': '1.463'}
55
+ {'loss': '3.877', 'grad_norm': '0.2852', 'learning_rate': '0.005', 'epoch': '0.05123', 'train/total_time_seconds': '267', 'train/time_per_step_avg': '0.3521', 'train/epoch_time_elapsed': '619.4', 'train/estimated_remaining_minutes': '1.405'}
56
+ {'loss': '3.864', 'grad_norm': '0.2305', 'learning_rate': '0.005', 'epoch': '0.05258', 'train/total_time_seconds': '273.9', 'train/time_per_step_avg': '0.3485', 'train/epoch_time_elapsed': '627.4', 'train/estimated_remaining_minutes': '1.288'}
57
+ {'loss': '3.818', 'grad_norm': '0.2617', 'learning_rate': '0.005', 'epoch': '0.05393', 'train/total_time_seconds': '280.9', 'train/time_per_step_avg': '0.3484', 'train/epoch_time_elapsed': '635.3', 'train/estimated_remaining_minutes': '1.17'}
58
+ {'eval_loss': '3.805', 'eval_runtime': '20.87', 'eval_samples_per_second': '456.5', 'eval_steps_per_second': '3.594', 'epoch': '0.05393', 'train/total_time_seconds': '280.9', 'train/time_per_step_avg': '0.3484', 'train/epoch_time_elapsed': '656.2', 'train/estimated_remaining_minutes': '1.17'}
59
+ {'loss': '3.809', 'grad_norm': '0.2754', 'learning_rate': '0.005', 'epoch': '0.05527', 'train/total_time_seconds': '288.2', 'train/time_per_step_avg': '0.3521', 'train/epoch_time_elapsed': '664.5', 'train/estimated_remaining_minutes': '1.054'}
60
+ {'loss': '3.784', 'grad_norm': '0.4766', 'learning_rate': '0.005', 'epoch': '0.05662', 'train/total_time_seconds': '295.1', 'train/time_per_step_avg': '0.3516', 'train/epoch_time_elapsed': '672.4', 'train/estimated_remaining_minutes': '0.9369'}
61
+ {'eval_loss': '3.781', 'eval_runtime': '20.82', 'eval_samples_per_second': '457.7', 'eval_steps_per_second': '3.603', 'epoch': '0.0573', 'train/total_time_seconds': '298.6', 'train/time_per_step_avg': '0.3521', 'train/epoch_time_elapsed': '697.2', 'train/estimated_remaining_minutes': '0.8783'}
62
+ {'loss': '3.773', 'grad_norm': '0.3496', 'learning_rate': '0.005', 'epoch': '0.05797', 'train/total_time_seconds': '302.1', 'train/time_per_step_avg': '0.3511', 'train/epoch_time_elapsed': '701.2', 'train/estimated_remaining_minutes': '0.8196'}
63
+ {'loss': '3.784', 'grad_norm': '0.5703', 'learning_rate': '0.005', 'epoch': '0.05932', 'train/total_time_seconds': '309', 'train/time_per_step_avg': '0.3505', 'train/epoch_time_elapsed': '709.1', 'train/estimated_remaining_minutes': '0.7023'}
64
+ {'loss': '3.761', 'grad_norm': '0.4668', 'learning_rate': '0.005', 'epoch': '0.06067', 'train/total_time_seconds': '316', 'train/time_per_step_avg': '0.3508', 'train/epoch_time_elapsed': '717', 'train/estimated_remaining_minutes': '0.5851'}
65
+ {'eval_loss': '3.746', 'eval_runtime': '20.92', 'eval_samples_per_second': '455.4', 'eval_steps_per_second': '3.585', 'epoch': '0.06067', 'train/total_time_seconds': '316', 'train/time_per_step_avg': '0.3508', 'train/epoch_time_elapsed': '738', 'train/estimated_remaining_minutes': '0.5851'}
66
+ {'loss': '3.809', 'grad_norm': '0.3945', 'learning_rate': '0.005', 'epoch': '0.06202', 'train/total_time_seconds': '323', 'train/time_per_step_avg': '0.3476', 'train/epoch_time_elapsed': '745.9', 'train/estimated_remaining_minutes': '0.4681'}
67
+ {'loss': '3.817', 'grad_norm': '0.6016', 'learning_rate': '0.005', 'epoch': '0.06336', 'train/total_time_seconds': '329.9', 'train/time_per_step_avg': '0.3477', 'train/epoch_time_elapsed': '753.9', 'train/estimated_remaining_minutes': '0.3509'}
68
+ {'eval_loss': '3.816', 'eval_runtime': '20.85', 'eval_samples_per_second': '456.8', 'eval_steps_per_second': '3.596', 'epoch': '0.06404', 'train/total_time_seconds': '333.7', 'train/time_per_step_avg': '0.3503', 'train/epoch_time_elapsed': '779', 'train/estimated_remaining_minutes': '0.2927'}
69
+ {'loss': '3.814', 'grad_norm': '0.4141', 'learning_rate': '0.005', 'epoch': '0.06471', 'train/total_time_seconds': '337.1', 'train/time_per_step_avg': '0.3505', 'train/epoch_time_elapsed': '782.9', 'train/estimated_remaining_minutes': '0.2341'}
70
+ {'loss': '3.833', 'grad_norm': '0.5664', 'learning_rate': '0.005', 'epoch': '0.06606', 'train/total_time_seconds': '344', 'train/time_per_step_avg': '0.3504', 'train/epoch_time_elapsed': '790.8', 'train/estimated_remaining_minutes': '0.117'}
71
+ {'loss': '3.896', 'grad_norm': '0.5469', 'learning_rate': '0.005', 'epoch': '0.06741', 'train/total_time_seconds': '351', 'train/time_per_step_avg': '0.3501', 'train/epoch_time_elapsed': '798.8', 'train/estimated_remaining_minutes': '0'}
72
+ {'eval_loss': '3.881', 'eval_runtime': '20.86', 'eval_samples_per_second': '456.6', 'eval_steps_per_second': '3.595', 'epoch': '0.06741', 'train/total_time_seconds': '351', 'train/time_per_step_avg': '0.3501', 'train/epoch_time_elapsed': '819.6', 'train/estimated_remaining_minutes': '0'}
73
+ - If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
74
+ - If you are not the owner of the model architecture class, please contact the model code owner to update it.
75
+ Writing model shards: 100%|██████████| 1/1 [00:00<00:00, 8.45it/s]
76
+ 100%|██████████| 1000/1000 [13:41<00:00, 1.22it/s]0:00, 8.53it/s]
77
+ {'train_runtime': '821.1', 'train_samples_per_second': '77.94', 'train_steps_per_second': '1.218', 'train_loss': '4.615', 'epoch': '0.06741', 'train/total_time_seconds': '351', 'train/time_per_step_avg': '0.3501', 'train/epoch_time_elapsed': '820.1', 'train/estimated_remaining_minutes': '0'}
78
+ 100%|██████████| 75/75 [00:20<00:00, 3.63it/s]
79
+ [transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From 👉v4.50👈 onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
80
+ - If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
81
+ - If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
82
+ - If you are not the owner of the model architecture class, please contact the model code owner to update it.
83
+ Writing model shards: 100%|██████████| 1/1 [00:00<00:00, 10.26it/s]
zain/Activation/wandb/run-20260812_185803-0fh9o8ec/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"_timestamp":1.7865619252318451e+09,"train/epoch":0.06740815638692282,"train/loss":3.895557403564453,"train/train/total_time_seconds":350.9824995547533,"train_loss":4.614717056274414,"train/learning_rate":0.005,"train_runtime":821.1117,"eval/loss":3.8806943893432617,"_runtime":841,"train/train/epoch_time_elapsed":841.0672598704696,"eval/steps_per_second":3.574,"eval/samples_per_second":453.982,"total_flos":4.839413121024e+15,"train/global_step":1000,"train_steps_per_second":1.218,"_wandb":{"runtime":841},"train/train/estimated_remaining_minutes":0,"_step":71,"train/grad_norm":0.546875,"train/train/time_per_step_avg":0.3501249548792839,"eval/runtime":20.9854,"train_samples_per_second":77.943}
zain/Activation/wandb/run-20260812_185803-0fh9o8ec/logs/debug-core.log CHANGED
@@ -46,3 +46,10 @@
46
  {"time":"2026-08-12T18:58:03.201898424Z","level":"INFO","msg":"handleInformInit: received","streamId":"0fh9o8ec","id":"3(@)"}
47
  {"time":"2026-08-12T18:58:03.568010316Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"0fh9o8ec","id":"3(@)"}
48
  {"time":"2026-08-12T18:58:09.158050393Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
 
 
 
 
 
 
 
 
46
  {"time":"2026-08-12T18:58:03.201898424Z","level":"INFO","msg":"handleInformInit: received","streamId":"0fh9o8ec","id":"3(@)"}
47
  {"time":"2026-08-12T18:58:03.568010316Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"0fh9o8ec","id":"3(@)"}
48
  {"time":"2026-08-12T18:58:09.158050393Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
49
+ {"time":"2026-08-12T19:12:05.373774541Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
50
+ {"time":"2026-08-12T19:12:05.978597092Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
51
+ {"time":"2026-08-12T19:12:05.980085967Z","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"0fh9o8ec","id":"3(@)"}
52
+ {"time":"2026-08-12T19:12:05.98075482Z","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"0fh9o8ec","id":"3(@)"}
53
+ {"time":"2026-08-12T19:12:07.497066272Z","level":"INFO","msg":"handleInformInit: received","streamId":"w1cgnksl","id":"3(@)"}
54
+ {"time":"2026-08-12T19:12:07.759791901Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"w1cgnksl","id":"3(@)"}
55
+ {"time":"2026-08-12T19:12:13.17475902Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"at6np4o5kef7"}
zain/Activation/wandb/run-20260812_185803-0fh9o8ec/logs/debug-internal.log CHANGED
@@ -81,3 +81,49 @@
81
  {"time":"2026-08-12T19:07:05.150996913Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
82
  {"time":"2026-08-12T19:07:19.967569833Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":46,"history_lines":2,"events_offset":72,"events_lines":2,"console_offset":48,"console_lines":2}
83
  {"time":"2026-08-12T19:07:20.095159143Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  {"time":"2026-08-12T19:07:05.150996913Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
82
  {"time":"2026-08-12T19:07:19.967569833Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":46,"history_lines":2,"events_offset":72,"events_lines":2,"console_offset":48,"console_lines":2}
83
  {"time":"2026-08-12T19:07:20.095159143Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
84
+ {"time":"2026-08-12T19:07:34.968087039Z","level":"INFO","msg":"filestream: sending request","total_files":1,"events_offset":74,"events_lines":2}
85
+ {"time":"2026-08-12T19:07:35.076028881Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
86
+ {"time":"2026-08-12T19:07:49.967931616Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":48,"history_lines":2,"events_offset":76,"events_lines":2,"console_offset":50,"console_lines":2}
87
+ {"time":"2026-08-12T19:07:50.087583527Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
88
+ {"time":"2026-08-12T19:08:04.967646345Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":50,"history_lines":1,"events_offset":78,"events_lines":2,"console_offset":52,"console_lines":1}
89
+ {"time":"2026-08-12T19:08:05.093192616Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
90
+ {"time":"2026-08-12T19:08:19.968184797Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":51,"history_lines":1,"events_offset":80,"events_lines":2,"console_offset":53,"console_lines":1}
91
+ {"time":"2026-08-12T19:08:20.077631081Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
92
+ {"time":"2026-08-12T19:08:34.967900118Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":52,"history_lines":2,"events_offset":82,"events_lines":2,"console_offset":54,"console_lines":2}
93
+ {"time":"2026-08-12T19:08:35.095631517Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
94
+ {"time":"2026-08-12T19:08:49.96801683Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":54,"history_lines":1,"events_offset":84,"events_lines":2,"console_offset":56,"console_lines":1}
95
+ {"time":"2026-08-12T19:08:50.084386151Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
96
+ {"time":"2026-08-12T19:09:04.967575337Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":55,"history_lines":1,"events_offset":86,"events_lines":2,"console_offset":57,"console_lines":1}
97
+ {"time":"2026-08-12T19:09:05.110314263Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
98
+ {"time":"2026-08-12T19:09:19.968277391Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":56,"history_lines":2,"events_offset":88,"events_lines":2,"console_offset":58,"console_lines":2}
99
+ {"time":"2026-08-12T19:09:20.091511305Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
100
+ {"time":"2026-08-12T19:09:34.967503914Z","level":"INFO","msg":"filestream: sending request","total_files":1,"events_offset":90,"events_lines":2}
101
+ {"time":"2026-08-12T19:09:35.077394264Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
102
+ {"time":"2026-08-12T19:09:49.968127442Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":58,"history_lines":2,"events_offset":92,"events_lines":2,"console_offset":60,"console_lines":2}
103
+ {"time":"2026-08-12T19:09:50.113660125Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
104
+ {"time":"2026-08-12T19:10:04.968241813Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":60,"history_lines":2,"events_offset":94,"events_lines":2,"console_offset":62,"console_lines":2}
105
+ {"time":"2026-08-12T19:10:05.125944582Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
106
+ {"time":"2026-08-12T19:10:19.967352299Z","level":"INFO","msg":"filestream: sending request","total_files":1,"events_offset":96,"events_lines":2}
107
+ {"time":"2026-08-12T19:10:20.092763964Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
108
+ {"time":"2026-08-12T19:10:34.967863162Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":62,"history_lines":2,"events_offset":98,"events_lines":2,"console_offset":64,"console_lines":2}
109
+ {"time":"2026-08-12T19:10:35.130732444Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
110
+ {"time":"2026-08-12T19:10:49.967476903Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":64,"history_lines":1,"events_offset":100,"events_lines":2,"console_offset":66,"console_lines":1}
111
+ {"time":"2026-08-12T19:10:50.074279719Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
112
+ {"time":"2026-08-12T19:11:04.967841914Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":65,"history_lines":1,"events_offset":102,"events_lines":2,"console_offset":67,"console_lines":1}
113
+ {"time":"2026-08-12T19:11:05.09867196Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
114
+ {"time":"2026-08-12T19:11:19.967689076Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":66,"history_lines":2,"events_offset":104,"events_lines":2,"console_offset":68,"console_lines":2}
115
+ {"time":"2026-08-12T19:11:20.127504086Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
116
+ {"time":"2026-08-12T19:11:34.967422496Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":68,"history_lines":1,"events_offset":106,"events_lines":2,"console_offset":70,"console_lines":1}
117
+ {"time":"2026-08-12T19:11:35.091754172Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
118
+ {"time":"2026-08-12T19:11:49.968133577Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":69,"history_lines":2,"events_offset":108,"events_lines":2,"console_offset":71,"console_lines":7}
119
+ {"time":"2026-08-12T19:11:50.098322431Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
120
+ {"time":"2026-08-12T19:12:04.967991024Z","level":"INFO","msg":"filestream: sending request","total_files":2,"events_offset":110,"events_lines":2,"console_offset":77,"console_lines":1}
121
+ {"time":"2026-08-12T19:12:05.102698098Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
122
+ {"time":"2026-08-12T19:12:05.782819675Z","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
123
+ {"time":"2026-08-12T19:12:05.78300509Z","level":"INFO","msg":"filestream: sending request","total_files":3,"history_offset":71,"history_lines":1,"console_offset":77,"console_lines":6,"uploaded_len":3,"complete":true,"exit_code":0}
124
+ {"time":"2026-08-12T19:12:05.976418733Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
125
+ {"time":"2026-08-12T19:12:05.977555188Z","level":"INFO","msg":"handler: operation stats","stats":{}}
126
+ {"time":"2026-08-12T19:12:05.980107921Z","level":"INFO","msg":"stream: finishing up"}
127
+ {"time":"2026-08-12T19:12:05.980122272Z","level":"INFO","msg":"handler: closed"}
128
+ {"time":"2026-08-12T19:12:05.980240615Z","level":"INFO","msg":"sender: closed"}
129
+ {"time":"2026-08-12T19:12:05.980245265Z","level":"INFO","msg":"stream: all finished"}
zain/Activation/wandb/run-20260812_185803-0fh9o8ec/logs/debug.log CHANGED
@@ -18,3 +18,8 @@ config: {'_wandb': {}}
18
  2026-08-12 18:58:04,157 INFO MainThread:1371664 [wandb_run.py:_config_callback():1346] config_cb None None {'transformers_version': '5.16.0.dev0', 'architectures': None, 'output_hidden_states': False, 'return_dict': True, 'dtype': None, 'chunk_size_feed_forward': 0, 'is_encoder_decoder': False, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'problem_type': None, 'vocab_size': 4096, 'hidden_size': 128, 'intermediate_size': 256, 'num_hidden_layers': 150, 'num_attention_heads': 4, 'num_key_value_heads': 4, 'hidden_act': 'silu', 'max_position_embeddings': 512, 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'use_cache': False, 'pad_token_id': 0, 'bos_token_id': 1, 'eos_token_id': 2, 'pretraining_tp': 1, 'tie_word_embeddings': True, 'rope_parameters': {'rope_theta': 10000.0, 'rope_type': 'default'}, 'attention_bias': False, 'attention_dropout': 0.0, 'mlp_bias': False, 'head_dim': 32, '_name_or_path': '', 'tokenizer_name': 'w-ahmad/tiny-stories-tokenizer', 'mlp_type': 'glu', 'activation': 'linear', 'waleed_beta': 10.0, 'model_type': 'tiny_llama', 'output_attentions': False, 'output_dir': 'out/glu-linear-150L_run', 'per_device_train_batch_size': 64, 'num_train_epochs': 1, 'max_steps': 1000, 'learning_rate': 0.005, 'lr_scheduler_type': 'constant_with_warmup', 'lr_scheduler_kwargs': None, 'warmup_steps': 200, 'optim': 'adamw_torch_fused', 'optim_args': None, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'optim_target_modules': None, 'gradient_accumulation_steps': 1, 'average_tokens_across_devices': True, 'max_grad_norm': 0.0, 'label_smoothing_factor': 0.0, 'bf16': True, 'fp16': False, 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'use_liger_kernel': False, 'liger_kernel_config': None, 'neftune_noise_alpha': None, 'torch_empty_cache_steps': None, 'auto_find_batch_size': False, 'logging_strategy': 'steps', 'logging_steps': 20, 'logging_first_step': False, 'log_on_each_node': True, 'logging_nan_inf_filter': True, 'include_num_input_tokens_seen': 'no', 'log_level': 'passive', 'log_level_replica': 'warning', 'disable_tqdm': False, 'report_to': ['wandb'], 'run_name': 'LM-glu-linear-150L-25.1M-20260812-185802', 'project': 'huggingface', 'trackio_space_id': None, 'trackio_bucket_id': None, 'trackio_static_space_id': None, 'eval_strategy': 'steps', 'eval_steps': 50, 'eval_delay': 0, 'per_device_eval_batch_size': 128, 'prediction_loss_only': False, 'eval_on_start': False, 'eval_do_concat_batches': True, 'eval_use_gather_object': False, 'eval_accumulation_steps': None, 'include_for_metrics': [], 'batch_eval_metrics': False, 'save_only_model': False, 'save_strategy': 'steps', 'save_steps': 1000, 'save_on_each_node': False, 'save_total_limit': None, 'enable_jit_checkpoint': False, 'push_to_hub': False, 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': None, 'hub_model_id': 'w-ahmad/6L-glu-linear-150L', 'hub_strategy': 'every_save', 'hub_always_push': False, 'hub_revision': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'restore_callback_states_from_checkpoint': False, 'full_determinism': False, 'seed': 42, 'data_seed': 42, 'use_cpu': False, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}, 'parallelism_config': None, 'dataloader_drop_last': False, 'dataloader_num_workers': 0, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'dataloader_prefetch_factor': None, 'dataloader_multiprocessing_context': None, 'dataloader_in_order': True, 'remove_unused_columns': False, 'label_names': None, 'train_sampling_strategy': 'random', 'length_column_name': 'length', 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'ddp_static_graph': None, 'ddp_backend': None, 'ddp_timeout': 1800, 'fsdp': None, 'fsdp_config': None, 'deepspeed': None, 'debug': [], 'skip_memory_metrics': True, 'do_train': False, 'do_eval': True, 'do_predict': False, 'resume_from_checkpoint': None, 'local_rank': -1}
19
  2026-08-12 18:58:04,164 INFO MainThread:1371664 [wandb_config.py:__setitem__():155] [no run ID] config set model/num_parameters = 25138816 - <bound method Run._config_callback of <wandb.sdk.wandb_run.Run object at 0x14c70bba6950>>
20
  2026-08-12 18:58:04,164 INFO MainThread:1371664 [wandb_run.py:_config_callback():1346] config_cb model/num_parameters 25138816 None
 
 
 
 
 
 
18
  2026-08-12 18:58:04,157 INFO MainThread:1371664 [wandb_run.py:_config_callback():1346] config_cb None None {'transformers_version': '5.16.0.dev0', 'architectures': None, 'output_hidden_states': False, 'return_dict': True, 'dtype': None, 'chunk_size_feed_forward': 0, 'is_encoder_decoder': False, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'problem_type': None, 'vocab_size': 4096, 'hidden_size': 128, 'intermediate_size': 256, 'num_hidden_layers': 150, 'num_attention_heads': 4, 'num_key_value_heads': 4, 'hidden_act': 'silu', 'max_position_embeddings': 512, 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'use_cache': False, 'pad_token_id': 0, 'bos_token_id': 1, 'eos_token_id': 2, 'pretraining_tp': 1, 'tie_word_embeddings': True, 'rope_parameters': {'rope_theta': 10000.0, 'rope_type': 'default'}, 'attention_bias': False, 'attention_dropout': 0.0, 'mlp_bias': False, 'head_dim': 32, '_name_or_path': '', 'tokenizer_name': 'w-ahmad/tiny-stories-tokenizer', 'mlp_type': 'glu', 'activation': 'linear', 'waleed_beta': 10.0, 'model_type': 'tiny_llama', 'output_attentions': False, 'output_dir': 'out/glu-linear-150L_run', 'per_device_train_batch_size': 64, 'num_train_epochs': 1, 'max_steps': 1000, 'learning_rate': 0.005, 'lr_scheduler_type': 'constant_with_warmup', 'lr_scheduler_kwargs': None, 'warmup_steps': 200, 'optim': 'adamw_torch_fused', 'optim_args': None, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'optim_target_modules': None, 'gradient_accumulation_steps': 1, 'average_tokens_across_devices': True, 'max_grad_norm': 0.0, 'label_smoothing_factor': 0.0, 'bf16': True, 'fp16': False, 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'use_liger_kernel': False, 'liger_kernel_config': None, 'neftune_noise_alpha': None, 'torch_empty_cache_steps': None, 'auto_find_batch_size': False, 'logging_strategy': 'steps', 'logging_steps': 20, 'logging_first_step': False, 'log_on_each_node': True, 'logging_nan_inf_filter': True, 'include_num_input_tokens_seen': 'no', 'log_level': 'passive', 'log_level_replica': 'warning', 'disable_tqdm': False, 'report_to': ['wandb'], 'run_name': 'LM-glu-linear-150L-25.1M-20260812-185802', 'project': 'huggingface', 'trackio_space_id': None, 'trackio_bucket_id': None, 'trackio_static_space_id': None, 'eval_strategy': 'steps', 'eval_steps': 50, 'eval_delay': 0, 'per_device_eval_batch_size': 128, 'prediction_loss_only': False, 'eval_on_start': False, 'eval_do_concat_batches': True, 'eval_use_gather_object': False, 'eval_accumulation_steps': None, 'include_for_metrics': [], 'batch_eval_metrics': False, 'save_only_model': False, 'save_strategy': 'steps', 'save_steps': 1000, 'save_on_each_node': False, 'save_total_limit': None, 'enable_jit_checkpoint': False, 'push_to_hub': False, 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': None, 'hub_model_id': 'w-ahmad/6L-glu-linear-150L', 'hub_strategy': 'every_save', 'hub_always_push': False, 'hub_revision': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'restore_callback_states_from_checkpoint': False, 'full_determinism': False, 'seed': 42, 'data_seed': 42, 'use_cpu': False, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}, 'parallelism_config': None, 'dataloader_drop_last': False, 'dataloader_num_workers': 0, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'dataloader_prefetch_factor': None, 'dataloader_multiprocessing_context': None, 'dataloader_in_order': True, 'remove_unused_columns': False, 'label_names': None, 'train_sampling_strategy': 'random', 'length_column_name': 'length', 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'ddp_static_graph': None, 'ddp_backend': None, 'ddp_timeout': 1800, 'fsdp': None, 'fsdp_config': None, 'deepspeed': None, 'debug': [], 'skip_memory_metrics': True, 'do_train': False, 'do_eval': True, 'do_predict': False, 'resume_from_checkpoint': None, 'local_rank': -1}
19
  2026-08-12 18:58:04,164 INFO MainThread:1371664 [wandb_config.py:__setitem__():155] [no run ID] config set model/num_parameters = 25138816 - <bound method Run._config_callback of <wandb.sdk.wandb_run.Run object at 0x14c70bba6950>>
20
  2026-08-12 18:58:04,164 INFO MainThread:1371664 [wandb_run.py:_config_callback():1346] config_cb model/num_parameters 25138816 None
21
+ 2026-08-12 19:12:05,373 INFO MainThread:1371664 [wandb_run.py:_finish():2383] finishing run deepnevro-deepnevro/research2/0fh9o8ec
22
+ 2026-08-12 19:12:05,373 INFO MainThread:1371664 [wandb_run.py:_atexit_cleanup():2588] got exitcode: 0
23
+ 2026-08-12 19:12:05,373 INFO MainThread:1371664 [wandb_run.py:_restore():2570] restore
24
+ 2026-08-12 19:12:05,373 INFO MainThread:1371664 [wandb_run.py:_restore():2576] restore done
25
+ 2026-08-12 19:12:05,979 INFO MainThread:1371664 [wandb_run.py:_footer_sync_info():3993] logging synced files
zain/Activation/wandb/run-20260812_185803-0fh9o8ec/run-0fh9o8ec.wandb CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ee247da207b7e8c4d2e42220a12ea4355a250214358a66c69bd3e6dfc26b92d
3
- size 589824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2e36c69f50e69afcbbefac150ca832b6d96d840afbeed74742f5a1e4be4b90c
3
+ size 939417
zain/Activation/wandb/run-20260812_191207-w1cgnksl/files/output.log ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ 4%|▎ | 37/1000 [00:16<06:43, 2.39it/s]
2
+ {'loss': '7.957', 'grad_norm': '1.258', 'learning_rate': '0.000475', 'epoch': '0.001348', 'train/total_time_seconds': '7.735', 'train/time_per_step_avg': '0.3868', 'train/epoch_time_elapsed': '8.817', 'train/estimated_remaining_minutes': '6.317'}
zain/Activation/wandb/run-20260812_191207-w1cgnksl/files/requirements.txt ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ asttokens==3.0.1
2
+ comm==0.2.3
3
+ debugpy==1.8.21
4
+ decorator==5.3.1
5
+ executing==2.2.1
6
+ nest-asyncio==1.6.0
7
+ parso==0.8.7
8
+ platformdirs==4.11.0
9
+ psutil==7.2.2
10
+ ptyprocess==0.7.0
11
+ pure_eval==0.2.3
12
+ Pygments==2.20.0
13
+ pyzmq==27.1.0
14
+ setuptools==83.0.0
15
+ six==1.17.0
16
+ tornado==6.5.7
17
+ traitlets==5.15.0
18
+ fsspec==2026.4.0
19
+ wcwidth==0.8.2
20
+ ipython_pygments_lexers==1.1.1
21
+ jedi==0.20.0
22
+ jupyter_core==5.9.1
23
+ matplotlib-inline==0.2.2
24
+ pexpect==4.9.0
25
+ prompt_toolkit==3.0.53
26
+ python-dateutil==2.9.0.post0
27
+ stack_data==0.6.3
28
+ wheel==0.47.0
29
+ jupyter_client==8.9.1
30
+ pip==26.1.2
31
+ ipython==9.15.0
32
+ ipykernel==7.2.0
33
+ threadpoolctl==3.6.0
34
+ pyparsing==3.3.2
35
+ typing_extensions==4.15.0
36
+ Jinja2==3.1.6
37
+ narwhals==2.24.0
38
+ kiwisolver==1.5.0
39
+ joblib==1.5.3
40
+ fonttools==4.63.0
41
+ cycler==0.12.1
42
+ scipy==1.17.1
43
+ pandas==3.0.5
44
+ contourpy==1.3.3
45
+ scikit-learn==1.9.0
46
+ matplotlib==3.11.1
47
+ urllib3==2.7.0
48
+ tqdm==4.70.0
49
+ idna==3.18
50
+ charset-normalizer==3.4.9
51
+ certifi==2026.7.22
52
+ requests==2.34.2
53
+ seaborn==0.13.2
54
+ uv==0.12.0
55
+ shellingham==1.5.4
56
+ mpmath==1.3.0
57
+ attrs==26.1.0
58
+ hf-xet==1.5.2
59
+ nvidia-nccl-cu12==2.21.5
60
+ MarkupSafe==3.0.3
61
+ regex==2026.7.19
62
+ importlib_metadata==9.0.0
63
+ httpcore==1.0.9
64
+ annotated-doc==0.0.5
65
+ multidict==6.7.1
66
+ aiohttp==3.14.3
67
+ aiosignal==1.4.0
68
+ xxhash==3.8.1
69
+ aiohappyeyeballs==2.7.1
70
+ mdurl==0.1.2
71
+ cuda-toolkit==13.0.3.0
72
+ networkx==3.6.1
73
+ PyYAML==6.0.3
74
+ nvidia-cufile==1.15.1.6
75
+ typer==0.27.0
76
+ torchaudio==2.6.0+cu124
77
+ rich==15.0.0
78
+ nvidia-cufft-cu12==11.2.1.3
79
+ h11==0.16.0
80
+ dill==0.4.1
81
+ cuda-pathfinder==1.6.0
82
+ filelock==3.29.0
83
+ nvidia-nvtx-cu12==12.4.127
84
+ httpx==0.28.1
85
+ anyio==4.14.2
86
+ numpy==2.4.4
87
+ yarl==1.24.5
88
+ click==8.4.2
89
+ triton==3.2.0
90
+ frozenlist==1.8.0
91
+ zipp==4.1.0
92
+ propcache==0.5.2
93
+ tokenizers==0.22.2
94
+ markdown-it-py==4.2.0
95
+ nvidia-cuda-runtime==13.0.96
96
+ cuda-bindings==13.3.1
97
+ nvidia-cuda-cupti==13.0.85
98
+ torch==2.6.0+cu124
99
+ multiprocess==0.70.19
100
+ pillow==12.2.0
101
+ transformers==5.16.0.dev0
102
+ wandb==0.28.1
103
+ nvidia-curand==10.4.0.35
104
+ sympy==1.13.1
105
+ nvidia-cusparse==12.6.3.3
106
+ nvidia-cuda-nvrtc==13.0.88
107
+ typing-inspection==0.4.2
108
+ nvidia-cusolver==12.0.4.66
109
+ nvidia-cufft==12.0.0.61
110
+ nvidia-cudnn-cu13==9.20.0.48
111
+ nvidia-cublas==13.1.1.3
112
+ pyarrow==25.0.0
113
+ evaluate==0.4.6
114
+ diffusers==0.39.0
115
+ pydantic==2.13.4
116
+ annotated-types==0.8.0
117
+ protobuf==7.35.1
118
+ sentry-sdk==2.66.1
119
+ einops==0.8.2
120
+ packaging==26.2
121
+ nvidia-nvjitlink-cu12==12.4.127
122
+ nvidia-curand-cu12==10.3.5.147
123
+ nvidia-cusparselt-cu12==0.6.2
124
+ nvidia-cusparse-cu12==12.3.1.170
125
+ nvidia-cuda-runtime-cu12==12.4.127
126
+ torchvision==0.21.0+cu124
127
+ nvidia-cuda-nvrtc-cu12==12.4.127
128
+ nvidia-cuda-cupti-cu12==12.4.127
129
+ nvidia-cusolver-cu12==11.6.1.9
130
+ nvidia-cublas-cu12==12.4.5.8
131
+ nvidia-cudnn-cu12==9.1.0.70
132
+ huggingface_hub==1.26.0
133
+ datasets==5.0.1
134
+ safetensors==0.8.0
135
+ accelerate==1.14.0
136
+ pydantic_core==2.46.4
137
+ ninja==1.13.0
138
+ autocommand==2.2.2
139
+ backports.tarfile==1.2.0
140
+ importlib_metadata==8.7.1
141
+ jaraco.text==4.0.0
142
+ jaraco.context==6.1.0
143
+ jaraco.functools==4.4.0
144
+ more-itertools==10.8.0
145
+ packaging==26.0
146
+ platformdirs==4.4.0
147
+ tomli==2.4.0
148
+ wheel==0.46.3
149
+ zipp==3.23.0
zain/Activation/wandb/run-20260812_191207-w1cgnksl/files/wandb-metadata.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.15.0-126-generic-x86_64-with-glibc2.35",
3
+ "python": "CPython 3.11.15",
4
+ "startedAt": "2026-08-12T19:12:07.494929Z",
5
+ "args": [
6
+ "--config",
7
+ "/mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation/configs/baseline150L.yaml",
8
+ "--variants",
9
+ "glu-silu",
10
+ "glu-relu",
11
+ "glu-gelu",
12
+ "glu-sigmoid",
13
+ "glu-linear",
14
+ "glu-waleed10",
15
+ "mlp-waleed10",
16
+ "glu-silu-waleed10",
17
+ "mlp-silu-waleed10",
18
+ "glu-situglu",
19
+ "glu-waleed",
20
+ "glu-situglu_low",
21
+ "glu-waleedglu_low"
22
+ ],
23
+ "program": "/mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation/sweep.py",
24
+ "codePath": "sweep.py",
25
+ "codePathLocal": "sweep.py",
26
+ "git": {
27
+ "remote": "https://github.com/w-ahmad1a10/Activation.git",
28
+ "commit": "c53713bcba08d1849136dad91288c4b82040634e"
29
+ },
30
+ "email": "deepnevro@gmail.com",
31
+ "root": "/mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation",
32
+ "host": "deeplens-k3s-node1",
33
+ "executable": "/mnt/data/zainulabideen/zain-exp/notebooks/my_env/bin/python",
34
+ "cpu_count": 112,
35
+ "cpu_count_logical": 224,
36
+ "gpu": "NVIDIA H100 80GB HBM3",
37
+ "gpu_count": 8,
38
+ "disk": {
39
+ "/": {
40
+ "total": "1560765693952",
41
+ "used": "716198170624"
42
+ }
43
+ },
44
+ "memory": {
45
+ "total": "2164089937920"
46
+ },
47
+ "gpu_nvidia": [
48
+ {
49
+ "name": "NVIDIA H100 80GB HBM3",
50
+ "memoryTotal": "85520809984",
51
+ "cudaCores": 16896,
52
+ "architecture": "Hopper",
53
+ "uuid": "GPU-39c684a5-fde6-83d7-1663-0859795881ae"
54
+ },
55
+ {
56
+ "name": "NVIDIA H100 80GB HBM3",
57
+ "memoryTotal": "85520809984",
58
+ "cudaCores": 16896,
59
+ "architecture": "Hopper",
60
+ "uuid": "GPU-68012e5a-38b6-b643-0ca6-62fb66720bf3"
61
+ },
62
+ {
63
+ "name": "NVIDIA H100 80GB HBM3",
64
+ "memoryTotal": "85520809984",
65
+ "cudaCores": 16896,
66
+ "architecture": "Hopper",
67
+ "uuid": "GPU-132944c4-b689-2b5f-89a4-d730401677ab"
68
+ },
69
+ {
70
+ "name": "NVIDIA H100 80GB HBM3",
71
+ "memoryTotal": "85520809984",
72
+ "cudaCores": 16896,
73
+ "architecture": "Hopper",
74
+ "uuid": "GPU-2df386cc-6d26-d0e2-7a2d-a057b0d95864"
75
+ },
76
+ {
77
+ "name": "NVIDIA H100 80GB HBM3",
78
+ "memoryTotal": "85520809984",
79
+ "cudaCores": 16896,
80
+ "architecture": "Hopper",
81
+ "uuid": "GPU-bfa16575-1d94-1aa2-4537-2c93433f42ef"
82
+ },
83
+ {
84
+ "name": "NVIDIA H100 80GB HBM3",
85
+ "memoryTotal": "85520809984",
86
+ "cudaCores": 16896,
87
+ "architecture": "Hopper",
88
+ "uuid": "GPU-bc6c3e3c-9b90-09ca-c034-774961847c54"
89
+ },
90
+ {
91
+ "name": "NVIDIA H100 80GB HBM3",
92
+ "memoryTotal": "85520809984",
93
+ "cudaCores": 16896,
94
+ "architecture": "Hopper",
95
+ "uuid": "GPU-00a441e1-7c95-e7d6-4c35-43d6b291aea9"
96
+ },
97
+ {
98
+ "name": "NVIDIA H100 80GB HBM3",
99
+ "memoryTotal": "85520809984",
100
+ "cudaCores": 16896,
101
+ "architecture": "Hopper",
102
+ "uuid": "GPU-1c4d29a2-4647-6fce-d8fc-0c5ecfbbd6ea"
103
+ }
104
+ ],
105
+ "cudaVersion": "12.4",
106
+ "writerId": "6lnbyc3acvy2bme0wurgw4k1v2n501g4"
107
+ }
zain/Activation/wandb/run-20260812_191207-w1cgnksl/logs/debug-core.log ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-08-12T17:51:29.496049185Z","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmp7lru5pey/port-1355517.txt","pid":1355517,"detached":false,"idle-timeout":600000000000,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false,"enable-dcgm-profiling":false}
2
+ {"time":"2026-08-12T17:51:29.496747364Z","level":"INFO","msg":"server: will exit if parent process dies","ppid":1355517}
3
+ {"time":"2026-08-12T17:51:29.49671311Z","level":"INFO","msg":"server: accepting connections","addr":{"Name":"/tmp/wandb-1355517-1357782-3052194627/socket","Net":"unix"}}
4
+ {"time":"2026-08-12T17:51:29.674347603Z","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"1(@)"}
5
+ {"time":"2026-08-12T17:52:11.162138091Z","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"2(@)"}
6
+ {"time":"2026-08-12T17:52:11.242645021Z","level":"INFO","msg":"handleInformInit: received","streamId":"ycyhhejh","id":"2(@)"}
7
+ {"time":"2026-08-12T17:52:11.508233203Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"ycyhhejh","id":"2(@)"}
8
+ {"time":"2026-08-12T17:52:17.001520061Z","level":"INFO","msg":"connection: cancelling request","id":"2(@)","requestId":"6684d59dll8w"}
9
+ {"time":"2026-08-12T17:52:32.412124918Z","level":"INFO","msg":"connection: cancelling request","id":"2(@)","requestId":"6684d59dll8w"}
10
+ {"time":"2026-08-12T17:52:32.887487538Z","level":"INFO","msg":"connection: cancelling request","id":"2(@)","requestId":"6684d59dll8w"}
11
+ {"time":"2026-08-12T17:52:32.888505Z","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"ycyhhejh","id":"2(@)"}
12
+ {"time":"2026-08-12T17:52:32.889313366Z","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"ycyhhejh","id":"2(@)"}
13
+ {"time":"2026-08-12T17:52:34.597228944Z","level":"INFO","msg":"connection: closing","id":"2(@)"}
14
+ {"time":"2026-08-12T17:52:34.597314364Z","level":"INFO","msg":"connection: closed successfully","id":"2(@)"}
15
+ {"time":"2026-08-12T17:52:34.597242804Z","level":"INFO","msg":"processOutgoingData: finished","id":"2(@)"}
16
+ {"time":"2026-08-12T17:52:34.597322441Z","level":"INFO","msg":"connection: ManageConnectionData: connection closed","id":"2(@)"}
17
+ {"time":"2026-08-12T17:53:03.98517338Z","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"3(@)"}
18
+ {"time":"2026-08-12T17:53:04.076747848Z","level":"INFO","msg":"handleInformInit: received","streamId":"hrggki9k","id":"3(@)"}
19
+ {"time":"2026-08-12T17:53:04.339071164Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"hrggki9k","id":"3(@)"}
20
+ {"time":"2026-08-12T17:53:09.739880255Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tj6i5mzy43l0"}
21
+ {"time":"2026-08-12T18:07:11.667315857Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tj6i5mzy43l0"}
22
+ {"time":"2026-08-12T18:07:12.178747012Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tj6i5mzy43l0"}
23
+ {"time":"2026-08-12T18:07:12.180598654Z","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"hrggki9k","id":"3(@)"}
24
+ {"time":"2026-08-12T18:07:12.181733156Z","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"hrggki9k","id":"3(@)"}
25
+ {"time":"2026-08-12T18:07:13.412475061Z","level":"INFO","msg":"handleInformInit: received","streamId":"utqzlg67","id":"3(@)"}
26
+ {"time":"2026-08-12T18:07:13.679314069Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"utqzlg67","id":"3(@)"}
27
+ {"time":"2026-08-12T18:07:19.044675117Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"atkqmrzkldx8"}
28
+ {"time":"2026-08-12T18:21:24.445193258Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"atkqmrzkldx8"}
29
+ {"time":"2026-08-12T18:21:25.196343989Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"atkqmrzkldx8"}
30
+ {"time":"2026-08-12T18:21:25.198067009Z","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"utqzlg67","id":"3(@)"}
31
+ {"time":"2026-08-12T18:21:25.199000312Z","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"utqzlg67","id":"3(@)"}
32
+ {"time":"2026-08-12T18:21:26.321522195Z","level":"INFO","msg":"handleInformInit: received","streamId":"vyycsg6r","id":"3(@)"}
33
+ {"time":"2026-08-12T18:21:26.578729863Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"vyycsg6r","id":"3(@)"}
34
+ {"time":"2026-08-12T18:21:31.999599169Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"h28g0ntapnl9"}
35
+ {"time":"2026-08-12T18:38:21.284226521Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"h28g0ntapnl9"}
36
+ {"time":"2026-08-12T18:38:21.818456712Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"h28g0ntapnl9"}
37
+ {"time":"2026-08-12T18:38:21.81999609Z","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"vyycsg6r","id":"3(@)"}
38
+ {"time":"2026-08-12T18:38:21.828229465Z","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"vyycsg6r","id":"3(@)"}
39
+ {"time":"2026-08-12T18:38:23.104854149Z","level":"INFO","msg":"handleInformInit: received","streamId":"qtstmmvv","id":"3(@)"}
40
+ {"time":"2026-08-12T18:38:23.372128976Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"qtstmmvv","id":"3(@)"}
41
+ {"time":"2026-08-12T18:38:28.777282159Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"b7qhqvo21369"}
42
+ {"time":"2026-08-12T18:58:01.448371065Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"b7qhqvo21369"}
43
+ {"time":"2026-08-12T18:58:02.001524628Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"b7qhqvo21369"}
44
+ {"time":"2026-08-12T18:58:02.003105094Z","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"qtstmmvv","id":"3(@)"}
45
+ {"time":"2026-08-12T18:58:02.003794074Z","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"qtstmmvv","id":"3(@)"}
46
+ {"time":"2026-08-12T18:58:03.201898424Z","level":"INFO","msg":"handleInformInit: received","streamId":"0fh9o8ec","id":"3(@)"}
47
+ {"time":"2026-08-12T18:58:03.568010316Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"0fh9o8ec","id":"3(@)"}
48
+ {"time":"2026-08-12T18:58:09.158050393Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
49
+ {"time":"2026-08-12T19:12:05.373774541Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
50
+ {"time":"2026-08-12T19:12:05.978597092Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"tdwgcmrpt4zh"}
51
+ {"time":"2026-08-12T19:12:05.980085967Z","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"0fh9o8ec","id":"3(@)"}
52
+ {"time":"2026-08-12T19:12:05.98075482Z","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"0fh9o8ec","id":"3(@)"}
53
+ {"time":"2026-08-12T19:12:07.497066272Z","level":"INFO","msg":"handleInformInit: received","streamId":"w1cgnksl","id":"3(@)"}
54
+ {"time":"2026-08-12T19:12:07.759791901Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"w1cgnksl","id":"3(@)"}
55
+ {"time":"2026-08-12T19:12:13.17475902Z","level":"INFO","msg":"connection: cancelling request","id":"3(@)","requestId":"at6np4o5kef7"}
zain/Activation/wandb/run-20260812_191207-w1cgnksl/logs/debug-internal.log ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-08-12T19:12:07.497196304Z","level":"INFO","msg":"wandb-core"}
2
+ {"time":"2026-08-12T19:12:07.497332182Z","level":"INFO","msg":"stream: starting","core version":"0.28.1"}
3
+ {"time":"2026-08-12T19:12:07.759577369Z","level":"INFO","msg":"stream: created new stream","id":"w1cgnksl"}
4
+ {"time":"2026-08-12T19:12:07.759657193Z","level":"INFO","msg":"handler: started"}
5
+ {"time":"2026-08-12T19:12:07.759784998Z","level":"INFO","msg":"stream: started"}
6
+ {"time":"2026-08-12T19:12:07.759790925Z","level":"INFO","msg":"writer: started","stream_id":"w1cgnksl"}
7
+ {"time":"2026-08-12T19:12:07.759842787Z","level":"INFO","msg":"sender: started"}
8
+ {"time":"2026-08-12T19:12:09.060585544Z","level":"INFO","msg":"filestream: sending request","total_files":1,"console_offset":0,"console_lines":1}
9
+ {"time":"2026-08-12T19:12:09.183194227Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
10
+ {"time":"2026-08-12T19:12:24.061611124Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":0,"history_lines":1,"events_offset":0,"events_lines":2,"console_offset":0,"console_lines":2,"uploaded_len":2}
11
+ {"time":"2026-08-12T19:12:24.181068505Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
zain/Activation/wandb/run-20260812_191207-w1cgnksl/logs/debug.log ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2026-08-12 19:12:07,495 INFO MainThread:1371664 [wandb_init.py:setup_run_log_directory():729] Logging user logs to /mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation/wandb/run-20260812_191207-w1cgnksl/logs/debug.log
2
+ 2026-08-12 19:12:07,496 INFO MainThread:1371664 [wandb_init.py:setup_run_log_directory():730] Logging internal logs to /mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation/wandb/run-20260812_191207-w1cgnksl/logs/debug-internal.log
3
+ 2026-08-12 19:12:07,496 INFO MainThread:1371664 [wandb_init.py:init():772] calling init triggers
4
+ 2026-08-12 19:12:07,496 INFO MainThread:1371664 [wandb_init.py:init():777] wandb.init called with sweep_config: {}
5
+ config: {'_wandb': {}}
6
+ 2026-08-12 19:12:07,496 INFO MainThread:1371664 [wandb_init.py:init():820] starting backend
7
+ 2026-08-12 19:12:07,496 INFO MainThread:1371664 [wandb_init.py:init():826] Connected to an existing wandb-core service via WANDB_SERVICE
8
+ 2026-08-12 19:12:07,496 INFO MainThread:1371664 [wandb_init.py:init():835] sending inform_init request
9
+ 2026-08-12 19:12:07,760 INFO MainThread:1371664 [wandb_init.py:init():840] backend started and connected
10
+ 2026-08-12 19:12:07,761 INFO MainThread:1371664 [wandb_init.py:init():910] updated telemetry
11
+ 2026-08-12 19:12:07,768 INFO MainThread:1371664 [wandb_init.py:init():933] communicating run to backend with 90.0 second timeout
12
+ 2026-08-12 19:12:08,094 INFO MainThread:1371664 [wandb_init.py:init():978] starting run threads in backend
13
+ 2026-08-12 19:12:08,172 INFO MainThread:1371664 [wandb_run.py:_console_start():2621] atexit reg
14
+ 2026-08-12 19:12:08,172 INFO MainThread:1371664 [wandb_run.py:_redirect():2471] redirect: wrap_raw
15
+ 2026-08-12 19:12:08,172 INFO MainThread:1371664 [wandb_run.py:_redirect():2540] Wrapping output streams.
16
+ 2026-08-12 19:12:08,172 INFO MainThread:1371664 [wandb_run.py:_redirect():2563] Redirects installed.
17
+ 2026-08-12 19:12:08,173 INFO MainThread:1371664 [wandb_init.py:init():1016] run started, returning control to user process
18
+ 2026-08-12 19:12:08,174 INFO MainThread:1371664 [wandb_run.py:_config_callback():1346] config_cb None None {'transformers_version': '5.16.0.dev0', 'architectures': None, 'output_hidden_states': False, 'return_dict': True, 'dtype': None, 'chunk_size_feed_forward': 0, 'is_encoder_decoder': False, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'problem_type': None, 'vocab_size': 4096, 'hidden_size': 128, 'intermediate_size': 256, 'num_hidden_layers': 150, 'num_attention_heads': 4, 'num_key_value_heads': 4, 'hidden_act': 'silu', 'max_position_embeddings': 512, 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'use_cache': False, 'pad_token_id': 0, 'bos_token_id': 1, 'eos_token_id': 2, 'pretraining_tp': 1, 'tie_word_embeddings': True, 'rope_parameters': {'rope_theta': 10000.0, 'rope_type': 'default'}, 'attention_bias': False, 'attention_dropout': 0.0, 'mlp_bias': False, 'head_dim': 32, '_name_or_path': '', 'tokenizer_name': 'w-ahmad/tiny-stories-tokenizer', 'mlp_type': 'glu', 'activation': 'waleed10', 'waleed_beta': 10.0, 'model_type': 'tiny_llama', 'output_attentions': False, 'output_dir': 'out/glu-waleed10-150L_run', 'per_device_train_batch_size': 64, 'num_train_epochs': 1, 'max_steps': 1000, 'learning_rate': 0.005, 'lr_scheduler_type': 'constant_with_warmup', 'lr_scheduler_kwargs': None, 'warmup_steps': 200, 'optim': 'adamw_torch_fused', 'optim_args': None, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'optim_target_modules': None, 'gradient_accumulation_steps': 1, 'average_tokens_across_devices': True, 'max_grad_norm': 0.0, 'label_smoothing_factor': 0.0, 'bf16': True, 'fp16': False, 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'use_liger_kernel': False, 'liger_kernel_config': None, 'neftune_noise_alpha': None, 'torch_empty_cache_steps': None, 'auto_find_batch_size': False, 'logging_strategy': 'steps', 'logging_steps': 20, 'logging_first_step': False, 'log_on_each_node': True, 'logging_nan_inf_filter': True, 'include_num_input_tokens_seen': 'no', 'log_level': 'passive', 'log_level_replica': 'warning', 'disable_tqdm': False, 'report_to': ['wandb'], 'run_name': 'LM-glu-waleed10-150L-25.1M-20260812-191206', 'project': 'huggingface', 'trackio_space_id': None, 'trackio_bucket_id': None, 'trackio_static_space_id': None, 'eval_strategy': 'steps', 'eval_steps': 50, 'eval_delay': 0, 'per_device_eval_batch_size': 128, 'prediction_loss_only': False, 'eval_on_start': False, 'eval_do_concat_batches': True, 'eval_use_gather_object': False, 'eval_accumulation_steps': None, 'include_for_metrics': [], 'batch_eval_metrics': False, 'save_only_model': False, 'save_strategy': 'steps', 'save_steps': 1000, 'save_on_each_node': False, 'save_total_limit': None, 'enable_jit_checkpoint': False, 'push_to_hub': False, 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': None, 'hub_model_id': 'w-ahmad/6L-glu-waleed10-150L', 'hub_strategy': 'every_save', 'hub_always_push': False, 'hub_revision': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'restore_callback_states_from_checkpoint': False, 'full_determinism': False, 'seed': 42, 'data_seed': 42, 'use_cpu': False, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}, 'parallelism_config': None, 'dataloader_drop_last': False, 'dataloader_num_workers': 0, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'dataloader_prefetch_factor': None, 'dataloader_multiprocessing_context': None, 'dataloader_in_order': True, 'remove_unused_columns': False, 'label_names': None, 'train_sampling_strategy': 'random', 'length_column_name': 'length', 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'ddp_static_graph': None, 'ddp_backend': None, 'ddp_timeout': 1800, 'fsdp': None, 'fsdp_config': None, 'deepspeed': None, 'debug': [], 'skip_memory_metrics': True, 'do_train': False, 'do_eval': True, 'do_predict': False, 'resume_from_checkpoint': None, 'local_rank': -1}
19
+ 2026-08-12 19:12:08,181 INFO MainThread:1371664 [wandb_config.py:__setitem__():155] [no run ID] config set model/num_parameters = 25138816 - <bound method Run._config_callback of <wandb.sdk.wandb_run.Run object at 0x14c5efb86510>>
20
+ 2026-08-12 19:12:08,181 INFO MainThread:1371664 [wandb_run.py:_config_callback():1346] config_cb model/num_parameters 25138816 None
zain/Activation/wandb/run-20260812_191207-w1cgnksl/run-w1cgnksl.wandb ADDED
Binary file (7 Bytes). View file