Raincleared commited on
Commit
2cffa15
·
verified ·
1 Parent(s): 8563fb4

Delete files evaluation/ c4_validation.json evaluation.log with huggingface_hub

Browse files
c4_validation.json DELETED
The diff for this file is too large to render. See raw diff
 
evaluation.log DELETED
The diff for this file is too large to render. See raw diff
 
evaluation/results__hf_ckpts__blockffn_12b_mul1001_withmean_d64_s128_lr654e4_b512__/results_2026-03-09T14-06-28.603901.json DELETED
@@ -1,609 +0,0 @@
1
- {
2
- "results": {
3
- "arc_challenge": {
4
- "alias": "arc_challenge",
5
- "acc,none": 0.29692832764505117,
6
- "acc_stderr,none": 0.013352025976725228,
7
- "acc_norm,none": 0.30802047781569963,
8
- "acc_norm_stderr,none": 0.01349142951729204
9
- },
10
- "arc_easy": {
11
- "alias": "arc_easy",
12
- "acc,none": 0.6296296296296297,
13
- "acc_stderr,none": 0.009908978578665757,
14
- "acc_norm,none": 0.577020202020202,
15
- "acc_norm_stderr,none": 0.010137328382209107
16
- },
17
- "boolq": {
18
- "alias": "boolq",
19
- "acc,none": 0.6256880733944954,
20
- "acc_stderr,none": 0.008464246656443236
21
- },
22
- "hellaswag": {
23
- "alias": "hellaswag",
24
- "acc,none": 0.37422824138617805,
25
- "acc_stderr,none": 0.004829339926388328,
26
- "acc_norm,none": 0.4738099980083649,
27
- "acc_norm_stderr,none": 0.004982931565945946
28
- },
29
- "lambada_openai": {
30
- "alias": "lambada_openai",
31
- "perplexity,none": 16.99295013502752,
32
- "perplexity_stderr,none": 0.5693576969205276,
33
- "acc,none": 0.443042887638269,
34
- "acc_stderr,none": 0.0069206332420079265
35
- },
36
- "lambada_standard": {
37
- "alias": "lambada_standard",
38
- "perplexity,none": 27.533257711233524,
39
- "perplexity_stderr,none": 0.9519324571988527,
40
- "acc,none": 0.35532699398408696,
41
- "acc_stderr,none": 0.006668004996315348
42
- },
43
- "piqa": {
44
- "alias": "piqa",
45
- "acc,none": 0.7023939064200218,
46
- "acc_stderr,none": 0.01066735379238821,
47
- "acc_norm,none": 0.6980413492927094,
48
- "acc_norm_stderr,none": 0.010711732891588352
49
- },
50
- "social_iqa": {
51
- "alias": "social_iqa",
52
- "acc,none": 0.40890481064483114,
53
- "acc_stderr,none": 0.011124710055682845
54
- },
55
- "wikitext": {
56
- "alias": "wikitext",
57
- "word_perplexity,none": 21.603753499994546,
58
- "word_perplexity_stderr,none": "N/A",
59
- "byte_perplexity,none": 1.7764935452161108,
60
- "byte_perplexity_stderr,none": "N/A",
61
- "bits_per_byte,none": 0.8290324467318287,
62
- "bits_per_byte_stderr,none": "N/A"
63
- },
64
- "winogrande": {
65
- "alias": "winogrande",
66
- "acc,none": 0.5493291239147593,
67
- "acc_stderr,none": 0.013983928869040235
68
- }
69
- },
70
- "group_subtasks": {
71
- "arc_challenge": [],
72
- "arc_easy": [],
73
- "boolq": [],
74
- "hellaswag": [],
75
- "lambada_openai": [],
76
- "lambada_standard": [],
77
- "piqa": [],
78
- "social_iqa": [],
79
- "wikitext": [],
80
- "winogrande": []
81
- },
82
- "configs": {
83
- "arc_challenge": {
84
- "task": "arc_challenge",
85
- "tag": [
86
- "ai2_arc"
87
- ],
88
- "dataset_path": "allenai/ai2_arc",
89
- "dataset_name": "ARC-Challenge",
90
- "training_split": "train",
91
- "validation_split": "validation",
92
- "test_split": "test",
93
- "doc_to_text": "Question: {{question}}\nAnswer:",
94
- "doc_to_target": "{{choices.label.index(answerKey)}}",
95
- "unsafe_code": false,
96
- "doc_to_choice": "{{choices.text}}",
97
- "description": "",
98
- "target_delimiter": " ",
99
- "fewshot_delimiter": "\n\n",
100
- "num_fewshot": 0,
101
- "metric_list": [
102
- {
103
- "metric": "acc",
104
- "aggregation": "mean",
105
- "higher_is_better": true
106
- },
107
- {
108
- "metric": "acc_norm",
109
- "aggregation": "mean",
110
- "higher_is_better": true
111
- }
112
- ],
113
- "output_type": "multiple_choice",
114
- "repeats": 1,
115
- "should_decontaminate": true,
116
- "doc_to_decontamination_query": "Question: {{question}}\nAnswer:",
117
- "metadata": {
118
- "version": 1.0,
119
- "pretrained": "results/hf_ckpts/blockffn_12b_mul1001_withmean_d64_s128_lr654e4_b512/",
120
- "dtype": "bfloat16",
121
- "trust_remote_code": true
122
- }
123
- },
124
- "arc_easy": {
125
- "task": "arc_easy",
126
- "tag": [
127
- "ai2_arc"
128
- ],
129
- "dataset_path": "allenai/ai2_arc",
130
- "dataset_name": "ARC-Easy",
131
- "training_split": "train",
132
- "validation_split": "validation",
133
- "test_split": "test",
134
- "doc_to_text": "Question: {{question}}\nAnswer:",
135
- "doc_to_target": "{{choices.label.index(answerKey)}}",
136
- "unsafe_code": false,
137
- "doc_to_choice": "{{choices.text}}",
138
- "description": "",
139
- "target_delimiter": " ",
140
- "fewshot_delimiter": "\n\n",
141
- "num_fewshot": 0,
142
- "metric_list": [
143
- {
144
- "metric": "acc",
145
- "aggregation": "mean",
146
- "higher_is_better": true
147
- },
148
- {
149
- "metric": "acc_norm",
150
- "aggregation": "mean",
151
- "higher_is_better": true
152
- }
153
- ],
154
- "output_type": "multiple_choice",
155
- "repeats": 1,
156
- "should_decontaminate": true,
157
- "doc_to_decontamination_query": "Question: {{question}}\nAnswer:",
158
- "metadata": {
159
- "version": 1.0,
160
- "pretrained": "results/hf_ckpts/blockffn_12b_mul1001_withmean_d64_s128_lr654e4_b512/",
161
- "dtype": "bfloat16",
162
- "trust_remote_code": true
163
- }
164
- },
165
- "boolq": {
166
- "task": "boolq",
167
- "tag": [
168
- "super-glue-lm-eval-v1"
169
- ],
170
- "dataset_path": "super_glue",
171
- "dataset_name": "boolq",
172
- "training_split": "train",
173
- "validation_split": "validation",
174
- "doc_to_text": "{{passage}}\nQuestion: {{question}}?\nAnswer:",
175
- "doc_to_target": "label",
176
- "unsafe_code": false,
177
- "doc_to_choice": [
178
- "no",
179
- "yes"
180
- ],
181
- "description": "",
182
- "target_delimiter": " ",
183
- "fewshot_delimiter": "\n\n",
184
- "num_fewshot": 0,
185
- "metric_list": [
186
- {
187
- "metric": "acc"
188
- }
189
- ],
190
- "output_type": "multiple_choice",
191
- "repeats": 1,
192
- "should_decontaminate": true,
193
- "doc_to_decontamination_query": "passage",
194
- "metadata": {
195
- "version": 2.0,
196
- "pretrained": "results/hf_ckpts/blockffn_12b_mul1001_withmean_d64_s128_lr654e4_b512/",
197
- "dtype": "bfloat16",
198
- "trust_remote_code": true
199
- }
200
- },
201
- "hellaswag": {
202
- "task": "hellaswag",
203
- "tag": [
204
- "multiple_choice"
205
- ],
206
- "dataset_path": "Rowan/hellaswag",
207
- "training_split": "train",
208
- "validation_split": "validation",
209
- "process_docs": "def process_docs(dataset: datasets.Dataset) -> datasets.Dataset:\n def _process_doc(doc):\n ctx = doc[\"ctx_a\"] + \" \" + doc[\"ctx_b\"].capitalize()\n out_doc = {\n \"query\": preprocess(doc[\"activity_label\"] + \": \" + ctx),\n \"choices\": [preprocess(ending) for ending in doc[\"endings\"]],\n \"gold\": int(doc[\"label\"]),\n }\n return out_doc\n\n return dataset.map(_process_doc)\n",
210
- "doc_to_text": "{{query}}",
211
- "doc_to_target": "{{label}}",
212
- "unsafe_code": false,
213
- "doc_to_choice": "choices",
214
- "description": "",
215
- "target_delimiter": " ",
216
- "fewshot_delimiter": "\n\n",
217
- "num_fewshot": 0,
218
- "metric_list": [
219
- {
220
- "metric": "acc",
221
- "aggregation": "mean",
222
- "higher_is_better": true
223
- },
224
- {
225
- "metric": "acc_norm",
226
- "aggregation": "mean",
227
- "higher_is_better": true
228
- }
229
- ],
230
- "output_type": "multiple_choice",
231
- "repeats": 1,
232
- "should_decontaminate": false,
233
- "metadata": {
234
- "version": 1.0,
235
- "pretrained": "results/hf_ckpts/blockffn_12b_mul1001_withmean_d64_s128_lr654e4_b512/",
236
- "dtype": "bfloat16",
237
- "trust_remote_code": true
238
- }
239
- },
240
- "lambada_openai": {
241
- "task": "lambada_openai",
242
- "tag": [
243
- "lambada"
244
- ],
245
- "dataset_path": "EleutherAI/lambada_openai",
246
- "dataset_name": "default",
247
- "test_split": "test",
248
- "doc_to_text": "{{text.split(' ')[:-1]|join(' ')}}",
249
- "doc_to_target": "{{' '+text.split(' ')[-1]}}",
250
- "unsafe_code": false,
251
- "description": "",
252
- "target_delimiter": " ",
253
- "fewshot_delimiter": "\n\n",
254
- "num_fewshot": 0,
255
- "metric_list": [
256
- {
257
- "metric": "perplexity",
258
- "aggregation": "perplexity",
259
- "higher_is_better": false
260
- },
261
- {
262
- "metric": "acc",
263
- "aggregation": "mean",
264
- "higher_is_better": true
265
- }
266
- ],
267
- "output_type": "loglikelihood",
268
- "repeats": 1,
269
- "should_decontaminate": true,
270
- "doc_to_decontamination_query": "{{text}}",
271
- "metadata": {
272
- "version": 1.0,
273
- "pretrained": "results/hf_ckpts/blockffn_12b_mul1001_withmean_d64_s128_lr654e4_b512/",
274
- "dtype": "bfloat16",
275
- "trust_remote_code": true
276
- }
277
- },
278
- "lambada_standard": {
279
- "task": "lambada_standard",
280
- "tag": [
281
- "lambada"
282
- ],
283
- "dataset_path": "lambada",
284
- "validation_split": "validation",
285
- "test_split": "test",
286
- "doc_to_text": "{{text.split(' ')[:-1]|join(' ')}}",
287
- "doc_to_target": "{{' '+text.split(' ')[-1]}}",
288
- "unsafe_code": false,
289
- "description": "",
290
- "target_delimiter": " ",
291
- "fewshot_delimiter": "\n\n",
292
- "num_fewshot": 0,
293
- "metric_list": [
294
- {
295
- "metric": "perplexity",
296
- "aggregation": "perplexity",
297
- "higher_is_better": false
298
- },
299
- {
300
- "metric": "acc",
301
- "aggregation": "mean",
302
- "higher_is_better": true
303
- }
304
- ],
305
- "output_type": "loglikelihood",
306
- "repeats": 1,
307
- "should_decontaminate": true,
308
- "doc_to_decontamination_query": "{{text}}",
309
- "metadata": {
310
- "version": 1.0,
311
- "pretrained": "results/hf_ckpts/blockffn_12b_mul1001_withmean_d64_s128_lr654e4_b512/",
312
- "dtype": "bfloat16",
313
- "trust_remote_code": true
314
- }
315
- },
316
- "piqa": {
317
- "task": "piqa",
318
- "dataset_path": "baber/piqa",
319
- "training_split": "train",
320
- "validation_split": "validation",
321
- "doc_to_text": "Question: {{goal}}\nAnswer:",
322
- "doc_to_target": "label",
323
- "unsafe_code": false,
324
- "doc_to_choice": "{{[sol1, sol2]}}",
325
- "description": "",
326
- "target_delimiter": " ",
327
- "fewshot_delimiter": "\n\n",
328
- "num_fewshot": 0,
329
- "metric_list": [
330
- {
331
- "metric": "acc",
332
- "aggregation": "mean",
333
- "higher_is_better": true
334
- },
335
- {
336
- "metric": "acc_norm",
337
- "aggregation": "mean",
338
- "higher_is_better": true
339
- }
340
- ],
341
- "output_type": "multiple_choice",
342
- "repeats": 1,
343
- "should_decontaminate": true,
344
- "doc_to_decontamination_query": "goal",
345
- "metadata": {
346
- "version": 1.0,
347
- "pretrained": "results/hf_ckpts/blockffn_12b_mul1001_withmean_d64_s128_lr654e4_b512/",
348
- "dtype": "bfloat16",
349
- "trust_remote_code": true
350
- }
351
- },
352
- "social_iqa": {
353
- "task": "social_iqa",
354
- "dataset_path": "social_i_qa",
355
- "training_split": "train",
356
- "validation_split": "validation",
357
- "doc_to_text": "Q: {{context}} {{question}}\nA:",
358
- "doc_to_target": "{{ (label|int) - 1 }}",
359
- "unsafe_code": false,
360
- "doc_to_choice": "{{[answerA, answerB, answerC]}}",
361
- "description": "",
362
- "target_delimiter": " ",
363
- "fewshot_delimiter": "\n\n",
364
- "num_fewshot": 0,
365
- "metric_list": [
366
- {
367
- "metric": "acc",
368
- "aggregation": "mean",
369
- "higher_is_better": true
370
- }
371
- ],
372
- "output_type": "multiple_choice",
373
- "repeats": 1,
374
- "should_decontaminate": false,
375
- "metadata": {
376
- "version": 0.0,
377
- "pretrained": "results/hf_ckpts/blockffn_12b_mul1001_withmean_d64_s128_lr654e4_b512/",
378
- "dtype": "bfloat16",
379
- "trust_remote_code": true
380
- }
381
- },
382
- "wikitext": {
383
- "task": "wikitext",
384
- "dataset_path": "EleutherAI/wikitext_document_level",
385
- "dataset_name": "wikitext-2-raw-v1",
386
- "training_split": "train",
387
- "validation_split": "validation",
388
- "test_split": "test",
389
- "doc_to_text": "",
390
- "doc_to_target": "def wikitext_detokenizer(doc):\n string = doc[\"page\"]\n # contractions\n string = string.replace(\"s '\", \"s'\")\n string = re.sub(r\"/' [0-9]/\", r\"/'[0-9]/\", string)\n # number separators\n string = string.replace(\" @-@ \", \"-\")\n string = string.replace(\" @,@ \", \",\")\n string = string.replace(\" @.@ \", \".\")\n # punctuation\n string = string.replace(\" : \", \": \")\n string = string.replace(\" ; \", \"; \")\n string = string.replace(\" . \", \". \")\n string = string.replace(\" ! \", \"! \")\n string = string.replace(\" ? \", \"? \")\n string = string.replace(\" , \", \", \")\n # double brackets\n string = re.sub(r\"\\(\\s*([^\\)]*?)\\s*\\)\", r\"(\\1)\", string)\n string = re.sub(r\"\\[\\s*([^\\]]*?)\\s*\\]\", r\"[\\1]\", string)\n string = re.sub(r\"{\\s*([^}]*?)\\s*}\", r\"{\\1}\", string)\n string = re.sub(r\"\\\"\\s*([^\\\"]*?)\\s*\\\"\", r'\"\\1\"', string)\n string = re.sub(r\"'\\s*([^']*?)\\s*'\", r\"'\\1'\", string)\n # miscellaneous\n string = string.replace(\"= = = =\", \"====\")\n string = string.replace(\"= = =\", \"===\")\n string = string.replace(\"= =\", \"==\")\n string = string.replace(\" \" + chr(176) + \" \", chr(176))\n string = string.replace(\" \\n\", \"\\n\")\n string = string.replace(\"\\n \", \"\\n\")\n string = string.replace(\" N \", \" 1 \")\n string = string.replace(\" 's\", \"'s\")\n\n return string\n",
391
- "unsafe_code": false,
392
- "process_results": "def process_results(doc, results):\n (loglikelihood,) = results\n # IMPORTANT: wikitext counts number of words in *original doc before detokenization*\n _words = len(re.split(r\"\\s+\", doc[\"page\"]))\n _bytes = len(doc[\"page\"].encode(\"utf-8\"))\n return {\n \"word_perplexity\": (loglikelihood, _words),\n \"byte_perplexity\": (loglikelihood, _bytes),\n \"bits_per_byte\": (loglikelihood, _bytes),\n }\n",
393
- "description": "",
394
- "target_delimiter": " ",
395
- "fewshot_delimiter": "\n\n",
396
- "num_fewshot": 0,
397
- "metric_list": [
398
- {
399
- "metric": "word_perplexity"
400
- },
401
- {
402
- "metric": "byte_perplexity"
403
- },
404
- {
405
- "metric": "bits_per_byte"
406
- }
407
- ],
408
- "output_type": "loglikelihood_rolling",
409
- "repeats": 1,
410
- "should_decontaminate": true,
411
- "doc_to_decontamination_query": "{{page}}",
412
- "metadata": {
413
- "version": 2.0,
414
- "pretrained": "results/hf_ckpts/blockffn_12b_mul1001_withmean_d64_s128_lr654e4_b512/",
415
- "dtype": "bfloat16",
416
- "trust_remote_code": true
417
- }
418
- },
419
- "winogrande": {
420
- "task": "winogrande",
421
- "dataset_path": "winogrande",
422
- "dataset_name": "winogrande_xl",
423
- "training_split": "train",
424
- "validation_split": "validation",
425
- "doc_to_text": "def doc_to_text(doc):\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n",
426
- "doc_to_target": "def doc_to_target(doc):\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n",
427
- "unsafe_code": false,
428
- "doc_to_choice": "def doc_to_choice(doc):\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n",
429
- "description": "",
430
- "target_delimiter": " ",
431
- "fewshot_delimiter": "\n\n",
432
- "num_fewshot": 0,
433
- "metric_list": [
434
- {
435
- "metric": "acc",
436
- "aggregation": "mean",
437
- "higher_is_better": true
438
- }
439
- ],
440
- "output_type": "multiple_choice",
441
- "repeats": 1,
442
- "should_decontaminate": true,
443
- "doc_to_decontamination_query": "sentence",
444
- "metadata": {
445
- "version": 1.0,
446
- "pretrained": "results/hf_ckpts/blockffn_12b_mul1001_withmean_d64_s128_lr654e4_b512/",
447
- "dtype": "bfloat16",
448
- "trust_remote_code": true
449
- }
450
- }
451
- },
452
- "versions": {
453
- "arc_challenge": 1.0,
454
- "arc_easy": 1.0,
455
- "boolq": 2.0,
456
- "hellaswag": 1.0,
457
- "lambada_openai": 1.0,
458
- "lambada_standard": 1.0,
459
- "piqa": 1.0,
460
- "social_iqa": 0.0,
461
- "wikitext": 2.0,
462
- "winogrande": 1.0
463
- },
464
- "n-shot": {
465
- "arc_challenge": 0,
466
- "arc_easy": 0,
467
- "boolq": 0,
468
- "hellaswag": 0,
469
- "lambada_openai": 0,
470
- "lambada_standard": 0,
471
- "piqa": 0,
472
- "social_iqa": 0,
473
- "wikitext": 0,
474
- "winogrande": 0
475
- },
476
- "higher_is_better": {
477
- "arc_challenge": {
478
- "acc": true,
479
- "acc_norm": true
480
- },
481
- "arc_easy": {
482
- "acc": true,
483
- "acc_norm": true
484
- },
485
- "boolq": {
486
- "acc": true
487
- },
488
- "hellaswag": {
489
- "acc": true,
490
- "acc_norm": true
491
- },
492
- "lambada_openai": {
493
- "perplexity": false,
494
- "acc": true
495
- },
496
- "lambada_standard": {
497
- "perplexity": false,
498
- "acc": true
499
- },
500
- "piqa": {
501
- "acc": true,
502
- "acc_norm": true
503
- },
504
- "social_iqa": {
505
- "acc": true
506
- },
507
- "wikitext": {
508
- "word_perplexity": false,
509
- "byte_perplexity": false,
510
- "bits_per_byte": false
511
- },
512
- "winogrande": {
513
- "acc": true
514
- }
515
- },
516
- "n-samples": {
517
- "winogrande": {
518
- "original": 1267,
519
- "effective": 1267
520
- },
521
- "wikitext": {
522
- "original": 62,
523
- "effective": 62
524
- },
525
- "social_iqa": {
526
- "original": 1954,
527
- "effective": 1954
528
- },
529
- "piqa": {
530
- "original": 1838,
531
- "effective": 1838
532
- },
533
- "lambada_standard": {
534
- "original": 5153,
535
- "effective": 5153
536
- },
537
- "lambada_openai": {
538
- "original": 5153,
539
- "effective": 5153
540
- },
541
- "hellaswag": {
542
- "original": 10042,
543
- "effective": 10042
544
- },
545
- "boolq": {
546
- "original": 3270,
547
- "effective": 3270
548
- },
549
- "arc_easy": {
550
- "original": 2376,
551
- "effective": 2376
552
- },
553
- "arc_challenge": {
554
- "original": 1172,
555
- "effective": 1172
556
- }
557
- },
558
- "config": {
559
- "model": "hf",
560
- "model_args": "pretrained=results/hf_ckpts/blockffn_12b_mul1001_withmean_d64_s128_lr654e4_b512/,dtype=bfloat16,trust_remote_code=True,trust_remote_code=True",
561
- "model_num_parameters": 1450770714,
562
- "model_dtype": "torch.bfloat16",
563
- "model_revision": "main",
564
- "model_sha": "",
565
- "batch_size": "8",
566
- "batch_sizes": [],
567
- "device": "cuda:0",
568
- "use_cache": null,
569
- "limit": null,
570
- "bootstrap_iters": 100000,
571
- "gen_kwargs": null,
572
- "random_seed": 0,
573
- "numpy_seed": 1234,
574
- "torch_seed": 1234,
575
- "fewshot_seed": 1234
576
- },
577
- "git_hash": "core_v0.12.0-135-g7f33517",
578
- "date": 1773035718.973999,
579
- "pretty_env_info": "PyTorch version: 2.6.0+cu124\nIs debug build: False\nCUDA used to build PyTorch: 12.4\nROCM used to build PyTorch: N/A\n\nOS: CentOS Linux 7 (Core) (x86_64)\nGCC version: (conda-forge gcc 9.5.0-19) 9.5.0\nClang version: Could not collect\nCMake version: version 3.30.1\nLibc version: glibc-2.17\n\nPython version: 3.10.14 (main, May 6 2024, 19:42:50) [GCC 11.2.0] (64-bit runtime)\nPython platform: Linux-3.10.0-1160.el7.x86_64-x86_64-with-glibc2.17\nIs CUDA available: True\nCUDA runtime version: 12.4.131\nCUDA_MODULE_LOADING set to: LAZY\nGPU models and configuration: \nGPU 0: NVIDIA A800-SXM4-80GB\nGPU 1: NVIDIA A800-SXM4-80GB\nGPU 2: NVIDIA A800-SXM4-80GB\nGPU 3: NVIDIA A800-SXM4-80GB\nGPU 4: NVIDIA A800-SXM4-80GB\nGPU 5: NVIDIA A800-SXM4-80GB\nGPU 6: NVIDIA A800-SXM4-80GB\nGPU 7: NVIDIA A800-SXM4-80GB\n\nNvidia driver version: 535.183.06\ncuDNN version: Could not collect\nHIP runtime version: N/A\nMIOpen runtime version: N/A\nIs XNNPACK available: True\n\nCPU:\nArchitecture: x86_64\nCPU op-mode(s): 32-bit, 64-bit\nByte Order: Little Endian\nCPU(s): 104\nOn-line CPU(s) list: 0-103\nThread(s) per core: 1\nCore(s) per socket: 52\nSocket(s): 2\nNUMA node(s): 2\nVendor ID: GenuineIntel\nCPU family: 6\nModel: 143\nModel name: Intel(R) Xeon(R) Platinum 8470\nStepping: 8\nCPU MHz: 800.048\nCPU max MHz: 3800.0000\nCPU min MHz: 800.0000\nBogoMIPS: 4000.00\nVirtualization: VT-x\nL1d cache: 48K\nL1i cache: 32K\nL2 cache: 2048K\nL3 cache: 107520K\nNUMA node0 CPU(s): 0-51\nNUMA node1 CPU(s): 52-103\nFlags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch epb cat_l3 cat_l2 cdp_l3 invpcid_single intel_pt cdp_l2 ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq cldemote movdiri movdir64b md_clear pconfig spec_ctrl intel_stibp flush_l1d arch_capabilities\n\nVersions of relevant libraries:\n[pip3] numpy==1.26.4\n[pip3] nvidia-cublas-cu12==12.4.5.8\n[pip3] nvidia-cuda-cupti-cu12==12.4.127\n[pip3] nvidia-cuda-nvrtc-cu12==12.4.127\n[pip3] nvidia-cuda-runtime-cu12==12.4.127\n[pip3] nvidia-cudnn-cu12==9.1.0.70\n[pip3] nvidia-cufft-cu12==11.2.1.3\n[pip3] nvidia-curand-cu12==10.3.5.147\n[pip3] nvidia-cusolver-cu12==11.6.1.9\n[pip3] nvidia-cusparse-cu12==12.3.1.170\n[pip3] nvidia-cusparselt-cu12==0.6.2\n[pip3] nvidia-nccl-cu11==2.21.5\n[pip3] nvidia-nccl-cu12==2.21.5\n[pip3] nvidia-nvjitlink-cu12==12.4.127\n[pip3] nvidia-nvtx-cu12==12.4.127\n[pip3] torch==2.6.0\n[pip3] torchaudio==2.6.0\n[pip3] torchdata==0.11.0\n[pip3] torchvision==0.21.0\n[pip3] triton==3.2.0\n[conda] cuda-cudart 12.4.99 hd3aeb46_0 conda-forge\n[conda] cuda-cudart_linux-64 12.4.99 h59595ed_0 conda-forge\n[conda] cuda-cupti 12.4.127 he02047a_2 conda-forge\n[conda] cuda-libraries 12.4.0 ha770c72_0 conda-forge\n[conda] cuda-nvrtc 12.4.99 hd3aeb46_0 conda-forge\n[conda] cuda-nvtx 12.4.127 he02047a_2 conda-forge\n[conda] cuda-opencl 12.4.99 h59595ed_0 conda-forge\n[conda] cuda-runtime 12.4.0 ha804496_0 conda-forge\n[conda] ffmpeg 4.3 hf484d3e_0 pytorch\n[conda] libcublas 12.4.2.65 hd3aeb46_0 conda-forge\n[conda] libcufft 11.2.0.44 hd3aeb46_0 conda-forge\n[conda] libcurand 10.3.5.119 hd3aeb46_0 conda-forge\n[conda] libcusolver 11.6.0.99 hd3aeb46_0 conda-forge\n[conda] libcusparse 12.3.0.142 hd3aeb46_0 conda-forge\n[conda] libjpeg-turbo 2.0.0 h9bf148f_0 pytorch\n[conda] libnvjitlink 12.4.99 hd3aeb46_0 conda-forge\n[conda] mkl 2023.1.0 h213fc3f_46344 defaults\n[conda] numpy 1.26.4 pypi_0 pypi\n[conda] nvidia-cublas-cu12 12.4.5.8 pypi_0 pypi\n[conda] nvidia-cuda-cupti-cu12 12.4.127 pypi_0 pypi\n[conda] nvidia-cuda-nvrtc-cu12 12.4.127 pypi_0 pypi\n[conda] nvidia-cuda-runtime-cu12 12.4.127 pypi_0 pypi\n[conda] nvidia-cudnn-cu12 9.1.0.70 pypi_0 pypi\n[conda] nvidia-cufft-cu12 11.2.1.3 pypi_0 pypi\n[conda] nvidia-curand-cu12 10.3.5.147 pypi_0 pypi\n[conda] nvidia-cusolver-cu12 11.6.1.9 pypi_0 pypi\n[conda] nvidia-cusparse-cu12 12.3.1.170 pypi_0 pypi\n[conda] nvidia-cusparselt-cu12 0.6.2 pypi_0 pypi\n[conda] nvidia-nccl-cu11 2.21.5 pypi_0 pypi\n[conda] nvidia-nccl-cu12 2.21.5 pypi_0 pypi\n[conda] nvidia-nvjitlink-cu12 12.4.127 pypi_0 pypi\n[conda] nvidia-nvtx-cu12 12.4.127 pypi_0 pypi\n[conda] pytorch-cuda 12.4 hc786d27_6 pytorch\n[conda] pytorch-mutex 1.0 cuda pytorch\n[conda] torch 2.6.0 pypi_0 pypi\n[conda] torchaudio 2.6.0 pypi_0 pypi\n[conda] torchdata 0.11.0 pypi_0 pypi\n[conda] torchvision 0.21.0 pypi_0 pypi\n[conda] triton 3.2.0 pypi_0 pypi",
580
- "transformers_version": "4.55.2",
581
- "lm_eval_version": "0.4.9.1",
582
- "upper_git_hash": null,
583
- "tokenizer_pad_token": [
584
- "<unk>",
585
- "0"
586
- ],
587
- "tokenizer_eos_token": [
588
- "<|im_end|>",
589
- "73440"
590
- ],
591
- "tokenizer_bos_token": [
592
- "<s>",
593
- "1"
594
- ],
595
- "eot_token_id": 73440,
596
- "max_length": 4096,
597
- "task_hashes": {},
598
- "model_source": "hf",
599
- "model_name": "results/hf_ckpts/blockffn_12b_mul1001_withmean_d64_s128_lr654e4_b512/",
600
- "model_name_sanitized": "results__hf_ckpts__blockffn_12b_mul1001_withmean_d64_s128_lr654e4_b512__",
601
- "system_instruction": null,
602
- "system_instruction_sha": null,
603
- "fewshot_as_multiturn": false,
604
- "chat_template": null,
605
- "chat_template_sha": null,
606
- "start_time": 11591492.163990611,
607
- "end_time": 11592289.97671808,
608
- "total_evaluation_time_seconds": "797.8127274680883"
609
- }