ggbetz's picture
Upload results for model upstage/SOLAR-10.7B-v1.0 (#252)
504da60 verified
raw history blame
No virus
9.87 kB
{
"results": {
"vel-facilis-1995_logiqa2_base": {
"acc,none": 0.3473282442748092,
"acc_stderr,none": 0.012012388444113198,
"alias": "vel-facilis-1995_logiqa2_base"
},
"vel-facilis-1995_logiqa_base": {
"acc,none": 0.3274760383386581,
"acc_stderr,none": 0.018771701367864362,
"alias": "vel-facilis-1995_logiqa_base"
},
"vel-facilis-1995_lsat-ar_base": {
"acc,none": 0.24782608695652175,
"acc_stderr,none": 0.028530862595410062,
"alias": "vel-facilis-1995_lsat-ar_base"
},
"vel-facilis-1995_lsat-lr_base": {
"acc,none": 0.2549019607843137,
"acc_stderr,none": 0.01931676548053297,
"alias": "vel-facilis-1995_lsat-lr_base"
},
"vel-facilis-1995_lsat-rc_base": {
"acc,none": 0.3643122676579926,
"acc_stderr,none": 0.02939621506324138,
"alias": "vel-facilis-1995_lsat-rc_base"
}
},
"configs": {
"vel-facilis-1995_logiqa2_base": {
"task": "vel-facilis-1995_logiqa2_base",
"group": "logikon-bench",
"dataset_path": "cot-leaderboard/cot-eval-traces",
"dataset_kwargs": {
"data_files": {
"test": "vel-facilis-1995-logiqa2/test-00000-of-00001.parquet"
}
},
"test_split": "test",
"doc_to_text": "def doc_to_text(doc) -> str:\n \"\"\"\n Answer the following question about the given passage.\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 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.\\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 += \"Answer:\"\n return prompt\n",
"doc_to_target": "{{answer}}",
"doc_to_choice": "{{options}}",
"description": "",
"target_delimiter": " ",
"fewshot_delimiter": "\n\n",
"num_fewshot": 0,
"metric_list": [
{
"metric": "acc",
"aggregation": "mean",
"higher_is_better": true
}
],
"output_type": "multiple_choice",
"repeats": 1,
"should_decontaminate": false,
"metadata": {
"version": 0.0
}
},
"vel-facilis-1995_logiqa_base": {
"task": "vel-facilis-1995_logiqa_base",
"group": "logikon-bench",
"dataset_path": "cot-leaderboard/cot-eval-traces",
"dataset_kwargs": {
"data_files": {
"test": "vel-facilis-1995-logiqa/test-00000-of-00001.parquet"
}
},
"test_split": "test",
"doc_to_text": "def doc_to_text(doc) -> str:\n \"\"\"\n Answer the following question about the given passage.\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 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.\\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 += \"Answer:\"\n return prompt\n",
"doc_to_target": "{{answer}}",
"doc_to_choice": "{{options}}",
"description": "",
"target_delimiter": " ",
"fewshot_delimiter": "\n\n",
"num_fewshot": 0,
"metric_list": [
{
"metric": "acc",
"aggregation": "mean",
"higher_is_better": true
}
],
"output_type": "multiple_choice",
"repeats": 1,
"should_decontaminate": false,
"metadata": {
"version": 0.0
}
},
"vel-facilis-1995_lsat-ar_base": {
"task": "vel-facilis-1995_lsat-ar_base",
"group": "logikon-bench",
"dataset_path": "cot-leaderboard/cot-eval-traces",
"dataset_kwargs": {
"data_files": {
"test": "vel-facilis-1995-lsat-ar/test-00000-of-00001.parquet"
}
},
"test_split": "test",
"doc_to_text": "def doc_to_text(doc) -> str:\n \"\"\"\n Answer the following question about the given passage.\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 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.\\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 += \"Answer:\"\n return prompt\n",
"doc_to_target": "{{answer}}",
"doc_to_choice": "{{options}}",
"description": "",
"target_delimiter": " ",
"fewshot_delimiter": "\n\n",
"num_fewshot": 0,
"metric_list": [
{
"metric": "acc",
"aggregation": "mean",
"higher_is_better": true
}
],
"output_type": "multiple_choice",
"repeats": 1,
"should_decontaminate": false,
"metadata": {
"version": 0.0
}
},
"vel-facilis-1995_lsat-lr_base": {
"task": "vel-facilis-1995_lsat-lr_base",
"group": "logikon-bench",
"dataset_path": "cot-leaderboard/cot-eval-traces",
"dataset_kwargs": {
"data_files": {
"test": "vel-facilis-1995-lsat-lr/test-00000-of-00001.parquet"
}
},
"test_split": "test",
"doc_to_text": "def doc_to_text(doc) -> str:\n \"\"\"\n Answer the following question about the given passage.\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 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.\\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 += \"Answer:\"\n return prompt\n",
"doc_to_target": "{{answer}}",
"doc_to_choice": "{{options}}",
"description": "",
"target_delimiter": " ",
"fewshot_delimiter": "\n\n",
"num_fewshot": 0,
"metric_list": [
{
"metric": "acc",
"aggregation": "mean",
"higher_is_better": true
}
],
"output_type": "multiple_choice",
"repeats": 1,
"should_decontaminate": false,
"metadata": {
"version": 0.0
}
},
"vel-facilis-1995_lsat-rc_base": {
"task": "vel-facilis-1995_lsat-rc_base",
"group": "logikon-bench",
"dataset_path": "cot-leaderboard/cot-eval-traces",
"dataset_kwargs": {
"data_files": {
"test": "vel-facilis-1995-lsat-rc/test-00000-of-00001.parquet"
}
},
"test_split": "test",
"doc_to_text": "def doc_to_text(doc) -> str:\n \"\"\"\n Answer the following question about the given passage.\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 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.\\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 += \"Answer:\"\n return prompt\n",
"doc_to_target": "{{answer}}",
"doc_to_choice": "{{options}}",
"description": "",
"target_delimiter": " ",
"fewshot_delimiter": "\n\n",
"num_fewshot": 0,
"metric_list": [
{
"metric": "acc",
"aggregation": "mean",
"higher_is_better": true
}
],
"output_type": "multiple_choice",
"repeats": 1,
"should_decontaminate": false,
"metadata": {
"version": 0.0
}
}
},
"versions": {
"vel-facilis-1995_logiqa2_base": 0.0,
"vel-facilis-1995_logiqa_base": 0.0,
"vel-facilis-1995_lsat-ar_base": 0.0,
"vel-facilis-1995_lsat-lr_base": 0.0,
"vel-facilis-1995_lsat-rc_base": 0.0
},
"n-shot": {
"vel-facilis-1995_logiqa2_base": 0,
"vel-facilis-1995_logiqa_base": 0,
"vel-facilis-1995_lsat-ar_base": 0,
"vel-facilis-1995_lsat-lr_base": 0,
"vel-facilis-1995_lsat-rc_base": 0
},
"config": {
"model": "vllm",
"model_args": "pretrained=upstage/SOLAR-10.7B-v1.0,revision=main,dtype=float16,tensor_parallel_size=2,gpu_memory_utilization=0.8,trust_remote_code=true,max_length=2048",
"batch_size": "auto",
"batch_sizes": [],
"device": null,
"use_cache": null,
"limit": null,
"bootstrap_iters": 100000,
"gen_kwargs": null
},
"git_hash": "741db1c"
}