Upload domain_task_map.json with huggingface_hub
Browse files- domain_task_map.json +53 -0
domain_task_map.json
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"knowledge": [
|
| 3 |
+
"mmlu",
|
| 4 |
+
"mmlu_pro",
|
| 5 |
+
"C-Eval",
|
| 6 |
+
"AGIEval English",
|
| 7 |
+
"SQuAD",
|
| 8 |
+
"gpqa",
|
| 9 |
+
"natural_qa",
|
| 10 |
+
"trivia_qa"
|
| 11 |
+
],
|
| 12 |
+
"reasoning": [
|
| 13 |
+
"bbh",
|
| 14 |
+
"TheoremQA",
|
| 15 |
+
"WinoGrande",
|
| 16 |
+
"OpenBookQA",
|
| 17 |
+
"BoolQ",
|
| 18 |
+
"DROP",
|
| 19 |
+
"musr",
|
| 20 |
+
"gpqa",
|
| 21 |
+
"agentverse-logicgrid",
|
| 22 |
+
"commonsense_qa",
|
| 23 |
+
"openbook_qa",
|
| 24 |
+
"arc_challenge"
|
| 25 |
+
],
|
| 26 |
+
"qa": [
|
| 27 |
+
"SQuAD",
|
| 28 |
+
"BoolQ",
|
| 29 |
+
"DROP",
|
| 30 |
+
"TruthfulQA",
|
| 31 |
+
"commongen",
|
| 32 |
+
"natural_qa",
|
| 33 |
+
"trivia_qa"
|
| 34 |
+
],
|
| 35 |
+
"math": [
|
| 36 |
+
"math",
|
| 37 |
+
"TheoremQA",
|
| 38 |
+
"agentverse-mgsm",
|
| 39 |
+
"gsm8k"
|
| 40 |
+
],
|
| 41 |
+
"coding": [
|
| 42 |
+
"MultiPL-E",
|
| 43 |
+
"EvalPlus",
|
| 44 |
+
"mbpp",
|
| 45 |
+
"human_eval"
|
| 46 |
+
],
|
| 47 |
+
"alignment": [
|
| 48 |
+
"ifeval",
|
| 49 |
+
"WildBench",
|
| 50 |
+
"TruthfulQA",
|
| 51 |
+
"commongen"
|
| 52 |
+
]
|
| 53 |
+
}
|