ggbetz commited on
Commit
de820dc
1 Parent(s): 9c3ec4e

Upload results for model Qwen/Qwen2-7B-Instruct (#779)

Browse files

- Upload results for model Qwen/Qwen2-7B-Instruct (0d6ee3fa98c0feca98ec92816f3004d0e439e948)

data/Qwen/Qwen2-7B-Instruct/cot/24-09-25-21:07:14_idx25/Qwen__Qwen2-7B-Instruct/results_2024-09-25T23-52-25.282548.json ADDED
@@ -0,0 +1,297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "fugiat-magnam-2903_logiqa2_cot": {
4
+ "alias": "fugiat-magnam-2903_logiqa2_cot",
5
+ "acc,none": 0.4847328244274809,
6
+ "acc_stderr,none": 0.012608962725967827
7
+ },
8
+ "fugiat-magnam-2903_logiqa_cot": {
9
+ "alias": "fugiat-magnam-2903_logiqa_cot",
10
+ "acc,none": 0.36741214057507987,
11
+ "acc_stderr,none": 0.019284002054889678
12
+ },
13
+ "fugiat-magnam-2903_lsat-ar_cot": {
14
+ "alias": "fugiat-magnam-2903_lsat-ar_cot",
15
+ "acc,none": 0.21304347826086956,
16
+ "acc_stderr,none": 0.02705775438993621
17
+ },
18
+ "fugiat-magnam-2903_lsat-lr_cot": {
19
+ "alias": "fugiat-magnam-2903_lsat-lr_cot",
20
+ "acc,none": 0.4549019607843137,
21
+ "acc_stderr,none": 0.02207177819411243
22
+ },
23
+ "fugiat-magnam-2903_lsat-rc_cot": {
24
+ "alias": "fugiat-magnam-2903_lsat-rc_cot",
25
+ "acc,none": 0.5724907063197026,
26
+ "acc_stderr,none": 0.030219662071838044
27
+ }
28
+ },
29
+ "group_subtasks": {
30
+ "fugiat-magnam-2903_logiqa2_cot": [],
31
+ "fugiat-magnam-2903_logiqa_cot": [],
32
+ "fugiat-magnam-2903_lsat-ar_cot": [],
33
+ "fugiat-magnam-2903_lsat-lr_cot": [],
34
+ "fugiat-magnam-2903_lsat-rc_cot": []
35
+ },
36
+ "configs": {
37
+ "fugiat-magnam-2903_logiqa2_cot": {
38
+ "task": "fugiat-magnam-2903_logiqa2_cot",
39
+ "tag": "logikon-bench",
40
+ "group": "logikon-bench",
41
+ "dataset_path": "cot-leaderboard/cot-eval-traces-2.0",
42
+ "dataset_kwargs": {
43
+ "data_files": {
44
+ "test": "data/Qwen/Qwen2-7B-Instruct/fugiat-magnam-2903-logiqa2.parquet"
45
+ }
46
+ },
47
+ "test_split": "test",
48
+ "doc_to_text": "def doc_to_text_cot(doc) -> str:\n \"\"\"\n Answer the following question about the given passage. [Base your answer on the reasoning below.]\n \n Passage: <passage>\n \n Question: <question>\n A. <choice1>\n B. <choice2>\n C. <choice3>\n D. <choice4>\n [E. <choice5>]\n \n [Reasoning: <reasoning>]\n \n Answer:\n \"\"\"\n k = len(doc[\"options\"])\n choices = [\"a\", \"b\", \"c\", \"d\", \"e\"][:k]\n prompt = \"Answer the following question about the given passage. Base your answer on the reasoning below.\\n\\n\"\n prompt = \"Passage: \" + doc[\"passage\"] + \"\\n\\n\"\n prompt += \"Question: \" + doc[\"question\"] + \"\\n\"\n for choice, option in zip(choices, doc[\"options\"]):\n prompt += f\"{choice.upper()}. {option}\\n\"\n prompt += \"\\n\"\n prompt += \"Reasoning: \" + doc[\"reasoning_trace\"] + \"\\n\\n\" \n prompt += \"Answer:\"\n return prompt\n",
49
+ "doc_to_target": "{{answer}}",
50
+ "doc_to_choice": "{{options}}",
51
+ "description": "",
52
+ "target_delimiter": " ",
53
+ "fewshot_delimiter": "\n\n",
54
+ "num_fewshot": 0,
55
+ "metric_list": [
56
+ {
57
+ "metric": "acc",
58
+ "aggregation": "mean",
59
+ "higher_is_better": true
60
+ }
61
+ ],
62
+ "output_type": "multiple_choice",
63
+ "repeats": 1,
64
+ "should_decontaminate": false,
65
+ "metadata": {
66
+ "version": 0.0
67
+ }
68
+ },
69
+ "fugiat-magnam-2903_logiqa_cot": {
70
+ "task": "fugiat-magnam-2903_logiqa_cot",
71
+ "tag": "logikon-bench",
72
+ "group": "logikon-bench",
73
+ "dataset_path": "cot-leaderboard/cot-eval-traces-2.0",
74
+ "dataset_kwargs": {
75
+ "data_files": {
76
+ "test": "data/Qwen/Qwen2-7B-Instruct/fugiat-magnam-2903-logiqa.parquet"
77
+ }
78
+ },
79
+ "test_split": "test",
80
+ "doc_to_text": "def doc_to_text_cot(doc) -> str:\n \"\"\"\n Answer the following question about the given passage. [Base your answer on the reasoning below.]\n \n Passage: <passage>\n \n Question: <question>\n A. <choice1>\n B. <choice2>\n C. <choice3>\n D. <choice4>\n [E. <choice5>]\n \n [Reasoning: <reasoning>]\n \n Answer:\n \"\"\"\n k = len(doc[\"options\"])\n choices = [\"a\", \"b\", \"c\", \"d\", \"e\"][:k]\n prompt = \"Answer the following question about the given passage. Base your answer on the reasoning below.\\n\\n\"\n prompt = \"Passage: \" + doc[\"passage\"] + \"\\n\\n\"\n prompt += \"Question: \" + doc[\"question\"] + \"\\n\"\n for choice, option in zip(choices, doc[\"options\"]):\n prompt += f\"{choice.upper()}. {option}\\n\"\n prompt += \"\\n\"\n prompt += \"Reasoning: \" + doc[\"reasoning_trace\"] + \"\\n\\n\" \n prompt += \"Answer:\"\n return prompt\n",
81
+ "doc_to_target": "{{answer}}",
82
+ "doc_to_choice": "{{options}}",
83
+ "description": "",
84
+ "target_delimiter": " ",
85
+ "fewshot_delimiter": "\n\n",
86
+ "num_fewshot": 0,
87
+ "metric_list": [
88
+ {
89
+ "metric": "acc",
90
+ "aggregation": "mean",
91
+ "higher_is_better": true
92
+ }
93
+ ],
94
+ "output_type": "multiple_choice",
95
+ "repeats": 1,
96
+ "should_decontaminate": false,
97
+ "metadata": {
98
+ "version": 0.0
99
+ }
100
+ },
101
+ "fugiat-magnam-2903_lsat-ar_cot": {
102
+ "task": "fugiat-magnam-2903_lsat-ar_cot",
103
+ "tag": "logikon-bench",
104
+ "group": "logikon-bench",
105
+ "dataset_path": "cot-leaderboard/cot-eval-traces-2.0",
106
+ "dataset_kwargs": {
107
+ "data_files": {
108
+ "test": "data/Qwen/Qwen2-7B-Instruct/fugiat-magnam-2903-lsat-ar.parquet"
109
+ }
110
+ },
111
+ "test_split": "test",
112
+ "doc_to_text": "def doc_to_text_cot(doc) -> str:\n \"\"\"\n Answer the following question about the given passage. [Base your answer on the reasoning below.]\n \n Passage: <passage>\n \n Question: <question>\n A. <choice1>\n B. <choice2>\n C. <choice3>\n D. <choice4>\n [E. <choice5>]\n \n [Reasoning: <reasoning>]\n \n Answer:\n \"\"\"\n k = len(doc[\"options\"])\n choices = [\"a\", \"b\", \"c\", \"d\", \"e\"][:k]\n prompt = \"Answer the following question about the given passage. Base your answer on the reasoning below.\\n\\n\"\n prompt = \"Passage: \" + doc[\"passage\"] + \"\\n\\n\"\n prompt += \"Question: \" + doc[\"question\"] + \"\\n\"\n for choice, option in zip(choices, doc[\"options\"]):\n prompt += f\"{choice.upper()}. {option}\\n\"\n prompt += \"\\n\"\n prompt += \"Reasoning: \" + doc[\"reasoning_trace\"] + \"\\n\\n\" \n prompt += \"Answer:\"\n return prompt\n",
113
+ "doc_to_target": "{{answer}}",
114
+ "doc_to_choice": "{{options}}",
115
+ "description": "",
116
+ "target_delimiter": " ",
117
+ "fewshot_delimiter": "\n\n",
118
+ "num_fewshot": 0,
119
+ "metric_list": [
120
+ {
121
+ "metric": "acc",
122
+ "aggregation": "mean",
123
+ "higher_is_better": true
124
+ }
125
+ ],
126
+ "output_type": "multiple_choice",
127
+ "repeats": 1,
128
+ "should_decontaminate": false,
129
+ "metadata": {
130
+ "version": 0.0
131
+ }
132
+ },
133
+ "fugiat-magnam-2903_lsat-lr_cot": {
134
+ "task": "fugiat-magnam-2903_lsat-lr_cot",
135
+ "tag": "logikon-bench",
136
+ "group": "logikon-bench",
137
+ "dataset_path": "cot-leaderboard/cot-eval-traces-2.0",
138
+ "dataset_kwargs": {
139
+ "data_files": {
140
+ "test": "data/Qwen/Qwen2-7B-Instruct/fugiat-magnam-2903-lsat-lr.parquet"
141
+ }
142
+ },
143
+ "test_split": "test",
144
+ "doc_to_text": "def doc_to_text_cot(doc) -> str:\n \"\"\"\n Answer the following question about the given passage. [Base your answer on the reasoning below.]\n \n Passage: <passage>\n \n Question: <question>\n A. <choice1>\n B. <choice2>\n C. <choice3>\n D. <choice4>\n [E. <choice5>]\n \n [Reasoning: <reasoning>]\n \n Answer:\n \"\"\"\n k = len(doc[\"options\"])\n choices = [\"a\", \"b\", \"c\", \"d\", \"e\"][:k]\n prompt = \"Answer the following question about the given passage. Base your answer on the reasoning below.\\n\\n\"\n prompt = \"Passage: \" + doc[\"passage\"] + \"\\n\\n\"\n prompt += \"Question: \" + doc[\"question\"] + \"\\n\"\n for choice, option in zip(choices, doc[\"options\"]):\n prompt += f\"{choice.upper()}. {option}\\n\"\n prompt += \"\\n\"\n prompt += \"Reasoning: \" + doc[\"reasoning_trace\"] + \"\\n\\n\" \n prompt += \"Answer:\"\n return prompt\n",
145
+ "doc_to_target": "{{answer}}",
146
+ "doc_to_choice": "{{options}}",
147
+ "description": "",
148
+ "target_delimiter": " ",
149
+ "fewshot_delimiter": "\n\n",
150
+ "num_fewshot": 0,
151
+ "metric_list": [
152
+ {
153
+ "metric": "acc",
154
+ "aggregation": "mean",
155
+ "higher_is_better": true
156
+ }
157
+ ],
158
+ "output_type": "multiple_choice",
159
+ "repeats": 1,
160
+ "should_decontaminate": false,
161
+ "metadata": {
162
+ "version": 0.0
163
+ }
164
+ },
165
+ "fugiat-magnam-2903_lsat-rc_cot": {
166
+ "task": "fugiat-magnam-2903_lsat-rc_cot",
167
+ "tag": "logikon-bench",
168
+ "group": "logikon-bench",
169
+ "dataset_path": "cot-leaderboard/cot-eval-traces-2.0",
170
+ "dataset_kwargs": {
171
+ "data_files": {
172
+ "test": "data/Qwen/Qwen2-7B-Instruct/fugiat-magnam-2903-lsat-rc.parquet"
173
+ }
174
+ },
175
+ "test_split": "test",
176
+ "doc_to_text": "def doc_to_text_cot(doc) -> str:\n \"\"\"\n Answer the following question about the given passage. [Base your answer on the reasoning below.]\n \n Passage: <passage>\n \n Question: <question>\n A. <choice1>\n B. <choice2>\n C. <choice3>\n D. <choice4>\n [E. <choice5>]\n \n [Reasoning: <reasoning>]\n \n Answer:\n \"\"\"\n k = len(doc[\"options\"])\n choices = [\"a\", \"b\", \"c\", \"d\", \"e\"][:k]\n prompt = \"Answer the following question about the given passage. Base your answer on the reasoning below.\\n\\n\"\n prompt = \"Passage: \" + doc[\"passage\"] + \"\\n\\n\"\n prompt += \"Question: \" + doc[\"question\"] + \"\\n\"\n for choice, option in zip(choices, doc[\"options\"]):\n prompt += f\"{choice.upper()}. {option}\\n\"\n prompt += \"\\n\"\n prompt += \"Reasoning: \" + doc[\"reasoning_trace\"] + \"\\n\\n\" \n prompt += \"Answer:\"\n return prompt\n",
177
+ "doc_to_target": "{{answer}}",
178
+ "doc_to_choice": "{{options}}",
179
+ "description": "",
180
+ "target_delimiter": " ",
181
+ "fewshot_delimiter": "\n\n",
182
+ "num_fewshot": 0,
183
+ "metric_list": [
184
+ {
185
+ "metric": "acc",
186
+ "aggregation": "mean",
187
+ "higher_is_better": true
188
+ }
189
+ ],
190
+ "output_type": "multiple_choice",
191
+ "repeats": 1,
192
+ "should_decontaminate": false,
193
+ "metadata": {
194
+ "version": 0.0
195
+ }
196
+ }
197
+ },
198
+ "versions": {
199
+ "fugiat-magnam-2903_logiqa2_cot": 0.0,
200
+ "fugiat-magnam-2903_logiqa_cot": 0.0,
201
+ "fugiat-magnam-2903_lsat-ar_cot": 0.0,
202
+ "fugiat-magnam-2903_lsat-lr_cot": 0.0,
203
+ "fugiat-magnam-2903_lsat-rc_cot": 0.0
204
+ },
205
+ "n-shot": {
206
+ "fugiat-magnam-2903_logiqa2_cot": 0,
207
+ "fugiat-magnam-2903_logiqa_cot": 0,
208
+ "fugiat-magnam-2903_lsat-ar_cot": 0,
209
+ "fugiat-magnam-2903_lsat-lr_cot": 0,
210
+ "fugiat-magnam-2903_lsat-rc_cot": 0
211
+ },
212
+ "higher_is_better": {
213
+ "fugiat-magnam-2903_logiqa2_cot": {
214
+ "acc": true
215
+ },
216
+ "fugiat-magnam-2903_logiqa_cot": {
217
+ "acc": true
218
+ },
219
+ "fugiat-magnam-2903_lsat-ar_cot": {
220
+ "acc": true
221
+ },
222
+ "fugiat-magnam-2903_lsat-lr_cot": {
223
+ "acc": true
224
+ },
225
+ "fugiat-magnam-2903_lsat-rc_cot": {
226
+ "acc": true
227
+ }
228
+ },
229
+ "n-samples": {
230
+ "fugiat-magnam-2903_lsat-rc_cot": {
231
+ "original": 269,
232
+ "effective": 269
233
+ },
234
+ "fugiat-magnam-2903_lsat-lr_cot": {
235
+ "original": 510,
236
+ "effective": 510
237
+ },
238
+ "fugiat-magnam-2903_lsat-ar_cot": {
239
+ "original": 230,
240
+ "effective": 230
241
+ },
242
+ "fugiat-magnam-2903_logiqa_cot": {
243
+ "original": 626,
244
+ "effective": 626
245
+ },
246
+ "fugiat-magnam-2903_logiqa2_cot": {
247
+ "original": 1572,
248
+ "effective": 1572
249
+ }
250
+ },
251
+ "config": {
252
+ "model": "local-completions",
253
+ "model_args": "base_url=http://localhost:8000/v1/completions,num_concurrent=1,max_retries=3,tokenized_requests=False,model=Qwen/Qwen2-7B-Instruct",
254
+ "batch_size": "1",
255
+ "batch_sizes": [],
256
+ "device": null,
257
+ "use_cache": null,
258
+ "limit": null,
259
+ "bootstrap_iters": 100000,
260
+ "gen_kwargs": null,
261
+ "random_seed": 0,
262
+ "numpy_seed": 1234,
263
+ "torch_seed": 1234,
264
+ "fewshot_seed": 1234
265
+ },
266
+ "git_hash": "fc673dc",
267
+ "date": 1727299622.6026413,
268
+ "pretty_env_info": "PyTorch version: 2.4.1+cu121\nIs debug build: False\nCUDA used to build PyTorch: 12.1\nROCM used to build PyTorch: N/A\n\nOS: Red Hat Enterprise Linux release 8.8 (Ootpa) (x86_64)\nGCC version: (GCC) 8.5.0 20210514 (Red Hat 8.5.0-18)\nClang version: Could not collect\nCMake version: version 3.20.2\nLibc version: glibc-2.28\n\nPython version: 3.11.2 (main, May 20 2024, 08:58:58) [GCC 8.5.0 20210514 (Red Hat 8.5.0-18)] (64-bit runtime)\nPython platform: Linux-4.18.0-477.70.1.el8_8.x86_64-x86_64-with-glibc2.28\nIs CUDA available: True\nCUDA runtime version: 12.2.140\nCUDA_MODULE_LOADING set to: LAZY\nGPU models and configuration: GPU 0: NVIDIA A100-SXM4-40GB\nNvidia driver version: 550.54.15\ncuDNN version: Could not collect\nHIP runtime version: N/A\nMIOpen runtime version: N/A\nIs XNNPACK available: True\n\nCPU:\nArchitektur: x86_64\nCPU Operationsmodus: 32-bit, 64-bit\nByte-Reihenfolge: Little Endian\nCPU(s): 152\nListe der Online-CPU(s): 0-151\nThread(s) pro Kern: 2\nKern(e) pro Socket: 38\nSockel: 2\nNUMA-Knoten: 2\nAnbieterkennung: GenuineIntel\nProzessorfamilie: 6\nModell: 106\nModellname: Intel(R) Xeon(R) Platinum 8368 CPU @ 2.40GHz\nStepping: 6\nCPU MHz: 2400.000\nMaximale Taktfrequenz der CPU: 3400,0000\nMinimale Taktfrequenz der CPU: 800,0000\nBogoMIPS: 4800.00\nVirtualisierung: VT-x\nL1d Cache: 48K\nL1i Cache: 32K\nL2 Cache: 1280K\nL3 Cache: 58368K\nNUMA-Knoten0 CPU(s): 0-37,76-113\nNUMA-Knoten1 CPU(s): 38-75,114-151\nMarkierungen: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb intel_pt avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local split_lock_detect wbnoinvd dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme avx512_vpopcntdq la57 rdpid fsrm md_clear pconfig flush_l1d arch_capabilities\n\nVersions of relevant libraries:\n[pip3] numpy==1.26.4\n[pip3] torch==2.4.1\n[pip3] triton==3.0.0\n[conda] Could not collect",
269
+ "transformers_version": "4.44.2",
270
+ "upper_git_hash": null,
271
+ "tokenizer_pad_token": [
272
+ "<|endoftext|>",
273
+ "151643"
274
+ ],
275
+ "tokenizer_eos_token": [
276
+ "<|im_end|>",
277
+ "151645"
278
+ ],
279
+ "tokenizer_bos_token": [
280
+ null,
281
+ "None"
282
+ ],
283
+ "eot_token_id": 151645,
284
+ "max_length": 2047,
285
+ "task_hashes": {},
286
+ "model_source": "local-completions",
287
+ "model_name": "Qwen/Qwen2-7B-Instruct",
288
+ "model_name_sanitized": "Qwen__Qwen2-7B-Instruct",
289
+ "system_instruction": null,
290
+ "system_instruction_sha": null,
291
+ "fewshot_as_multiturn": false,
292
+ "chat_template": null,
293
+ "chat_template_sha": null,
294
+ "start_time": 111322.993977266,
295
+ "end_time": 112850.290065494,
296
+ "total_evaluation_time_seconds": "1527.2960882280022"
297
+ }