File size: 22,128 Bytes
cd88ae0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
578
579
{
    "config_general": {
        "lighteval_sha": "no",
        "num_few_shot_default": null,
        "num_fewshot_seeds": null,
        "override_batch_size": null,
        "max_samples": null,
        "job_id": -1,
        "start_time": null,
        "end_time": "2024-05-19-22-39-56",
        "total_evaluation_time_secondes": "",
        "model_name": "mlabonne/gemma-7b-it-GGUF",
        "model_sha": "",
        "model_dtype": "4bit",
        "model_size": 5.650919424,
        "model_params": 9.324112896,
        "quant_type": "llama.cpp",
        "precision": "4bit"
    },
    "results": {
        "harness|winogrande|0": {
            "acc,none": 0.6708760852407262,
            "acc_stderr,none": 0.013206387089091472,
            "alias": "winogrande"
        },
        "harness|piqa|0": {
            "acc,none": 0.7747551686615887,
            "acc_stderr,none": 0.00974664347103215,
            "acc_norm,none": 0.7736670293797606,
            "acc_norm_stderr,none": 0.009763294246879424,
            "alias": "piqa"
        },
        "harness|hellaswag|0": {
            "acc,none": 0.5575582553276239,
            "acc_stderr,none": 0.004956609327218413,
            "acc_norm,none": 0.7247560246962756,
            "acc_norm_stderr,none": 0.004457243336616546,
            "alias": "hellaswag"
        },
        "harness|truthfulqa:mc2|0": {
            "acc,none": 0.4723133865029962,
            "acc_stderr,none": 0.016394421729194586,
            "alias": "truthfulqa_mc2"
        },
        "harness|mmlu|0": {
            "acc,none": 0.5007833641931349,
            "acc_stderr,none": 0.004037272554499701,
            "alias": "mmlu"
        },
        "harness|mmlu_humanities|0": {
            "alias": " - humanities",
            "acc,none": 0.44718384697130714,
            "acc_stderr,none": 0.0069216159700638885
        },
        "harness|mmlu_formal_logic|0": {
            "alias": "  - formal_logic",
            "acc,none": 0.373015873015873,
            "acc_stderr,none": 0.04325506042017086
        },
        "harness|mmlu_high_school_european_history|0": {
            "alias": "  - high_school_european_history",
            "acc,none": 0.6060606060606061,
            "acc_stderr,none": 0.0381549430868893
        },
        "harness|mmlu_high_school_us_history|0": {
            "alias": "  - high_school_us_history",
            "acc,none": 0.5882352941176471,
            "acc_stderr,none": 0.0345423658538061
        },
        "harness|mmlu_high_school_world_history|0": {
            "alias": "  - high_school_world_history",
            "acc,none": 0.70042194092827,
            "acc_stderr,none": 0.029818024749753095
        },
        "harness|mmlu_international_law|0": {
            "alias": "  - international_law",
            "acc,none": 0.6446280991735537,
            "acc_stderr,none": 0.0436923632657398
        },
        "harness|mmlu_jurisprudence|0": {
            "alias": "  - jurisprudence",
            "acc,none": 0.6296296296296297,
            "acc_stderr,none": 0.0466840803302493
        },
        "harness|mmlu_logical_fallacies|0": {
            "alias": "  - logical_fallacies",
            "acc,none": 0.5766871165644172,
            "acc_stderr,none": 0.03881891213334383
        },
        "harness|mmlu_moral_disputes|0": {
            "alias": "  - moral_disputes",
            "acc,none": 0.5606936416184971,
            "acc_stderr,none": 0.026720034380514988
        },
        "harness|mmlu_moral_scenarios|0": {
            "alias": "  - moral_scenarios",
            "acc,none": 0.23016759776536314,
            "acc_stderr,none": 0.014078339253425814
        },
        "harness|mmlu_philosophy|0": {
            "alias": "  - philosophy",
            "acc,none": 0.5755627009646302,
            "acc_stderr,none": 0.028071928247946208
        },
        "harness|mmlu_prehistory|0": {
            "alias": "  - prehistory",
            "acc,none": 0.5401234567901234,
            "acc_stderr,none": 0.027731022753539284
        },
        "harness|mmlu_professional_law|0": {
            "alias": "  - professional_law",
            "acc,none": 0.36962190352020863,
            "acc_stderr,none": 0.012328445778575246
        },
        "harness|mmlu_world_religions|0": {
            "alias": "  - world_religions",
            "acc,none": 0.6432748538011696,
            "acc_stderr,none": 0.03674013002860954
        },
        "harness|mmlu_other|0": {
            "alias": " - other",
            "acc,none": 0.5806243965239781,
            "acc_stderr,none": 0.008544482287190786
        },
        "harness|mmlu_business_ethics|0": {
            "alias": "  - business_ethics",
            "acc,none": 0.54,
            "acc_stderr,none": 0.05009082659620332
        },
        "harness|mmlu_clinical_knowledge|0": {
            "alias": "  - clinical_knowledge",
            "acc,none": 0.5320754716981132,
            "acc_stderr,none": 0.030709486992556552
        },
        "harness|mmlu_college_medicine|0": {
            "alias": "  - college_medicine",
            "acc,none": 0.4161849710982659,
            "acc_stderr,none": 0.03758517775404947
        },
        "harness|mmlu_global_facts|0": {
            "alias": "  - global_facts",
            "acc,none": 0.41,
            "acc_stderr,none": 0.049431107042371025
        },
        "harness|mmlu_human_aging|0": {
            "alias": "  - human_aging",
            "acc,none": 0.6412556053811659,
            "acc_stderr,none": 0.03219079200419996
        },
        "harness|mmlu_management|0": {
            "alias": "  - management",
            "acc,none": 0.6699029126213593,
            "acc_stderr,none": 0.046561471100123514
        },
        "harness|mmlu_marketing|0": {
            "alias": "  - marketing",
            "acc,none": 0.8162393162393162,
            "acc_stderr,none": 0.025372139671722933
        },
        "harness|mmlu_medical_genetics|0": {
            "alias": "  - medical_genetics",
            "acc,none": 0.62,
            "acc_stderr,none": 0.04878317312145633
        },
        "harness|mmlu_miscellaneous|0": {
            "alias": "  - miscellaneous",
            "acc,none": 0.70242656449553,
            "acc_stderr,none": 0.016349111912909425
        },
        "harness|mmlu_nutrition|0": {
            "alias": "  - nutrition",
            "acc,none": 0.5849673202614379,
            "acc_stderr,none": 0.028213504177824096
        },
        "harness|mmlu_professional_accounting|0": {
            "alias": "  - professional_accounting",
            "acc,none": 0.36879432624113473,
            "acc_stderr,none": 0.028782227561347254
        },
        "harness|mmlu_professional_medicine|0": {
            "alias": "  - professional_medicine",
            "acc,none": 0.45955882352941174,
            "acc_stderr,none": 0.03027332507734575
        },
        "harness|mmlu_virology|0": {
            "alias": "  - virology",
            "acc,none": 0.4397590361445783,
            "acc_stderr,none": 0.03864139923699122
        },
        "harness|mmlu_social_sciences|0": {
            "alias": " - social_sciences",
            "acc,none": 0.579785505362366,
            "acc_stderr,none": 0.008681697144433616
        },
        "harness|mmlu_econometrics|0": {
            "alias": "  - econometrics",
            "acc,none": 0.3157894736842105,
            "acc_stderr,none": 0.04372748290278007
        },
        "harness|mmlu_high_school_geography|0": {
            "alias": "  - high_school_geography",
            "acc,none": 0.6616161616161617,
            "acc_stderr,none": 0.033711241426263035
        },
        "harness|mmlu_high_school_government_and_politics|0": {
            "alias": "  - high_school_government_and_politics",
            "acc,none": 0.6994818652849741,
            "acc_stderr,none": 0.03308818594415749
        },
        "harness|mmlu_high_school_macroeconomics|0": {
            "alias": "  - high_school_macroeconomics",
            "acc,none": 0.47435897435897434,
            "acc_stderr,none": 0.025317649726448666
        },
        "harness|mmlu_high_school_microeconomics|0": {
            "alias": "  - high_school_microeconomics",
            "acc,none": 0.5126050420168067,
            "acc_stderr,none": 0.03246816765752174
        },
        "harness|mmlu_high_school_psychology|0": {
            "alias": "  - high_school_psychology",
            "acc,none": 0.728440366972477,
            "acc_stderr,none": 0.019069098363191442
        },
        "harness|mmlu_human_sexuality|0": {
            "alias": "  - human_sexuality",
            "acc,none": 0.6183206106870229,
            "acc_stderr,none": 0.042607351576445594
        },
        "harness|mmlu_professional_psychology|0": {
            "alias": "  - professional_psychology",
            "acc,none": 0.4918300653594771,
            "acc_stderr,none": 0.020225134343057272
        },
        "harness|mmlu_public_relations|0": {
            "alias": "  - public_relations",
            "acc,none": 0.6545454545454545,
            "acc_stderr,none": 0.04554619617541054
        },
        "harness|mmlu_security_studies|0": {
            "alias": "  - security_studies",
            "acc,none": 0.5061224489795918,
            "acc_stderr,none": 0.032006820201639086
        },
        "harness|mmlu_sociology|0": {
            "alias": "  - sociology",
            "acc,none": 0.6417910447761194,
            "acc_stderr,none": 0.03390393042268814
        },
        "harness|mmlu_us_foreign_policy|0": {
            "alias": "  - us_foreign_policy",
            "acc,none": 0.71,
            "acc_stderr,none": 0.045604802157206845
        },
        "harness|mmlu_stem|0": {
            "alias": " - stem",
            "acc,none": 0.42499207104345066,
            "acc_stderr,none": 0.008598210668566867
        },
        "harness|mmlu_abstract_algebra|0": {
            "alias": "  - abstract_algebra",
            "acc,none": 0.3,
            "acc_stderr,none": 0.046056618647183814
        },
        "harness|mmlu_anatomy|0": {
            "alias": "  - anatomy",
            "acc,none": 0.45185185185185184,
            "acc_stderr,none": 0.04299268905480864
        },
        "harness|mmlu_astronomy|0": {
            "alias": "  - astronomy",
            "acc,none": 0.48026315789473684,
            "acc_stderr,none": 0.040657710025626036
        },
        "harness|mmlu_college_biology|0": {
            "alias": "  - college_biology",
            "acc,none": 0.5694444444444444,
            "acc_stderr,none": 0.04140685639111503
        },
        "harness|mmlu_college_chemistry|0": {
            "alias": "  - college_chemistry",
            "acc,none": 0.36,
            "acc_stderr,none": 0.04824181513244218
        },
        "harness|mmlu_college_computer_science|0": {
            "alias": "  - college_computer_science",
            "acc,none": 0.48,
            "acc_stderr,none": 0.050211673156867795
        },
        "harness|mmlu_college_mathematics|0": {
            "alias": "  - college_mathematics",
            "acc,none": 0.34,
            "acc_stderr,none": 0.04760952285695235
        },
        "harness|mmlu_college_physics|0": {
            "alias": "  - college_physics",
            "acc,none": 0.2549019607843137,
            "acc_stderr,none": 0.04336432707993177
        },
        "harness|mmlu_computer_security|0": {
            "alias": "  - computer_security",
            "acc,none": 0.7,
            "acc_stderr,none": 0.046056618647183814
        },
        "harness|mmlu_conceptual_physics|0": {
            "alias": "  - conceptual_physics",
            "acc,none": 0.4851063829787234,
            "acc_stderr,none": 0.032671518489247764
        },
        "harness|mmlu_electrical_engineering|0": {
            "alias": "  - electrical_engineering",
            "acc,none": 0.4827586206896552,
            "acc_stderr,none": 0.04164188720169377
        },
        "harness|mmlu_elementary_mathematics|0": {
            "alias": "  - elementary_mathematics",
            "acc,none": 0.3439153439153439,
            "acc_stderr,none": 0.024464426625596437
        },
        "harness|mmlu_high_school_biology|0": {
            "alias": "  - high_school_biology",
            "acc,none": 0.5935483870967742,
            "acc_stderr,none": 0.027941727346256304
        },
        "harness|mmlu_high_school_chemistry|0": {
            "alias": "  - high_school_chemistry",
            "acc,none": 0.41379310344827586,
            "acc_stderr,none": 0.03465304488406796
        },
        "harness|mmlu_high_school_computer_science|0": {
            "alias": "  - high_school_computer_science",
            "acc,none": 0.52,
            "acc_stderr,none": 0.05021167315686779
        },
        "harness|mmlu_high_school_mathematics|0": {
            "alias": "  - high_school_mathematics",
            "acc,none": 0.3037037037037037,
            "acc_stderr,none": 0.02803792996911499
        },
        "harness|mmlu_high_school_physics|0": {
            "alias": "  - high_school_physics",
            "acc,none": 0.33774834437086093,
            "acc_stderr,none": 0.038615575462551684
        },
        "harness|mmlu_high_school_statistics|0": {
            "alias": "  - high_school_statistics",
            "acc,none": 0.28703703703703703,
            "acc_stderr,none": 0.03085199299325701
        },
        "harness|mmlu_machine_learning|0": {
            "alias": "  - machine_learning",
            "acc,none": 0.45535714285714285,
            "acc_stderr,none": 0.04726835553719099
        },
        "harness|openbookqa|0": {
            "acc,none": 0.376,
            "acc_stderr,none": 0.021683827539286115,
            "acc_norm,none": 0.452,
            "acc_norm_stderr,none": 0.02227969410784342,
            "alias": "openbookqa"
        },
        "harness|arc:easy|0": {
            "acc,none": 0.7571548821548821,
            "acc_stderr,none": 0.008798836444222012,
            "acc_norm,none": 0.734006734006734,
            "acc_norm_stderr,none": 0.009066789565615694,
            "alias": "arc_easy"
        },
        "harness|lambada:openai|0": {
            "perplexity,none": 10.16533173500903,
            "perplexity_stderr,none": 0.5211498221559918,
            "acc,none": 0.10712206481661168,
            "acc_stderr,none": 0.004308713186753709,
            "alias": "lambada_openai"
        },
        "harness|arc:challenge|0": {
            "acc,none": 0.4684300341296928,
            "acc_stderr,none": 0.014582236460866977,
            "acc_norm,none": 0.48464163822525597,
            "acc_norm_stderr,none": 0.014604496129394904,
            "alias": "arc_challenge"
        },
        "harness|truthfulqa:mc1|0": {
            "acc,none": 0.2998776009791922,
            "acc_stderr,none": 0.016040352966713634,
            "alias": "truthfulqa_mc1"
        },
        "harness|boolq|0": {
            "acc,none": 0.8110091743119267,
            "acc_stderr,none": 0.0068474013553199604,
            "alias": "boolq"
        }
    },
    "task_info": {
        "model": "mlabonne/gemma-7b-it-GGUF",
        "revision": "main",
        "private": false,
        "params": 7.0,
        "architectures": "?",
        "quant_type": "llama.cpp",
        "precision": "4bit",
        "model_params": 7.0,
        "model_size": 5.01,
        "weight_dtype": "int4",
        "compute_dtype": "float16",
        "gguf_ftype": "*Q4_0.gguf",
        "hardware": "cpu",
        "status": "Pending",
        "submitted_time": "2024-04-29T05:16:42Z",
        "model_type": "quantization",
        "job_id": -1,
        "job_start_time": null,
        "scripts": "llama_cpp"
    },
    "quantization_config": {
        "quant_method": "llama.cpp",
        "ftype": "*Q4_0.gguf"
    },
    "versions": {
        "harness|winogrande|0": 1.0,
        "harness|piqa|0": 1.0,
        "harness|hellaswag|0": 1.0,
        "harness|truthfulqa:mc2|0": 2.0,
        "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|openbookqa|0": 1.0,
        "harness|arc:easy|0": 1.0,
        "harness|lambada:openai|0": 1.0,
        "harness|arc:challenge|0": 1.0,
        "harness|truthfulqa:mc1|0": 2.0,
        "harness|boolq|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": 1715999584.8196464,
    "config": {
        "model": "WrapperGGUFLM",
        "model_args": "gguf_model=mlabonne/gemma-7b-it-GGUF,ftype=*Q4_0.gguf,dtype=float16,_commit_hash=main",
        "batch_size": 1,
        "batch_sizes": [],
        "device": "cuda",
        "use_cache": null,
        "limit": null,
        "bootstrap_iters": 100000,
        "gen_kwargs": null
    }
}