File size: 3,024 Bytes
a821140 | 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 | {
"config_general": {
"model_name": "mistralai/Mistral-7B-v0.1",
"model_sha": "5e9c98b96d071dce59368012254c55b0ec6f8658",
"model_size": "13.99 GB",
"model_dtype": "torch.float16",
"lighteval_sha": "0f318ecf002208468154899217b3ba7c6ae09374",
"num_few_shot_default": 0,
"num_fewshot_seeds": 1,
"override_batch_size": 1,
"max_samples": null,
"job_id": ""
},
"results": {
"harness|drop|3": {
"em": 0.0014681208053691276,
"em_stderr": 0.00039210421902984423,
"f1": 0.061364303691275233,
"f1_stderr": 0.0013684794735811887
},
"harness|gsm8k|5": {
"acc": 0.18119787717968158,
"acc_stderr": 0.010609827611527364
},
"harness|winogrande|5": {
"acc": 0.7837411207576953,
"acc_stderr": 0.01157061486140935
},
"all": {
"em": 0.0014681208053691276,
"em_stderr": 0.00039210421902984423,
"f1": 0.061364303691275233,
"f1_stderr": 0.0013684794735811887,
"acc": 0.48246949896868846,
"acc_stderr": 0.011090221236468356
}
},
"versions": {
"harness|drop|3": 1,
"harness|gsm8k|5": 0,
"harness|winogrande|5": 0,
"all": 0
},
"config_tasks": {
"harness|drop": "LM Harness task",
"harness|gsm8k": "LM Harness task",
"harness|winogrande": "LM Harness task"
},
"summary_tasks": {
"harness|drop|3": {
"hashes": {
"hash_examples": "1d27416e8324e9a3",
"hash_full_prompts": "a5513ff9a741b385",
"hash_input_tokens": "a4fb946366902edf",
"hash_cont_tokens": "0a6965e8ea12133f"
},
"truncated": 0,
"non-truncated": 9536,
"padded": 0,
"non-padded": 9536,
"effective_few_shots": 3.0,
"num_truncated_few_shots": 0
},
"harness|gsm8k|5": {
"hashes": {
"hash_examples": "4c0843a5d99bcfdc",
"hash_full_prompts": "41d55e83abc0e02d",
"hash_input_tokens": "6af0ae8cfe684f50",
"hash_cont_tokens": "b2ad38ab14b90b20"
},
"truncated": 0,
"non-truncated": 1319,
"padded": 0,
"non-padded": 1319,
"effective_few_shots": 5.0,
"num_truncated_few_shots": 0
},
"harness|winogrande|5": {
"hashes": {
"hash_examples": "aada0a176fd81218",
"hash_full_prompts": "c8655cbd12de8409",
"hash_input_tokens": "6bf335f26fed6442",
"hash_cont_tokens": "618558fb93c0f288"
},
"truncated": 0,
"non-truncated": 2534,
"padded": 2397,
"non-padded": 137,
"effective_few_shots": 5.0,
"num_truncated_few_shots": 0
}
},
"summary_general": {
"hashes": {
"hash_examples": "9b4d8993161e637d",
"hash_full_prompts": "08215e527b7e60a5",
"hash_input_tokens": "7c6dc027ca91c1a8",
"hash_cont_tokens": "750aedd5a6e50f36"
},
"total_evaluation_time_secondes": "10093.810881137848",
"truncated": 0,
"non-truncated": 13389,
"padded": 2397,
"non-padded": 10992,
"num_truncated_few_shots": 0
}
} |