Upload folder using huggingface_hub
Browse files- ifeval/results_ifeval_thinking_seed1234_2026-05-10T12-43-13.891334.json +159 -0
- ifeval/results_ifeval_thinking_seed4158_2026-05-13T14-19-27.010769.json +159 -0
- ifeval/results_ifeval_thinking_seed42_2026-05-10T11-40-22.746423.json +159 -0
- lighteval_thinking/results_2026-05-15T04-28-37.363609.json +263 -0
- lighteval_thinking/results_2026-05-15T05-23-55.938792.json +263 -0
- lighteval_thinking/results_2026-05-15T06-19-07.509781.json +263 -0
- lighteval_thinking/results_2026-05-15T07-16-39.718051.json +263 -0
- lighteval_thinking/results_2026-05-15T08-16-35.990299.json +263 -0
- lighteval_thinking/results_2026-05-15T09-09-55.466784.json +263 -0
- lighteval_thinking/results_2026-05-15T10-56-12.189451.json +263 -0
- lighteval_thinking/results_2026-05-15T11-54-13.927603.json +263 -0
ifeval/results_ifeval_thinking_seed1234_2026-05-10T12-43-13.891334.json
ADDED
|
@@ -0,0 +1,159 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"results": {
|
| 3 |
+
"ifeval": {
|
| 4 |
+
"name": "ifeval",
|
| 5 |
+
"alias": "ifeval",
|
| 6 |
+
"sample_len": 541,
|
| 7 |
+
"prompt_level_strict_acc,none": 0.8687615526802218,
|
| 8 |
+
"prompt_level_strict_acc_stderr,none": 0.014530613740502803,
|
| 9 |
+
"inst_level_strict_acc,none": 0.9112709832134293,
|
| 10 |
+
"inst_level_strict_acc_stderr,none": "N/A",
|
| 11 |
+
"prompt_level_loose_acc,none": 0.9038817005545287,
|
| 12 |
+
"prompt_level_loose_acc_stderr,none": 0.01268416714715648,
|
| 13 |
+
"inst_level_loose_acc,none": 0.934052757793765,
|
| 14 |
+
"inst_level_loose_acc_stderr,none": "N/A"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"group_subtasks": {},
|
| 18 |
+
"configs": {
|
| 19 |
+
"ifeval": {
|
| 20 |
+
"task": "ifeval",
|
| 21 |
+
"dataset_path": "google/IFEval",
|
| 22 |
+
"test_split": "train",
|
| 23 |
+
"doc_to_text": "prompt",
|
| 24 |
+
"doc_to_target": 0,
|
| 25 |
+
"unsafe_code": false,
|
| 26 |
+
"process_results": "def process_results(doc, results):\n inp = InputExample(\n key=doc[\"key\"],\n instruction_id_list=doc[\"instruction_id_list\"],\n prompt=doc[\"prompt\"],\n kwargs=doc[\"kwargs\"],\n )\n response = results[0]\n\n out_strict = test_instruction_following_strict(inp, response)\n out_loose = test_instruction_following_loose(inp, response)\n\n return {\n \"prompt_level_strict_acc\": out_strict.follow_all_instructions,\n \"inst_level_strict_acc\": out_strict.follow_instruction_list,\n \"prompt_level_loose_acc\": out_loose.follow_all_instructions,\n \"inst_level_loose_acc\": out_loose.follow_instruction_list,\n }\n",
|
| 27 |
+
"description": "",
|
| 28 |
+
"target_delimiter": " ",
|
| 29 |
+
"fewshot_delimiter": "\n\n",
|
| 30 |
+
"fewshot_config": {
|
| 31 |
+
"sampler": "default",
|
| 32 |
+
"split": null,
|
| 33 |
+
"process_docs": null,
|
| 34 |
+
"fewshot_indices": null,
|
| 35 |
+
"samples": null,
|
| 36 |
+
"doc_to_text": "prompt",
|
| 37 |
+
"doc_to_choice": null,
|
| 38 |
+
"doc_to_target": 0,
|
| 39 |
+
"gen_prefix": null,
|
| 40 |
+
"fewshot_delimiter": "\n\n",
|
| 41 |
+
"target_delimiter": " "
|
| 42 |
+
},
|
| 43 |
+
"num_fewshot": 0,
|
| 44 |
+
"metric_list": [
|
| 45 |
+
{
|
| 46 |
+
"metric": "prompt_level_strict_acc",
|
| 47 |
+
"aggregation": "mean",
|
| 48 |
+
"higher_is_better": true
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"metric": "inst_level_strict_acc",
|
| 52 |
+
"aggregation": "def agg_inst_level_acc(items):\n flat_items = [item for sublist in items for item in sublist]\n inst_level_acc = sum(flat_items) / len(flat_items)\n return inst_level_acc\n",
|
| 53 |
+
"higher_is_better": true
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"metric": "prompt_level_loose_acc",
|
| 57 |
+
"aggregation": "mean",
|
| 58 |
+
"higher_is_better": true
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"metric": "inst_level_loose_acc",
|
| 62 |
+
"aggregation": "def agg_inst_level_acc(items):\n flat_items = [item for sublist in items for item in sublist]\n inst_level_acc = sum(flat_items) / len(flat_items)\n return inst_level_acc\n",
|
| 63 |
+
"higher_is_better": true
|
| 64 |
+
}
|
| 65 |
+
],
|
| 66 |
+
"output_type": "generate_until",
|
| 67 |
+
"generation_kwargs": {
|
| 68 |
+
"until": [],
|
| 69 |
+
"do_sample": true,
|
| 70 |
+
"temperature": 0.6,
|
| 71 |
+
"max_gen_toks": 64000,
|
| 72 |
+
"top_p": 0.95,
|
| 73 |
+
"top_k": 20,
|
| 74 |
+
"min_p": 0.0
|
| 75 |
+
},
|
| 76 |
+
"repeats": 1,
|
| 77 |
+
"should_decontaminate": false,
|
| 78 |
+
"metadata": {
|
| 79 |
+
"version": 4.0,
|
| 80 |
+
"model": "inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 81 |
+
"max_length": 262144,
|
| 82 |
+
"base_url": "http://0.0.0.0:8000/v1/chat/completions",
|
| 83 |
+
"num_concurrent": 64,
|
| 84 |
+
"max_retries": 3,
|
| 85 |
+
"tokenized_requests": false,
|
| 86 |
+
"tokenizer_backend": null,
|
| 87 |
+
"timeout": 1200,
|
| 88 |
+
"config_source": "/home/Chibukach/environments/lmeval/lib64/python3.12/site-packages/lm_eval/tasks/ifeval/ifeval.yaml"
|
| 89 |
+
}
|
| 90 |
+
}
|
| 91 |
+
},
|
| 92 |
+
"versions": {
|
| 93 |
+
"ifeval": 4.0
|
| 94 |
+
},
|
| 95 |
+
"n-shot": {
|
| 96 |
+
"ifeval": 0
|
| 97 |
+
},
|
| 98 |
+
"higher_is_better": {
|
| 99 |
+
"ifeval": {
|
| 100 |
+
"prompt_level_strict_acc": true,
|
| 101 |
+
"inst_level_strict_acc": true,
|
| 102 |
+
"prompt_level_loose_acc": true,
|
| 103 |
+
"inst_level_loose_acc": true
|
| 104 |
+
}
|
| 105 |
+
},
|
| 106 |
+
"n-samples": {
|
| 107 |
+
"ifeval": {
|
| 108 |
+
"original": 541,
|
| 109 |
+
"effective": 541
|
| 110 |
+
}
|
| 111 |
+
},
|
| 112 |
+
"config": {
|
| 113 |
+
"model": "local-chat-completions",
|
| 114 |
+
"model_args": {
|
| 115 |
+
"model": "inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 116 |
+
"max_length": 262144,
|
| 117 |
+
"base_url": "http://0.0.0.0:8000/v1/chat/completions",
|
| 118 |
+
"num_concurrent": 64,
|
| 119 |
+
"max_retries": 3,
|
| 120 |
+
"tokenized_requests": false,
|
| 121 |
+
"tokenizer_backend": null,
|
| 122 |
+
"timeout": 1200
|
| 123 |
+
},
|
| 124 |
+
"batch_size": 1,
|
| 125 |
+
"batch_sizes": [],
|
| 126 |
+
"device": "cuda:0",
|
| 127 |
+
"use_cache": null,
|
| 128 |
+
"limit": null,
|
| 129 |
+
"bootstrap_iters": 100000,
|
| 130 |
+
"gen_kwargs": {
|
| 131 |
+
"do_sample": true,
|
| 132 |
+
"temperature": 0.6,
|
| 133 |
+
"top_p": 0.95,
|
| 134 |
+
"top_k": 20,
|
| 135 |
+
"min_p": 0.0,
|
| 136 |
+
"max_gen_toks": 64000
|
| 137 |
+
},
|
| 138 |
+
"random_seed": 1234,
|
| 139 |
+
"numpy_seed": 1234,
|
| 140 |
+
"torch_seed": 1234,
|
| 141 |
+
"fewshot_seed": 1234
|
| 142 |
+
},
|
| 143 |
+
"git_hash": null,
|
| 144 |
+
"date": 1778427631.3262064,
|
| 145 |
+
"pretty_env_info": "N/A (torch not installed)",
|
| 146 |
+
"transformers_version": "N/A",
|
| 147 |
+
"lm_eval_version": "0.4.12.dev0",
|
| 148 |
+
"upper_git_hash": null,
|
| 149 |
+
"task_hashes": {},
|
| 150 |
+
"model_source": "local-chat-completions",
|
| 151 |
+
"model_name": "inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 152 |
+
"model_name_sanitized": "inference-optimization__Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 153 |
+
"system_instruction": null,
|
| 154 |
+
"system_instruction_sha": null,
|
| 155 |
+
"fewshot_as_multiturn": true,
|
| 156 |
+
"chat_template": "",
|
| 157 |
+
"chat_template_sha": null,
|
| 158 |
+
"total_evaluation_time_seconds": "3769.5834214600036"
|
| 159 |
+
}
|
ifeval/results_ifeval_thinking_seed4158_2026-05-13T14-19-27.010769.json
ADDED
|
@@ -0,0 +1,159 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"results": {
|
| 3 |
+
"ifeval": {
|
| 4 |
+
"name": "ifeval",
|
| 5 |
+
"alias": "ifeval",
|
| 6 |
+
"sample_len": 541,
|
| 7 |
+
"prompt_level_strict_acc,none": 0.8502772643253235,
|
| 8 |
+
"prompt_level_strict_acc_stderr,none": 0.01535420307378572,
|
| 9 |
+
"inst_level_strict_acc,none": 0.9016786570743405,
|
| 10 |
+
"inst_level_strict_acc_stderr,none": "N/A",
|
| 11 |
+
"prompt_level_loose_acc,none": 0.9038817005545287,
|
| 12 |
+
"prompt_level_loose_acc_stderr,none": 0.01268416714715648,
|
| 13 |
+
"inst_level_loose_acc,none": 0.9364508393285371,
|
| 14 |
+
"inst_level_loose_acc_stderr,none": "N/A"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"group_subtasks": {},
|
| 18 |
+
"configs": {
|
| 19 |
+
"ifeval": {
|
| 20 |
+
"task": "ifeval",
|
| 21 |
+
"dataset_path": "google/IFEval",
|
| 22 |
+
"test_split": "train",
|
| 23 |
+
"doc_to_text": "prompt",
|
| 24 |
+
"doc_to_target": 0,
|
| 25 |
+
"unsafe_code": false,
|
| 26 |
+
"process_results": "def process_results(doc, results):\n inp = InputExample(\n key=doc[\"key\"],\n instruction_id_list=doc[\"instruction_id_list\"],\n prompt=doc[\"prompt\"],\n kwargs=doc[\"kwargs\"],\n )\n response = results[0]\n\n out_strict = test_instruction_following_strict(inp, response)\n out_loose = test_instruction_following_loose(inp, response)\n\n return {\n \"prompt_level_strict_acc\": out_strict.follow_all_instructions,\n \"inst_level_strict_acc\": out_strict.follow_instruction_list,\n \"prompt_level_loose_acc\": out_loose.follow_all_instructions,\n \"inst_level_loose_acc\": out_loose.follow_instruction_list,\n }\n",
|
| 27 |
+
"description": "",
|
| 28 |
+
"target_delimiter": " ",
|
| 29 |
+
"fewshot_delimiter": "\n\n",
|
| 30 |
+
"fewshot_config": {
|
| 31 |
+
"sampler": "default",
|
| 32 |
+
"split": null,
|
| 33 |
+
"process_docs": null,
|
| 34 |
+
"fewshot_indices": null,
|
| 35 |
+
"samples": null,
|
| 36 |
+
"doc_to_text": "prompt",
|
| 37 |
+
"doc_to_choice": null,
|
| 38 |
+
"doc_to_target": 0,
|
| 39 |
+
"gen_prefix": null,
|
| 40 |
+
"fewshot_delimiter": "\n\n",
|
| 41 |
+
"target_delimiter": " "
|
| 42 |
+
},
|
| 43 |
+
"num_fewshot": 0,
|
| 44 |
+
"metric_list": [
|
| 45 |
+
{
|
| 46 |
+
"metric": "prompt_level_strict_acc",
|
| 47 |
+
"aggregation": "mean",
|
| 48 |
+
"higher_is_better": true
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"metric": "inst_level_strict_acc",
|
| 52 |
+
"aggregation": "def agg_inst_level_acc(items):\n flat_items = [item for sublist in items for item in sublist]\n inst_level_acc = sum(flat_items) / len(flat_items)\n return inst_level_acc\n",
|
| 53 |
+
"higher_is_better": true
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"metric": "prompt_level_loose_acc",
|
| 57 |
+
"aggregation": "mean",
|
| 58 |
+
"higher_is_better": true
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"metric": "inst_level_loose_acc",
|
| 62 |
+
"aggregation": "def agg_inst_level_acc(items):\n flat_items = [item for sublist in items for item in sublist]\n inst_level_acc = sum(flat_items) / len(flat_items)\n return inst_level_acc\n",
|
| 63 |
+
"higher_is_better": true
|
| 64 |
+
}
|
| 65 |
+
],
|
| 66 |
+
"output_type": "generate_until",
|
| 67 |
+
"generation_kwargs": {
|
| 68 |
+
"until": [],
|
| 69 |
+
"do_sample": true,
|
| 70 |
+
"temperature": 0.6,
|
| 71 |
+
"max_gen_toks": 64000,
|
| 72 |
+
"top_p": 0.95,
|
| 73 |
+
"top_k": 20,
|
| 74 |
+
"min_p": 0.0
|
| 75 |
+
},
|
| 76 |
+
"repeats": 1,
|
| 77 |
+
"should_decontaminate": false,
|
| 78 |
+
"metadata": {
|
| 79 |
+
"version": 4.0,
|
| 80 |
+
"model": "inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 81 |
+
"max_length": 262144,
|
| 82 |
+
"base_url": "http://0.0.0.0:8000/v1/chat/completions",
|
| 83 |
+
"num_concurrent": 64,
|
| 84 |
+
"max_retries": 3,
|
| 85 |
+
"tokenized_requests": false,
|
| 86 |
+
"tokenizer_backend": null,
|
| 87 |
+
"timeout": 1200,
|
| 88 |
+
"config_source": "/home/Chibukach/environments/lmeval/lib64/python3.12/site-packages/lm_eval/tasks/ifeval/ifeval.yaml"
|
| 89 |
+
}
|
| 90 |
+
}
|
| 91 |
+
},
|
| 92 |
+
"versions": {
|
| 93 |
+
"ifeval": 4.0
|
| 94 |
+
},
|
| 95 |
+
"n-shot": {
|
| 96 |
+
"ifeval": 0
|
| 97 |
+
},
|
| 98 |
+
"higher_is_better": {
|
| 99 |
+
"ifeval": {
|
| 100 |
+
"prompt_level_strict_acc": true,
|
| 101 |
+
"inst_level_strict_acc": true,
|
| 102 |
+
"prompt_level_loose_acc": true,
|
| 103 |
+
"inst_level_loose_acc": true
|
| 104 |
+
}
|
| 105 |
+
},
|
| 106 |
+
"n-samples": {
|
| 107 |
+
"ifeval": {
|
| 108 |
+
"original": 541,
|
| 109 |
+
"effective": 541
|
| 110 |
+
}
|
| 111 |
+
},
|
| 112 |
+
"config": {
|
| 113 |
+
"model": "local-chat-completions",
|
| 114 |
+
"model_args": {
|
| 115 |
+
"model": "inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 116 |
+
"max_length": 262144,
|
| 117 |
+
"base_url": "http://0.0.0.0:8000/v1/chat/completions",
|
| 118 |
+
"num_concurrent": 64,
|
| 119 |
+
"max_retries": 3,
|
| 120 |
+
"tokenized_requests": false,
|
| 121 |
+
"tokenizer_backend": null,
|
| 122 |
+
"timeout": 1200
|
| 123 |
+
},
|
| 124 |
+
"batch_size": 1,
|
| 125 |
+
"batch_sizes": [],
|
| 126 |
+
"device": "cuda:0",
|
| 127 |
+
"use_cache": null,
|
| 128 |
+
"limit": null,
|
| 129 |
+
"bootstrap_iters": 100000,
|
| 130 |
+
"gen_kwargs": {
|
| 131 |
+
"do_sample": true,
|
| 132 |
+
"temperature": 0.6,
|
| 133 |
+
"top_p": 0.95,
|
| 134 |
+
"top_k": 20,
|
| 135 |
+
"min_p": 0.0,
|
| 136 |
+
"max_gen_toks": 64000
|
| 137 |
+
},
|
| 138 |
+
"random_seed": 4158,
|
| 139 |
+
"numpy_seed": 4158,
|
| 140 |
+
"torch_seed": 4158,
|
| 141 |
+
"fewshot_seed": 4158
|
| 142 |
+
},
|
| 143 |
+
"git_hash": null,
|
| 144 |
+
"date": 1778695427.4129255,
|
| 145 |
+
"pretty_env_info": "N/A (torch not installed)",
|
| 146 |
+
"transformers_version": "N/A",
|
| 147 |
+
"lm_eval_version": "0.4.12.dev0",
|
| 148 |
+
"upper_git_hash": null,
|
| 149 |
+
"task_hashes": {},
|
| 150 |
+
"model_source": "local-chat-completions",
|
| 151 |
+
"model_name": "inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 152 |
+
"model_name_sanitized": "inference-optimization__Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 153 |
+
"system_instruction": null,
|
| 154 |
+
"system_instruction_sha": null,
|
| 155 |
+
"fewshot_as_multiturn": true,
|
| 156 |
+
"chat_template": "",
|
| 157 |
+
"chat_template_sha": null,
|
| 158 |
+
"total_evaluation_time_seconds": "946.7284039759543"
|
| 159 |
+
}
|
ifeval/results_ifeval_thinking_seed42_2026-05-10T11-40-22.746423.json
ADDED
|
@@ -0,0 +1,159 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"results": {
|
| 3 |
+
"ifeval": {
|
| 4 |
+
"name": "ifeval",
|
| 5 |
+
"alias": "ifeval",
|
| 6 |
+
"sample_len": 541,
|
| 7 |
+
"prompt_level_strict_acc,none": 0.844731977818854,
|
| 8 |
+
"prompt_level_strict_acc_stderr,none": 0.01558488485853813,
|
| 9 |
+
"inst_level_strict_acc,none": 0.89568345323741,
|
| 10 |
+
"inst_level_strict_acc_stderr,none": "N/A",
|
| 11 |
+
"prompt_level_loose_acc,none": 0.8817005545286506,
|
| 12 |
+
"prompt_level_loose_acc_stderr,none": 0.013898087176706528,
|
| 13 |
+
"inst_level_loose_acc,none": 0.919664268585132,
|
| 14 |
+
"inst_level_loose_acc_stderr,none": "N/A"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"group_subtasks": {},
|
| 18 |
+
"configs": {
|
| 19 |
+
"ifeval": {
|
| 20 |
+
"task": "ifeval",
|
| 21 |
+
"dataset_path": "google/IFEval",
|
| 22 |
+
"test_split": "train",
|
| 23 |
+
"doc_to_text": "prompt",
|
| 24 |
+
"doc_to_target": 0,
|
| 25 |
+
"unsafe_code": false,
|
| 26 |
+
"process_results": "def process_results(doc, results):\n inp = InputExample(\n key=doc[\"key\"],\n instruction_id_list=doc[\"instruction_id_list\"],\n prompt=doc[\"prompt\"],\n kwargs=doc[\"kwargs\"],\n )\n response = results[0]\n\n out_strict = test_instruction_following_strict(inp, response)\n out_loose = test_instruction_following_loose(inp, response)\n\n return {\n \"prompt_level_strict_acc\": out_strict.follow_all_instructions,\n \"inst_level_strict_acc\": out_strict.follow_instruction_list,\n \"prompt_level_loose_acc\": out_loose.follow_all_instructions,\n \"inst_level_loose_acc\": out_loose.follow_instruction_list,\n }\n",
|
| 27 |
+
"description": "",
|
| 28 |
+
"target_delimiter": " ",
|
| 29 |
+
"fewshot_delimiter": "\n\n",
|
| 30 |
+
"fewshot_config": {
|
| 31 |
+
"sampler": "default",
|
| 32 |
+
"split": null,
|
| 33 |
+
"process_docs": null,
|
| 34 |
+
"fewshot_indices": null,
|
| 35 |
+
"samples": null,
|
| 36 |
+
"doc_to_text": "prompt",
|
| 37 |
+
"doc_to_choice": null,
|
| 38 |
+
"doc_to_target": 0,
|
| 39 |
+
"gen_prefix": null,
|
| 40 |
+
"fewshot_delimiter": "\n\n",
|
| 41 |
+
"target_delimiter": " "
|
| 42 |
+
},
|
| 43 |
+
"num_fewshot": 0,
|
| 44 |
+
"metric_list": [
|
| 45 |
+
{
|
| 46 |
+
"metric": "prompt_level_strict_acc",
|
| 47 |
+
"aggregation": "mean",
|
| 48 |
+
"higher_is_better": true
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"metric": "inst_level_strict_acc",
|
| 52 |
+
"aggregation": "def agg_inst_level_acc(items):\n flat_items = [item for sublist in items for item in sublist]\n inst_level_acc = sum(flat_items) / len(flat_items)\n return inst_level_acc\n",
|
| 53 |
+
"higher_is_better": true
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"metric": "prompt_level_loose_acc",
|
| 57 |
+
"aggregation": "mean",
|
| 58 |
+
"higher_is_better": true
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"metric": "inst_level_loose_acc",
|
| 62 |
+
"aggregation": "def agg_inst_level_acc(items):\n flat_items = [item for sublist in items for item in sublist]\n inst_level_acc = sum(flat_items) / len(flat_items)\n return inst_level_acc\n",
|
| 63 |
+
"higher_is_better": true
|
| 64 |
+
}
|
| 65 |
+
],
|
| 66 |
+
"output_type": "generate_until",
|
| 67 |
+
"generation_kwargs": {
|
| 68 |
+
"until": [],
|
| 69 |
+
"do_sample": true,
|
| 70 |
+
"temperature": 0.6,
|
| 71 |
+
"max_gen_toks": 64000,
|
| 72 |
+
"top_p": 0.95,
|
| 73 |
+
"top_k": 20,
|
| 74 |
+
"min_p": 0.0
|
| 75 |
+
},
|
| 76 |
+
"repeats": 1,
|
| 77 |
+
"should_decontaminate": false,
|
| 78 |
+
"metadata": {
|
| 79 |
+
"version": 4.0,
|
| 80 |
+
"model": "inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 81 |
+
"max_length": 262144,
|
| 82 |
+
"base_url": "http://0.0.0.0:8000/v1/chat/completions",
|
| 83 |
+
"num_concurrent": 64,
|
| 84 |
+
"max_retries": 3,
|
| 85 |
+
"tokenized_requests": false,
|
| 86 |
+
"tokenizer_backend": null,
|
| 87 |
+
"timeout": 1200,
|
| 88 |
+
"config_source": "/home/Chibukach/environments/lmeval/lib64/python3.12/site-packages/lm_eval/tasks/ifeval/ifeval.yaml"
|
| 89 |
+
}
|
| 90 |
+
}
|
| 91 |
+
},
|
| 92 |
+
"versions": {
|
| 93 |
+
"ifeval": 4.0
|
| 94 |
+
},
|
| 95 |
+
"n-shot": {
|
| 96 |
+
"ifeval": 0
|
| 97 |
+
},
|
| 98 |
+
"higher_is_better": {
|
| 99 |
+
"ifeval": {
|
| 100 |
+
"prompt_level_strict_acc": true,
|
| 101 |
+
"inst_level_strict_acc": true,
|
| 102 |
+
"prompt_level_loose_acc": true,
|
| 103 |
+
"inst_level_loose_acc": true
|
| 104 |
+
}
|
| 105 |
+
},
|
| 106 |
+
"n-samples": {
|
| 107 |
+
"ifeval": {
|
| 108 |
+
"original": 541,
|
| 109 |
+
"effective": 541
|
| 110 |
+
}
|
| 111 |
+
},
|
| 112 |
+
"config": {
|
| 113 |
+
"model": "local-chat-completions",
|
| 114 |
+
"model_args": {
|
| 115 |
+
"model": "inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 116 |
+
"max_length": 262144,
|
| 117 |
+
"base_url": "http://0.0.0.0:8000/v1/chat/completions",
|
| 118 |
+
"num_concurrent": 64,
|
| 119 |
+
"max_retries": 3,
|
| 120 |
+
"tokenized_requests": false,
|
| 121 |
+
"tokenizer_backend": null,
|
| 122 |
+
"timeout": 1200
|
| 123 |
+
},
|
| 124 |
+
"batch_size": 1,
|
| 125 |
+
"batch_sizes": [],
|
| 126 |
+
"device": "cuda:0",
|
| 127 |
+
"use_cache": null,
|
| 128 |
+
"limit": null,
|
| 129 |
+
"bootstrap_iters": 100000,
|
| 130 |
+
"gen_kwargs": {
|
| 131 |
+
"do_sample": true,
|
| 132 |
+
"temperature": 0.6,
|
| 133 |
+
"top_p": 0.95,
|
| 134 |
+
"top_k": 20,
|
| 135 |
+
"min_p": 0.0,
|
| 136 |
+
"max_gen_toks": 64000
|
| 137 |
+
},
|
| 138 |
+
"random_seed": 42,
|
| 139 |
+
"numpy_seed": 42,
|
| 140 |
+
"torch_seed": 42,
|
| 141 |
+
"fewshot_seed": 42
|
| 142 |
+
},
|
| 143 |
+
"git_hash": null,
|
| 144 |
+
"date": 1778423974.1340694,
|
| 145 |
+
"pretty_env_info": "N/A (torch not installed)",
|
| 146 |
+
"transformers_version": "N/A",
|
| 147 |
+
"lm_eval_version": "0.4.12.dev0",
|
| 148 |
+
"upper_git_hash": null,
|
| 149 |
+
"task_hashes": {},
|
| 150 |
+
"model_source": "local-chat-completions",
|
| 151 |
+
"model_name": "inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 152 |
+
"model_name_sanitized": "inference-optimization__Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 153 |
+
"system_instruction": null,
|
| 154 |
+
"system_instruction_sha": null,
|
| 155 |
+
"fewshot_as_multiturn": true,
|
| 156 |
+
"chat_template": "",
|
| 157 |
+
"chat_template_sha": null,
|
| 158 |
+
"total_evaluation_time_seconds": "3655.6129989860347"
|
| 159 |
+
}
|
lighteval_thinking/results_2026-05-15T04-28-37.363609.json
ADDED
|
@@ -0,0 +1,263 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config_general": {
|
| 3 |
+
"lighteval_sha": "6f0f351abfd7c06004bf0dcdaeab14c8f289b86c",
|
| 4 |
+
"num_fewshot_seeds": 1,
|
| 5 |
+
"max_samples": null,
|
| 6 |
+
"job_id": "0",
|
| 7 |
+
"start_time": 7796486.065836329,
|
| 8 |
+
"end_time": 7799696.230554569,
|
| 9 |
+
"total_evaluation_time_secondes": "3210.164718239568",
|
| 10 |
+
"model_config": {
|
| 11 |
+
"model_name": "hosted_vllm/inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 12 |
+
"generation_parameters": {
|
| 13 |
+
"num_blocks": null,
|
| 14 |
+
"block_size": null,
|
| 15 |
+
"early_stopping": null,
|
| 16 |
+
"repetition_penalty": null,
|
| 17 |
+
"frequency_penalty": null,
|
| 18 |
+
"length_penalty": null,
|
| 19 |
+
"presence_penalty": null,
|
| 20 |
+
"max_new_tokens": 32000,
|
| 21 |
+
"min_new_tokens": null,
|
| 22 |
+
"seed": 4158,
|
| 23 |
+
"stop_tokens": null,
|
| 24 |
+
"temperature": 0.6,
|
| 25 |
+
"top_k": 20,
|
| 26 |
+
"min_p": 0.0,
|
| 27 |
+
"top_p": 0.95,
|
| 28 |
+
"truncate_prompt": null,
|
| 29 |
+
"cache_implementation": null,
|
| 30 |
+
"response_format": null
|
| 31 |
+
},
|
| 32 |
+
"system_prompt": null,
|
| 33 |
+
"cache_dir": "~/.cache/huggingface/lighteval",
|
| 34 |
+
"provider": "hosted_vllm",
|
| 35 |
+
"base_url": "http://0.0.0.0:8000/v1",
|
| 36 |
+
"api_key": "",
|
| 37 |
+
"concurrent_requests": 64,
|
| 38 |
+
"verbose": false,
|
| 39 |
+
"max_model_length": null,
|
| 40 |
+
"api_max_retry": 8,
|
| 41 |
+
"api_retry_sleep": 1.0,
|
| 42 |
+
"api_retry_multiplier": 2.0,
|
| 43 |
+
"timeout": 1200.0
|
| 44 |
+
},
|
| 45 |
+
"model_name": "hosted_vllm/inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8"
|
| 46 |
+
},
|
| 47 |
+
"results": {
|
| 48 |
+
"gpqa:diamond|0": {
|
| 49 |
+
"gpqa_pass@k:k=1": 0.8080808080808081,
|
| 50 |
+
"gpqa_pass@k:k=1_stderr": 0.02805779167298901
|
| 51 |
+
},
|
| 52 |
+
"math_500|0": {
|
| 53 |
+
"pass@k:k=1&n=1": 0.9,
|
| 54 |
+
"pass@k:k=1&n=1_stderr": 0.013429844431075347
|
| 55 |
+
},
|
| 56 |
+
"aime25|0": {
|
| 57 |
+
"pass@k:k=1&n=1": 0.8666666666666667,
|
| 58 |
+
"pass@k:k=1&n=1_stderr": 0.06312427686319994,
|
| 59 |
+
"avg@n:n=1": 0.8666666666666667,
|
| 60 |
+
"avg@n:n=1_stderr": 0.06312427686319994
|
| 61 |
+
},
|
| 62 |
+
"all": {
|
| 63 |
+
"gpqa_pass@k:k=1": 0.8080808080808081,
|
| 64 |
+
"gpqa_pass@k:k=1_stderr": 0.02805779167298901,
|
| 65 |
+
"pass@k:k=1&n=1": 0.8833333333333333,
|
| 66 |
+
"pass@k:k=1&n=1_stderr": 0.038277060647137644,
|
| 67 |
+
"avg@n:n=1": 0.8666666666666667,
|
| 68 |
+
"avg@n:n=1_stderr": 0.06312427686319994
|
| 69 |
+
}
|
| 70 |
+
},
|
| 71 |
+
"versions": {},
|
| 72 |
+
"config_tasks": {
|
| 73 |
+
"gpqa:diamond|0": {
|
| 74 |
+
"name": "gpqa:diamond",
|
| 75 |
+
"prompt_function": "gpqa_instruct_prompt",
|
| 76 |
+
"hf_repo": "Idavidrein/gpqa",
|
| 77 |
+
"hf_subset": "gpqa_diamond",
|
| 78 |
+
"metrics": [
|
| 79 |
+
{
|
| 80 |
+
"metric_name": "gpqa_pass@k:k=1",
|
| 81 |
+
"higher_is_better": true,
|
| 82 |
+
"category": "GENERATIVE",
|
| 83 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=False, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 84 |
+
"corpus_level_fn": "mean",
|
| 85 |
+
"batched_compute": false
|
| 86 |
+
}
|
| 87 |
+
],
|
| 88 |
+
"hf_data_files": null,
|
| 89 |
+
"solver": [
|
| 90 |
+
"solve"
|
| 91 |
+
],
|
| 92 |
+
"scorer": "score",
|
| 93 |
+
"sample_fields": "record_to_sample",
|
| 94 |
+
"sample_to_fewshot": "sample_to_fewshot",
|
| 95 |
+
"filter": null,
|
| 96 |
+
"hf_revision": null,
|
| 97 |
+
"hf_filter": null,
|
| 98 |
+
"hf_avail_splits": [
|
| 99 |
+
"train"
|
| 100 |
+
],
|
| 101 |
+
"evaluation_splits": [
|
| 102 |
+
"train"
|
| 103 |
+
],
|
| 104 |
+
"few_shots_split": null,
|
| 105 |
+
"few_shots_select": null,
|
| 106 |
+
"generation_size": 32768,
|
| 107 |
+
"generation_grammar": null,
|
| 108 |
+
"stop_sequence": [],
|
| 109 |
+
"num_samples": null,
|
| 110 |
+
"original_num_docs": -1,
|
| 111 |
+
"effective_num_docs": -1,
|
| 112 |
+
"must_remove_duplicate_docs": false,
|
| 113 |
+
"num_fewshots": 0,
|
| 114 |
+
"version": 1
|
| 115 |
+
},
|
| 116 |
+
"math_500|0": {
|
| 117 |
+
"name": "math_500",
|
| 118 |
+
"prompt_function": "math_500_prompt",
|
| 119 |
+
"hf_repo": "HuggingFaceH4/MATH-500",
|
| 120 |
+
"hf_subset": "default",
|
| 121 |
+
"metrics": [
|
| 122 |
+
{
|
| 123 |
+
"metric_name": "pass@k:k=1&n=1",
|
| 124 |
+
"higher_is_better": true,
|
| 125 |
+
"category": "GENERATIVE",
|
| 126 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=True, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 127 |
+
"corpus_level_fn": "mean",
|
| 128 |
+
"batched_compute": false
|
| 129 |
+
}
|
| 130 |
+
],
|
| 131 |
+
"hf_data_files": null,
|
| 132 |
+
"solver": [
|
| 133 |
+
"solve",
|
| 134 |
+
"solve"
|
| 135 |
+
],
|
| 136 |
+
"scorer": "score",
|
| 137 |
+
"sample_fields": "record_to_sample",
|
| 138 |
+
"sample_to_fewshot": null,
|
| 139 |
+
"filter": null,
|
| 140 |
+
"hf_revision": null,
|
| 141 |
+
"hf_filter": null,
|
| 142 |
+
"hf_avail_splits": [
|
| 143 |
+
"test"
|
| 144 |
+
],
|
| 145 |
+
"evaluation_splits": [
|
| 146 |
+
"test"
|
| 147 |
+
],
|
| 148 |
+
"few_shots_split": null,
|
| 149 |
+
"few_shots_select": null,
|
| 150 |
+
"generation_size": 32768,
|
| 151 |
+
"generation_grammar": null,
|
| 152 |
+
"stop_sequence": [],
|
| 153 |
+
"num_samples": null,
|
| 154 |
+
"original_num_docs": -1,
|
| 155 |
+
"effective_num_docs": -1,
|
| 156 |
+
"must_remove_duplicate_docs": false,
|
| 157 |
+
"num_fewshots": 0,
|
| 158 |
+
"version": 2
|
| 159 |
+
},
|
| 160 |
+
"aime25|0": {
|
| 161 |
+
"name": "aime25",
|
| 162 |
+
"prompt_function": "aime_prompt",
|
| 163 |
+
"hf_repo": "yentinglin/aime_2025",
|
| 164 |
+
"hf_subset": "default",
|
| 165 |
+
"metrics": [
|
| 166 |
+
{
|
| 167 |
+
"metric_name": "pass@k:k=1&n=1",
|
| 168 |
+
"higher_is_better": true,
|
| 169 |
+
"category": "GENERATIVE",
|
| 170 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=True, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 171 |
+
"corpus_level_fn": "mean",
|
| 172 |
+
"batched_compute": false
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"metric_name": "avg@n:n=1",
|
| 176 |
+
"higher_is_better": true,
|
| 177 |
+
"category": "GENERATIVE",
|
| 178 |
+
"sample_level_fn": "AvgAtN(normalize=None, strip_strings=False, compute_score=compute, type_exact_match=None, n=1, attribute_must_be_set=['n'])",
|
| 179 |
+
"corpus_level_fn": "mean",
|
| 180 |
+
"batched_compute": false
|
| 181 |
+
}
|
| 182 |
+
],
|
| 183 |
+
"hf_data_files": null,
|
| 184 |
+
"solver": [
|
| 185 |
+
"solve",
|
| 186 |
+
"solve"
|
| 187 |
+
],
|
| 188 |
+
"scorer": "score",
|
| 189 |
+
"sample_fields": "record_to_sample",
|
| 190 |
+
"sample_to_fewshot": null,
|
| 191 |
+
"filter": null,
|
| 192 |
+
"hf_revision": null,
|
| 193 |
+
"hf_filter": null,
|
| 194 |
+
"hf_avail_splits": [
|
| 195 |
+
"train"
|
| 196 |
+
],
|
| 197 |
+
"evaluation_splits": [
|
| 198 |
+
"train"
|
| 199 |
+
],
|
| 200 |
+
"few_shots_split": null,
|
| 201 |
+
"few_shots_select": null,
|
| 202 |
+
"generation_size": null,
|
| 203 |
+
"generation_grammar": null,
|
| 204 |
+
"stop_sequence": [],
|
| 205 |
+
"num_samples": null,
|
| 206 |
+
"original_num_docs": -1,
|
| 207 |
+
"effective_num_docs": -1,
|
| 208 |
+
"must_remove_duplicate_docs": false,
|
| 209 |
+
"num_fewshots": 0,
|
| 210 |
+
"version": 2
|
| 211 |
+
}
|
| 212 |
+
},
|
| 213 |
+
"summary_tasks": {
|
| 214 |
+
"gpqa:diamond|0": {
|
| 215 |
+
"hashes": {
|
| 216 |
+
"hash_examples": "7e6ab78504360639",
|
| 217 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 218 |
+
"hash_input_tokens": "42cba4b3cd185311",
|
| 219 |
+
"hash_cont_tokens": "42cba4b3cd185311"
|
| 220 |
+
},
|
| 221 |
+
"truncated": 0,
|
| 222 |
+
"non_truncated": 0,
|
| 223 |
+
"padded": 0,
|
| 224 |
+
"non_padded": 0
|
| 225 |
+
},
|
| 226 |
+
"math_500|0": {
|
| 227 |
+
"hashes": {
|
| 228 |
+
"hash_examples": "9f076bfe85016b9f",
|
| 229 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 230 |
+
"hash_input_tokens": "6e2146e74832427e",
|
| 231 |
+
"hash_cont_tokens": "6e2146e74832427e"
|
| 232 |
+
},
|
| 233 |
+
"truncated": 0,
|
| 234 |
+
"non_truncated": 0,
|
| 235 |
+
"padded": 0,
|
| 236 |
+
"non_padded": 0
|
| 237 |
+
},
|
| 238 |
+
"aime25|0": {
|
| 239 |
+
"hashes": {
|
| 240 |
+
"hash_examples": "8df1bb48b826e206",
|
| 241 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 242 |
+
"hash_input_tokens": "f04b89be03da9f73",
|
| 243 |
+
"hash_cont_tokens": "f04b89be03da9f73"
|
| 244 |
+
},
|
| 245 |
+
"truncated": 0,
|
| 246 |
+
"non_truncated": 0,
|
| 247 |
+
"padded": 0,
|
| 248 |
+
"non_padded": 0
|
| 249 |
+
}
|
| 250 |
+
},
|
| 251 |
+
"summary_general": {
|
| 252 |
+
"hashes": {
|
| 253 |
+
"hash_examples": "9f27d13c4db0f7b7",
|
| 254 |
+
"hash_full_prompts": "15a9db8cd5f71ff9",
|
| 255 |
+
"hash_input_tokens": "a81faa1610a8e7f6",
|
| 256 |
+
"hash_cont_tokens": "a81faa1610a8e7f6"
|
| 257 |
+
},
|
| 258 |
+
"truncated": 0,
|
| 259 |
+
"non_truncated": 0,
|
| 260 |
+
"padded": 0,
|
| 261 |
+
"non_padded": 0
|
| 262 |
+
}
|
| 263 |
+
}
|
lighteval_thinking/results_2026-05-15T05-23-55.938792.json
ADDED
|
@@ -0,0 +1,263 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config_general": {
|
| 3 |
+
"lighteval_sha": "6f0f351abfd7c06004bf0dcdaeab14c8f289b86c",
|
| 4 |
+
"num_fewshot_seeds": 1,
|
| 5 |
+
"max_samples": null,
|
| 6 |
+
"job_id": "0",
|
| 7 |
+
"start_time": 7799704.391019128,
|
| 8 |
+
"end_time": 7803014.806037306,
|
| 9 |
+
"total_evaluation_time_secondes": "3310.4150181775913",
|
| 10 |
+
"model_config": {
|
| 11 |
+
"model_name": "hosted_vllm/inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 12 |
+
"generation_parameters": {
|
| 13 |
+
"num_blocks": null,
|
| 14 |
+
"block_size": null,
|
| 15 |
+
"early_stopping": null,
|
| 16 |
+
"repetition_penalty": null,
|
| 17 |
+
"frequency_penalty": null,
|
| 18 |
+
"length_penalty": null,
|
| 19 |
+
"presence_penalty": null,
|
| 20 |
+
"max_new_tokens": 32000,
|
| 21 |
+
"min_new_tokens": null,
|
| 22 |
+
"seed": 5322,
|
| 23 |
+
"stop_tokens": null,
|
| 24 |
+
"temperature": 0.6,
|
| 25 |
+
"top_k": 20,
|
| 26 |
+
"min_p": 0.0,
|
| 27 |
+
"top_p": 0.95,
|
| 28 |
+
"truncate_prompt": null,
|
| 29 |
+
"cache_implementation": null,
|
| 30 |
+
"response_format": null
|
| 31 |
+
},
|
| 32 |
+
"system_prompt": null,
|
| 33 |
+
"cache_dir": "~/.cache/huggingface/lighteval",
|
| 34 |
+
"provider": "hosted_vllm",
|
| 35 |
+
"base_url": "http://0.0.0.0:8000/v1",
|
| 36 |
+
"api_key": "",
|
| 37 |
+
"concurrent_requests": 64,
|
| 38 |
+
"verbose": false,
|
| 39 |
+
"max_model_length": null,
|
| 40 |
+
"api_max_retry": 8,
|
| 41 |
+
"api_retry_sleep": 1.0,
|
| 42 |
+
"api_retry_multiplier": 2.0,
|
| 43 |
+
"timeout": 1200.0
|
| 44 |
+
},
|
| 45 |
+
"model_name": "hosted_vllm/inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8"
|
| 46 |
+
},
|
| 47 |
+
"results": {
|
| 48 |
+
"aime25|0": {
|
| 49 |
+
"pass@k:k=1&n=1": 0.8333333333333334,
|
| 50 |
+
"pass@k:k=1&n=1_stderr": 0.06920456654478328,
|
| 51 |
+
"avg@n:n=1": 0.8333333333333334,
|
| 52 |
+
"avg@n:n=1_stderr": 0.06920456654478328
|
| 53 |
+
},
|
| 54 |
+
"math_500|0": {
|
| 55 |
+
"pass@k:k=1&n=1": 0.916,
|
| 56 |
+
"pass@k:k=1&n=1_stderr": 0.012417584015643692
|
| 57 |
+
},
|
| 58 |
+
"gpqa:diamond|0": {
|
| 59 |
+
"gpqa_pass@k:k=1": 0.8434343434343434,
|
| 60 |
+
"gpqa_pass@k:k=1_stderr": 0.025890520358141454
|
| 61 |
+
},
|
| 62 |
+
"all": {
|
| 63 |
+
"pass@k:k=1&n=1": 0.8746666666666667,
|
| 64 |
+
"pass@k:k=1&n=1_stderr": 0.04081107528021349,
|
| 65 |
+
"avg@n:n=1": 0.8333333333333334,
|
| 66 |
+
"avg@n:n=1_stderr": 0.06920456654478328,
|
| 67 |
+
"gpqa_pass@k:k=1": 0.8434343434343434,
|
| 68 |
+
"gpqa_pass@k:k=1_stderr": 0.025890520358141454
|
| 69 |
+
}
|
| 70 |
+
},
|
| 71 |
+
"versions": {},
|
| 72 |
+
"config_tasks": {
|
| 73 |
+
"aime25|0": {
|
| 74 |
+
"name": "aime25",
|
| 75 |
+
"prompt_function": "aime_prompt",
|
| 76 |
+
"hf_repo": "yentinglin/aime_2025",
|
| 77 |
+
"hf_subset": "default",
|
| 78 |
+
"metrics": [
|
| 79 |
+
{
|
| 80 |
+
"metric_name": "pass@k:k=1&n=1",
|
| 81 |
+
"higher_is_better": true,
|
| 82 |
+
"category": "GENERATIVE",
|
| 83 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=True, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 84 |
+
"corpus_level_fn": "mean",
|
| 85 |
+
"batched_compute": false
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"metric_name": "avg@n:n=1",
|
| 89 |
+
"higher_is_better": true,
|
| 90 |
+
"category": "GENERATIVE",
|
| 91 |
+
"sample_level_fn": "AvgAtN(normalize=None, strip_strings=False, compute_score=compute, type_exact_match=None, n=1, attribute_must_be_set=['n'])",
|
| 92 |
+
"corpus_level_fn": "mean",
|
| 93 |
+
"batched_compute": false
|
| 94 |
+
}
|
| 95 |
+
],
|
| 96 |
+
"hf_data_files": null,
|
| 97 |
+
"solver": [
|
| 98 |
+
"solve",
|
| 99 |
+
"solve"
|
| 100 |
+
],
|
| 101 |
+
"scorer": "score",
|
| 102 |
+
"sample_fields": "record_to_sample",
|
| 103 |
+
"sample_to_fewshot": null,
|
| 104 |
+
"filter": null,
|
| 105 |
+
"hf_revision": null,
|
| 106 |
+
"hf_filter": null,
|
| 107 |
+
"hf_avail_splits": [
|
| 108 |
+
"train"
|
| 109 |
+
],
|
| 110 |
+
"evaluation_splits": [
|
| 111 |
+
"train"
|
| 112 |
+
],
|
| 113 |
+
"few_shots_split": null,
|
| 114 |
+
"few_shots_select": null,
|
| 115 |
+
"generation_size": null,
|
| 116 |
+
"generation_grammar": null,
|
| 117 |
+
"stop_sequence": [],
|
| 118 |
+
"num_samples": null,
|
| 119 |
+
"original_num_docs": -1,
|
| 120 |
+
"effective_num_docs": -1,
|
| 121 |
+
"must_remove_duplicate_docs": false,
|
| 122 |
+
"num_fewshots": 0,
|
| 123 |
+
"version": 2
|
| 124 |
+
},
|
| 125 |
+
"math_500|0": {
|
| 126 |
+
"name": "math_500",
|
| 127 |
+
"prompt_function": "math_500_prompt",
|
| 128 |
+
"hf_repo": "HuggingFaceH4/MATH-500",
|
| 129 |
+
"hf_subset": "default",
|
| 130 |
+
"metrics": [
|
| 131 |
+
{
|
| 132 |
+
"metric_name": "pass@k:k=1&n=1",
|
| 133 |
+
"higher_is_better": true,
|
| 134 |
+
"category": "GENERATIVE",
|
| 135 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=True, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 136 |
+
"corpus_level_fn": "mean",
|
| 137 |
+
"batched_compute": false
|
| 138 |
+
}
|
| 139 |
+
],
|
| 140 |
+
"hf_data_files": null,
|
| 141 |
+
"solver": [
|
| 142 |
+
"solve",
|
| 143 |
+
"solve"
|
| 144 |
+
],
|
| 145 |
+
"scorer": "score",
|
| 146 |
+
"sample_fields": "record_to_sample",
|
| 147 |
+
"sample_to_fewshot": null,
|
| 148 |
+
"filter": null,
|
| 149 |
+
"hf_revision": null,
|
| 150 |
+
"hf_filter": null,
|
| 151 |
+
"hf_avail_splits": [
|
| 152 |
+
"test"
|
| 153 |
+
],
|
| 154 |
+
"evaluation_splits": [
|
| 155 |
+
"test"
|
| 156 |
+
],
|
| 157 |
+
"few_shots_split": null,
|
| 158 |
+
"few_shots_select": null,
|
| 159 |
+
"generation_size": 32768,
|
| 160 |
+
"generation_grammar": null,
|
| 161 |
+
"stop_sequence": [],
|
| 162 |
+
"num_samples": null,
|
| 163 |
+
"original_num_docs": -1,
|
| 164 |
+
"effective_num_docs": -1,
|
| 165 |
+
"must_remove_duplicate_docs": false,
|
| 166 |
+
"num_fewshots": 0,
|
| 167 |
+
"version": 2
|
| 168 |
+
},
|
| 169 |
+
"gpqa:diamond|0": {
|
| 170 |
+
"name": "gpqa:diamond",
|
| 171 |
+
"prompt_function": "gpqa_instruct_prompt",
|
| 172 |
+
"hf_repo": "Idavidrein/gpqa",
|
| 173 |
+
"hf_subset": "gpqa_diamond",
|
| 174 |
+
"metrics": [
|
| 175 |
+
{
|
| 176 |
+
"metric_name": "gpqa_pass@k:k=1",
|
| 177 |
+
"higher_is_better": true,
|
| 178 |
+
"category": "GENERATIVE",
|
| 179 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=False, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 180 |
+
"corpus_level_fn": "mean",
|
| 181 |
+
"batched_compute": false
|
| 182 |
+
}
|
| 183 |
+
],
|
| 184 |
+
"hf_data_files": null,
|
| 185 |
+
"solver": [
|
| 186 |
+
"solve"
|
| 187 |
+
],
|
| 188 |
+
"scorer": "score",
|
| 189 |
+
"sample_fields": "record_to_sample",
|
| 190 |
+
"sample_to_fewshot": "sample_to_fewshot",
|
| 191 |
+
"filter": null,
|
| 192 |
+
"hf_revision": null,
|
| 193 |
+
"hf_filter": null,
|
| 194 |
+
"hf_avail_splits": [
|
| 195 |
+
"train"
|
| 196 |
+
],
|
| 197 |
+
"evaluation_splits": [
|
| 198 |
+
"train"
|
| 199 |
+
],
|
| 200 |
+
"few_shots_split": null,
|
| 201 |
+
"few_shots_select": null,
|
| 202 |
+
"generation_size": 32768,
|
| 203 |
+
"generation_grammar": null,
|
| 204 |
+
"stop_sequence": [],
|
| 205 |
+
"num_samples": null,
|
| 206 |
+
"original_num_docs": -1,
|
| 207 |
+
"effective_num_docs": -1,
|
| 208 |
+
"must_remove_duplicate_docs": false,
|
| 209 |
+
"num_fewshots": 0,
|
| 210 |
+
"version": 1
|
| 211 |
+
}
|
| 212 |
+
},
|
| 213 |
+
"summary_tasks": {
|
| 214 |
+
"aime25|0": {
|
| 215 |
+
"hashes": {
|
| 216 |
+
"hash_examples": "8df1bb48b826e206",
|
| 217 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 218 |
+
"hash_input_tokens": "f04b89be03da9f73",
|
| 219 |
+
"hash_cont_tokens": "f04b89be03da9f73"
|
| 220 |
+
},
|
| 221 |
+
"truncated": 0,
|
| 222 |
+
"non_truncated": 0,
|
| 223 |
+
"padded": 0,
|
| 224 |
+
"non_padded": 0
|
| 225 |
+
},
|
| 226 |
+
"math_500|0": {
|
| 227 |
+
"hashes": {
|
| 228 |
+
"hash_examples": "9f076bfe85016b9f",
|
| 229 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 230 |
+
"hash_input_tokens": "6e2146e74832427e",
|
| 231 |
+
"hash_cont_tokens": "6e2146e74832427e"
|
| 232 |
+
},
|
| 233 |
+
"truncated": 0,
|
| 234 |
+
"non_truncated": 0,
|
| 235 |
+
"padded": 0,
|
| 236 |
+
"non_padded": 0
|
| 237 |
+
},
|
| 238 |
+
"gpqa:diamond|0": {
|
| 239 |
+
"hashes": {
|
| 240 |
+
"hash_examples": "7e6ab78504360639",
|
| 241 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 242 |
+
"hash_input_tokens": "42cba4b3cd185311",
|
| 243 |
+
"hash_cont_tokens": "42cba4b3cd185311"
|
| 244 |
+
},
|
| 245 |
+
"truncated": 0,
|
| 246 |
+
"non_truncated": 0,
|
| 247 |
+
"padded": 0,
|
| 248 |
+
"non_padded": 0
|
| 249 |
+
}
|
| 250 |
+
},
|
| 251 |
+
"summary_general": {
|
| 252 |
+
"hashes": {
|
| 253 |
+
"hash_examples": "9f27d13c4db0f7b7",
|
| 254 |
+
"hash_full_prompts": "15a9db8cd5f71ff9",
|
| 255 |
+
"hash_input_tokens": "a81faa1610a8e7f6",
|
| 256 |
+
"hash_cont_tokens": "a81faa1610a8e7f6"
|
| 257 |
+
},
|
| 258 |
+
"truncated": 0,
|
| 259 |
+
"non_truncated": 0,
|
| 260 |
+
"padded": 0,
|
| 261 |
+
"non_padded": 0
|
| 262 |
+
}
|
| 263 |
+
}
|
lighteval_thinking/results_2026-05-15T06-19-07.509781.json
ADDED
|
@@ -0,0 +1,263 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config_general": {
|
| 3 |
+
"lighteval_sha": "6f0f351abfd7c06004bf0dcdaeab14c8f289b86c",
|
| 4 |
+
"num_fewshot_seeds": 1,
|
| 5 |
+
"max_samples": null,
|
| 6 |
+
"job_id": "0",
|
| 7 |
+
"start_time": 7803022.871390088,
|
| 8 |
+
"end_time": 7806326.37657224,
|
| 9 |
+
"total_evaluation_time_secondes": "3303.5051821516827",
|
| 10 |
+
"model_config": {
|
| 11 |
+
"model_name": "hosted_vllm/inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 12 |
+
"generation_parameters": {
|
| 13 |
+
"num_blocks": null,
|
| 14 |
+
"block_size": null,
|
| 15 |
+
"early_stopping": null,
|
| 16 |
+
"repetition_penalty": null,
|
| 17 |
+
"frequency_penalty": null,
|
| 18 |
+
"length_penalty": null,
|
| 19 |
+
"presence_penalty": null,
|
| 20 |
+
"max_new_tokens": 32000,
|
| 21 |
+
"min_new_tokens": null,
|
| 22 |
+
"seed": 1356,
|
| 23 |
+
"stop_tokens": null,
|
| 24 |
+
"temperature": 0.6,
|
| 25 |
+
"top_k": 20,
|
| 26 |
+
"min_p": 0.0,
|
| 27 |
+
"top_p": 0.95,
|
| 28 |
+
"truncate_prompt": null,
|
| 29 |
+
"cache_implementation": null,
|
| 30 |
+
"response_format": null
|
| 31 |
+
},
|
| 32 |
+
"system_prompt": null,
|
| 33 |
+
"cache_dir": "~/.cache/huggingface/lighteval",
|
| 34 |
+
"provider": "hosted_vllm",
|
| 35 |
+
"base_url": "http://0.0.0.0:8000/v1",
|
| 36 |
+
"api_key": "",
|
| 37 |
+
"concurrent_requests": 64,
|
| 38 |
+
"verbose": false,
|
| 39 |
+
"max_model_length": null,
|
| 40 |
+
"api_max_retry": 8,
|
| 41 |
+
"api_retry_sleep": 1.0,
|
| 42 |
+
"api_retry_multiplier": 2.0,
|
| 43 |
+
"timeout": 1200.0
|
| 44 |
+
},
|
| 45 |
+
"model_name": "hosted_vllm/inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8"
|
| 46 |
+
},
|
| 47 |
+
"results": {
|
| 48 |
+
"gpqa:diamond|0": {
|
| 49 |
+
"gpqa_pass@k:k=1": 0.8282828282828283,
|
| 50 |
+
"gpqa_pass@k:k=1_stderr": 0.02686971618742992
|
| 51 |
+
},
|
| 52 |
+
"math_500|0": {
|
| 53 |
+
"pass@k:k=1&n=1": 0.91,
|
| 54 |
+
"pass@k:k=1&n=1_stderr": 0.012811255071733791
|
| 55 |
+
},
|
| 56 |
+
"aime25|0": {
|
| 57 |
+
"pass@k:k=1&n=1": 0.8333333333333334,
|
| 58 |
+
"pass@k:k=1&n=1_stderr": 0.06920456654478328,
|
| 59 |
+
"avg@n:n=1": 0.8333333333333334,
|
| 60 |
+
"avg@n:n=1_stderr": 0.06920456654478328
|
| 61 |
+
},
|
| 62 |
+
"all": {
|
| 63 |
+
"gpqa_pass@k:k=1": 0.8282828282828283,
|
| 64 |
+
"gpqa_pass@k:k=1_stderr": 0.02686971618742992,
|
| 65 |
+
"pass@k:k=1&n=1": 0.8716666666666667,
|
| 66 |
+
"pass@k:k=1&n=1_stderr": 0.04100791080825854,
|
| 67 |
+
"avg@n:n=1": 0.8333333333333334,
|
| 68 |
+
"avg@n:n=1_stderr": 0.06920456654478328
|
| 69 |
+
}
|
| 70 |
+
},
|
| 71 |
+
"versions": {},
|
| 72 |
+
"config_tasks": {
|
| 73 |
+
"gpqa:diamond|0": {
|
| 74 |
+
"name": "gpqa:diamond",
|
| 75 |
+
"prompt_function": "gpqa_instruct_prompt",
|
| 76 |
+
"hf_repo": "Idavidrein/gpqa",
|
| 77 |
+
"hf_subset": "gpqa_diamond",
|
| 78 |
+
"metrics": [
|
| 79 |
+
{
|
| 80 |
+
"metric_name": "gpqa_pass@k:k=1",
|
| 81 |
+
"higher_is_better": true,
|
| 82 |
+
"category": "GENERATIVE",
|
| 83 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=False, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 84 |
+
"corpus_level_fn": "mean",
|
| 85 |
+
"batched_compute": false
|
| 86 |
+
}
|
| 87 |
+
],
|
| 88 |
+
"hf_data_files": null,
|
| 89 |
+
"solver": [
|
| 90 |
+
"solve"
|
| 91 |
+
],
|
| 92 |
+
"scorer": "score",
|
| 93 |
+
"sample_fields": "record_to_sample",
|
| 94 |
+
"sample_to_fewshot": "sample_to_fewshot",
|
| 95 |
+
"filter": null,
|
| 96 |
+
"hf_revision": null,
|
| 97 |
+
"hf_filter": null,
|
| 98 |
+
"hf_avail_splits": [
|
| 99 |
+
"train"
|
| 100 |
+
],
|
| 101 |
+
"evaluation_splits": [
|
| 102 |
+
"train"
|
| 103 |
+
],
|
| 104 |
+
"few_shots_split": null,
|
| 105 |
+
"few_shots_select": null,
|
| 106 |
+
"generation_size": 32768,
|
| 107 |
+
"generation_grammar": null,
|
| 108 |
+
"stop_sequence": [],
|
| 109 |
+
"num_samples": null,
|
| 110 |
+
"original_num_docs": -1,
|
| 111 |
+
"effective_num_docs": -1,
|
| 112 |
+
"must_remove_duplicate_docs": false,
|
| 113 |
+
"num_fewshots": 0,
|
| 114 |
+
"version": 1
|
| 115 |
+
},
|
| 116 |
+
"math_500|0": {
|
| 117 |
+
"name": "math_500",
|
| 118 |
+
"prompt_function": "math_500_prompt",
|
| 119 |
+
"hf_repo": "HuggingFaceH4/MATH-500",
|
| 120 |
+
"hf_subset": "default",
|
| 121 |
+
"metrics": [
|
| 122 |
+
{
|
| 123 |
+
"metric_name": "pass@k:k=1&n=1",
|
| 124 |
+
"higher_is_better": true,
|
| 125 |
+
"category": "GENERATIVE",
|
| 126 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=True, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 127 |
+
"corpus_level_fn": "mean",
|
| 128 |
+
"batched_compute": false
|
| 129 |
+
}
|
| 130 |
+
],
|
| 131 |
+
"hf_data_files": null,
|
| 132 |
+
"solver": [
|
| 133 |
+
"solve",
|
| 134 |
+
"solve"
|
| 135 |
+
],
|
| 136 |
+
"scorer": "score",
|
| 137 |
+
"sample_fields": "record_to_sample",
|
| 138 |
+
"sample_to_fewshot": null,
|
| 139 |
+
"filter": null,
|
| 140 |
+
"hf_revision": null,
|
| 141 |
+
"hf_filter": null,
|
| 142 |
+
"hf_avail_splits": [
|
| 143 |
+
"test"
|
| 144 |
+
],
|
| 145 |
+
"evaluation_splits": [
|
| 146 |
+
"test"
|
| 147 |
+
],
|
| 148 |
+
"few_shots_split": null,
|
| 149 |
+
"few_shots_select": null,
|
| 150 |
+
"generation_size": 32768,
|
| 151 |
+
"generation_grammar": null,
|
| 152 |
+
"stop_sequence": [],
|
| 153 |
+
"num_samples": null,
|
| 154 |
+
"original_num_docs": -1,
|
| 155 |
+
"effective_num_docs": -1,
|
| 156 |
+
"must_remove_duplicate_docs": false,
|
| 157 |
+
"num_fewshots": 0,
|
| 158 |
+
"version": 2
|
| 159 |
+
},
|
| 160 |
+
"aime25|0": {
|
| 161 |
+
"name": "aime25",
|
| 162 |
+
"prompt_function": "aime_prompt",
|
| 163 |
+
"hf_repo": "yentinglin/aime_2025",
|
| 164 |
+
"hf_subset": "default",
|
| 165 |
+
"metrics": [
|
| 166 |
+
{
|
| 167 |
+
"metric_name": "pass@k:k=1&n=1",
|
| 168 |
+
"higher_is_better": true,
|
| 169 |
+
"category": "GENERATIVE",
|
| 170 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=True, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 171 |
+
"corpus_level_fn": "mean",
|
| 172 |
+
"batched_compute": false
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"metric_name": "avg@n:n=1",
|
| 176 |
+
"higher_is_better": true,
|
| 177 |
+
"category": "GENERATIVE",
|
| 178 |
+
"sample_level_fn": "AvgAtN(normalize=None, strip_strings=False, compute_score=compute, type_exact_match=None, n=1, attribute_must_be_set=['n'])",
|
| 179 |
+
"corpus_level_fn": "mean",
|
| 180 |
+
"batched_compute": false
|
| 181 |
+
}
|
| 182 |
+
],
|
| 183 |
+
"hf_data_files": null,
|
| 184 |
+
"solver": [
|
| 185 |
+
"solve",
|
| 186 |
+
"solve"
|
| 187 |
+
],
|
| 188 |
+
"scorer": "score",
|
| 189 |
+
"sample_fields": "record_to_sample",
|
| 190 |
+
"sample_to_fewshot": null,
|
| 191 |
+
"filter": null,
|
| 192 |
+
"hf_revision": null,
|
| 193 |
+
"hf_filter": null,
|
| 194 |
+
"hf_avail_splits": [
|
| 195 |
+
"train"
|
| 196 |
+
],
|
| 197 |
+
"evaluation_splits": [
|
| 198 |
+
"train"
|
| 199 |
+
],
|
| 200 |
+
"few_shots_split": null,
|
| 201 |
+
"few_shots_select": null,
|
| 202 |
+
"generation_size": null,
|
| 203 |
+
"generation_grammar": null,
|
| 204 |
+
"stop_sequence": [],
|
| 205 |
+
"num_samples": null,
|
| 206 |
+
"original_num_docs": -1,
|
| 207 |
+
"effective_num_docs": -1,
|
| 208 |
+
"must_remove_duplicate_docs": false,
|
| 209 |
+
"num_fewshots": 0,
|
| 210 |
+
"version": 2
|
| 211 |
+
}
|
| 212 |
+
},
|
| 213 |
+
"summary_tasks": {
|
| 214 |
+
"gpqa:diamond|0": {
|
| 215 |
+
"hashes": {
|
| 216 |
+
"hash_examples": "7e6ab78504360639",
|
| 217 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 218 |
+
"hash_input_tokens": "42cba4b3cd185311",
|
| 219 |
+
"hash_cont_tokens": "42cba4b3cd185311"
|
| 220 |
+
},
|
| 221 |
+
"truncated": 0,
|
| 222 |
+
"non_truncated": 0,
|
| 223 |
+
"padded": 0,
|
| 224 |
+
"non_padded": 0
|
| 225 |
+
},
|
| 226 |
+
"math_500|0": {
|
| 227 |
+
"hashes": {
|
| 228 |
+
"hash_examples": "9f076bfe85016b9f",
|
| 229 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 230 |
+
"hash_input_tokens": "6e2146e74832427e",
|
| 231 |
+
"hash_cont_tokens": "6e2146e74832427e"
|
| 232 |
+
},
|
| 233 |
+
"truncated": 0,
|
| 234 |
+
"non_truncated": 0,
|
| 235 |
+
"padded": 0,
|
| 236 |
+
"non_padded": 0
|
| 237 |
+
},
|
| 238 |
+
"aime25|0": {
|
| 239 |
+
"hashes": {
|
| 240 |
+
"hash_examples": "8df1bb48b826e206",
|
| 241 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 242 |
+
"hash_input_tokens": "f04b89be03da9f73",
|
| 243 |
+
"hash_cont_tokens": "f04b89be03da9f73"
|
| 244 |
+
},
|
| 245 |
+
"truncated": 0,
|
| 246 |
+
"non_truncated": 0,
|
| 247 |
+
"padded": 0,
|
| 248 |
+
"non_padded": 0
|
| 249 |
+
}
|
| 250 |
+
},
|
| 251 |
+
"summary_general": {
|
| 252 |
+
"hashes": {
|
| 253 |
+
"hash_examples": "9f27d13c4db0f7b7",
|
| 254 |
+
"hash_full_prompts": "15a9db8cd5f71ff9",
|
| 255 |
+
"hash_input_tokens": "a81faa1610a8e7f6",
|
| 256 |
+
"hash_cont_tokens": "a81faa1610a8e7f6"
|
| 257 |
+
},
|
| 258 |
+
"truncated": 0,
|
| 259 |
+
"non_truncated": 0,
|
| 260 |
+
"padded": 0,
|
| 261 |
+
"non_padded": 0
|
| 262 |
+
}
|
| 263 |
+
}
|
lighteval_thinking/results_2026-05-15T07-16-39.718051.json
ADDED
|
@@ -0,0 +1,263 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config_general": {
|
| 3 |
+
"lighteval_sha": "6f0f351abfd7c06004bf0dcdaeab14c8f289b86c",
|
| 4 |
+
"num_fewshot_seeds": 1,
|
| 5 |
+
"max_samples": null,
|
| 6 |
+
"job_id": "0",
|
| 7 |
+
"start_time": 7806334.481675618,
|
| 8 |
+
"end_time": 7809778.585685903,
|
| 9 |
+
"total_evaluation_time_secondes": "3444.1040102848783",
|
| 10 |
+
"model_config": {
|
| 11 |
+
"model_name": "hosted_vllm/inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 12 |
+
"generation_parameters": {
|
| 13 |
+
"num_blocks": null,
|
| 14 |
+
"block_size": null,
|
| 15 |
+
"early_stopping": null,
|
| 16 |
+
"repetition_penalty": null,
|
| 17 |
+
"frequency_penalty": null,
|
| 18 |
+
"length_penalty": null,
|
| 19 |
+
"presence_penalty": null,
|
| 20 |
+
"max_new_tokens": 32000,
|
| 21 |
+
"min_new_tokens": null,
|
| 22 |
+
"seed": 9843,
|
| 23 |
+
"stop_tokens": null,
|
| 24 |
+
"temperature": 0.6,
|
| 25 |
+
"top_k": 20,
|
| 26 |
+
"min_p": 0.0,
|
| 27 |
+
"top_p": 0.95,
|
| 28 |
+
"truncate_prompt": null,
|
| 29 |
+
"cache_implementation": null,
|
| 30 |
+
"response_format": null
|
| 31 |
+
},
|
| 32 |
+
"system_prompt": null,
|
| 33 |
+
"cache_dir": "~/.cache/huggingface/lighteval",
|
| 34 |
+
"provider": "hosted_vllm",
|
| 35 |
+
"base_url": "http://0.0.0.0:8000/v1",
|
| 36 |
+
"api_key": "",
|
| 37 |
+
"concurrent_requests": 64,
|
| 38 |
+
"verbose": false,
|
| 39 |
+
"max_model_length": null,
|
| 40 |
+
"api_max_retry": 8,
|
| 41 |
+
"api_retry_sleep": 1.0,
|
| 42 |
+
"api_retry_multiplier": 2.0,
|
| 43 |
+
"timeout": 1200.0
|
| 44 |
+
},
|
| 45 |
+
"model_name": "hosted_vllm/inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8"
|
| 46 |
+
},
|
| 47 |
+
"results": {
|
| 48 |
+
"math_500|0": {
|
| 49 |
+
"pass@k:k=1&n=1": 0.908,
|
| 50 |
+
"pass@k:k=1&n=1_stderr": 0.012938578501027533
|
| 51 |
+
},
|
| 52 |
+
"aime25|0": {
|
| 53 |
+
"pass@k:k=1&n=1": 0.8666666666666667,
|
| 54 |
+
"pass@k:k=1&n=1_stderr": 0.06312427686319994,
|
| 55 |
+
"avg@n:n=1": 0.8666666666666667,
|
| 56 |
+
"avg@n:n=1_stderr": 0.06312427686319994
|
| 57 |
+
},
|
| 58 |
+
"gpqa:diamond|0": {
|
| 59 |
+
"gpqa_pass@k:k=1": 0.8383838383838383,
|
| 60 |
+
"gpqa_pass@k:k=1_stderr": 0.02622591986362928
|
| 61 |
+
},
|
| 62 |
+
"all": {
|
| 63 |
+
"pass@k:k=1&n=1": 0.8873333333333333,
|
| 64 |
+
"pass@k:k=1&n=1_stderr": 0.03803142768211373,
|
| 65 |
+
"avg@n:n=1": 0.8666666666666667,
|
| 66 |
+
"avg@n:n=1_stderr": 0.06312427686319994,
|
| 67 |
+
"gpqa_pass@k:k=1": 0.8383838383838383,
|
| 68 |
+
"gpqa_pass@k:k=1_stderr": 0.02622591986362928
|
| 69 |
+
}
|
| 70 |
+
},
|
| 71 |
+
"versions": {},
|
| 72 |
+
"config_tasks": {
|
| 73 |
+
"math_500|0": {
|
| 74 |
+
"name": "math_500",
|
| 75 |
+
"prompt_function": "math_500_prompt",
|
| 76 |
+
"hf_repo": "HuggingFaceH4/MATH-500",
|
| 77 |
+
"hf_subset": "default",
|
| 78 |
+
"metrics": [
|
| 79 |
+
{
|
| 80 |
+
"metric_name": "pass@k:k=1&n=1",
|
| 81 |
+
"higher_is_better": true,
|
| 82 |
+
"category": "GENERATIVE",
|
| 83 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=True, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 84 |
+
"corpus_level_fn": "mean",
|
| 85 |
+
"batched_compute": false
|
| 86 |
+
}
|
| 87 |
+
],
|
| 88 |
+
"hf_data_files": null,
|
| 89 |
+
"solver": [
|
| 90 |
+
"solve",
|
| 91 |
+
"solve"
|
| 92 |
+
],
|
| 93 |
+
"scorer": "score",
|
| 94 |
+
"sample_fields": "record_to_sample",
|
| 95 |
+
"sample_to_fewshot": null,
|
| 96 |
+
"filter": null,
|
| 97 |
+
"hf_revision": null,
|
| 98 |
+
"hf_filter": null,
|
| 99 |
+
"hf_avail_splits": [
|
| 100 |
+
"test"
|
| 101 |
+
],
|
| 102 |
+
"evaluation_splits": [
|
| 103 |
+
"test"
|
| 104 |
+
],
|
| 105 |
+
"few_shots_split": null,
|
| 106 |
+
"few_shots_select": null,
|
| 107 |
+
"generation_size": 32768,
|
| 108 |
+
"generation_grammar": null,
|
| 109 |
+
"stop_sequence": [],
|
| 110 |
+
"num_samples": null,
|
| 111 |
+
"original_num_docs": -1,
|
| 112 |
+
"effective_num_docs": -1,
|
| 113 |
+
"must_remove_duplicate_docs": false,
|
| 114 |
+
"num_fewshots": 0,
|
| 115 |
+
"version": 2
|
| 116 |
+
},
|
| 117 |
+
"aime25|0": {
|
| 118 |
+
"name": "aime25",
|
| 119 |
+
"prompt_function": "aime_prompt",
|
| 120 |
+
"hf_repo": "yentinglin/aime_2025",
|
| 121 |
+
"hf_subset": "default",
|
| 122 |
+
"metrics": [
|
| 123 |
+
{
|
| 124 |
+
"metric_name": "pass@k:k=1&n=1",
|
| 125 |
+
"higher_is_better": true,
|
| 126 |
+
"category": "GENERATIVE",
|
| 127 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=True, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 128 |
+
"corpus_level_fn": "mean",
|
| 129 |
+
"batched_compute": false
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"metric_name": "avg@n:n=1",
|
| 133 |
+
"higher_is_better": true,
|
| 134 |
+
"category": "GENERATIVE",
|
| 135 |
+
"sample_level_fn": "AvgAtN(normalize=None, strip_strings=False, compute_score=compute, type_exact_match=None, n=1, attribute_must_be_set=['n'])",
|
| 136 |
+
"corpus_level_fn": "mean",
|
| 137 |
+
"batched_compute": false
|
| 138 |
+
}
|
| 139 |
+
],
|
| 140 |
+
"hf_data_files": null,
|
| 141 |
+
"solver": [
|
| 142 |
+
"solve",
|
| 143 |
+
"solve"
|
| 144 |
+
],
|
| 145 |
+
"scorer": "score",
|
| 146 |
+
"sample_fields": "record_to_sample",
|
| 147 |
+
"sample_to_fewshot": null,
|
| 148 |
+
"filter": null,
|
| 149 |
+
"hf_revision": null,
|
| 150 |
+
"hf_filter": null,
|
| 151 |
+
"hf_avail_splits": [
|
| 152 |
+
"train"
|
| 153 |
+
],
|
| 154 |
+
"evaluation_splits": [
|
| 155 |
+
"train"
|
| 156 |
+
],
|
| 157 |
+
"few_shots_split": null,
|
| 158 |
+
"few_shots_select": null,
|
| 159 |
+
"generation_size": null,
|
| 160 |
+
"generation_grammar": null,
|
| 161 |
+
"stop_sequence": [],
|
| 162 |
+
"num_samples": null,
|
| 163 |
+
"original_num_docs": -1,
|
| 164 |
+
"effective_num_docs": -1,
|
| 165 |
+
"must_remove_duplicate_docs": false,
|
| 166 |
+
"num_fewshots": 0,
|
| 167 |
+
"version": 2
|
| 168 |
+
},
|
| 169 |
+
"gpqa:diamond|0": {
|
| 170 |
+
"name": "gpqa:diamond",
|
| 171 |
+
"prompt_function": "gpqa_instruct_prompt",
|
| 172 |
+
"hf_repo": "Idavidrein/gpqa",
|
| 173 |
+
"hf_subset": "gpqa_diamond",
|
| 174 |
+
"metrics": [
|
| 175 |
+
{
|
| 176 |
+
"metric_name": "gpqa_pass@k:k=1",
|
| 177 |
+
"higher_is_better": true,
|
| 178 |
+
"category": "GENERATIVE",
|
| 179 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=False, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 180 |
+
"corpus_level_fn": "mean",
|
| 181 |
+
"batched_compute": false
|
| 182 |
+
}
|
| 183 |
+
],
|
| 184 |
+
"hf_data_files": null,
|
| 185 |
+
"solver": [
|
| 186 |
+
"solve"
|
| 187 |
+
],
|
| 188 |
+
"scorer": "score",
|
| 189 |
+
"sample_fields": "record_to_sample",
|
| 190 |
+
"sample_to_fewshot": "sample_to_fewshot",
|
| 191 |
+
"filter": null,
|
| 192 |
+
"hf_revision": null,
|
| 193 |
+
"hf_filter": null,
|
| 194 |
+
"hf_avail_splits": [
|
| 195 |
+
"train"
|
| 196 |
+
],
|
| 197 |
+
"evaluation_splits": [
|
| 198 |
+
"train"
|
| 199 |
+
],
|
| 200 |
+
"few_shots_split": null,
|
| 201 |
+
"few_shots_select": null,
|
| 202 |
+
"generation_size": 32768,
|
| 203 |
+
"generation_grammar": null,
|
| 204 |
+
"stop_sequence": [],
|
| 205 |
+
"num_samples": null,
|
| 206 |
+
"original_num_docs": -1,
|
| 207 |
+
"effective_num_docs": -1,
|
| 208 |
+
"must_remove_duplicate_docs": false,
|
| 209 |
+
"num_fewshots": 0,
|
| 210 |
+
"version": 1
|
| 211 |
+
}
|
| 212 |
+
},
|
| 213 |
+
"summary_tasks": {
|
| 214 |
+
"math_500|0": {
|
| 215 |
+
"hashes": {
|
| 216 |
+
"hash_examples": "9f076bfe85016b9f",
|
| 217 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 218 |
+
"hash_input_tokens": "6e2146e74832427e",
|
| 219 |
+
"hash_cont_tokens": "6e2146e74832427e"
|
| 220 |
+
},
|
| 221 |
+
"truncated": 0,
|
| 222 |
+
"non_truncated": 0,
|
| 223 |
+
"padded": 0,
|
| 224 |
+
"non_padded": 0
|
| 225 |
+
},
|
| 226 |
+
"aime25|0": {
|
| 227 |
+
"hashes": {
|
| 228 |
+
"hash_examples": "8df1bb48b826e206",
|
| 229 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 230 |
+
"hash_input_tokens": "f04b89be03da9f73",
|
| 231 |
+
"hash_cont_tokens": "f04b89be03da9f73"
|
| 232 |
+
},
|
| 233 |
+
"truncated": 0,
|
| 234 |
+
"non_truncated": 0,
|
| 235 |
+
"padded": 0,
|
| 236 |
+
"non_padded": 0
|
| 237 |
+
},
|
| 238 |
+
"gpqa:diamond|0": {
|
| 239 |
+
"hashes": {
|
| 240 |
+
"hash_examples": "7e6ab78504360639",
|
| 241 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 242 |
+
"hash_input_tokens": "42cba4b3cd185311",
|
| 243 |
+
"hash_cont_tokens": "42cba4b3cd185311"
|
| 244 |
+
},
|
| 245 |
+
"truncated": 0,
|
| 246 |
+
"non_truncated": 0,
|
| 247 |
+
"padded": 0,
|
| 248 |
+
"non_padded": 0
|
| 249 |
+
}
|
| 250 |
+
},
|
| 251 |
+
"summary_general": {
|
| 252 |
+
"hashes": {
|
| 253 |
+
"hash_examples": "9f27d13c4db0f7b7",
|
| 254 |
+
"hash_full_prompts": "15a9db8cd5f71ff9",
|
| 255 |
+
"hash_input_tokens": "a81faa1610a8e7f6",
|
| 256 |
+
"hash_cont_tokens": "a81faa1610a8e7f6"
|
| 257 |
+
},
|
| 258 |
+
"truncated": 0,
|
| 259 |
+
"non_truncated": 0,
|
| 260 |
+
"padded": 0,
|
| 261 |
+
"non_padded": 0
|
| 262 |
+
}
|
| 263 |
+
}
|
lighteval_thinking/results_2026-05-15T08-16-35.990299.json
ADDED
|
@@ -0,0 +1,263 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config_general": {
|
| 3 |
+
"lighteval_sha": "6f0f351abfd7c06004bf0dcdaeab14c8f289b86c",
|
| 4 |
+
"num_fewshot_seeds": 1,
|
| 5 |
+
"max_samples": null,
|
| 6 |
+
"job_id": "0",
|
| 7 |
+
"start_time": 7809786.699125677,
|
| 8 |
+
"end_time": 7813374.857749364,
|
| 9 |
+
"total_evaluation_time_secondes": "3588.1586236869916",
|
| 10 |
+
"model_config": {
|
| 11 |
+
"model_name": "hosted_vllm/inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 12 |
+
"generation_parameters": {
|
| 13 |
+
"num_blocks": null,
|
| 14 |
+
"block_size": null,
|
| 15 |
+
"early_stopping": null,
|
| 16 |
+
"repetition_penalty": null,
|
| 17 |
+
"frequency_penalty": null,
|
| 18 |
+
"length_penalty": null,
|
| 19 |
+
"presence_penalty": null,
|
| 20 |
+
"max_new_tokens": 32000,
|
| 21 |
+
"min_new_tokens": null,
|
| 22 |
+
"seed": 3344,
|
| 23 |
+
"stop_tokens": null,
|
| 24 |
+
"temperature": 0.6,
|
| 25 |
+
"top_k": 20,
|
| 26 |
+
"min_p": 0.0,
|
| 27 |
+
"top_p": 0.95,
|
| 28 |
+
"truncate_prompt": null,
|
| 29 |
+
"cache_implementation": null,
|
| 30 |
+
"response_format": null
|
| 31 |
+
},
|
| 32 |
+
"system_prompt": null,
|
| 33 |
+
"cache_dir": "~/.cache/huggingface/lighteval",
|
| 34 |
+
"provider": "hosted_vllm",
|
| 35 |
+
"base_url": "http://0.0.0.0:8000/v1",
|
| 36 |
+
"api_key": "",
|
| 37 |
+
"concurrent_requests": 64,
|
| 38 |
+
"verbose": false,
|
| 39 |
+
"max_model_length": null,
|
| 40 |
+
"api_max_retry": 8,
|
| 41 |
+
"api_retry_sleep": 1.0,
|
| 42 |
+
"api_retry_multiplier": 2.0,
|
| 43 |
+
"timeout": 1200.0
|
| 44 |
+
},
|
| 45 |
+
"model_name": "hosted_vllm/inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8"
|
| 46 |
+
},
|
| 47 |
+
"results": {
|
| 48 |
+
"aime25|0": {
|
| 49 |
+
"pass@k:k=1&n=1": 0.8333333333333334,
|
| 50 |
+
"pass@k:k=1&n=1_stderr": 0.06920456654478331,
|
| 51 |
+
"avg@n:n=1": 0.8333333333333334,
|
| 52 |
+
"avg@n:n=1_stderr": 0.06920456654478331
|
| 53 |
+
},
|
| 54 |
+
"math_500|0": {
|
| 55 |
+
"pass@k:k=1&n=1": 0.902,
|
| 56 |
+
"pass@k:k=1&n=1_stderr": 0.013309631572104932
|
| 57 |
+
},
|
| 58 |
+
"gpqa:diamond|0": {
|
| 59 |
+
"gpqa_pass@k:k=1": 0.8333333333333334,
|
| 60 |
+
"gpqa_pass@k:k=1_stderr": 0.026552207828215293
|
| 61 |
+
},
|
| 62 |
+
"all": {
|
| 63 |
+
"pass@k:k=1&n=1": 0.8676666666666667,
|
| 64 |
+
"pass@k:k=1&n=1_stderr": 0.04125709905844412,
|
| 65 |
+
"avg@n:n=1": 0.8333333333333334,
|
| 66 |
+
"avg@n:n=1_stderr": 0.06920456654478331,
|
| 67 |
+
"gpqa_pass@k:k=1": 0.8333333333333334,
|
| 68 |
+
"gpqa_pass@k:k=1_stderr": 0.026552207828215293
|
| 69 |
+
}
|
| 70 |
+
},
|
| 71 |
+
"versions": {},
|
| 72 |
+
"config_tasks": {
|
| 73 |
+
"aime25|0": {
|
| 74 |
+
"name": "aime25",
|
| 75 |
+
"prompt_function": "aime_prompt",
|
| 76 |
+
"hf_repo": "yentinglin/aime_2025",
|
| 77 |
+
"hf_subset": "default",
|
| 78 |
+
"metrics": [
|
| 79 |
+
{
|
| 80 |
+
"metric_name": "pass@k:k=1&n=1",
|
| 81 |
+
"higher_is_better": true,
|
| 82 |
+
"category": "GENERATIVE",
|
| 83 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=True, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 84 |
+
"corpus_level_fn": "mean",
|
| 85 |
+
"batched_compute": false
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"metric_name": "avg@n:n=1",
|
| 89 |
+
"higher_is_better": true,
|
| 90 |
+
"category": "GENERATIVE",
|
| 91 |
+
"sample_level_fn": "AvgAtN(normalize=None, strip_strings=False, compute_score=compute, type_exact_match=None, n=1, attribute_must_be_set=['n'])",
|
| 92 |
+
"corpus_level_fn": "mean",
|
| 93 |
+
"batched_compute": false
|
| 94 |
+
}
|
| 95 |
+
],
|
| 96 |
+
"hf_data_files": null,
|
| 97 |
+
"solver": [
|
| 98 |
+
"solve",
|
| 99 |
+
"solve"
|
| 100 |
+
],
|
| 101 |
+
"scorer": "score",
|
| 102 |
+
"sample_fields": "record_to_sample",
|
| 103 |
+
"sample_to_fewshot": null,
|
| 104 |
+
"filter": null,
|
| 105 |
+
"hf_revision": null,
|
| 106 |
+
"hf_filter": null,
|
| 107 |
+
"hf_avail_splits": [
|
| 108 |
+
"train"
|
| 109 |
+
],
|
| 110 |
+
"evaluation_splits": [
|
| 111 |
+
"train"
|
| 112 |
+
],
|
| 113 |
+
"few_shots_split": null,
|
| 114 |
+
"few_shots_select": null,
|
| 115 |
+
"generation_size": null,
|
| 116 |
+
"generation_grammar": null,
|
| 117 |
+
"stop_sequence": [],
|
| 118 |
+
"num_samples": null,
|
| 119 |
+
"original_num_docs": -1,
|
| 120 |
+
"effective_num_docs": -1,
|
| 121 |
+
"must_remove_duplicate_docs": false,
|
| 122 |
+
"num_fewshots": 0,
|
| 123 |
+
"version": 2
|
| 124 |
+
},
|
| 125 |
+
"math_500|0": {
|
| 126 |
+
"name": "math_500",
|
| 127 |
+
"prompt_function": "math_500_prompt",
|
| 128 |
+
"hf_repo": "HuggingFaceH4/MATH-500",
|
| 129 |
+
"hf_subset": "default",
|
| 130 |
+
"metrics": [
|
| 131 |
+
{
|
| 132 |
+
"metric_name": "pass@k:k=1&n=1",
|
| 133 |
+
"higher_is_better": true,
|
| 134 |
+
"category": "GENERATIVE",
|
| 135 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=True, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 136 |
+
"corpus_level_fn": "mean",
|
| 137 |
+
"batched_compute": false
|
| 138 |
+
}
|
| 139 |
+
],
|
| 140 |
+
"hf_data_files": null,
|
| 141 |
+
"solver": [
|
| 142 |
+
"solve",
|
| 143 |
+
"solve"
|
| 144 |
+
],
|
| 145 |
+
"scorer": "score",
|
| 146 |
+
"sample_fields": "record_to_sample",
|
| 147 |
+
"sample_to_fewshot": null,
|
| 148 |
+
"filter": null,
|
| 149 |
+
"hf_revision": null,
|
| 150 |
+
"hf_filter": null,
|
| 151 |
+
"hf_avail_splits": [
|
| 152 |
+
"test"
|
| 153 |
+
],
|
| 154 |
+
"evaluation_splits": [
|
| 155 |
+
"test"
|
| 156 |
+
],
|
| 157 |
+
"few_shots_split": null,
|
| 158 |
+
"few_shots_select": null,
|
| 159 |
+
"generation_size": 32768,
|
| 160 |
+
"generation_grammar": null,
|
| 161 |
+
"stop_sequence": [],
|
| 162 |
+
"num_samples": null,
|
| 163 |
+
"original_num_docs": -1,
|
| 164 |
+
"effective_num_docs": -1,
|
| 165 |
+
"must_remove_duplicate_docs": false,
|
| 166 |
+
"num_fewshots": 0,
|
| 167 |
+
"version": 2
|
| 168 |
+
},
|
| 169 |
+
"gpqa:diamond|0": {
|
| 170 |
+
"name": "gpqa:diamond",
|
| 171 |
+
"prompt_function": "gpqa_instruct_prompt",
|
| 172 |
+
"hf_repo": "Idavidrein/gpqa",
|
| 173 |
+
"hf_subset": "gpqa_diamond",
|
| 174 |
+
"metrics": [
|
| 175 |
+
{
|
| 176 |
+
"metric_name": "gpqa_pass@k:k=1",
|
| 177 |
+
"higher_is_better": true,
|
| 178 |
+
"category": "GENERATIVE",
|
| 179 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=False, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 180 |
+
"corpus_level_fn": "mean",
|
| 181 |
+
"batched_compute": false
|
| 182 |
+
}
|
| 183 |
+
],
|
| 184 |
+
"hf_data_files": null,
|
| 185 |
+
"solver": [
|
| 186 |
+
"solve"
|
| 187 |
+
],
|
| 188 |
+
"scorer": "score",
|
| 189 |
+
"sample_fields": "record_to_sample",
|
| 190 |
+
"sample_to_fewshot": "sample_to_fewshot",
|
| 191 |
+
"filter": null,
|
| 192 |
+
"hf_revision": null,
|
| 193 |
+
"hf_filter": null,
|
| 194 |
+
"hf_avail_splits": [
|
| 195 |
+
"train"
|
| 196 |
+
],
|
| 197 |
+
"evaluation_splits": [
|
| 198 |
+
"train"
|
| 199 |
+
],
|
| 200 |
+
"few_shots_split": null,
|
| 201 |
+
"few_shots_select": null,
|
| 202 |
+
"generation_size": 32768,
|
| 203 |
+
"generation_grammar": null,
|
| 204 |
+
"stop_sequence": [],
|
| 205 |
+
"num_samples": null,
|
| 206 |
+
"original_num_docs": -1,
|
| 207 |
+
"effective_num_docs": -1,
|
| 208 |
+
"must_remove_duplicate_docs": false,
|
| 209 |
+
"num_fewshots": 0,
|
| 210 |
+
"version": 1
|
| 211 |
+
}
|
| 212 |
+
},
|
| 213 |
+
"summary_tasks": {
|
| 214 |
+
"aime25|0": {
|
| 215 |
+
"hashes": {
|
| 216 |
+
"hash_examples": "8df1bb48b826e206",
|
| 217 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 218 |
+
"hash_input_tokens": "f04b89be03da9f73",
|
| 219 |
+
"hash_cont_tokens": "f04b89be03da9f73"
|
| 220 |
+
},
|
| 221 |
+
"truncated": 0,
|
| 222 |
+
"non_truncated": 0,
|
| 223 |
+
"padded": 0,
|
| 224 |
+
"non_padded": 0
|
| 225 |
+
},
|
| 226 |
+
"math_500|0": {
|
| 227 |
+
"hashes": {
|
| 228 |
+
"hash_examples": "9f076bfe85016b9f",
|
| 229 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 230 |
+
"hash_input_tokens": "6e2146e74832427e",
|
| 231 |
+
"hash_cont_tokens": "6e2146e74832427e"
|
| 232 |
+
},
|
| 233 |
+
"truncated": 0,
|
| 234 |
+
"non_truncated": 0,
|
| 235 |
+
"padded": 0,
|
| 236 |
+
"non_padded": 0
|
| 237 |
+
},
|
| 238 |
+
"gpqa:diamond|0": {
|
| 239 |
+
"hashes": {
|
| 240 |
+
"hash_examples": "7e6ab78504360639",
|
| 241 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 242 |
+
"hash_input_tokens": "42cba4b3cd185311",
|
| 243 |
+
"hash_cont_tokens": "42cba4b3cd185311"
|
| 244 |
+
},
|
| 245 |
+
"truncated": 0,
|
| 246 |
+
"non_truncated": 0,
|
| 247 |
+
"padded": 0,
|
| 248 |
+
"non_padded": 0
|
| 249 |
+
}
|
| 250 |
+
},
|
| 251 |
+
"summary_general": {
|
| 252 |
+
"hashes": {
|
| 253 |
+
"hash_examples": "9f27d13c4db0f7b7",
|
| 254 |
+
"hash_full_prompts": "15a9db8cd5f71ff9",
|
| 255 |
+
"hash_input_tokens": "a81faa1610a8e7f6",
|
| 256 |
+
"hash_cont_tokens": "a81faa1610a8e7f6"
|
| 257 |
+
},
|
| 258 |
+
"truncated": 0,
|
| 259 |
+
"non_truncated": 0,
|
| 260 |
+
"padded": 0,
|
| 261 |
+
"non_padded": 0
|
| 262 |
+
}
|
| 263 |
+
}
|
lighteval_thinking/results_2026-05-15T09-09-55.466784.json
ADDED
|
@@ -0,0 +1,263 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config_general": {
|
| 3 |
+
"lighteval_sha": "6f0f351abfd7c06004bf0dcdaeab14c8f289b86c",
|
| 4 |
+
"num_fewshot_seeds": 1,
|
| 5 |
+
"max_samples": null,
|
| 6 |
+
"job_id": "0",
|
| 7 |
+
"start_time": 7813382.9037439,
|
| 8 |
+
"end_time": 7816574.333411877,
|
| 9 |
+
"total_evaluation_time_secondes": "3191.429667976685",
|
| 10 |
+
"model_config": {
|
| 11 |
+
"model_name": "hosted_vllm/inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 12 |
+
"generation_parameters": {
|
| 13 |
+
"num_blocks": null,
|
| 14 |
+
"block_size": null,
|
| 15 |
+
"early_stopping": null,
|
| 16 |
+
"repetition_penalty": null,
|
| 17 |
+
"frequency_penalty": null,
|
| 18 |
+
"length_penalty": null,
|
| 19 |
+
"presence_penalty": null,
|
| 20 |
+
"max_new_tokens": 32000,
|
| 21 |
+
"min_new_tokens": null,
|
| 22 |
+
"seed": 5678,
|
| 23 |
+
"stop_tokens": null,
|
| 24 |
+
"temperature": 0.6,
|
| 25 |
+
"top_k": 20,
|
| 26 |
+
"min_p": 0.0,
|
| 27 |
+
"top_p": 0.95,
|
| 28 |
+
"truncate_prompt": null,
|
| 29 |
+
"cache_implementation": null,
|
| 30 |
+
"response_format": null
|
| 31 |
+
},
|
| 32 |
+
"system_prompt": null,
|
| 33 |
+
"cache_dir": "~/.cache/huggingface/lighteval",
|
| 34 |
+
"provider": "hosted_vllm",
|
| 35 |
+
"base_url": "http://0.0.0.0:8000/v1",
|
| 36 |
+
"api_key": "",
|
| 37 |
+
"concurrent_requests": 64,
|
| 38 |
+
"verbose": false,
|
| 39 |
+
"max_model_length": null,
|
| 40 |
+
"api_max_retry": 8,
|
| 41 |
+
"api_retry_sleep": 1.0,
|
| 42 |
+
"api_retry_multiplier": 2.0,
|
| 43 |
+
"timeout": 1200.0
|
| 44 |
+
},
|
| 45 |
+
"model_name": "hosted_vllm/inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8"
|
| 46 |
+
},
|
| 47 |
+
"results": {
|
| 48 |
+
"gpqa:diamond|0": {
|
| 49 |
+
"gpqa_pass@k:k=1": 0.7878787878787878,
|
| 50 |
+
"gpqa_pass@k:k=1_stderr": 0.0291265228345868
|
| 51 |
+
},
|
| 52 |
+
"aime25|0": {
|
| 53 |
+
"pass@k:k=1&n=1": 0.8333333333333334,
|
| 54 |
+
"pass@k:k=1&n=1_stderr": 0.06920456654478331,
|
| 55 |
+
"avg@n:n=1": 0.8333333333333334,
|
| 56 |
+
"avg@n:n=1_stderr": 0.06920456654478331
|
| 57 |
+
},
|
| 58 |
+
"math_500|0": {
|
| 59 |
+
"pass@k:k=1&n=1": 0.9,
|
| 60 |
+
"pass@k:k=1&n=1_stderr": 0.013429844431075352
|
| 61 |
+
},
|
| 62 |
+
"all": {
|
| 63 |
+
"gpqa_pass@k:k=1": 0.7878787878787878,
|
| 64 |
+
"gpqa_pass@k:k=1_stderr": 0.0291265228345868,
|
| 65 |
+
"pass@k:k=1&n=1": 0.8666666666666667,
|
| 66 |
+
"pass@k:k=1&n=1_stderr": 0.04131720548792933,
|
| 67 |
+
"avg@n:n=1": 0.8333333333333334,
|
| 68 |
+
"avg@n:n=1_stderr": 0.06920456654478331
|
| 69 |
+
}
|
| 70 |
+
},
|
| 71 |
+
"versions": {},
|
| 72 |
+
"config_tasks": {
|
| 73 |
+
"gpqa:diamond|0": {
|
| 74 |
+
"name": "gpqa:diamond",
|
| 75 |
+
"prompt_function": "gpqa_instruct_prompt",
|
| 76 |
+
"hf_repo": "Idavidrein/gpqa",
|
| 77 |
+
"hf_subset": "gpqa_diamond",
|
| 78 |
+
"metrics": [
|
| 79 |
+
{
|
| 80 |
+
"metric_name": "gpqa_pass@k:k=1",
|
| 81 |
+
"higher_is_better": true,
|
| 82 |
+
"category": "GENERATIVE",
|
| 83 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=False, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 84 |
+
"corpus_level_fn": "mean",
|
| 85 |
+
"batched_compute": false
|
| 86 |
+
}
|
| 87 |
+
],
|
| 88 |
+
"hf_data_files": null,
|
| 89 |
+
"solver": [
|
| 90 |
+
"solve"
|
| 91 |
+
],
|
| 92 |
+
"scorer": "score",
|
| 93 |
+
"sample_fields": "record_to_sample",
|
| 94 |
+
"sample_to_fewshot": "sample_to_fewshot",
|
| 95 |
+
"filter": null,
|
| 96 |
+
"hf_revision": null,
|
| 97 |
+
"hf_filter": null,
|
| 98 |
+
"hf_avail_splits": [
|
| 99 |
+
"train"
|
| 100 |
+
],
|
| 101 |
+
"evaluation_splits": [
|
| 102 |
+
"train"
|
| 103 |
+
],
|
| 104 |
+
"few_shots_split": null,
|
| 105 |
+
"few_shots_select": null,
|
| 106 |
+
"generation_size": 32768,
|
| 107 |
+
"generation_grammar": null,
|
| 108 |
+
"stop_sequence": [],
|
| 109 |
+
"num_samples": null,
|
| 110 |
+
"original_num_docs": -1,
|
| 111 |
+
"effective_num_docs": -1,
|
| 112 |
+
"must_remove_duplicate_docs": false,
|
| 113 |
+
"num_fewshots": 0,
|
| 114 |
+
"version": 1
|
| 115 |
+
},
|
| 116 |
+
"aime25|0": {
|
| 117 |
+
"name": "aime25",
|
| 118 |
+
"prompt_function": "aime_prompt",
|
| 119 |
+
"hf_repo": "yentinglin/aime_2025",
|
| 120 |
+
"hf_subset": "default",
|
| 121 |
+
"metrics": [
|
| 122 |
+
{
|
| 123 |
+
"metric_name": "pass@k:k=1&n=1",
|
| 124 |
+
"higher_is_better": true,
|
| 125 |
+
"category": "GENERATIVE",
|
| 126 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=True, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 127 |
+
"corpus_level_fn": "mean",
|
| 128 |
+
"batched_compute": false
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"metric_name": "avg@n:n=1",
|
| 132 |
+
"higher_is_better": true,
|
| 133 |
+
"category": "GENERATIVE",
|
| 134 |
+
"sample_level_fn": "AvgAtN(normalize=None, strip_strings=False, compute_score=compute, type_exact_match=None, n=1, attribute_must_be_set=['n'])",
|
| 135 |
+
"corpus_level_fn": "mean",
|
| 136 |
+
"batched_compute": false
|
| 137 |
+
}
|
| 138 |
+
],
|
| 139 |
+
"hf_data_files": null,
|
| 140 |
+
"solver": [
|
| 141 |
+
"solve",
|
| 142 |
+
"solve"
|
| 143 |
+
],
|
| 144 |
+
"scorer": "score",
|
| 145 |
+
"sample_fields": "record_to_sample",
|
| 146 |
+
"sample_to_fewshot": null,
|
| 147 |
+
"filter": null,
|
| 148 |
+
"hf_revision": null,
|
| 149 |
+
"hf_filter": null,
|
| 150 |
+
"hf_avail_splits": [
|
| 151 |
+
"train"
|
| 152 |
+
],
|
| 153 |
+
"evaluation_splits": [
|
| 154 |
+
"train"
|
| 155 |
+
],
|
| 156 |
+
"few_shots_split": null,
|
| 157 |
+
"few_shots_select": null,
|
| 158 |
+
"generation_size": null,
|
| 159 |
+
"generation_grammar": null,
|
| 160 |
+
"stop_sequence": [],
|
| 161 |
+
"num_samples": null,
|
| 162 |
+
"original_num_docs": -1,
|
| 163 |
+
"effective_num_docs": -1,
|
| 164 |
+
"must_remove_duplicate_docs": false,
|
| 165 |
+
"num_fewshots": 0,
|
| 166 |
+
"version": 2
|
| 167 |
+
},
|
| 168 |
+
"math_500|0": {
|
| 169 |
+
"name": "math_500",
|
| 170 |
+
"prompt_function": "math_500_prompt",
|
| 171 |
+
"hf_repo": "HuggingFaceH4/MATH-500",
|
| 172 |
+
"hf_subset": "default",
|
| 173 |
+
"metrics": [
|
| 174 |
+
{
|
| 175 |
+
"metric_name": "pass@k:k=1&n=1",
|
| 176 |
+
"higher_is_better": true,
|
| 177 |
+
"category": "GENERATIVE",
|
| 178 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=True, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 179 |
+
"corpus_level_fn": "mean",
|
| 180 |
+
"batched_compute": false
|
| 181 |
+
}
|
| 182 |
+
],
|
| 183 |
+
"hf_data_files": null,
|
| 184 |
+
"solver": [
|
| 185 |
+
"solve",
|
| 186 |
+
"solve"
|
| 187 |
+
],
|
| 188 |
+
"scorer": "score",
|
| 189 |
+
"sample_fields": "record_to_sample",
|
| 190 |
+
"sample_to_fewshot": null,
|
| 191 |
+
"filter": null,
|
| 192 |
+
"hf_revision": null,
|
| 193 |
+
"hf_filter": null,
|
| 194 |
+
"hf_avail_splits": [
|
| 195 |
+
"test"
|
| 196 |
+
],
|
| 197 |
+
"evaluation_splits": [
|
| 198 |
+
"test"
|
| 199 |
+
],
|
| 200 |
+
"few_shots_split": null,
|
| 201 |
+
"few_shots_select": null,
|
| 202 |
+
"generation_size": 32768,
|
| 203 |
+
"generation_grammar": null,
|
| 204 |
+
"stop_sequence": [],
|
| 205 |
+
"num_samples": null,
|
| 206 |
+
"original_num_docs": -1,
|
| 207 |
+
"effective_num_docs": -1,
|
| 208 |
+
"must_remove_duplicate_docs": false,
|
| 209 |
+
"num_fewshots": 0,
|
| 210 |
+
"version": 2
|
| 211 |
+
}
|
| 212 |
+
},
|
| 213 |
+
"summary_tasks": {
|
| 214 |
+
"gpqa:diamond|0": {
|
| 215 |
+
"hashes": {
|
| 216 |
+
"hash_examples": "7e6ab78504360639",
|
| 217 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 218 |
+
"hash_input_tokens": "42cba4b3cd185311",
|
| 219 |
+
"hash_cont_tokens": "42cba4b3cd185311"
|
| 220 |
+
},
|
| 221 |
+
"truncated": 0,
|
| 222 |
+
"non_truncated": 0,
|
| 223 |
+
"padded": 0,
|
| 224 |
+
"non_padded": 0
|
| 225 |
+
},
|
| 226 |
+
"aime25|0": {
|
| 227 |
+
"hashes": {
|
| 228 |
+
"hash_examples": "8df1bb48b826e206",
|
| 229 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 230 |
+
"hash_input_tokens": "f04b89be03da9f73",
|
| 231 |
+
"hash_cont_tokens": "f04b89be03da9f73"
|
| 232 |
+
},
|
| 233 |
+
"truncated": 0,
|
| 234 |
+
"non_truncated": 0,
|
| 235 |
+
"padded": 0,
|
| 236 |
+
"non_padded": 0
|
| 237 |
+
},
|
| 238 |
+
"math_500|0": {
|
| 239 |
+
"hashes": {
|
| 240 |
+
"hash_examples": "9f076bfe85016b9f",
|
| 241 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 242 |
+
"hash_input_tokens": "6e2146e74832427e",
|
| 243 |
+
"hash_cont_tokens": "6e2146e74832427e"
|
| 244 |
+
},
|
| 245 |
+
"truncated": 0,
|
| 246 |
+
"non_truncated": 0,
|
| 247 |
+
"padded": 0,
|
| 248 |
+
"non_padded": 0
|
| 249 |
+
}
|
| 250 |
+
},
|
| 251 |
+
"summary_general": {
|
| 252 |
+
"hashes": {
|
| 253 |
+
"hash_examples": "9f27d13c4db0f7b7",
|
| 254 |
+
"hash_full_prompts": "15a9db8cd5f71ff9",
|
| 255 |
+
"hash_input_tokens": "a81faa1610a8e7f6",
|
| 256 |
+
"hash_cont_tokens": "a81faa1610a8e7f6"
|
| 257 |
+
},
|
| 258 |
+
"truncated": 0,
|
| 259 |
+
"non_truncated": 0,
|
| 260 |
+
"padded": 0,
|
| 261 |
+
"non_padded": 0
|
| 262 |
+
}
|
| 263 |
+
}
|
lighteval_thinking/results_2026-05-15T10-56-12.189451.json
ADDED
|
@@ -0,0 +1,263 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config_general": {
|
| 3 |
+
"lighteval_sha": "6f0f351abfd7c06004bf0dcdaeab14c8f289b86c",
|
| 4 |
+
"num_fewshot_seeds": 1,
|
| 5 |
+
"max_samples": null,
|
| 6 |
+
"job_id": "0",
|
| 7 |
+
"start_time": 7819732.474486429,
|
| 8 |
+
"end_time": 7822951.05722643,
|
| 9 |
+
"total_evaluation_time_secondes": "3218.582740000449",
|
| 10 |
+
"model_config": {
|
| 11 |
+
"model_name": "hosted_vllm/inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 12 |
+
"generation_parameters": {
|
| 13 |
+
"num_blocks": null,
|
| 14 |
+
"block_size": null,
|
| 15 |
+
"early_stopping": null,
|
| 16 |
+
"repetition_penalty": null,
|
| 17 |
+
"frequency_penalty": null,
|
| 18 |
+
"length_penalty": null,
|
| 19 |
+
"presence_penalty": null,
|
| 20 |
+
"max_new_tokens": 32000,
|
| 21 |
+
"min_new_tokens": null,
|
| 22 |
+
"seed": 42,
|
| 23 |
+
"stop_tokens": null,
|
| 24 |
+
"temperature": 0.6,
|
| 25 |
+
"top_k": 20,
|
| 26 |
+
"min_p": 0.0,
|
| 27 |
+
"top_p": 0.95,
|
| 28 |
+
"truncate_prompt": null,
|
| 29 |
+
"cache_implementation": null,
|
| 30 |
+
"response_format": null
|
| 31 |
+
},
|
| 32 |
+
"system_prompt": null,
|
| 33 |
+
"cache_dir": "~/.cache/huggingface/lighteval",
|
| 34 |
+
"provider": "hosted_vllm",
|
| 35 |
+
"base_url": "http://0.0.0.0:8000/v1",
|
| 36 |
+
"api_key": "",
|
| 37 |
+
"concurrent_requests": 64,
|
| 38 |
+
"verbose": false,
|
| 39 |
+
"max_model_length": null,
|
| 40 |
+
"api_max_retry": 8,
|
| 41 |
+
"api_retry_sleep": 1.0,
|
| 42 |
+
"api_retry_multiplier": 2.0,
|
| 43 |
+
"timeout": 1200.0
|
| 44 |
+
},
|
| 45 |
+
"model_name": "hosted_vllm/inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8"
|
| 46 |
+
},
|
| 47 |
+
"results": {
|
| 48 |
+
"gpqa:diamond|0": {
|
| 49 |
+
"gpqa_pass@k:k=1": 0.8181818181818182,
|
| 50 |
+
"gpqa_pass@k:k=1_stderr": 0.027479603010538794
|
| 51 |
+
},
|
| 52 |
+
"math_500|0": {
|
| 53 |
+
"pass@k:k=1&n=1": 0.91,
|
| 54 |
+
"pass@k:k=1&n=1_stderr": 0.012811255071733795
|
| 55 |
+
},
|
| 56 |
+
"aime25|0": {
|
| 57 |
+
"pass@k:k=1&n=1": 0.8,
|
| 58 |
+
"pass@k:k=1&n=1_stderr": 0.07427813527082075,
|
| 59 |
+
"avg@n:n=1": 0.8,
|
| 60 |
+
"avg@n:n=1_stderr": 0.07427813527082075
|
| 61 |
+
},
|
| 62 |
+
"all": {
|
| 63 |
+
"gpqa_pass@k:k=1": 0.8181818181818182,
|
| 64 |
+
"gpqa_pass@k:k=1_stderr": 0.027479603010538794,
|
| 65 |
+
"pass@k:k=1&n=1": 0.855,
|
| 66 |
+
"pass@k:k=1&n=1_stderr": 0.04354469517127727,
|
| 67 |
+
"avg@n:n=1": 0.8,
|
| 68 |
+
"avg@n:n=1_stderr": 0.07427813527082075
|
| 69 |
+
}
|
| 70 |
+
},
|
| 71 |
+
"versions": {},
|
| 72 |
+
"config_tasks": {
|
| 73 |
+
"gpqa:diamond|0": {
|
| 74 |
+
"name": "gpqa:diamond",
|
| 75 |
+
"prompt_function": "gpqa_instruct_prompt",
|
| 76 |
+
"hf_repo": "Idavidrein/gpqa",
|
| 77 |
+
"hf_subset": "gpqa_diamond",
|
| 78 |
+
"metrics": [
|
| 79 |
+
{
|
| 80 |
+
"metric_name": "gpqa_pass@k:k=1",
|
| 81 |
+
"higher_is_better": true,
|
| 82 |
+
"category": "GENERATIVE",
|
| 83 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=False, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 84 |
+
"corpus_level_fn": "mean",
|
| 85 |
+
"batched_compute": false
|
| 86 |
+
}
|
| 87 |
+
],
|
| 88 |
+
"hf_data_files": null,
|
| 89 |
+
"solver": [
|
| 90 |
+
"solve"
|
| 91 |
+
],
|
| 92 |
+
"scorer": "score",
|
| 93 |
+
"sample_fields": "record_to_sample",
|
| 94 |
+
"sample_to_fewshot": "sample_to_fewshot",
|
| 95 |
+
"filter": null,
|
| 96 |
+
"hf_revision": null,
|
| 97 |
+
"hf_filter": null,
|
| 98 |
+
"hf_avail_splits": [
|
| 99 |
+
"train"
|
| 100 |
+
],
|
| 101 |
+
"evaluation_splits": [
|
| 102 |
+
"train"
|
| 103 |
+
],
|
| 104 |
+
"few_shots_split": null,
|
| 105 |
+
"few_shots_select": null,
|
| 106 |
+
"generation_size": 32768,
|
| 107 |
+
"generation_grammar": null,
|
| 108 |
+
"stop_sequence": [],
|
| 109 |
+
"num_samples": null,
|
| 110 |
+
"original_num_docs": -1,
|
| 111 |
+
"effective_num_docs": -1,
|
| 112 |
+
"must_remove_duplicate_docs": false,
|
| 113 |
+
"num_fewshots": 0,
|
| 114 |
+
"version": 1
|
| 115 |
+
},
|
| 116 |
+
"math_500|0": {
|
| 117 |
+
"name": "math_500",
|
| 118 |
+
"prompt_function": "math_500_prompt",
|
| 119 |
+
"hf_repo": "HuggingFaceH4/MATH-500",
|
| 120 |
+
"hf_subset": "default",
|
| 121 |
+
"metrics": [
|
| 122 |
+
{
|
| 123 |
+
"metric_name": "pass@k:k=1&n=1",
|
| 124 |
+
"higher_is_better": true,
|
| 125 |
+
"category": "GENERATIVE",
|
| 126 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=True, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 127 |
+
"corpus_level_fn": "mean",
|
| 128 |
+
"batched_compute": false
|
| 129 |
+
}
|
| 130 |
+
],
|
| 131 |
+
"hf_data_files": null,
|
| 132 |
+
"solver": [
|
| 133 |
+
"solve",
|
| 134 |
+
"solve"
|
| 135 |
+
],
|
| 136 |
+
"scorer": "score",
|
| 137 |
+
"sample_fields": "record_to_sample",
|
| 138 |
+
"sample_to_fewshot": null,
|
| 139 |
+
"filter": null,
|
| 140 |
+
"hf_revision": null,
|
| 141 |
+
"hf_filter": null,
|
| 142 |
+
"hf_avail_splits": [
|
| 143 |
+
"test"
|
| 144 |
+
],
|
| 145 |
+
"evaluation_splits": [
|
| 146 |
+
"test"
|
| 147 |
+
],
|
| 148 |
+
"few_shots_split": null,
|
| 149 |
+
"few_shots_select": null,
|
| 150 |
+
"generation_size": 32768,
|
| 151 |
+
"generation_grammar": null,
|
| 152 |
+
"stop_sequence": [],
|
| 153 |
+
"num_samples": null,
|
| 154 |
+
"original_num_docs": -1,
|
| 155 |
+
"effective_num_docs": -1,
|
| 156 |
+
"must_remove_duplicate_docs": false,
|
| 157 |
+
"num_fewshots": 0,
|
| 158 |
+
"version": 2
|
| 159 |
+
},
|
| 160 |
+
"aime25|0": {
|
| 161 |
+
"name": "aime25",
|
| 162 |
+
"prompt_function": "aime_prompt",
|
| 163 |
+
"hf_repo": "yentinglin/aime_2025",
|
| 164 |
+
"hf_subset": "default",
|
| 165 |
+
"metrics": [
|
| 166 |
+
{
|
| 167 |
+
"metric_name": "pass@k:k=1&n=1",
|
| 168 |
+
"higher_is_better": true,
|
| 169 |
+
"category": "GENERATIVE",
|
| 170 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=True, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 171 |
+
"corpus_level_fn": "mean",
|
| 172 |
+
"batched_compute": false
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"metric_name": "avg@n:n=1",
|
| 176 |
+
"higher_is_better": true,
|
| 177 |
+
"category": "GENERATIVE",
|
| 178 |
+
"sample_level_fn": "AvgAtN(normalize=None, strip_strings=False, compute_score=compute, type_exact_match=None, n=1, attribute_must_be_set=['n'])",
|
| 179 |
+
"corpus_level_fn": "mean",
|
| 180 |
+
"batched_compute": false
|
| 181 |
+
}
|
| 182 |
+
],
|
| 183 |
+
"hf_data_files": null,
|
| 184 |
+
"solver": [
|
| 185 |
+
"solve",
|
| 186 |
+
"solve"
|
| 187 |
+
],
|
| 188 |
+
"scorer": "score",
|
| 189 |
+
"sample_fields": "record_to_sample",
|
| 190 |
+
"sample_to_fewshot": null,
|
| 191 |
+
"filter": null,
|
| 192 |
+
"hf_revision": null,
|
| 193 |
+
"hf_filter": null,
|
| 194 |
+
"hf_avail_splits": [
|
| 195 |
+
"train"
|
| 196 |
+
],
|
| 197 |
+
"evaluation_splits": [
|
| 198 |
+
"train"
|
| 199 |
+
],
|
| 200 |
+
"few_shots_split": null,
|
| 201 |
+
"few_shots_select": null,
|
| 202 |
+
"generation_size": null,
|
| 203 |
+
"generation_grammar": null,
|
| 204 |
+
"stop_sequence": [],
|
| 205 |
+
"num_samples": null,
|
| 206 |
+
"original_num_docs": -1,
|
| 207 |
+
"effective_num_docs": -1,
|
| 208 |
+
"must_remove_duplicate_docs": false,
|
| 209 |
+
"num_fewshots": 0,
|
| 210 |
+
"version": 2
|
| 211 |
+
}
|
| 212 |
+
},
|
| 213 |
+
"summary_tasks": {
|
| 214 |
+
"gpqa:diamond|0": {
|
| 215 |
+
"hashes": {
|
| 216 |
+
"hash_examples": "7e6ab78504360639",
|
| 217 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 218 |
+
"hash_input_tokens": "42cba4b3cd185311",
|
| 219 |
+
"hash_cont_tokens": "42cba4b3cd185311"
|
| 220 |
+
},
|
| 221 |
+
"truncated": 0,
|
| 222 |
+
"non_truncated": 0,
|
| 223 |
+
"padded": 0,
|
| 224 |
+
"non_padded": 0
|
| 225 |
+
},
|
| 226 |
+
"math_500|0": {
|
| 227 |
+
"hashes": {
|
| 228 |
+
"hash_examples": "9f076bfe85016b9f",
|
| 229 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 230 |
+
"hash_input_tokens": "6e2146e74832427e",
|
| 231 |
+
"hash_cont_tokens": "6e2146e74832427e"
|
| 232 |
+
},
|
| 233 |
+
"truncated": 0,
|
| 234 |
+
"non_truncated": 0,
|
| 235 |
+
"padded": 0,
|
| 236 |
+
"non_padded": 0
|
| 237 |
+
},
|
| 238 |
+
"aime25|0": {
|
| 239 |
+
"hashes": {
|
| 240 |
+
"hash_examples": "8df1bb48b826e206",
|
| 241 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 242 |
+
"hash_input_tokens": "f04b89be03da9f73",
|
| 243 |
+
"hash_cont_tokens": "f04b89be03da9f73"
|
| 244 |
+
},
|
| 245 |
+
"truncated": 0,
|
| 246 |
+
"non_truncated": 0,
|
| 247 |
+
"padded": 0,
|
| 248 |
+
"non_padded": 0
|
| 249 |
+
}
|
| 250 |
+
},
|
| 251 |
+
"summary_general": {
|
| 252 |
+
"hashes": {
|
| 253 |
+
"hash_examples": "9f27d13c4db0f7b7",
|
| 254 |
+
"hash_full_prompts": "15a9db8cd5f71ff9",
|
| 255 |
+
"hash_input_tokens": "a81faa1610a8e7f6",
|
| 256 |
+
"hash_cont_tokens": "a81faa1610a8e7f6"
|
| 257 |
+
},
|
| 258 |
+
"truncated": 0,
|
| 259 |
+
"non_truncated": 0,
|
| 260 |
+
"padded": 0,
|
| 261 |
+
"non_padded": 0
|
| 262 |
+
}
|
| 263 |
+
}
|
lighteval_thinking/results_2026-05-15T11-54-13.927603.json
ADDED
|
@@ -0,0 +1,263 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config_general": {
|
| 3 |
+
"lighteval_sha": "6f0f351abfd7c06004bf0dcdaeab14c8f289b86c",
|
| 4 |
+
"num_fewshot_seeds": 1,
|
| 5 |
+
"max_samples": null,
|
| 6 |
+
"job_id": "0",
|
| 7 |
+
"start_time": 7822959.392426659,
|
| 8 |
+
"end_time": 7826432.79482352,
|
| 9 |
+
"total_evaluation_time_secondes": "3473.4023968605325",
|
| 10 |
+
"model_config": {
|
| 11 |
+
"model_name": "hosted_vllm/inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8",
|
| 12 |
+
"generation_parameters": {
|
| 13 |
+
"num_blocks": null,
|
| 14 |
+
"block_size": null,
|
| 15 |
+
"early_stopping": null,
|
| 16 |
+
"repetition_penalty": null,
|
| 17 |
+
"frequency_penalty": null,
|
| 18 |
+
"length_penalty": null,
|
| 19 |
+
"presence_penalty": null,
|
| 20 |
+
"max_new_tokens": 32000,
|
| 21 |
+
"min_new_tokens": null,
|
| 22 |
+
"seed": 1234,
|
| 23 |
+
"stop_tokens": null,
|
| 24 |
+
"temperature": 0.6,
|
| 25 |
+
"top_k": 20,
|
| 26 |
+
"min_p": 0.0,
|
| 27 |
+
"top_p": 0.95,
|
| 28 |
+
"truncate_prompt": null,
|
| 29 |
+
"cache_implementation": null,
|
| 30 |
+
"response_format": null
|
| 31 |
+
},
|
| 32 |
+
"system_prompt": null,
|
| 33 |
+
"cache_dir": "~/.cache/huggingface/lighteval",
|
| 34 |
+
"provider": "hosted_vllm",
|
| 35 |
+
"base_url": "http://0.0.0.0:8000/v1",
|
| 36 |
+
"api_key": "",
|
| 37 |
+
"concurrent_requests": 64,
|
| 38 |
+
"verbose": false,
|
| 39 |
+
"max_model_length": null,
|
| 40 |
+
"api_max_retry": 8,
|
| 41 |
+
"api_retry_sleep": 1.0,
|
| 42 |
+
"api_retry_multiplier": 2.0,
|
| 43 |
+
"timeout": 1200.0
|
| 44 |
+
},
|
| 45 |
+
"model_name": "hosted_vllm/inference-optimization/Qwen3-235B-A22B-Thinking-2507.w8a8"
|
| 46 |
+
},
|
| 47 |
+
"results": {
|
| 48 |
+
"aime25|0": {
|
| 49 |
+
"pass@k:k=1&n=1": 0.8333333333333334,
|
| 50 |
+
"pass@k:k=1&n=1_stderr": 0.06920456654478328,
|
| 51 |
+
"avg@n:n=1": 0.8333333333333334,
|
| 52 |
+
"avg@n:n=1_stderr": 0.06920456654478328
|
| 53 |
+
},
|
| 54 |
+
"math_500|0": {
|
| 55 |
+
"pass@k:k=1&n=1": 0.91,
|
| 56 |
+
"pass@k:k=1&n=1_stderr": 0.012811255071733797
|
| 57 |
+
},
|
| 58 |
+
"gpqa:diamond|0": {
|
| 59 |
+
"gpqa_pass@k:k=1": 0.803030303030303,
|
| 60 |
+
"gpqa_pass@k:k=1_stderr": 0.028335609732463362
|
| 61 |
+
},
|
| 62 |
+
"all": {
|
| 63 |
+
"pass@k:k=1&n=1": 0.8716666666666667,
|
| 64 |
+
"pass@k:k=1&n=1_stderr": 0.04100791080825854,
|
| 65 |
+
"avg@n:n=1": 0.8333333333333334,
|
| 66 |
+
"avg@n:n=1_stderr": 0.06920456654478328,
|
| 67 |
+
"gpqa_pass@k:k=1": 0.803030303030303,
|
| 68 |
+
"gpqa_pass@k:k=1_stderr": 0.028335609732463362
|
| 69 |
+
}
|
| 70 |
+
},
|
| 71 |
+
"versions": {},
|
| 72 |
+
"config_tasks": {
|
| 73 |
+
"aime25|0": {
|
| 74 |
+
"name": "aime25",
|
| 75 |
+
"prompt_function": "aime_prompt",
|
| 76 |
+
"hf_repo": "yentinglin/aime_2025",
|
| 77 |
+
"hf_subset": "default",
|
| 78 |
+
"metrics": [
|
| 79 |
+
{
|
| 80 |
+
"metric_name": "pass@k:k=1&n=1",
|
| 81 |
+
"higher_is_better": true,
|
| 82 |
+
"category": "GENERATIVE",
|
| 83 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=True, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 84 |
+
"corpus_level_fn": "mean",
|
| 85 |
+
"batched_compute": false
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"metric_name": "avg@n:n=1",
|
| 89 |
+
"higher_is_better": true,
|
| 90 |
+
"category": "GENERATIVE",
|
| 91 |
+
"sample_level_fn": "AvgAtN(normalize=None, strip_strings=False, compute_score=compute, type_exact_match=None, n=1, attribute_must_be_set=['n'])",
|
| 92 |
+
"corpus_level_fn": "mean",
|
| 93 |
+
"batched_compute": false
|
| 94 |
+
}
|
| 95 |
+
],
|
| 96 |
+
"hf_data_files": null,
|
| 97 |
+
"solver": [
|
| 98 |
+
"solve",
|
| 99 |
+
"solve"
|
| 100 |
+
],
|
| 101 |
+
"scorer": "score",
|
| 102 |
+
"sample_fields": "record_to_sample",
|
| 103 |
+
"sample_to_fewshot": null,
|
| 104 |
+
"filter": null,
|
| 105 |
+
"hf_revision": null,
|
| 106 |
+
"hf_filter": null,
|
| 107 |
+
"hf_avail_splits": [
|
| 108 |
+
"train"
|
| 109 |
+
],
|
| 110 |
+
"evaluation_splits": [
|
| 111 |
+
"train"
|
| 112 |
+
],
|
| 113 |
+
"few_shots_split": null,
|
| 114 |
+
"few_shots_select": null,
|
| 115 |
+
"generation_size": null,
|
| 116 |
+
"generation_grammar": null,
|
| 117 |
+
"stop_sequence": [],
|
| 118 |
+
"num_samples": null,
|
| 119 |
+
"original_num_docs": -1,
|
| 120 |
+
"effective_num_docs": -1,
|
| 121 |
+
"must_remove_duplicate_docs": false,
|
| 122 |
+
"num_fewshots": 0,
|
| 123 |
+
"version": 2
|
| 124 |
+
},
|
| 125 |
+
"math_500|0": {
|
| 126 |
+
"name": "math_500",
|
| 127 |
+
"prompt_function": "math_500_prompt",
|
| 128 |
+
"hf_repo": "HuggingFaceH4/MATH-500",
|
| 129 |
+
"hf_subset": "default",
|
| 130 |
+
"metrics": [
|
| 131 |
+
{
|
| 132 |
+
"metric_name": "pass@k:k=1&n=1",
|
| 133 |
+
"higher_is_better": true,
|
| 134 |
+
"category": "GENERATIVE",
|
| 135 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=True, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 136 |
+
"corpus_level_fn": "mean",
|
| 137 |
+
"batched_compute": false
|
| 138 |
+
}
|
| 139 |
+
],
|
| 140 |
+
"hf_data_files": null,
|
| 141 |
+
"solver": [
|
| 142 |
+
"solve",
|
| 143 |
+
"solve"
|
| 144 |
+
],
|
| 145 |
+
"scorer": "score",
|
| 146 |
+
"sample_fields": "record_to_sample",
|
| 147 |
+
"sample_to_fewshot": null,
|
| 148 |
+
"filter": null,
|
| 149 |
+
"hf_revision": null,
|
| 150 |
+
"hf_filter": null,
|
| 151 |
+
"hf_avail_splits": [
|
| 152 |
+
"test"
|
| 153 |
+
],
|
| 154 |
+
"evaluation_splits": [
|
| 155 |
+
"test"
|
| 156 |
+
],
|
| 157 |
+
"few_shots_split": null,
|
| 158 |
+
"few_shots_select": null,
|
| 159 |
+
"generation_size": 32768,
|
| 160 |
+
"generation_grammar": null,
|
| 161 |
+
"stop_sequence": [],
|
| 162 |
+
"num_samples": null,
|
| 163 |
+
"original_num_docs": -1,
|
| 164 |
+
"effective_num_docs": -1,
|
| 165 |
+
"must_remove_duplicate_docs": false,
|
| 166 |
+
"num_fewshots": 0,
|
| 167 |
+
"version": 2
|
| 168 |
+
},
|
| 169 |
+
"gpqa:diamond|0": {
|
| 170 |
+
"name": "gpqa:diamond",
|
| 171 |
+
"prompt_function": "gpqa_instruct_prompt",
|
| 172 |
+
"hf_repo": "Idavidrein/gpqa",
|
| 173 |
+
"hf_subset": "gpqa_diamond",
|
| 174 |
+
"metrics": [
|
| 175 |
+
{
|
| 176 |
+
"metric_name": "gpqa_pass@k:k=1",
|
| 177 |
+
"higher_is_better": true,
|
| 178 |
+
"category": "GENERATIVE",
|
| 179 |
+
"sample_level_fn": "PassAtK(normalize=None, strip_strings=False, compute_score=compute, type_exact_match=None, k=1, n=1, attribute_must_be_set=['k'])",
|
| 180 |
+
"corpus_level_fn": "mean",
|
| 181 |
+
"batched_compute": false
|
| 182 |
+
}
|
| 183 |
+
],
|
| 184 |
+
"hf_data_files": null,
|
| 185 |
+
"solver": [
|
| 186 |
+
"solve"
|
| 187 |
+
],
|
| 188 |
+
"scorer": "score",
|
| 189 |
+
"sample_fields": "record_to_sample",
|
| 190 |
+
"sample_to_fewshot": "sample_to_fewshot",
|
| 191 |
+
"filter": null,
|
| 192 |
+
"hf_revision": null,
|
| 193 |
+
"hf_filter": null,
|
| 194 |
+
"hf_avail_splits": [
|
| 195 |
+
"train"
|
| 196 |
+
],
|
| 197 |
+
"evaluation_splits": [
|
| 198 |
+
"train"
|
| 199 |
+
],
|
| 200 |
+
"few_shots_split": null,
|
| 201 |
+
"few_shots_select": null,
|
| 202 |
+
"generation_size": 32768,
|
| 203 |
+
"generation_grammar": null,
|
| 204 |
+
"stop_sequence": [],
|
| 205 |
+
"num_samples": null,
|
| 206 |
+
"original_num_docs": -1,
|
| 207 |
+
"effective_num_docs": -1,
|
| 208 |
+
"must_remove_duplicate_docs": false,
|
| 209 |
+
"num_fewshots": 0,
|
| 210 |
+
"version": 1
|
| 211 |
+
}
|
| 212 |
+
},
|
| 213 |
+
"summary_tasks": {
|
| 214 |
+
"aime25|0": {
|
| 215 |
+
"hashes": {
|
| 216 |
+
"hash_examples": "8df1bb48b826e206",
|
| 217 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 218 |
+
"hash_input_tokens": "f04b89be03da9f73",
|
| 219 |
+
"hash_cont_tokens": "f04b89be03da9f73"
|
| 220 |
+
},
|
| 221 |
+
"truncated": 0,
|
| 222 |
+
"non_truncated": 0,
|
| 223 |
+
"padded": 0,
|
| 224 |
+
"non_padded": 0
|
| 225 |
+
},
|
| 226 |
+
"math_500|0": {
|
| 227 |
+
"hashes": {
|
| 228 |
+
"hash_examples": "9f076bfe85016b9f",
|
| 229 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 230 |
+
"hash_input_tokens": "6e2146e74832427e",
|
| 231 |
+
"hash_cont_tokens": "6e2146e74832427e"
|
| 232 |
+
},
|
| 233 |
+
"truncated": 0,
|
| 234 |
+
"non_truncated": 0,
|
| 235 |
+
"padded": 0,
|
| 236 |
+
"non_padded": 0
|
| 237 |
+
},
|
| 238 |
+
"gpqa:diamond|0": {
|
| 239 |
+
"hashes": {
|
| 240 |
+
"hash_examples": "7e6ab78504360639",
|
| 241 |
+
"hash_full_prompts": "ef46db3751d8e999",
|
| 242 |
+
"hash_input_tokens": "42cba4b3cd185311",
|
| 243 |
+
"hash_cont_tokens": "42cba4b3cd185311"
|
| 244 |
+
},
|
| 245 |
+
"truncated": 0,
|
| 246 |
+
"non_truncated": 0,
|
| 247 |
+
"padded": 0,
|
| 248 |
+
"non_padded": 0
|
| 249 |
+
}
|
| 250 |
+
},
|
| 251 |
+
"summary_general": {
|
| 252 |
+
"hashes": {
|
| 253 |
+
"hash_examples": "9f27d13c4db0f7b7",
|
| 254 |
+
"hash_full_prompts": "15a9db8cd5f71ff9",
|
| 255 |
+
"hash_input_tokens": "a81faa1610a8e7f6",
|
| 256 |
+
"hash_cont_tokens": "a81faa1610a8e7f6"
|
| 257 |
+
},
|
| 258 |
+
"truncated": 0,
|
| 259 |
+
"non_truncated": 0,
|
| 260 |
+
"padded": 0,
|
| 261 |
+
"non_padded": 0
|
| 262 |
+
}
|
| 263 |
+
}
|