tim-lawson commited on
Commit
204a39b
·
verified ·
1 Parent(s): a46daf9

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. .gitattributes +1 -0
  2. config.json +60 -19
  3. lm_eval.json +3 -0
  4. lm_eval_results.json +381 -0
  5. train_config.json +61 -1
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ lm_eval.json filter=lfs diff=lfs merge=lfs -text
config.json CHANGED
@@ -1,20 +1,61 @@
1
  {
2
- "architectures": [
3
- "SkipMiddleModel"
4
- ],
5
- "dim": 768,
6
- "ffn_dim_multiplier": 4,
7
- "initializer_range": 0.02,
8
- "max_seq_len": 1024,
9
- "multiple_of": 256,
10
- "n_heads": 12,
11
- "n_kv_heads": 12,
12
- "n_layers": 2,
13
- "norm_eps": 1e-05,
14
- "rope_theta": 10000,
15
- "torch_dtype": "bfloat16",
16
- "transformers_version": "4.51.1",
17
- "use_scaled_rope": false,
18
- "vocab_size": 50257,
19
- "zero_init_masks": false
20
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "data": {
3
+ "train_files": "data/fineweb_10B_gpt2/fineweb_train_*.bin",
4
+ "val_files": "data/fineweb_10B_gpt2/fineweb_val_*.bin",
5
+ "batch_size": 512,
6
+ "device_batch_size": 32
7
+ },
8
+ "model": {
9
+ "dim": 768,
10
+ "n_layers": 2,
11
+ "n_heads": 12,
12
+ "n_kv_heads": 12,
13
+ "vocab_size": 50257,
14
+ "multiple_of": 256,
15
+ "ffn_dim_multiplier": 4,
16
+ "norm_eps": 1e-05,
17
+ "rope_theta": 10000,
18
+ "use_scaled_rope": false,
19
+ "max_seq_len": 1024,
20
+ "initializer_range": 0.02,
21
+ "zero_init_masks": false
22
+ },
23
+ "optimizer": {
24
+ "default": {
25
+ "lr": 0.001,
26
+ "beta1": 0.8,
27
+ "beta2": 0.95,
28
+ "eps": 1e-10,
29
+ "weight_decay": 0
30
+ },
31
+ "masks": {
32
+ "lr": 0.001,
33
+ "beta1": 0.8,
34
+ "beta2": 0.95,
35
+ "eps": 1e-10,
36
+ "weight_decay": 0
37
+ },
38
+ "norms": {
39
+ "lr": 0.001,
40
+ "beta1": 0.8,
41
+ "beta2": 0.95,
42
+ "eps": 1e-10,
43
+ "weight_decay": 0
44
+ }
45
+ },
46
+ "scheduler": {
47
+ "warmup_steps": 0.1,
48
+ "start_factor": 0.1
49
+ },
50
+ "gates": {},
51
+ "gates_zero_eps": 1e-08,
52
+ "seed": 0,
53
+ "project": "fineweb-nocontrol",
54
+ "run_id": null,
55
+ "logdir": "logs/fineweb-nocontrol",
56
+ "log_gradients": false,
57
+ "log_params": false,
58
+ "log_every_steps": 1,
59
+ "val_every_steps": 100,
60
+ "save_every_steps": -1
61
+ }
lm_eval.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00c63c800503bb61e688c51aa577983dc98f5e29348edf4528216fa91b278d81
3
+ size 447535065
lm_eval_results.json ADDED
@@ -0,0 +1,381 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arc_easy": {
3
+ "alias": "arc_easy",
4
+ "acc,none": 0.3484848484848485,
5
+ "acc_stderr,none": 0.009777377947106498,
6
+ "acc_norm,none": 0.3312289562289562,
7
+ "acc_norm_stderr,none": 0.009657641311350737
8
+ },
9
+ "blimp": {
10
+ "acc,none": 0.7066119402985074,
11
+ "acc_stderr,none": 0.0016056416481442229,
12
+ "alias": "blimp"
13
+ },
14
+ "blimp_adjunct_island": {
15
+ "alias": " - blimp_adjunct_island",
16
+ "acc,none": 0.768,
17
+ "acc_stderr,none": 0.013354937452281623
18
+ },
19
+ "blimp_anaphor_gender_agreement": {
20
+ "alias": " - blimp_anaphor_gender_agreement",
21
+ "acc,none": 0.889,
22
+ "acc_stderr,none": 0.009938701010583716
23
+ },
24
+ "blimp_anaphor_number_agreement": {
25
+ "alias": " - blimp_anaphor_number_agreement",
26
+ "acc,none": 0.969,
27
+ "acc_stderr,none": 0.005483527064679181
28
+ },
29
+ "blimp_animate_subject_passive": {
30
+ "alias": " - blimp_animate_subject_passive",
31
+ "acc,none": 0.682,
32
+ "acc_stderr,none": 0.014734079309311903
33
+ },
34
+ "blimp_animate_subject_trans": {
35
+ "alias": " - blimp_animate_subject_trans",
36
+ "acc,none": 0.814,
37
+ "acc_stderr,none": 0.012310790208412926
38
+ },
39
+ "blimp_causative": {
40
+ "alias": " - blimp_causative",
41
+ "acc,none": 0.785,
42
+ "acc_stderr,none": 0.01299784381903183
43
+ },
44
+ "blimp_complex_NP_island": {
45
+ "alias": " - blimp_complex_NP_island",
46
+ "acc,none": 0.641,
47
+ "acc_stderr,none": 0.01517726422479853
48
+ },
49
+ "blimp_coordinate_structure_constraint_complex_left_branch": {
50
+ "alias": " - blimp_coordinate_structure_constraint_complex_left_branch",
51
+ "acc,none": 0.658,
52
+ "acc_stderr,none": 0.015008706182121804
53
+ },
54
+ "blimp_coordinate_structure_constraint_object_extraction": {
55
+ "alias": " - blimp_coordinate_structure_constraint_object_extraction",
56
+ "acc,none": 0.755,
57
+ "acc_stderr,none": 0.01360735683959821
58
+ },
59
+ "blimp_determiner_noun_agreement_1": {
60
+ "alias": " - blimp_determiner_noun_agreement_1",
61
+ "acc,none": 0.953,
62
+ "acc_stderr,none": 0.006695956678163013
63
+ },
64
+ "blimp_determiner_noun_agreement_2": {
65
+ "alias": " - blimp_determiner_noun_agreement_2",
66
+ "acc,none": 0.955,
67
+ "acc_stderr,none": 0.006558812241406063
68
+ },
69
+ "blimp_determiner_noun_agreement_irregular_1": {
70
+ "alias": " - blimp_determiner_noun_agreement_irregular_1",
71
+ "acc,none": 0.845,
72
+ "acc_stderr,none": 0.011450157470799522
73
+ },
74
+ "blimp_determiner_noun_agreement_irregular_2": {
75
+ "alias": " - blimp_determiner_noun_agreement_irregular_2",
76
+ "acc,none": 0.923,
77
+ "acc_stderr,none": 0.00843458014024066
78
+ },
79
+ "blimp_determiner_noun_agreement_with_adj_2": {
80
+ "alias": " - blimp_determiner_noun_agreement_with_adj_2",
81
+ "acc,none": 0.873,
82
+ "acc_stderr,none": 0.010534798620855644
83
+ },
84
+ "blimp_determiner_noun_agreement_with_adj_irregular_1": {
85
+ "alias": " - blimp_determiner_noun_agreement_with_adj_irregular_1",
86
+ "acc,none": 0.793,
87
+ "acc_stderr,none": 0.012818553557844009
88
+ },
89
+ "blimp_determiner_noun_agreement_with_adj_irregular_2": {
90
+ "alias": " - blimp_determiner_noun_agreement_with_adj_irregular_2",
91
+ "acc,none": 0.819,
92
+ "acc_stderr,none": 0.012181436179178027
93
+ },
94
+ "blimp_determiner_noun_agreement_with_adjective_1": {
95
+ "alias": " - blimp_determiner_noun_agreement_with_adjective_1",
96
+ "acc,none": 0.875,
97
+ "acc_stderr,none": 0.010463483381956722
98
+ },
99
+ "blimp_distractor_agreement_relational_noun": {
100
+ "alias": " - blimp_distractor_agreement_relational_noun",
101
+ "acc,none": 0.723,
102
+ "acc_stderr,none": 0.014158794845306273
103
+ },
104
+ "blimp_distractor_agreement_relative_clause": {
105
+ "alias": " - blimp_distractor_agreement_relative_clause",
106
+ "acc,none": 0.579,
107
+ "acc_stderr,none": 0.015620595475301287
108
+ },
109
+ "blimp_drop_argument": {
110
+ "alias": " - blimp_drop_argument",
111
+ "acc,none": 0.638,
112
+ "acc_stderr,none": 0.015204840912919383
113
+ },
114
+ "blimp_ellipsis_n_bar_1": {
115
+ "alias": " - blimp_ellipsis_n_bar_1",
116
+ "acc,none": 0.677,
117
+ "acc_stderr,none": 0.01479492784334854
118
+ },
119
+ "blimp_ellipsis_n_bar_2": {
120
+ "alias": " - blimp_ellipsis_n_bar_2",
121
+ "acc,none": 0.834,
122
+ "acc_stderr,none": 0.011772110370812133
123
+ },
124
+ "blimp_existential_there_object_raising": {
125
+ "alias": " - blimp_existential_there_object_raising",
126
+ "acc,none": 0.773,
127
+ "acc_stderr,none": 0.013253174964763977
128
+ },
129
+ "blimp_existential_there_quantifiers_1": {
130
+ "alias": " - blimp_existential_there_quantifiers_1",
131
+ "acc,none": 0.849,
132
+ "acc_stderr,none": 0.011328165223341657
133
+ },
134
+ "blimp_existential_there_quantifiers_2": {
135
+ "alias": " - blimp_existential_there_quantifiers_2",
136
+ "acc,none": 0.189,
137
+ "acc_stderr,none": 0.01238678458811779
138
+ },
139
+ "blimp_existential_there_subject_raising": {
140
+ "alias": " - blimp_existential_there_subject_raising",
141
+ "acc,none": 0.722,
142
+ "acc_stderr,none": 0.014174516461485272
143
+ },
144
+ "blimp_expletive_it_object_raising": {
145
+ "alias": " - blimp_expletive_it_object_raising",
146
+ "acc,none": 0.677,
147
+ "acc_stderr,none": 0.01479492784334854
148
+ },
149
+ "blimp_inchoative": {
150
+ "alias": " - blimp_inchoative",
151
+ "acc,none": 0.783,
152
+ "acc_stderr,none": 0.013041513757270706
153
+ },
154
+ "blimp_intransitive": {
155
+ "alias": " - blimp_intransitive",
156
+ "acc,none": 0.823,
157
+ "acc_stderr,none": 0.012075463420375087
158
+ },
159
+ "blimp_irregular_past_participle_adjectives": {
160
+ "alias": " - blimp_irregular_past_participle_adjectives",
161
+ "acc,none": 0.962,
162
+ "acc_stderr,none": 0.0060491811505849775
163
+ },
164
+ "blimp_irregular_past_participle_verbs": {
165
+ "alias": " - blimp_irregular_past_participle_verbs",
166
+ "acc,none": 0.794,
167
+ "acc_stderr,none": 0.012795613612786522
168
+ },
169
+ "blimp_irregular_plural_subject_verb_agreement_1": {
170
+ "alias": " - blimp_irregular_plural_subject_verb_agreement_1",
171
+ "acc,none": 0.796,
172
+ "acc_stderr,none": 0.012749374359024311
173
+ },
174
+ "blimp_irregular_plural_subject_verb_agreement_2": {
175
+ "alias": " - blimp_irregular_plural_subject_verb_agreement_2",
176
+ "acc,none": 0.814,
177
+ "acc_stderr,none": 0.012310790208412926
178
+ },
179
+ "blimp_left_branch_island_echo_question": {
180
+ "alias": " - blimp_left_branch_island_echo_question",
181
+ "acc,none": 0.3,
182
+ "acc_stderr,none": 0.014498627873361335
183
+ },
184
+ "blimp_left_branch_island_simple_question": {
185
+ "alias": " - blimp_left_branch_island_simple_question",
186
+ "acc,none": 0.708,
187
+ "acc_stderr,none": 0.014385511563477433
188
+ },
189
+ "blimp_matrix_question_npi_licensor_present": {
190
+ "alias": " - blimp_matrix_question_npi_licensor_present",
191
+ "acc,none": 0.629,
192
+ "acc_stderr,none": 0.015283736211823096
193
+ },
194
+ "blimp_npi_present_1": {
195
+ "alias": " - blimp_npi_present_1",
196
+ "acc,none": 0.281,
197
+ "acc_stderr,none": 0.01422115470843494
198
+ },
199
+ "blimp_npi_present_2": {
200
+ "alias": " - blimp_npi_present_2",
201
+ "acc,none": 0.286,
202
+ "acc_stderr,none": 0.014297146862518002
203
+ },
204
+ "blimp_only_npi_licensor_present": {
205
+ "alias": " - blimp_only_npi_licensor_present",
206
+ "acc,none": 0.724,
207
+ "acc_stderr,none": 0.01414298497574059
208
+ },
209
+ "blimp_only_npi_scope": {
210
+ "alias": " - blimp_only_npi_scope",
211
+ "acc,none": 0.48,
212
+ "acc_stderr,none": 0.015806639423035177
213
+ },
214
+ "blimp_passive_1": {
215
+ "alias": " - blimp_passive_1",
216
+ "acc,none": 0.764,
217
+ "acc_stderr,none": 0.013434451402438602
218
+ },
219
+ "blimp_passive_2": {
220
+ "alias": " - blimp_passive_2",
221
+ "acc,none": 0.809,
222
+ "acc_stderr,none": 0.012436787112179482
223
+ },
224
+ "blimp_principle_A_c_command": {
225
+ "alias": " - blimp_principle_A_c_command",
226
+ "acc,none": 0.514,
227
+ "acc_stderr,none": 0.01581309754773093
228
+ },
229
+ "blimp_principle_A_case_1": {
230
+ "alias": " - blimp_principle_A_case_1",
231
+ "acc,none": 1.0,
232
+ "acc_stderr,none": 0.0
233
+ },
234
+ "blimp_principle_A_case_2": {
235
+ "alias": " - blimp_principle_A_case_2",
236
+ "acc,none": 0.876,
237
+ "acc_stderr,none": 0.010427498872343873
238
+ },
239
+ "blimp_principle_A_domain_1": {
240
+ "alias": " - blimp_principle_A_domain_1",
241
+ "acc,none": 0.889,
242
+ "acc_stderr,none": 0.009938701010583716
243
+ },
244
+ "blimp_principle_A_domain_2": {
245
+ "alias": " - blimp_principle_A_domain_2",
246
+ "acc,none": 0.68,
247
+ "acc_stderr,none": 0.014758652303574938
248
+ },
249
+ "blimp_principle_A_domain_3": {
250
+ "alias": " - blimp_principle_A_domain_3",
251
+ "acc,none": 0.545,
252
+ "acc_stderr,none": 0.015755101498347232
253
+ },
254
+ "blimp_principle_A_reconstruction": {
255
+ "alias": " - blimp_principle_A_reconstruction",
256
+ "acc,none": 0.69,
257
+ "acc_stderr,none": 0.014632638658632766
258
+ },
259
+ "blimp_regular_plural_subject_verb_agreement_1": {
260
+ "alias": " - blimp_regular_plural_subject_verb_agreement_1",
261
+ "acc,none": 0.83,
262
+ "acc_stderr,none": 0.011884495834541793
263
+ },
264
+ "blimp_regular_plural_subject_verb_agreement_2": {
265
+ "alias": " - blimp_regular_plural_subject_verb_agreement_2",
266
+ "acc,none": 0.847,
267
+ "acc_stderr,none": 0.011389500459665504
268
+ },
269
+ "blimp_sentential_negation_npi_licensor_present": {
270
+ "alias": " - blimp_sentential_negation_npi_licensor_present",
271
+ "acc,none": 0.941,
272
+ "acc_stderr,none": 0.007454835650406693
273
+ },
274
+ "blimp_sentential_negation_npi_scope": {
275
+ "alias": " - blimp_sentential_negation_npi_scope",
276
+ "acc,none": 0.22,
277
+ "acc_stderr,none": 0.013106173040661863
278
+ },
279
+ "blimp_sentential_subject_island": {
280
+ "alias": " - blimp_sentential_subject_island",
281
+ "acc,none": 0.411,
282
+ "acc_stderr,none": 0.01556667341859915
283
+ },
284
+ "blimp_superlative_quantifiers_1": {
285
+ "alias": " - blimp_superlative_quantifiers_1",
286
+ "acc,none": 0.477,
287
+ "acc_stderr,none": 0.015802554246726087
288
+ },
289
+ "blimp_superlative_quantifiers_2": {
290
+ "alias": " - blimp_superlative_quantifiers_2",
291
+ "acc,none": 0.48,
292
+ "acc_stderr,none": 0.015806639423035177
293
+ },
294
+ "blimp_tough_vs_raising_1": {
295
+ "alias": " - blimp_tough_vs_raising_1",
296
+ "acc,none": 0.733,
297
+ "acc_stderr,none": 0.013996674851796299
298
+ },
299
+ "blimp_tough_vs_raising_2": {
300
+ "alias": " - blimp_tough_vs_raising_2",
301
+ "acc,none": 0.647,
302
+ "acc_stderr,none": 0.015120172605483696
303
+ },
304
+ "blimp_transitive": {
305
+ "alias": " - blimp_transitive",
306
+ "acc,none": 0.744,
307
+ "acc_stderr,none": 0.013807775152234145
308
+ },
309
+ "blimp_wh_island": {
310
+ "alias": " - blimp_wh_island",
311
+ "acc,none": 0.879,
312
+ "acc_stderr,none": 0.010318210380946179
313
+ },
314
+ "blimp_wh_questions_object_gap": {
315
+ "alias": " - blimp_wh_questions_object_gap",
316
+ "acc,none": 0.42,
317
+ "acc_stderr,none": 0.015615500115072968
318
+ },
319
+ "blimp_wh_questions_subject_gap": {
320
+ "alias": " - blimp_wh_questions_subject_gap",
321
+ "acc,none": 0.713,
322
+ "acc_stderr,none": 0.014312087053810001
323
+ },
324
+ "blimp_wh_questions_subject_gap_long_distance": {
325
+ "alias": " - blimp_wh_questions_subject_gap_long_distance",
326
+ "acc,none": 0.634,
327
+ "acc_stderr,none": 0.0152406127264056
328
+ },
329
+ "blimp_wh_vs_that_no_gap": {
330
+ "alias": " - blimp_wh_vs_that_no_gap",
331
+ "acc,none": 0.661,
332
+ "acc_stderr,none": 0.014976758771620224
333
+ },
334
+ "blimp_wh_vs_that_no_gap_long_distance": {
335
+ "alias": " - blimp_wh_vs_that_no_gap_long_distance",
336
+ "acc,none": 0.688,
337
+ "acc_stderr,none": 0.014658474370509057
338
+ },
339
+ "blimp_wh_vs_that_with_gap": {
340
+ "alias": " - blimp_wh_vs_that_with_gap",
341
+ "acc,none": 0.697,
342
+ "acc_stderr,none": 0.014539683710535193
343
+ },
344
+ "blimp_wh_vs_that_with_gap_long_distance": {
345
+ "alias": " - blimp_wh_vs_that_with_gap_long_distance",
346
+ "acc,none": 0.516,
347
+ "acc_stderr,none": 0.015811198373114985
348
+ },
349
+ "c4": {
350
+ "alias": "c4",
351
+ "word_perplexity,none": 1325.5495280973184,
352
+ "word_perplexity_stderr,none": "N/A",
353
+ "byte_perplexity,none": 3.324064373292853,
354
+ "byte_perplexity_stderr,none": "N/A",
355
+ "bits_per_byte,none": 1.7329483213775403,
356
+ "bits_per_byte_stderr,none": "N/A"
357
+ },
358
+ "hellaswag": {
359
+ "alias": "hellaswag",
360
+ "acc,none": 0.27375024895439154,
361
+ "acc_stderr,none": 0.004449710700861623,
362
+ "acc_norm,none": 0.29247161919936265,
363
+ "acc_norm_stderr,none": 0.00453968076414204
364
+ },
365
+ "piqa": {
366
+ "alias": "piqa",
367
+ "acc,none": 0.6104461371055495,
368
+ "acc_stderr,none": 0.011377657455130346,
369
+ "acc_norm,none": 0.5968443960826986,
370
+ "acc_norm_stderr,none": 0.011444908701768758
371
+ },
372
+ "wikitext": {
373
+ "alias": "wikitext",
374
+ "word_perplexity,none": 842.7463841759351,
375
+ "word_perplexity_stderr,none": "N/A",
376
+ "byte_perplexity,none": 3.5246820326371133,
377
+ "byte_perplexity_stderr,none": "N/A",
378
+ "bits_per_byte,none": 1.8174931154891987,
379
+ "bits_per_byte_stderr,none": "N/A"
380
+ }
381
+ }
train_config.json CHANGED
@@ -1 +1,61 @@
1
- {"data": {"train_files": "data/fineweb_10B_gpt2/fineweb_train_*.bin", "val_files": "data/fineweb_10B_gpt2/fineweb_val_*.bin", "batch_size": 512, "device_batch_size": 32}, "model": {"dim": 768, "n_layers": 2, "n_heads": 12, "n_kv_heads": 12, "vocab_size": 50257, "multiple_of": 256, "ffn_dim_multiplier": 4, "norm_eps": 1e-05, "rope_theta": 10000, "use_scaled_rope": false, "max_seq_len": 1024, "initializer_range": 0.02, "zero_init_masks": false}, "optimizer": {"default": {"lr": 0.001, "beta1": 0.8, "beta2": 0.95, "eps": 1e-10, "weight_decay": 0}, "masks": {"lr": 0.001, "beta1": 0.8, "beta2": 0.95, "eps": 1e-10, "weight_decay": 0}, "norms": {"lr": 0.001, "beta1": 0.8, "beta2": 0.95, "eps": 1e-10, "weight_decay": 0}}, "scheduler": {"warmup_steps": 0.1, "start_factor": 0.1}, "gates": {}, "gates_zero_eps": 1e-08, "seed": 0, "project": "fineweb-nocontrol", "run_id": null, "logdir": "logs/fineweb-nocontrol", "log_gradients": false, "log_params": false, "log_every_steps": 1, "val_every_steps": 100, "save_every_steps": -1}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data": {
3
+ "train_files": "data/fineweb_10B_gpt2/fineweb_train_*.bin",
4
+ "val_files": "data/fineweb_10B_gpt2/fineweb_val_*.bin",
5
+ "batch_size": 512,
6
+ "device_batch_size": 32
7
+ },
8
+ "model": {
9
+ "dim": 768,
10
+ "n_layers": 2,
11
+ "n_heads": 12,
12
+ "n_kv_heads": 12,
13
+ "vocab_size": 50257,
14
+ "multiple_of": 256,
15
+ "ffn_dim_multiplier": 4,
16
+ "norm_eps": 1e-05,
17
+ "rope_theta": 10000,
18
+ "use_scaled_rope": false,
19
+ "max_seq_len": 1024,
20
+ "initializer_range": 0.02,
21
+ "zero_init_masks": false
22
+ },
23
+ "optimizer": {
24
+ "default": {
25
+ "lr": 0.001,
26
+ "beta1": 0.8,
27
+ "beta2": 0.95,
28
+ "eps": 1e-10,
29
+ "weight_decay": 0
30
+ },
31
+ "masks": {
32
+ "lr": 0.001,
33
+ "beta1": 0.8,
34
+ "beta2": 0.95,
35
+ "eps": 1e-10,
36
+ "weight_decay": 0
37
+ },
38
+ "norms": {
39
+ "lr": 0.001,
40
+ "beta1": 0.8,
41
+ "beta2": 0.95,
42
+ "eps": 1e-10,
43
+ "weight_decay": 0
44
+ }
45
+ },
46
+ "scheduler": {
47
+ "warmup_steps": 0.1,
48
+ "start_factor": 0.1
49
+ },
50
+ "gates": {},
51
+ "gates_zero_eps": 1e-08,
52
+ "seed": 0,
53
+ "project": "fineweb-nocontrol",
54
+ "run_id": null,
55
+ "logdir": "logs/fineweb-nocontrol",
56
+ "log_gradients": false,
57
+ "log_params": false,
58
+ "log_every_steps": 1,
59
+ "val_every_steps": 100,
60
+ "save_every_steps": -1
61
+ }