File size: 22,026 Bytes
7be779d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
{
    "config_general": {
        "lighteval_sha": "1.4",
        "num_few_shot_default": null,
        "num_fewshot_seeds": null,
        "override_batch_size": null,
        "max_samples": null,
        "job_id": "-1",
        "start_time": "",
        "end_time": "",
        "total_evaluation_time_secondes": "",
        "model_name": "bigscience/bloom-7b1",
        "model_sha": "",
        "model_dtype": "16bit",
        "model_size": 14.14,
        "model_params": 7.07,
        "quant_type": null,
        "precision": "16bit"
    },
    "results": {
        "harness|mmlu|0": {
            "acc,none": 0.26378008830650906,
            "acc_stderr,none": 0.0037136452603742606,
            "alias": "mmlu"
        },
        "harness|mmlu_humanities|0": {
            "alias": " - humanities",
            "acc,none": 0.2599362380446334,
            "acc_stderr,none": 0.006391091875104127
        },
        "harness|mmlu_formal_logic|0": {
            "alias": "  - formal_logic",
            "acc,none": 0.29365079365079366,
            "acc_stderr,none": 0.04073524322147127
        },
        "harness|mmlu_high_school_european_history|0": {
            "alias": "  - high_school_european_history",
            "acc,none": 0.23636363636363636,
            "acc_stderr,none": 0.033175059300091805
        },
        "harness|mmlu_high_school_us_history|0": {
            "alias": "  - high_school_us_history",
            "acc,none": 0.22058823529411764,
            "acc_stderr,none": 0.029102254389674096
        },
        "harness|mmlu_high_school_world_history|0": {
            "alias": "  - high_school_world_history",
            "acc,none": 0.23628691983122363,
            "acc_stderr,none": 0.02765215314415926
        },
        "harness|mmlu_international_law|0": {
            "alias": "  - international_law",
            "acc,none": 0.2809917355371901,
            "acc_stderr,none": 0.04103203830514512
        },
        "harness|mmlu_jurisprudence|0": {
            "alias": "  - jurisprudence",
            "acc,none": 0.21296296296296297,
            "acc_stderr,none": 0.039578354719809784
        },
        "harness|mmlu_logical_fallacies|0": {
            "alias": "  - logical_fallacies",
            "acc,none": 0.20245398773006135,
            "acc_stderr,none": 0.031570650789119026
        },
        "harness|mmlu_moral_disputes|0": {
            "alias": "  - moral_disputes",
            "acc,none": 0.2514450867052023,
            "acc_stderr,none": 0.023357365785874037
        },
        "harness|mmlu_moral_scenarios|0": {
            "alias": "  - moral_scenarios",
            "acc,none": 0.28156424581005585,
            "acc_stderr,none": 0.015042290171866118
        },
        "harness|mmlu_philosophy|0": {
            "alias": "  - philosophy",
            "acc,none": 0.2315112540192926,
            "acc_stderr,none": 0.023956532766639133
        },
        "harness|mmlu_prehistory|0": {
            "alias": "  - prehistory",
            "acc,none": 0.2191358024691358,
            "acc_stderr,none": 0.023016705640262168
        },
        "harness|mmlu_professional_law|0": {
            "alias": "  - professional_law",
            "acc,none": 0.2803129074315515,
            "acc_stderr,none": 0.011471555944958616
        },
        "harness|mmlu_world_religions|0": {
            "alias": "  - world_religions",
            "acc,none": 0.2573099415204678,
            "acc_stderr,none": 0.03352799844161865
        },
        "harness|mmlu_other|0": {
            "alias": " - other",
            "acc,none": 0.23945928548439008,
            "acc_stderr,none": 0.007646846406782092
        },
        "harness|mmlu_business_ethics|0": {
            "alias": "  - business_ethics",
            "acc,none": 0.22,
            "acc_stderr,none": 0.04163331998932269
        },
        "harness|mmlu_clinical_knowledge|0": {
            "alias": "  - clinical_knowledge",
            "acc,none": 0.2679245283018868,
            "acc_stderr,none": 0.02725726032249485
        },
        "harness|mmlu_college_medicine|0": {
            "alias": "  - college_medicine",
            "acc,none": 0.2774566473988439,
            "acc_stderr,none": 0.03414014007044036
        },
        "harness|mmlu_global_facts|0": {
            "alias": "  - global_facts",
            "acc,none": 0.19,
            "acc_stderr,none": 0.03942772444036625
        },
        "harness|mmlu_human_aging|0": {
            "alias": "  - human_aging",
            "acc,none": 0.18385650224215247,
            "acc_stderr,none": 0.02599837909235651
        },
        "harness|mmlu_management|0": {
            "alias": "  - management",
            "acc,none": 0.2912621359223301,
            "acc_stderr,none": 0.044986763205729224
        },
        "harness|mmlu_marketing|0": {
            "alias": "  - marketing",
            "acc,none": 0.2564102564102564,
            "acc_stderr,none": 0.028605953702004264
        },
        "harness|mmlu_medical_genetics|0": {
            "alias": "  - medical_genetics",
            "acc,none": 0.29,
            "acc_stderr,none": 0.04560480215720684
        },
        "harness|mmlu_miscellaneous|0": {
            "alias": "  - miscellaneous",
            "acc,none": 0.2222222222222222,
            "acc_stderr,none": 0.0148668216647096
        },
        "harness|mmlu_nutrition|0": {
            "alias": "  - nutrition",
            "acc,none": 0.2875816993464052,
            "acc_stderr,none": 0.02591780611714716
        },
        "harness|mmlu_professional_accounting|0": {
            "alias": "  - professional_accounting",
            "acc,none": 0.23049645390070922,
            "acc_stderr,none": 0.025123739226872405
        },
        "harness|mmlu_professional_medicine|0": {
            "alias": "  - professional_medicine",
            "acc,none": 0.25,
            "acc_stderr,none": 0.026303648393696036
        },
        "harness|mmlu_virology|0": {
            "alias": "  - virology",
            "acc,none": 0.1746987951807229,
            "acc_stderr,none": 0.029560326211256854
        },
        "harness|mmlu_social_sciences|0": {
            "alias": " - social_sciences",
            "acc,none": 0.28599285017874554,
            "acc_stderr,none": 0.00814285665104558
        },
        "harness|mmlu_econometrics|0": {
            "alias": "  - econometrics",
            "acc,none": 0.2631578947368421,
            "acc_stderr,none": 0.041424397194893624
        },
        "harness|mmlu_high_school_geography|0": {
            "alias": "  - high_school_geography",
            "acc,none": 0.30808080808080807,
            "acc_stderr,none": 0.032894773300986155
        },
        "harness|mmlu_high_school_government_and_politics|0": {
            "alias": "  - high_school_government_and_politics",
            "acc,none": 0.31088082901554404,
            "acc_stderr,none": 0.03340361906276586
        },
        "harness|mmlu_high_school_macroeconomics|0": {
            "alias": "  - high_school_macroeconomics",
            "acc,none": 0.2794871794871795,
            "acc_stderr,none": 0.022752388839776823
        },
        "harness|mmlu_high_school_microeconomics|0": {
            "alias": "  - high_school_microeconomics",
            "acc,none": 0.3025210084033613,
            "acc_stderr,none": 0.029837962388291932
        },
        "harness|mmlu_high_school_psychology|0": {
            "alias": "  - high_school_psychology",
            "acc,none": 0.30275229357798167,
            "acc_stderr,none": 0.019698711434756353
        },
        "harness|mmlu_human_sexuality|0": {
            "alias": "  - human_sexuality",
            "acc,none": 0.25190839694656486,
            "acc_stderr,none": 0.03807387116306086
        },
        "harness|mmlu_professional_psychology|0": {
            "alias": "  - professional_psychology",
            "acc,none": 0.2630718954248366,
            "acc_stderr,none": 0.017812676542320657
        },
        "harness|mmlu_public_relations|0": {
            "alias": "  - public_relations",
            "acc,none": 0.23636363636363636,
            "acc_stderr,none": 0.040693063197213754
        },
        "harness|mmlu_security_studies|0": {
            "alias": "  - security_studies",
            "acc,none": 0.35918367346938773,
            "acc_stderr,none": 0.030713560455108493
        },
        "harness|mmlu_sociology|0": {
            "alias": "  - sociology",
            "acc,none": 0.24378109452736318,
            "acc_stderr,none": 0.030360490154014676
        },
        "harness|mmlu_us_foreign_policy|0": {
            "alias": "  - us_foreign_policy",
            "acc,none": 0.26,
            "acc_stderr,none": 0.0440844002276808
        },
        "harness|mmlu_stem|0": {
            "alias": " - stem",
            "acc,none": 0.2718046305106248,
            "acc_stderr,none": 0.00791525041315174
        },
        "harness|mmlu_abstract_algebra|0": {
            "alias": "  - abstract_algebra",
            "acc,none": 0.21,
            "acc_stderr,none": 0.04093601807403326
        },
        "harness|mmlu_anatomy|0": {
            "alias": "  - anatomy",
            "acc,none": 0.22962962962962963,
            "acc_stderr,none": 0.03633384414073465
        },
        "harness|mmlu_astronomy|0": {
            "alias": "  - astronomy",
            "acc,none": 0.27631578947368424,
            "acc_stderr,none": 0.03639057569952924
        },
        "harness|mmlu_college_biology|0": {
            "alias": "  - college_biology",
            "acc,none": 0.22916666666666666,
            "acc_stderr,none": 0.035146974678623884
        },
        "harness|mmlu_college_chemistry|0": {
            "alias": "  - college_chemistry",
            "acc,none": 0.38,
            "acc_stderr,none": 0.048783173121456316
        },
        "harness|mmlu_college_computer_science|0": {
            "alias": "  - college_computer_science",
            "acc,none": 0.28,
            "acc_stderr,none": 0.04512608598542127
        },
        "harness|mmlu_college_mathematics|0": {
            "alias": "  - college_mathematics",
            "acc,none": 0.31,
            "acc_stderr,none": 0.04648231987117316
        },
        "harness|mmlu_college_physics|0": {
            "alias": "  - college_physics",
            "acc,none": 0.22549019607843138,
            "acc_stderr,none": 0.041583075330832865
        },
        "harness|mmlu_computer_security|0": {
            "alias": "  - computer_security",
            "acc,none": 0.23,
            "acc_stderr,none": 0.042295258468165044
        },
        "harness|mmlu_conceptual_physics|0": {
            "alias": "  - conceptual_physics",
            "acc,none": 0.33191489361702126,
            "acc_stderr,none": 0.030783736757745643
        },
        "harness|mmlu_electrical_engineering|0": {
            "alias": "  - electrical_engineering",
            "acc,none": 0.2206896551724138,
            "acc_stderr,none": 0.03455930201924812
        },
        "harness|mmlu_elementary_mathematics|0": {
            "alias": "  - elementary_mathematics",
            "acc,none": 0.2619047619047619,
            "acc_stderr,none": 0.022644212615525208
        },
        "harness|mmlu_high_school_biology|0": {
            "alias": "  - high_school_biology",
            "acc,none": 0.2838709677419355,
            "acc_stderr,none": 0.025649381063029254
        },
        "harness|mmlu_high_school_chemistry|0": {
            "alias": "  - high_school_chemistry",
            "acc,none": 0.28078817733990147,
            "acc_stderr,none": 0.03161856335358609
        },
        "harness|mmlu_high_school_computer_science|0": {
            "alias": "  - high_school_computer_science",
            "acc,none": 0.27,
            "acc_stderr,none": 0.0446196043338474
        },
        "harness|mmlu_high_school_mathematics|0": {
            "alias": "  - high_school_mathematics",
            "acc,none": 0.22592592592592592,
            "acc_stderr,none": 0.025497532639609553
        },
        "harness|mmlu_high_school_physics|0": {
            "alias": "  - high_school_physics",
            "acc,none": 0.31125827814569534,
            "acc_stderr,none": 0.037804458505267334
        },
        "harness|mmlu_high_school_statistics|0": {
            "alias": "  - high_school_statistics",
            "acc,none": 0.30092592592592593,
            "acc_stderr,none": 0.031280390843298804
        },
        "harness|mmlu_machine_learning|0": {
            "alias": "  - machine_learning",
            "acc,none": 0.29464285714285715,
            "acc_stderr,none": 0.043270409325787296
        },
        "harness|truthfulqa:mc1|0": {
            "acc,none": 0.22399020807833536,
            "acc_stderr,none": 0.014594964329474205,
            "alias": "truthfulqa_mc1"
        },
        "harness|arc:challenge|0": {
            "acc,none": 0.302901023890785,
            "acc_stderr,none": 0.013428241573185349,
            "acc_norm,none": 0.33447098976109213,
            "acc_norm_stderr,none": 0.013787460322441384,
            "alias": "arc_challenge"
        },
        "harness|lambada:openai|0": {
            "perplexity,none": 6.6192561666804774,
            "perplexity_stderr,none": 0.17611631847798864,
            "acc,none": 0.5759751601009121,
            "acc_stderr,none": 0.006885089646655077,
            "alias": "lambada_openai"
        },
        "harness|openbookqa|0": {
            "acc,none": 0.25,
            "acc_stderr,none": 0.019384310743640384,
            "acc_norm,none": 0.36,
            "acc_norm_stderr,none": 0.02148775108972052,
            "alias": "openbookqa"
        },
        "harness|arc:easy|0": {
            "acc,none": 0.6498316498316499,
            "acc_stderr,none": 0.009788295410093144,
            "acc_norm,none": 0.5723905723905723,
            "acc_norm_stderr,none": 0.010151683397430679,
            "alias": "arc_easy"
        },
        "harness|piqa|0": {
            "acc,none": 0.7268770402611534,
            "acc_stderr,none": 0.010395730264453264,
            "acc_norm,none": 0.7366702937976061,
            "acc_norm_stderr,none": 0.010276185322196764,
            "alias": "piqa"
        },
        "harness|hellaswag|0": {
            "acc,none": 0.4649472216689902,
            "acc_stderr,none": 0.004977504446609005,
            "acc_norm,none": 0.6228838876717785,
            "acc_norm_stderr,none": 0.004836738514051306,
            "alias": "hellaswag"
        },
        "harness|winogrande|0": {
            "acc,none": 0.6456195737963694,
            "acc_stderr,none": 0.013443314368356088,
            "alias": "winogrande"
        },
        "harness|boolq|0": {
            "acc,none": 0.6284403669724771,
            "acc_stderr,none": 0.00845159814507658,
            "alias": "boolq"
        },
        "harness|truthfulqa:mc2|0": {
            "acc,none": 0.38896205089311475,
            "acc_stderr,none": 0.014016564969739905,
            "alias": "truthfulqa_mc2"
        }
    },
    "task_info": {
        "model": "bigscience/bloom-7b1",
        "revision": "main",
        "private": false,
        "params": 7.07,
        "architectures": "BloomForCausalLM",
        "quant_type": null,
        "precision": "16bit",
        "model_params": 7.07,
        "model_size": 14.14,
        "weight_dtype": "float16",
        "compute_dtype": "float16",
        "gguf_ftype": "*Q4_0.gguf",
        "hardware": "gpu",
        "status": "Pending",
        "submitted_time": "2024-04-27T08:04:58Z",
        "model_type": "original",
        "job_id": -1,
        "job_start_time": null,
        "scripts": "ITREX"
    },
    "quantization_config": null,
    "versions": {
        "harness|mmlu|0": null,
        "harness|mmlu_humanities|0": null,
        "harness|mmlu_formal_logic|0": 0.0,
        "harness|mmlu_high_school_european_history|0": 0.0,
        "harness|mmlu_high_school_us_history|0": 0.0,
        "harness|mmlu_high_school_world_history|0": 0.0,
        "harness|mmlu_international_law|0": 0.0,
        "harness|mmlu_jurisprudence|0": 0.0,
        "harness|mmlu_logical_fallacies|0": 0.0,
        "harness|mmlu_moral_disputes|0": 0.0,
        "harness|mmlu_moral_scenarios|0": 0.0,
        "harness|mmlu_philosophy|0": 0.0,
        "harness|mmlu_prehistory|0": 0.0,
        "harness|mmlu_professional_law|0": 0.0,
        "harness|mmlu_world_religions|0": 0.0,
        "harness|mmlu_other|0": null,
        "harness|mmlu_business_ethics|0": 0.0,
        "harness|mmlu_clinical_knowledge|0": 0.0,
        "harness|mmlu_college_medicine|0": 0.0,
        "harness|mmlu_global_facts|0": 0.0,
        "harness|mmlu_human_aging|0": 0.0,
        "harness|mmlu_management|0": 0.0,
        "harness|mmlu_marketing|0": 0.0,
        "harness|mmlu_medical_genetics|0": 0.0,
        "harness|mmlu_miscellaneous|0": 0.0,
        "harness|mmlu_nutrition|0": 0.0,
        "harness|mmlu_professional_accounting|0": 0.0,
        "harness|mmlu_professional_medicine|0": 0.0,
        "harness|mmlu_virology|0": 0.0,
        "harness|mmlu_social_sciences|0": null,
        "harness|mmlu_econometrics|0": 0.0,
        "harness|mmlu_high_school_geography|0": 0.0,
        "harness|mmlu_high_school_government_and_politics|0": 0.0,
        "harness|mmlu_high_school_macroeconomics|0": 0.0,
        "harness|mmlu_high_school_microeconomics|0": 0.0,
        "harness|mmlu_high_school_psychology|0": 0.0,
        "harness|mmlu_human_sexuality|0": 0.0,
        "harness|mmlu_professional_psychology|0": 0.0,
        "harness|mmlu_public_relations|0": 0.0,
        "harness|mmlu_security_studies|0": 0.0,
        "harness|mmlu_sociology|0": 0.0,
        "harness|mmlu_us_foreign_policy|0": 0.0,
        "harness|mmlu_stem|0": null,
        "harness|mmlu_abstract_algebra|0": 0.0,
        "harness|mmlu_anatomy|0": 0.0,
        "harness|mmlu_astronomy|0": 0.0,
        "harness|mmlu_college_biology|0": 0.0,
        "harness|mmlu_college_chemistry|0": 0.0,
        "harness|mmlu_college_computer_science|0": 0.0,
        "harness|mmlu_college_mathematics|0": 0.0,
        "harness|mmlu_college_physics|0": 0.0,
        "harness|mmlu_computer_security|0": 0.0,
        "harness|mmlu_conceptual_physics|0": 0.0,
        "harness|mmlu_electrical_engineering|0": 0.0,
        "harness|mmlu_elementary_mathematics|0": 0.0,
        "harness|mmlu_high_school_biology|0": 0.0,
        "harness|mmlu_high_school_chemistry|0": 0.0,
        "harness|mmlu_high_school_computer_science|0": 0.0,
        "harness|mmlu_high_school_mathematics|0": 0.0,
        "harness|mmlu_high_school_physics|0": 0.0,
        "harness|mmlu_high_school_statistics|0": 0.0,
        "harness|mmlu_machine_learning|0": 0.0,
        "harness|truthfulqa:mc1|0": 2.0,
        "harness|arc:challenge|0": 1.0,
        "harness|lambada:openai|0": 1.0,
        "harness|openbookqa|0": 1.0,
        "harness|arc:easy|0": 1.0,
        "harness|piqa|0": 1.0,
        "harness|hellaswag|0": 1.0,
        "harness|winogrande|0": 1.0,
        "harness|boolq|0": 2.0,
        "harness|truthfulqa:mc2|0": 2.0
    },
    "n-shot": {
        "arc_challenge": 0,
        "arc_easy": 0,
        "boolq": 0,
        "hellaswag": 0,
        "lambada_openai": 0,
        "mmlu": 0,
        "mmlu_abstract_algebra": 0,
        "mmlu_anatomy": 0,
        "mmlu_astronomy": 0,
        "mmlu_business_ethics": 0,
        "mmlu_clinical_knowledge": 0,
        "mmlu_college_biology": 0,
        "mmlu_college_chemistry": 0,
        "mmlu_college_computer_science": 0,
        "mmlu_college_mathematics": 0,
        "mmlu_college_medicine": 0,
        "mmlu_college_physics": 0,
        "mmlu_computer_security": 0,
        "mmlu_conceptual_physics": 0,
        "mmlu_econometrics": 0,
        "mmlu_electrical_engineering": 0,
        "mmlu_elementary_mathematics": 0,
        "mmlu_formal_logic": 0,
        "mmlu_global_facts": 0,
        "mmlu_high_school_biology": 0,
        "mmlu_high_school_chemistry": 0,
        "mmlu_high_school_computer_science": 0,
        "mmlu_high_school_european_history": 0,
        "mmlu_high_school_geography": 0,
        "mmlu_high_school_government_and_politics": 0,
        "mmlu_high_school_macroeconomics": 0,
        "mmlu_high_school_mathematics": 0,
        "mmlu_high_school_microeconomics": 0,
        "mmlu_high_school_physics": 0,
        "mmlu_high_school_psychology": 0,
        "mmlu_high_school_statistics": 0,
        "mmlu_high_school_us_history": 0,
        "mmlu_high_school_world_history": 0,
        "mmlu_human_aging": 0,
        "mmlu_human_sexuality": 0,
        "mmlu_humanities": 0,
        "mmlu_international_law": 0,
        "mmlu_jurisprudence": 0,
        "mmlu_logical_fallacies": 0,
        "mmlu_machine_learning": 0,
        "mmlu_management": 0,
        "mmlu_marketing": 0,
        "mmlu_medical_genetics": 0,
        "mmlu_miscellaneous": 0,
        "mmlu_moral_disputes": 0,
        "mmlu_moral_scenarios": 0,
        "mmlu_nutrition": 0,
        "mmlu_other": 0,
        "mmlu_philosophy": 0,
        "mmlu_prehistory": 0,
        "mmlu_professional_accounting": 0,
        "mmlu_professional_law": 0,
        "mmlu_professional_medicine": 0,
        "mmlu_professional_psychology": 0,
        "mmlu_public_relations": 0,
        "mmlu_security_studies": 0,
        "mmlu_social_sciences": 0,
        "mmlu_sociology": 0,
        "mmlu_stem": 0,
        "mmlu_us_foreign_policy": 0,
        "mmlu_virology": 0,
        "mmlu_world_religions": 0,
        "openbookqa": 0,
        "piqa": 0,
        "truthfulqa_mc1": 0,
        "truthfulqa_mc2": 0,
        "winogrande": 0
    },
    "date": 1716066787.6823578,
    "config": {
        "model": "hf",
        "model_args": "pretrained=bigscience/bloom-7b1,trust_remote_code=True,dtype=float16,_commit_hash=main",
        "batch_size": 4,
        "batch_sizes": [],
        "device": "cuda",
        "use_cache": null,
        "limit": null,
        "bootstrap_iters": 100000,
        "gen_kwargs": null
    }
}