Commit
·
d7a4441
1
Parent(s):
7b1ec6f
updated multilang
Browse files- compile-results.ipynb +6 -4
- lm-eval-output/meta-llama/Llama-2-7b-chat-hf/lambada_multilingual/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json +252 -0
- lm-eval-output/meta-llama/Llama-2-7b-chat-hf/lambada_multilingual/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log +3 -0
- lm-eval-output/meta-llama/Llama-2-7b-chat-hf/pawsx/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json +283 -0
- lm-eval-output/meta-llama/Llama-2-7b-chat-hf/pawsx/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log +3 -0
- lm-eval-output/meta-llama/Llama-2-7b-chat-hf/xnli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json +548 -0
- lm-eval-output/meta-llama/Llama-2-7b-chat-hf/xnli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log +3 -0
- lm-eval-output/meta-llama/Llama-2-7b-chat-hf/xstorycloze/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json +423 -0
- lm-eval-output/meta-llama/Llama-2-7b-chat-hf/xstorycloze/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log +3 -0
- lm-eval-output/meta-llama/Llama-2-7b-chat-hf/xwinograd/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json +248 -0
- lm-eval-output/meta-llama/Llama-2-7b-chat-hf/xwinograd/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log +3 -0
- lm-eval-output/mistralai/Mistral-7B-v0.1/lambada_multilingual/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json +30 -30
- lm-eval-output/mistralai/Mistral-7B-v0.1/lambada_multilingual/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log +2 -2
- lm-eval-output/mistralai/Mistral-7B-v0.1/pawsx/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json +20 -20
- lm-eval-output/mistralai/Mistral-7B-v0.1/pawsx/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log +2 -2
- lm-eval-output/mistralai/Mistral-7B-v0.1/xcopa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json +34 -34
- lm-eval-output/mistralai/Mistral-7B-v0.1/xcopa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log +2 -2
- lm-eval-output/mistralai/Mistral-7B-v0.1/xnli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json +36 -36
- lm-eval-output/mistralai/Mistral-7B-v0.1/xnli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log +2 -2
- lm-eval-output/mistralai/Mistral-7B-v0.1/xstorycloze/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json +26 -26
- lm-eval-output/mistralai/Mistral-7B-v0.1/xstorycloze/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log +2 -2
- lm-eval-output/mistralai/Mistral-7B-v0.1/xwinograd/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json +15 -15
- lm-eval-output/mistralai/Mistral-7B-v0.1/xwinograd/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log +2 -2
- summary/bf16-all-results-and-groups.csv +2 -2
- summary/bf16-eng-results.csv +2 -2
- summary/bf16-eng-summary.csv +2 -2
- summary/bf16-multilang-results.csv +2 -2
- summary/bf16-multilang-summary.csv +2 -2
- summary/bf16-sorted-eng-results.csv +2 -2
- summary/bf16-sorted-eng-summary.csv +2 -2
- summary/bf16-sorted-multilang-summary.csv +2 -2
- summary/compiled-lm-eval-results.json +2 -2
compile-results.ipynb
CHANGED
|
@@ -837,6 +837,8 @@
|
|
| 837 |
"# Multilang results\n",
|
| 838 |
"multiLang_tTest = [\"xcopa_*\", \"xnli_*\", \"xstorycloze_*\", \"xwinograd_*\", \"lambada_openai_*\", \"pawsx_*\"]\n",
|
| 839 |
"multiLang_tGrps = [\"xcopa\", \"xnli\", \"xstorycloze\", \"xwinograd\", \"lambada_multilingual\", \"pawsx\"]\n",
|
|
|
|
|
|
|
| 840 |
"\n",
|
| 841 |
"multilang_grp = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=multiLang_tGrps, inResults=[] )\n",
|
| 842 |
"multilang_test = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=multiLang_tGrps, inResults=multiLang_tTest )\n",
|
|
@@ -847,10 +849,10 @@
|
|
| 847 |
"multilang_grp_sorted.to_csv('summary/bf16-sorted-multilang-summary.csv', index=False)\n",
|
| 848 |
"\n",
|
| 849 |
"# All other results\n",
|
| 850 |
-
"eng_grp = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=[\"*\"], inResults=[], exGroups=
|
| 851 |
-
"eng_grp_sorted = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=[\"*\"], inResults=[], exGroups=
|
| 852 |
-
"eng_test = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=[\"*\"], inResults=[\"*\"], exGroups=
|
| 853 |
-
"eng_test_sorted = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=[\"*\"], inResults=[\"*\"], exGroups=
|
| 854 |
"\n",
|
| 855 |
"eng_grp.to_csv('summary/bf16-eng-summary.csv', index=False)\n",
|
| 856 |
"eng_test.to_csv('summary/bf16-eng-results.csv', index=False)\n",
|
|
|
|
| 837 |
"# Multilang results\n",
|
| 838 |
"multiLang_tTest = [\"xcopa_*\", \"xnli_*\", \"xstorycloze_*\", \"xwinograd_*\", \"lambada_openai_*\", \"pawsx_*\"]\n",
|
| 839 |
"multiLang_tGrps = [\"xcopa\", \"xnli\", \"xstorycloze\", \"xwinograd\", \"lambada_multilingual\", \"pawsx\"]\n",
|
| 840 |
+
"# Both test and groups, merged into a single list\n",
|
| 841 |
+
"multiLang_joint = multiLang_tTest + multiLang_tGrps\n",
|
| 842 |
"\n",
|
| 843 |
"multilang_grp = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=multiLang_tGrps, inResults=[] )\n",
|
| 844 |
"multilang_test = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=multiLang_tGrps, inResults=multiLang_tTest )\n",
|
|
|
|
| 849 |
"multilang_grp_sorted.to_csv('summary/bf16-sorted-multilang-summary.csv', index=False)\n",
|
| 850 |
"\n",
|
| 851 |
"# All other results\n",
|
| 852 |
+
"eng_grp = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=[\"*\"], inResults=[], exGroups=multiLang_joint, exResults=multiLang_joint )\n",
|
| 853 |
+
"eng_grp_sorted = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=[\"*\"], inResults=[], exGroups=multiLang_joint, exResults=multiLang_joint, sort=True )\n",
|
| 854 |
+
"eng_test = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=[\"*\"], inResults=[\"*\"], exGroups=multiLang_joint, exResults=multiLang_joint )\n",
|
| 855 |
+
"eng_test_sorted = generate_result_table( inConfig = { \"dtype\": \"bfloat16\" }, inGroups=[\"*\"], inResults=[\"*\"], exGroups=multiLang_joint, exResults=multiLang_joint, sort=True )\n",
|
| 856 |
"\n",
|
| 857 |
"eng_grp.to_csv('summary/bf16-eng-summary.csv', index=False)\n",
|
| 858 |
"eng_test.to_csv('summary/bf16-eng-results.csv', index=False)\n",
|
lm-eval-output/meta-llama/Llama-2-7b-chat-hf/lambada_multilingual/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json
ADDED
|
@@ -0,0 +1,252 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"results": {
|
| 3 |
+
"lambada_multilingual": {
|
| 4 |
+
"perplexity,none": 57.042172854076604,
|
| 5 |
+
"perplexity_stderr,none": 26.965652387645022,
|
| 6 |
+
"acc,none": 0.4823986027556763,
|
| 7 |
+
"acc_stderr,none": 0.09072647847465312,
|
| 8 |
+
"alias": "lambada_multilingual"
|
| 9 |
+
},
|
| 10 |
+
"lambada_openai_mt_de": {
|
| 11 |
+
"perplexity,none": 107.88641822332492,
|
| 12 |
+
"perplexity_stderr,none": 8.346927407066568,
|
| 13 |
+
"acc,none": 0.3811372016301184,
|
| 14 |
+
"acc_stderr,none": 0.006766279471108957,
|
| 15 |
+
"alias": " - lambada_openai_mt_de"
|
| 16 |
+
},
|
| 17 |
+
"lambada_openai_mt_en": {
|
| 18 |
+
"perplexity,none": 3.26738661283498,
|
| 19 |
+
"perplexity_stderr,none": 0.08670177584512109,
|
| 20 |
+
"acc,none": 0.7073549388705609,
|
| 21 |
+
"acc_stderr,none": 0.006338717071166964,
|
| 22 |
+
"alias": " - lambada_openai_mt_en"
|
| 23 |
+
},
|
| 24 |
+
"lambada_openai_mt_es": {
|
| 25 |
+
"perplexity,none": 70.10198485582532,
|
| 26 |
+
"perplexity_stderr,none": 4.9188446355598225,
|
| 27 |
+
"acc,none": 0.3782262759557539,
|
| 28 |
+
"acc_stderr,none": 0.006756224989789186,
|
| 29 |
+
"alias": " - lambada_openai_mt_es"
|
| 30 |
+
},
|
| 31 |
+
"lambada_openai_mt_fr": {
|
| 32 |
+
"perplexity,none": 39.30187309975079,
|
| 33 |
+
"perplexity_stderr,none": 2.704778816496143,
|
| 34 |
+
"acc,none": 0.492140500679216,
|
| 35 |
+
"acc_stderr,none": 0.006965117003048606,
|
| 36 |
+
"alias": " - lambada_openai_mt_fr"
|
| 37 |
+
},
|
| 38 |
+
"lambada_openai_mt_it": {
|
| 39 |
+
"perplexity,none": 64.65320147864703,
|
| 40 |
+
"perplexity_stderr,none": 4.8964710849417665,
|
| 41 |
+
"acc,none": 0.4531340966427324,
|
| 42 |
+
"acc_stderr,none": 0.006935309823023549,
|
| 43 |
+
"alias": " - lambada_openai_mt_it"
|
| 44 |
+
}
|
| 45 |
+
},
|
| 46 |
+
"groups": {
|
| 47 |
+
"lambada_multilingual": {
|
| 48 |
+
"perplexity,none": 57.042172854076604,
|
| 49 |
+
"perplexity_stderr,none": 26.965652387645022,
|
| 50 |
+
"acc,none": 0.4823986027556763,
|
| 51 |
+
"acc_stderr,none": 0.09072647847465312,
|
| 52 |
+
"alias": "lambada_multilingual"
|
| 53 |
+
}
|
| 54 |
+
},
|
| 55 |
+
"configs": {
|
| 56 |
+
"lambada_openai_mt_de": {
|
| 57 |
+
"task": "lambada_openai_mt_de",
|
| 58 |
+
"group": [
|
| 59 |
+
"lambada_multilingual"
|
| 60 |
+
],
|
| 61 |
+
"dataset_path": "EleutherAI/lambada_openai",
|
| 62 |
+
"dataset_name": "de",
|
| 63 |
+
"test_split": "test",
|
| 64 |
+
"doc_to_text": "{{text.split(' ')[:-1]|join(' ')}}",
|
| 65 |
+
"doc_to_target": "{{' '+text.split(' ')[-1]}}",
|
| 66 |
+
"description": "",
|
| 67 |
+
"target_delimiter": " ",
|
| 68 |
+
"fewshot_delimiter": "\n\n",
|
| 69 |
+
"metric_list": [
|
| 70 |
+
{
|
| 71 |
+
"metric": "perplexity",
|
| 72 |
+
"aggregation": "perplexity",
|
| 73 |
+
"higher_is_better": false
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"metric": "acc",
|
| 77 |
+
"aggregation": "mean",
|
| 78 |
+
"higher_is_better": true
|
| 79 |
+
}
|
| 80 |
+
],
|
| 81 |
+
"output_type": "loglikelihood",
|
| 82 |
+
"repeats": 1,
|
| 83 |
+
"should_decontaminate": true,
|
| 84 |
+
"doc_to_decontamination_query": "{{text}}",
|
| 85 |
+
"metadata": {
|
| 86 |
+
"version": 1.0
|
| 87 |
+
}
|
| 88 |
+
},
|
| 89 |
+
"lambada_openai_mt_en": {
|
| 90 |
+
"task": "lambada_openai_mt_en",
|
| 91 |
+
"group": [
|
| 92 |
+
"lambada_multilingual"
|
| 93 |
+
],
|
| 94 |
+
"dataset_path": "EleutherAI/lambada_openai",
|
| 95 |
+
"dataset_name": "en",
|
| 96 |
+
"test_split": "test",
|
| 97 |
+
"doc_to_text": "{{text.split(' ')[:-1]|join(' ')}}",
|
| 98 |
+
"doc_to_target": "{{' '+text.split(' ')[-1]}}",
|
| 99 |
+
"description": "",
|
| 100 |
+
"target_delimiter": " ",
|
| 101 |
+
"fewshot_delimiter": "\n\n",
|
| 102 |
+
"metric_list": [
|
| 103 |
+
{
|
| 104 |
+
"metric": "perplexity",
|
| 105 |
+
"aggregation": "perplexity",
|
| 106 |
+
"higher_is_better": false
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"metric": "acc",
|
| 110 |
+
"aggregation": "mean",
|
| 111 |
+
"higher_is_better": true
|
| 112 |
+
}
|
| 113 |
+
],
|
| 114 |
+
"output_type": "loglikelihood",
|
| 115 |
+
"repeats": 1,
|
| 116 |
+
"should_decontaminate": true,
|
| 117 |
+
"doc_to_decontamination_query": "{{text}}",
|
| 118 |
+
"metadata": {
|
| 119 |
+
"version": 1.0
|
| 120 |
+
}
|
| 121 |
+
},
|
| 122 |
+
"lambada_openai_mt_es": {
|
| 123 |
+
"task": "lambada_openai_mt_es",
|
| 124 |
+
"group": [
|
| 125 |
+
"lambada_multilingual"
|
| 126 |
+
],
|
| 127 |
+
"dataset_path": "EleutherAI/lambada_openai",
|
| 128 |
+
"dataset_name": "es",
|
| 129 |
+
"test_split": "test",
|
| 130 |
+
"doc_to_text": "{{text.split(' ')[:-1]|join(' ')}}",
|
| 131 |
+
"doc_to_target": "{{' '+text.split(' ')[-1]}}",
|
| 132 |
+
"description": "",
|
| 133 |
+
"target_delimiter": " ",
|
| 134 |
+
"fewshot_delimiter": "\n\n",
|
| 135 |
+
"metric_list": [
|
| 136 |
+
{
|
| 137 |
+
"metric": "perplexity",
|
| 138 |
+
"aggregation": "perplexity",
|
| 139 |
+
"higher_is_better": false
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"metric": "acc",
|
| 143 |
+
"aggregation": "mean",
|
| 144 |
+
"higher_is_better": true
|
| 145 |
+
}
|
| 146 |
+
],
|
| 147 |
+
"output_type": "loglikelihood",
|
| 148 |
+
"repeats": 1,
|
| 149 |
+
"should_decontaminate": true,
|
| 150 |
+
"doc_to_decontamination_query": "{{text}}",
|
| 151 |
+
"metadata": {
|
| 152 |
+
"version": 1.0
|
| 153 |
+
}
|
| 154 |
+
},
|
| 155 |
+
"lambada_openai_mt_fr": {
|
| 156 |
+
"task": "lambada_openai_mt_fr",
|
| 157 |
+
"group": [
|
| 158 |
+
"lambada_multilingual"
|
| 159 |
+
],
|
| 160 |
+
"dataset_path": "EleutherAI/lambada_openai",
|
| 161 |
+
"dataset_name": "fr",
|
| 162 |
+
"test_split": "test",
|
| 163 |
+
"doc_to_text": "{{text.split(' ')[:-1]|join(' ')}}",
|
| 164 |
+
"doc_to_target": "{{' '+text.split(' ')[-1]}}",
|
| 165 |
+
"description": "",
|
| 166 |
+
"target_delimiter": " ",
|
| 167 |
+
"fewshot_delimiter": "\n\n",
|
| 168 |
+
"metric_list": [
|
| 169 |
+
{
|
| 170 |
+
"metric": "perplexity",
|
| 171 |
+
"aggregation": "perplexity",
|
| 172 |
+
"higher_is_better": false
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"metric": "acc",
|
| 176 |
+
"aggregation": "mean",
|
| 177 |
+
"higher_is_better": true
|
| 178 |
+
}
|
| 179 |
+
],
|
| 180 |
+
"output_type": "loglikelihood",
|
| 181 |
+
"repeats": 1,
|
| 182 |
+
"should_decontaminate": true,
|
| 183 |
+
"doc_to_decontamination_query": "{{text}}",
|
| 184 |
+
"metadata": {
|
| 185 |
+
"version": 1.0
|
| 186 |
+
}
|
| 187 |
+
},
|
| 188 |
+
"lambada_openai_mt_it": {
|
| 189 |
+
"task": "lambada_openai_mt_it",
|
| 190 |
+
"group": [
|
| 191 |
+
"lambada_multilingual"
|
| 192 |
+
],
|
| 193 |
+
"dataset_path": "EleutherAI/lambada_openai",
|
| 194 |
+
"dataset_name": "it",
|
| 195 |
+
"test_split": "test",
|
| 196 |
+
"doc_to_text": "{{text.split(' ')[:-1]|join(' ')}}",
|
| 197 |
+
"doc_to_target": "{{' '+text.split(' ')[-1]}}",
|
| 198 |
+
"description": "",
|
| 199 |
+
"target_delimiter": " ",
|
| 200 |
+
"fewshot_delimiter": "\n\n",
|
| 201 |
+
"metric_list": [
|
| 202 |
+
{
|
| 203 |
+
"metric": "perplexity",
|
| 204 |
+
"aggregation": "perplexity",
|
| 205 |
+
"higher_is_better": false
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"metric": "acc",
|
| 209 |
+
"aggregation": "mean",
|
| 210 |
+
"higher_is_better": true
|
| 211 |
+
}
|
| 212 |
+
],
|
| 213 |
+
"output_type": "loglikelihood",
|
| 214 |
+
"repeats": 1,
|
| 215 |
+
"should_decontaminate": true,
|
| 216 |
+
"doc_to_decontamination_query": "{{text}}",
|
| 217 |
+
"metadata": {
|
| 218 |
+
"version": 1.0
|
| 219 |
+
}
|
| 220 |
+
}
|
| 221 |
+
},
|
| 222 |
+
"versions": {
|
| 223 |
+
"lambada_multilingual": "N/A",
|
| 224 |
+
"lambada_openai_mt_de": 1.0,
|
| 225 |
+
"lambada_openai_mt_en": 1.0,
|
| 226 |
+
"lambada_openai_mt_es": 1.0,
|
| 227 |
+
"lambada_openai_mt_fr": 1.0,
|
| 228 |
+
"lambada_openai_mt_it": 1.0
|
| 229 |
+
},
|
| 230 |
+
"n-shot": {
|
| 231 |
+
"lambada_multilingual": 0,
|
| 232 |
+
"lambada_openai_mt_de": 0,
|
| 233 |
+
"lambada_openai_mt_en": 0,
|
| 234 |
+
"lambada_openai_mt_es": 0,
|
| 235 |
+
"lambada_openai_mt_fr": 0,
|
| 236 |
+
"lambada_openai_mt_it": 0
|
| 237 |
+
},
|
| 238 |
+
"config": {
|
| 239 |
+
"model": "hf",
|
| 240 |
+
"model_args": "pretrained=meta-llama/Llama-2-7b-chat-hf,dtype=bfloat16,trust_remote_code=True",
|
| 241 |
+
"batch_size": "auto",
|
| 242 |
+
"batch_sizes": [
|
| 243 |
+
64
|
| 244 |
+
],
|
| 245 |
+
"device": null,
|
| 246 |
+
"use_cache": null,
|
| 247 |
+
"limit": null,
|
| 248 |
+
"bootstrap_iters": 100000,
|
| 249 |
+
"gen_kwargs": null
|
| 250 |
+
},
|
| 251 |
+
"git_hash": "4d19ea9"
|
| 252 |
+
}
|
lm-eval-output/meta-llama/Llama-2-7b-chat-hf/lambada_multilingual/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d08982a75d2987bae6beb2d446c2b6fd205bf935334faf6c2f1daed2ede333cd
|
| 3 |
+
size 36320
|
lm-eval-output/meta-llama/Llama-2-7b-chat-hf/pawsx/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json
ADDED
|
@@ -0,0 +1,283 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"results": {
|
| 3 |
+
"pawsx": {
|
| 4 |
+
"acc,none": 0.44192857142857145,
|
| 5 |
+
"acc_stderr,none": 0.04262578926290293,
|
| 6 |
+
"alias": "pawsx"
|
| 7 |
+
},
|
| 8 |
+
"paws_de": {
|
| 9 |
+
"acc,none": 0.3875,
|
| 10 |
+
"acc_stderr,none": 0.010896386585483742,
|
| 11 |
+
"alias": " - paws_de"
|
| 12 |
+
},
|
| 13 |
+
"paws_en": {
|
| 14 |
+
"acc,none": 0.419,
|
| 15 |
+
"acc_stderr,none": 0.011035415270622925,
|
| 16 |
+
"alias": " - paws_en"
|
| 17 |
+
},
|
| 18 |
+
"paws_es": {
|
| 19 |
+
"acc,none": 0.3865,
|
| 20 |
+
"acc_stderr,none": 0.010891197550868481,
|
| 21 |
+
"alias": " - paws_es"
|
| 22 |
+
},
|
| 23 |
+
"paws_fr": {
|
| 24 |
+
"acc,none": 0.406,
|
| 25 |
+
"acc_stderr,none": 0.010983729838291724,
|
| 26 |
+
"alias": " - paws_fr"
|
| 27 |
+
},
|
| 28 |
+
"paws_ja": {
|
| 29 |
+
"acc,none": 0.5045,
|
| 30 |
+
"acc_stderr,none": 0.011182683094883898,
|
| 31 |
+
"alias": " - paws_ja"
|
| 32 |
+
},
|
| 33 |
+
"paws_ko": {
|
| 34 |
+
"acc,none": 0.536,
|
| 35 |
+
"acc_stderr,none": 0.011154111668060216,
|
| 36 |
+
"alias": " - paws_ko"
|
| 37 |
+
},
|
| 38 |
+
"paws_zh": {
|
| 39 |
+
"acc,none": 0.454,
|
| 40 |
+
"acc_stderr,none": 0.011135708419359803,
|
| 41 |
+
"alias": " - paws_zh"
|
| 42 |
+
}
|
| 43 |
+
},
|
| 44 |
+
"groups": {
|
| 45 |
+
"pawsx": {
|
| 46 |
+
"acc,none": 0.44192857142857145,
|
| 47 |
+
"acc_stderr,none": 0.04262578926290293,
|
| 48 |
+
"alias": "pawsx"
|
| 49 |
+
}
|
| 50 |
+
},
|
| 51 |
+
"configs": {
|
| 52 |
+
"paws_de": {
|
| 53 |
+
"task": "paws_de",
|
| 54 |
+
"group": "pawsx",
|
| 55 |
+
"dataset_path": "paws-x",
|
| 56 |
+
"dataset_name": "de",
|
| 57 |
+
"training_split": "train",
|
| 58 |
+
"validation_split": "validation",
|
| 59 |
+
"test_split": "test",
|
| 60 |
+
"doc_to_text": "",
|
| 61 |
+
"doc_to_target": "label",
|
| 62 |
+
"doc_to_choice": "{{[sentence1+\", richtig? Ja, \"+sentence2, sentence1+\", richtig? Nein, \"+sentence2]}}",
|
| 63 |
+
"description": "",
|
| 64 |
+
"target_delimiter": " ",
|
| 65 |
+
"fewshot_delimiter": "\n\n",
|
| 66 |
+
"metric_list": [
|
| 67 |
+
{
|
| 68 |
+
"metric": "acc",
|
| 69 |
+
"aggregation": "mean",
|
| 70 |
+
"higher_is_better": true
|
| 71 |
+
}
|
| 72 |
+
],
|
| 73 |
+
"output_type": "multiple_choice",
|
| 74 |
+
"repeats": 1,
|
| 75 |
+
"should_decontaminate": false,
|
| 76 |
+
"metadata": {
|
| 77 |
+
"version": 0.0
|
| 78 |
+
}
|
| 79 |
+
},
|
| 80 |
+
"paws_en": {
|
| 81 |
+
"task": "paws_en",
|
| 82 |
+
"group": "pawsx",
|
| 83 |
+
"dataset_path": "paws-x",
|
| 84 |
+
"dataset_name": "en",
|
| 85 |
+
"training_split": "train",
|
| 86 |
+
"validation_split": "validation",
|
| 87 |
+
"test_split": "test",
|
| 88 |
+
"doc_to_text": "",
|
| 89 |
+
"doc_to_target": "label",
|
| 90 |
+
"doc_to_choice": "{{[sentence1+\", right? Yes, \"+sentence2, sentence1+\", right? No, \"+sentence2]}}",
|
| 91 |
+
"description": "",
|
| 92 |
+
"target_delimiter": " ",
|
| 93 |
+
"fewshot_delimiter": "\n\n",
|
| 94 |
+
"metric_list": [
|
| 95 |
+
{
|
| 96 |
+
"metric": "acc",
|
| 97 |
+
"aggregation": "mean",
|
| 98 |
+
"higher_is_better": true
|
| 99 |
+
}
|
| 100 |
+
],
|
| 101 |
+
"output_type": "multiple_choice",
|
| 102 |
+
"repeats": 1,
|
| 103 |
+
"should_decontaminate": false,
|
| 104 |
+
"metadata": {
|
| 105 |
+
"version": 0.0
|
| 106 |
+
}
|
| 107 |
+
},
|
| 108 |
+
"paws_es": {
|
| 109 |
+
"task": "paws_es",
|
| 110 |
+
"group": "pawsx",
|
| 111 |
+
"dataset_path": "paws-x",
|
| 112 |
+
"dataset_name": "es",
|
| 113 |
+
"training_split": "train",
|
| 114 |
+
"validation_split": "validation",
|
| 115 |
+
"test_split": "test",
|
| 116 |
+
"doc_to_text": "",
|
| 117 |
+
"doc_to_target": "label",
|
| 118 |
+
"doc_to_choice": "{{[sentence1+\", verdad? Sí, \"+sentence2, sentence1+\", verdad? No, \"+sentence2]}}",
|
| 119 |
+
"description": "",
|
| 120 |
+
"target_delimiter": " ",
|
| 121 |
+
"fewshot_delimiter": "\n\n",
|
| 122 |
+
"metric_list": [
|
| 123 |
+
{
|
| 124 |
+
"metric": "acc",
|
| 125 |
+
"aggregation": "mean",
|
| 126 |
+
"higher_is_better": true
|
| 127 |
+
}
|
| 128 |
+
],
|
| 129 |
+
"output_type": "multiple_choice",
|
| 130 |
+
"repeats": 1,
|
| 131 |
+
"should_decontaminate": false,
|
| 132 |
+
"metadata": {
|
| 133 |
+
"version": 0.0
|
| 134 |
+
}
|
| 135 |
+
},
|
| 136 |
+
"paws_fr": {
|
| 137 |
+
"task": "paws_fr",
|
| 138 |
+
"group": "pawsx",
|
| 139 |
+
"dataset_path": "paws-x",
|
| 140 |
+
"dataset_name": "fr",
|
| 141 |
+
"training_split": "train",
|
| 142 |
+
"validation_split": "validation",
|
| 143 |
+
"test_split": "test",
|
| 144 |
+
"doc_to_text": "",
|
| 145 |
+
"doc_to_target": "label",
|
| 146 |
+
"doc_to_choice": "{{[sentence1+\", n'est-ce pas? Oui, \"+sentence2, sentence1+\", n'est-ce pas? No, \"+sentence2]}}",
|
| 147 |
+
"description": "",
|
| 148 |
+
"target_delimiter": " ",
|
| 149 |
+
"fewshot_delimiter": "\n\n",
|
| 150 |
+
"metric_list": [
|
| 151 |
+
{
|
| 152 |
+
"metric": "acc",
|
| 153 |
+
"aggregation": "mean",
|
| 154 |
+
"higher_is_better": true
|
| 155 |
+
}
|
| 156 |
+
],
|
| 157 |
+
"output_type": "multiple_choice",
|
| 158 |
+
"repeats": 1,
|
| 159 |
+
"should_decontaminate": false,
|
| 160 |
+
"metadata": {
|
| 161 |
+
"version": 0.0
|
| 162 |
+
}
|
| 163 |
+
},
|
| 164 |
+
"paws_ja": {
|
| 165 |
+
"task": "paws_ja",
|
| 166 |
+
"group": "pawsx",
|
| 167 |
+
"dataset_path": "paws-x",
|
| 168 |
+
"dataset_name": "ja",
|
| 169 |
+
"training_split": "train",
|
| 170 |
+
"validation_split": "validation",
|
| 171 |
+
"test_split": "test",
|
| 172 |
+
"doc_to_text": "",
|
| 173 |
+
"doc_to_target": "label",
|
| 174 |
+
"doc_to_choice": "{{[sentence1+\", ですね? はい, \"+sentence2, sentence1+\", ですね? いいえ, \"+sentence2]}}",
|
| 175 |
+
"description": "",
|
| 176 |
+
"target_delimiter": " ",
|
| 177 |
+
"fewshot_delimiter": "\n\n",
|
| 178 |
+
"metric_list": [
|
| 179 |
+
{
|
| 180 |
+
"metric": "acc",
|
| 181 |
+
"aggregation": "mean",
|
| 182 |
+
"higher_is_better": true
|
| 183 |
+
}
|
| 184 |
+
],
|
| 185 |
+
"output_type": "multiple_choice",
|
| 186 |
+
"repeats": 1,
|
| 187 |
+
"should_decontaminate": false,
|
| 188 |
+
"metadata": {
|
| 189 |
+
"version": 0.0
|
| 190 |
+
}
|
| 191 |
+
},
|
| 192 |
+
"paws_ko": {
|
| 193 |
+
"task": "paws_ko",
|
| 194 |
+
"group": "pawsx",
|
| 195 |
+
"dataset_path": "paws-x",
|
| 196 |
+
"dataset_name": "ko",
|
| 197 |
+
"training_split": "train",
|
| 198 |
+
"validation_split": "validation",
|
| 199 |
+
"test_split": "test",
|
| 200 |
+
"doc_to_text": "",
|
| 201 |
+
"doc_to_target": "label",
|
| 202 |
+
"doc_to_choice": "{{[sentence1+\", 맞죠? 예, \"+sentence2, sentence1+\", 맞죠? 아니요, \"+sentence2]}}",
|
| 203 |
+
"description": "",
|
| 204 |
+
"target_delimiter": " ",
|
| 205 |
+
"fewshot_delimiter": "\n\n",
|
| 206 |
+
"metric_list": [
|
| 207 |
+
{
|
| 208 |
+
"metric": "acc",
|
| 209 |
+
"aggregation": "mean",
|
| 210 |
+
"higher_is_better": true
|
| 211 |
+
}
|
| 212 |
+
],
|
| 213 |
+
"output_type": "multiple_choice",
|
| 214 |
+
"repeats": 1,
|
| 215 |
+
"should_decontaminate": false,
|
| 216 |
+
"metadata": {
|
| 217 |
+
"version": 0.0
|
| 218 |
+
}
|
| 219 |
+
},
|
| 220 |
+
"paws_zh": {
|
| 221 |
+
"task": "paws_zh",
|
| 222 |
+
"group": "pawsx",
|
| 223 |
+
"dataset_path": "paws-x",
|
| 224 |
+
"dataset_name": "zh",
|
| 225 |
+
"training_split": "train",
|
| 226 |
+
"validation_split": "validation",
|
| 227 |
+
"test_split": "test",
|
| 228 |
+
"doc_to_text": "",
|
| 229 |
+
"doc_to_target": "label",
|
| 230 |
+
"doc_to_choice": "{{[sentence1+\", 对吧? 是, \"+sentence2, sentence1+\", 对吧? 不是, \"+sentence2]}}",
|
| 231 |
+
"description": "",
|
| 232 |
+
"target_delimiter": " ",
|
| 233 |
+
"fewshot_delimiter": "\n\n",
|
| 234 |
+
"metric_list": [
|
| 235 |
+
{
|
| 236 |
+
"metric": "acc",
|
| 237 |
+
"aggregation": "mean",
|
| 238 |
+
"higher_is_better": true
|
| 239 |
+
}
|
| 240 |
+
],
|
| 241 |
+
"output_type": "multiple_choice",
|
| 242 |
+
"repeats": 1,
|
| 243 |
+
"should_decontaminate": false,
|
| 244 |
+
"metadata": {
|
| 245 |
+
"version": 0.0
|
| 246 |
+
}
|
| 247 |
+
}
|
| 248 |
+
},
|
| 249 |
+
"versions": {
|
| 250 |
+
"paws_de": 0.0,
|
| 251 |
+
"paws_en": 0.0,
|
| 252 |
+
"paws_es": 0.0,
|
| 253 |
+
"paws_fr": 0.0,
|
| 254 |
+
"paws_ja": 0.0,
|
| 255 |
+
"paws_ko": 0.0,
|
| 256 |
+
"paws_zh": 0.0,
|
| 257 |
+
"pawsx": "N/A"
|
| 258 |
+
},
|
| 259 |
+
"n-shot": {
|
| 260 |
+
"paws_de": 0,
|
| 261 |
+
"paws_en": 0,
|
| 262 |
+
"paws_es": 0,
|
| 263 |
+
"paws_fr": 0,
|
| 264 |
+
"paws_ja": 0,
|
| 265 |
+
"paws_ko": 0,
|
| 266 |
+
"paws_zh": 0,
|
| 267 |
+
"pawsx": 0
|
| 268 |
+
},
|
| 269 |
+
"config": {
|
| 270 |
+
"model": "hf",
|
| 271 |
+
"model_args": "pretrained=meta-llama/Llama-2-7b-chat-hf,dtype=bfloat16,trust_remote_code=True",
|
| 272 |
+
"batch_size": "auto",
|
| 273 |
+
"batch_sizes": [
|
| 274 |
+
64
|
| 275 |
+
],
|
| 276 |
+
"device": null,
|
| 277 |
+
"use_cache": null,
|
| 278 |
+
"limit": null,
|
| 279 |
+
"bootstrap_iters": 100000,
|
| 280 |
+
"gen_kwargs": null
|
| 281 |
+
},
|
| 282 |
+
"git_hash": "4d19ea9"
|
| 283 |
+
}
|
lm-eval-output/meta-llama/Llama-2-7b-chat-hf/pawsx/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9b93555404e8bcbb86d05bec7131819cfa8ed9881fc2c99f83252e20af6cae3
|
| 3 |
+
size 98765
|
lm-eval-output/meta-llama/Llama-2-7b-chat-hf/xnli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json
ADDED
|
@@ -0,0 +1,548 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"results": {
|
| 3 |
+
"xnli": {
|
| 4 |
+
"acc,none": 0.389718875502008,
|
| 5 |
+
"acc_stderr,none": 0.04489098206900832,
|
| 6 |
+
"alias": "xnli"
|
| 7 |
+
},
|
| 8 |
+
"xnli_ar": {
|
| 9 |
+
"acc,none": 0.3421686746987952,
|
| 10 |
+
"acc_stderr,none": 0.009509659143015627,
|
| 11 |
+
"alias": " - xnli_ar"
|
| 12 |
+
},
|
| 13 |
+
"xnli_bg": {
|
| 14 |
+
"acc,none": 0.40080321285140563,
|
| 15 |
+
"acc_stderr,none": 0.009822858473047378,
|
| 16 |
+
"alias": " - xnli_bg"
|
| 17 |
+
},
|
| 18 |
+
"xnli_de": {
|
| 19 |
+
"acc,none": 0.42971887550200805,
|
| 20 |
+
"acc_stderr,none": 0.009922572153607784,
|
| 21 |
+
"alias": " - xnli_de"
|
| 22 |
+
},
|
| 23 |
+
"xnli_el": {
|
| 24 |
+
"acc,none": 0.3755020080321285,
|
| 25 |
+
"acc_stderr,none": 0.009706422844379822,
|
| 26 |
+
"alias": " - xnli_el"
|
| 27 |
+
},
|
| 28 |
+
"xnli_en": {
|
| 29 |
+
"acc,none": 0.5132530120481927,
|
| 30 |
+
"acc_stderr,none": 0.010018551648218469,
|
| 31 |
+
"alias": " - xnli_en"
|
| 32 |
+
},
|
| 33 |
+
"xnli_es": {
|
| 34 |
+
"acc,none": 0.41164658634538154,
|
| 35 |
+
"acc_stderr,none": 0.009864360821750335,
|
| 36 |
+
"alias": " - xnli_es"
|
| 37 |
+
},
|
| 38 |
+
"xnli_fr": {
|
| 39 |
+
"acc,none": 0.4534136546184739,
|
| 40 |
+
"acc_stderr,none": 0.009978476483838967,
|
| 41 |
+
"alias": " - xnli_fr"
|
| 42 |
+
},
|
| 43 |
+
"xnli_hi": {
|
| 44 |
+
"acc,none": 0.35542168674698793,
|
| 45 |
+
"acc_stderr,none": 0.009593947957927137,
|
| 46 |
+
"alias": " - xnli_hi"
|
| 47 |
+
},
|
| 48 |
+
"xnli_ru": {
|
| 49 |
+
"acc,none": 0.43453815261044176,
|
| 50 |
+
"acc_stderr,none": 0.009935807354856824,
|
| 51 |
+
"alias": " - xnli_ru"
|
| 52 |
+
},
|
| 53 |
+
"xnli_sw": {
|
| 54 |
+
"acc,none": 0.342570281124498,
|
| 55 |
+
"acc_stderr,none": 0.009512333319470377,
|
| 56 |
+
"alias": " - xnli_sw"
|
| 57 |
+
},
|
| 58 |
+
"xnli_th": {
|
| 59 |
+
"acc,none": 0.3353413654618474,
|
| 60 |
+
"acc_stderr,none": 0.009463034891512703,
|
| 61 |
+
"alias": " - xnli_th"
|
| 62 |
+
},
|
| 63 |
+
"xnli_tr": {
|
| 64 |
+
"acc,none": 0.3646586345381526,
|
| 65 |
+
"acc_stderr,none": 0.009647934990250467,
|
| 66 |
+
"alias": " - xnli_tr"
|
| 67 |
+
},
|
| 68 |
+
"xnli_ur": {
|
| 69 |
+
"acc,none": 0.3377510040160643,
|
| 70 |
+
"acc_stderr,none": 0.009479742273956477,
|
| 71 |
+
"alias": " - xnli_ur"
|
| 72 |
+
},
|
| 73 |
+
"xnli_vi": {
|
| 74 |
+
"acc,none": 0.38433734939759034,
|
| 75 |
+
"acc_stderr,none": 0.009750238765722523,
|
| 76 |
+
"alias": " - xnli_vi"
|
| 77 |
+
},
|
| 78 |
+
"xnli_zh": {
|
| 79 |
+
"acc,none": 0.3646586345381526,
|
| 80 |
+
"acc_stderr,none": 0.009647934990250467,
|
| 81 |
+
"alias": " - xnli_zh"
|
| 82 |
+
}
|
| 83 |
+
},
|
| 84 |
+
"groups": {
|
| 85 |
+
"xnli": {
|
| 86 |
+
"acc,none": 0.389718875502008,
|
| 87 |
+
"acc_stderr,none": 0.04489098206900832,
|
| 88 |
+
"alias": "xnli"
|
| 89 |
+
}
|
| 90 |
+
},
|
| 91 |
+
"configs": {
|
| 92 |
+
"xnli_ar": {
|
| 93 |
+
"task": "xnli_ar",
|
| 94 |
+
"group": "xnli",
|
| 95 |
+
"dataset_path": "xnli",
|
| 96 |
+
"dataset_name": "ar",
|
| 97 |
+
"training_split": "train",
|
| 98 |
+
"validation_split": "validation",
|
| 99 |
+
"doc_to_text": "",
|
| 100 |
+
"doc_to_target": "label",
|
| 101 |
+
"doc_to_choice": "{{[premise+\", صحيح? نعم, \"+hypothesis,premise+\", صحيح? لذا, \"+hypothesis,premise+\", صحيح? رقم, \"+hypothesis]}}",
|
| 102 |
+
"description": "",
|
| 103 |
+
"target_delimiter": " ",
|
| 104 |
+
"fewshot_delimiter": "\n\n",
|
| 105 |
+
"metric_list": [
|
| 106 |
+
{
|
| 107 |
+
"metric": "acc",
|
| 108 |
+
"aggregation": "mean",
|
| 109 |
+
"higher_is_better": true
|
| 110 |
+
}
|
| 111 |
+
],
|
| 112 |
+
"output_type": "multiple_choice",
|
| 113 |
+
"repeats": 1,
|
| 114 |
+
"should_decontaminate": false,
|
| 115 |
+
"metadata": {
|
| 116 |
+
"version": 1.0
|
| 117 |
+
}
|
| 118 |
+
},
|
| 119 |
+
"xnli_bg": {
|
| 120 |
+
"task": "xnli_bg",
|
| 121 |
+
"group": "xnli",
|
| 122 |
+
"dataset_path": "xnli",
|
| 123 |
+
"dataset_name": "bg",
|
| 124 |
+
"training_split": "train",
|
| 125 |
+
"validation_split": "validation",
|
| 126 |
+
"doc_to_text": "",
|
| 127 |
+
"doc_to_target": "label",
|
| 128 |
+
"doc_to_choice": "{{[premise+\", правилно? да, \"+hypothesis,premise+\", правилно? така, \"+hypothesis,premise+\", правилно? не, \"+hypothesis]}}",
|
| 129 |
+
"description": "",
|
| 130 |
+
"target_delimiter": " ",
|
| 131 |
+
"fewshot_delimiter": "\n\n",
|
| 132 |
+
"metric_list": [
|
| 133 |
+
{
|
| 134 |
+
"metric": "acc",
|
| 135 |
+
"aggregation": "mean",
|
| 136 |
+
"higher_is_better": true
|
| 137 |
+
}
|
| 138 |
+
],
|
| 139 |
+
"output_type": "multiple_choice",
|
| 140 |
+
"repeats": 1,
|
| 141 |
+
"should_decontaminate": false,
|
| 142 |
+
"metadata": {
|
| 143 |
+
"version": 1.0
|
| 144 |
+
}
|
| 145 |
+
},
|
| 146 |
+
"xnli_de": {
|
| 147 |
+
"task": "xnli_de",
|
| 148 |
+
"group": "xnli",
|
| 149 |
+
"dataset_path": "xnli",
|
| 150 |
+
"dataset_name": "de",
|
| 151 |
+
"training_split": "train",
|
| 152 |
+
"validation_split": "validation",
|
| 153 |
+
"doc_to_text": "",
|
| 154 |
+
"doc_to_target": "label",
|
| 155 |
+
"doc_to_choice": "{{[premise+\", richtig? Ja, \"+hypothesis,premise+\", richtig? Auch, \"+hypothesis,premise+\", richtig? Nein, \"+hypothesis]}}",
|
| 156 |
+
"description": "",
|
| 157 |
+
"target_delimiter": " ",
|
| 158 |
+
"fewshot_delimiter": "\n\n",
|
| 159 |
+
"metric_list": [
|
| 160 |
+
{
|
| 161 |
+
"metric": "acc",
|
| 162 |
+
"aggregation": "mean",
|
| 163 |
+
"higher_is_better": true
|
| 164 |
+
}
|
| 165 |
+
],
|
| 166 |
+
"output_type": "multiple_choice",
|
| 167 |
+
"repeats": 1,
|
| 168 |
+
"should_decontaminate": false,
|
| 169 |
+
"metadata": {
|
| 170 |
+
"version": 1.0
|
| 171 |
+
}
|
| 172 |
+
},
|
| 173 |
+
"xnli_el": {
|
| 174 |
+
"task": "xnli_el",
|
| 175 |
+
"group": "xnli",
|
| 176 |
+
"dataset_path": "xnli",
|
| 177 |
+
"dataset_name": "el",
|
| 178 |
+
"training_split": "train",
|
| 179 |
+
"validation_split": "validation",
|
| 180 |
+
"doc_to_text": "",
|
| 181 |
+
"doc_to_target": "label",
|
| 182 |
+
"doc_to_choice": "{{[premise+\", σωστός? Ναί, \"+hypothesis,premise+\", σωστός? Έτσι, \"+hypothesis,premise+\", σωστός? όχι, \"+hypothesis]}}",
|
| 183 |
+
"description": "",
|
| 184 |
+
"target_delimiter": " ",
|
| 185 |
+
"fewshot_delimiter": "\n\n",
|
| 186 |
+
"metric_list": [
|
| 187 |
+
{
|
| 188 |
+
"metric": "acc",
|
| 189 |
+
"aggregation": "mean",
|
| 190 |
+
"higher_is_better": true
|
| 191 |
+
}
|
| 192 |
+
],
|
| 193 |
+
"output_type": "multiple_choice",
|
| 194 |
+
"repeats": 1,
|
| 195 |
+
"should_decontaminate": false,
|
| 196 |
+
"metadata": {
|
| 197 |
+
"version": 1.0
|
| 198 |
+
}
|
| 199 |
+
},
|
| 200 |
+
"xnli_en": {
|
| 201 |
+
"task": "xnli_en",
|
| 202 |
+
"group": "xnli",
|
| 203 |
+
"dataset_path": "xnli",
|
| 204 |
+
"dataset_name": "en",
|
| 205 |
+
"training_split": "train",
|
| 206 |
+
"validation_split": "validation",
|
| 207 |
+
"doc_to_text": "",
|
| 208 |
+
"doc_to_target": "label",
|
| 209 |
+
"doc_to_choice": "{{[premise+\", right? Yes, \"+hypothesis,premise+\", right? Also, \"+hypothesis,premise+\", right? No, \"+hypothesis]}}",
|
| 210 |
+
"description": "",
|
| 211 |
+
"target_delimiter": " ",
|
| 212 |
+
"fewshot_delimiter": "\n\n",
|
| 213 |
+
"metric_list": [
|
| 214 |
+
{
|
| 215 |
+
"metric": "acc",
|
| 216 |
+
"aggregation": "mean",
|
| 217 |
+
"higher_is_better": true
|
| 218 |
+
}
|
| 219 |
+
],
|
| 220 |
+
"output_type": "multiple_choice",
|
| 221 |
+
"repeats": 1,
|
| 222 |
+
"should_decontaminate": false,
|
| 223 |
+
"metadata": {
|
| 224 |
+
"version": 1.0
|
| 225 |
+
}
|
| 226 |
+
},
|
| 227 |
+
"xnli_es": {
|
| 228 |
+
"task": "xnli_es",
|
| 229 |
+
"group": "xnli",
|
| 230 |
+
"dataset_path": "xnli",
|
| 231 |
+
"dataset_name": "es",
|
| 232 |
+
"training_split": "train",
|
| 233 |
+
"validation_split": "validation",
|
| 234 |
+
"doc_to_text": "",
|
| 235 |
+
"doc_to_target": "label",
|
| 236 |
+
"doc_to_choice": "{{[premise+\", correcto? Sí, \"+hypothesis,premise+\", correcto? Asi que, \"+hypothesis,premise+\", correcto? No, \"+hypothesis]}}",
|
| 237 |
+
"description": "",
|
| 238 |
+
"target_delimiter": " ",
|
| 239 |
+
"fewshot_delimiter": "\n\n",
|
| 240 |
+
"metric_list": [
|
| 241 |
+
{
|
| 242 |
+
"metric": "acc",
|
| 243 |
+
"aggregation": "mean",
|
| 244 |
+
"higher_is_better": true
|
| 245 |
+
}
|
| 246 |
+
],
|
| 247 |
+
"output_type": "multiple_choice",
|
| 248 |
+
"repeats": 1,
|
| 249 |
+
"should_decontaminate": false,
|
| 250 |
+
"metadata": {
|
| 251 |
+
"version": 1.0
|
| 252 |
+
}
|
| 253 |
+
},
|
| 254 |
+
"xnli_fr": {
|
| 255 |
+
"task": "xnli_fr",
|
| 256 |
+
"group": "xnli",
|
| 257 |
+
"dataset_path": "xnli",
|
| 258 |
+
"dataset_name": "fr",
|
| 259 |
+
"training_split": "train",
|
| 260 |
+
"validation_split": "validation",
|
| 261 |
+
"doc_to_text": "",
|
| 262 |
+
"doc_to_target": "label",
|
| 263 |
+
"doc_to_choice": "{{[premise+\", correct? Oui, \"+hypothesis,premise+\", correct? Aussi, \"+hypothesis,premise+\", correct? Non, \"+hypothesis]}}",
|
| 264 |
+
"description": "",
|
| 265 |
+
"target_delimiter": " ",
|
| 266 |
+
"fewshot_delimiter": "\n\n",
|
| 267 |
+
"metric_list": [
|
| 268 |
+
{
|
| 269 |
+
"metric": "acc",
|
| 270 |
+
"aggregation": "mean",
|
| 271 |
+
"higher_is_better": true
|
| 272 |
+
}
|
| 273 |
+
],
|
| 274 |
+
"output_type": "multiple_choice",
|
| 275 |
+
"repeats": 1,
|
| 276 |
+
"should_decontaminate": false,
|
| 277 |
+
"metadata": {
|
| 278 |
+
"version": 1.0
|
| 279 |
+
}
|
| 280 |
+
},
|
| 281 |
+
"xnli_hi": {
|
| 282 |
+
"task": "xnli_hi",
|
| 283 |
+
"group": "xnli",
|
| 284 |
+
"dataset_path": "xnli",
|
| 285 |
+
"dataset_name": "hi",
|
| 286 |
+
"training_split": "train",
|
| 287 |
+
"validation_split": "validation",
|
| 288 |
+
"doc_to_text": "",
|
| 289 |
+
"doc_to_target": "label",
|
| 290 |
+
"doc_to_choice": "{{[premise+\", सही? हाँ, \"+hypothesis,premise+\", सही? इसलिए, \"+hypothesis,premise+\", सही? नहीं, \"+hypothesis]}}",
|
| 291 |
+
"description": "",
|
| 292 |
+
"target_delimiter": " ",
|
| 293 |
+
"fewshot_delimiter": "\n\n",
|
| 294 |
+
"metric_list": [
|
| 295 |
+
{
|
| 296 |
+
"metric": "acc",
|
| 297 |
+
"aggregation": "mean",
|
| 298 |
+
"higher_is_better": true
|
| 299 |
+
}
|
| 300 |
+
],
|
| 301 |
+
"output_type": "multiple_choice",
|
| 302 |
+
"repeats": 1,
|
| 303 |
+
"should_decontaminate": false,
|
| 304 |
+
"metadata": {
|
| 305 |
+
"version": 1.0
|
| 306 |
+
}
|
| 307 |
+
},
|
| 308 |
+
"xnli_ru": {
|
| 309 |
+
"task": "xnli_ru",
|
| 310 |
+
"group": "xnli",
|
| 311 |
+
"dataset_path": "xnli",
|
| 312 |
+
"dataset_name": "ru",
|
| 313 |
+
"training_split": "train",
|
| 314 |
+
"validation_split": "validation",
|
| 315 |
+
"doc_to_text": "",
|
| 316 |
+
"doc_to_target": "label",
|
| 317 |
+
"doc_to_choice": "{{[premise+\", правильно? Да, \"+hypothesis,premise+\", правильно? Так, \"+hypothesis,premise+\", правильно? Нет, \"+hypothesis]}}",
|
| 318 |
+
"description": "",
|
| 319 |
+
"target_delimiter": " ",
|
| 320 |
+
"fewshot_delimiter": "\n\n",
|
| 321 |
+
"metric_list": [
|
| 322 |
+
{
|
| 323 |
+
"metric": "acc",
|
| 324 |
+
"aggregation": "mean",
|
| 325 |
+
"higher_is_better": true
|
| 326 |
+
}
|
| 327 |
+
],
|
| 328 |
+
"output_type": "multiple_choice",
|
| 329 |
+
"repeats": 1,
|
| 330 |
+
"should_decontaminate": false,
|
| 331 |
+
"metadata": {
|
| 332 |
+
"version": 1.0
|
| 333 |
+
}
|
| 334 |
+
},
|
| 335 |
+
"xnli_sw": {
|
| 336 |
+
"task": "xnli_sw",
|
| 337 |
+
"group": "xnli",
|
| 338 |
+
"dataset_path": "xnli",
|
| 339 |
+
"dataset_name": "sw",
|
| 340 |
+
"training_split": "train",
|
| 341 |
+
"validation_split": "validation",
|
| 342 |
+
"doc_to_text": "",
|
| 343 |
+
"doc_to_target": "label",
|
| 344 |
+
"doc_to_choice": "{{[premise+\", sahihi? Ndiyo, \"+hypothesis,premise+\", sahihi? Hivyo, \"+hypothesis,premise+\", sahihi? Hapana, \"+hypothesis]}}",
|
| 345 |
+
"description": "",
|
| 346 |
+
"target_delimiter": " ",
|
| 347 |
+
"fewshot_delimiter": "\n\n",
|
| 348 |
+
"metric_list": [
|
| 349 |
+
{
|
| 350 |
+
"metric": "acc",
|
| 351 |
+
"aggregation": "mean",
|
| 352 |
+
"higher_is_better": true
|
| 353 |
+
}
|
| 354 |
+
],
|
| 355 |
+
"output_type": "multiple_choice",
|
| 356 |
+
"repeats": 1,
|
| 357 |
+
"should_decontaminate": false,
|
| 358 |
+
"metadata": {
|
| 359 |
+
"version": 1.0
|
| 360 |
+
}
|
| 361 |
+
},
|
| 362 |
+
"xnli_th": {
|
| 363 |
+
"task": "xnli_th",
|
| 364 |
+
"group": "xnli",
|
| 365 |
+
"dataset_path": "xnli",
|
| 366 |
+
"dataset_name": "th",
|
| 367 |
+
"training_split": "train",
|
| 368 |
+
"validation_split": "validation",
|
| 369 |
+
"doc_to_text": "",
|
| 370 |
+
"doc_to_target": "label",
|
| 371 |
+
"doc_to_choice": "{{[premise+\", ถูกต้อง? ใช่, \"+hypothesis,premise+\", ถูกต้อง? ดังนั้น, \"+hypothesis,premise+\", ถูกต้อง? ไม่, \"+hypothesis]}}",
|
| 372 |
+
"description": "",
|
| 373 |
+
"target_delimiter": " ",
|
| 374 |
+
"fewshot_delimiter": "\n\n",
|
| 375 |
+
"metric_list": [
|
| 376 |
+
{
|
| 377 |
+
"metric": "acc",
|
| 378 |
+
"aggregation": "mean",
|
| 379 |
+
"higher_is_better": true
|
| 380 |
+
}
|
| 381 |
+
],
|
| 382 |
+
"output_type": "multiple_choice",
|
| 383 |
+
"repeats": 1,
|
| 384 |
+
"should_decontaminate": false,
|
| 385 |
+
"metadata": {
|
| 386 |
+
"version": 1.0
|
| 387 |
+
}
|
| 388 |
+
},
|
| 389 |
+
"xnli_tr": {
|
| 390 |
+
"task": "xnli_tr",
|
| 391 |
+
"group": "xnli",
|
| 392 |
+
"dataset_path": "xnli",
|
| 393 |
+
"dataset_name": "tr",
|
| 394 |
+
"training_split": "train",
|
| 395 |
+
"validation_split": "validation",
|
| 396 |
+
"doc_to_text": "",
|
| 397 |
+
"doc_to_target": "label",
|
| 398 |
+
"doc_to_choice": "{{[premise+\", doğru? Evet, \"+hypothesis,premise+\", doğru? Böylece, \"+hypothesis,premise+\", doğru? Hayır, \"+hypothesis]}}",
|
| 399 |
+
"description": "",
|
| 400 |
+
"target_delimiter": " ",
|
| 401 |
+
"fewshot_delimiter": "\n\n",
|
| 402 |
+
"metric_list": [
|
| 403 |
+
{
|
| 404 |
+
"metric": "acc",
|
| 405 |
+
"aggregation": "mean",
|
| 406 |
+
"higher_is_better": true
|
| 407 |
+
}
|
| 408 |
+
],
|
| 409 |
+
"output_type": "multiple_choice",
|
| 410 |
+
"repeats": 1,
|
| 411 |
+
"should_decontaminate": false,
|
| 412 |
+
"metadata": {
|
| 413 |
+
"version": 1.0
|
| 414 |
+
}
|
| 415 |
+
},
|
| 416 |
+
"xnli_ur": {
|
| 417 |
+
"task": "xnli_ur",
|
| 418 |
+
"group": "xnli",
|
| 419 |
+
"dataset_path": "xnli",
|
| 420 |
+
"dataset_name": "ur",
|
| 421 |
+
"training_split": "train",
|
| 422 |
+
"validation_split": "validation",
|
| 423 |
+
"doc_to_text": "",
|
| 424 |
+
"doc_to_target": "label",
|
| 425 |
+
"doc_to_choice": "{{[premise+\", صحیح? جی ہاں, \"+hypothesis,premise+\", صحیح? اس لئے, \"+hypothesis,premise+\", صحیح? نہیں, \"+hypothesis]}}",
|
| 426 |
+
"description": "",
|
| 427 |
+
"target_delimiter": " ",
|
| 428 |
+
"fewshot_delimiter": "\n\n",
|
| 429 |
+
"metric_list": [
|
| 430 |
+
{
|
| 431 |
+
"metric": "acc",
|
| 432 |
+
"aggregation": "mean",
|
| 433 |
+
"higher_is_better": true
|
| 434 |
+
}
|
| 435 |
+
],
|
| 436 |
+
"output_type": "multiple_choice",
|
| 437 |
+
"repeats": 1,
|
| 438 |
+
"should_decontaminate": false,
|
| 439 |
+
"metadata": {
|
| 440 |
+
"version": 1.0
|
| 441 |
+
}
|
| 442 |
+
},
|
| 443 |
+
"xnli_vi": {
|
| 444 |
+
"task": "xnli_vi",
|
| 445 |
+
"group": "xnli",
|
| 446 |
+
"dataset_path": "xnli",
|
| 447 |
+
"dataset_name": "vi",
|
| 448 |
+
"training_split": "train",
|
| 449 |
+
"validation_split": "validation",
|
| 450 |
+
"doc_to_text": "",
|
| 451 |
+
"doc_to_target": "label",
|
| 452 |
+
"doc_to_choice": "{{[premise+\", đúng? Vâng, \"+hypothesis,premise+\", đúng? Vì vậy, \"+hypothesis,premise+\", đúng? Không, \"+hypothesis]}}",
|
| 453 |
+
"description": "",
|
| 454 |
+
"target_delimiter": " ",
|
| 455 |
+
"fewshot_delimiter": "\n\n",
|
| 456 |
+
"metric_list": [
|
| 457 |
+
{
|
| 458 |
+
"metric": "acc",
|
| 459 |
+
"aggregation": "mean",
|
| 460 |
+
"higher_is_better": true
|
| 461 |
+
}
|
| 462 |
+
],
|
| 463 |
+
"output_type": "multiple_choice",
|
| 464 |
+
"repeats": 1,
|
| 465 |
+
"should_decontaminate": false,
|
| 466 |
+
"metadata": {
|
| 467 |
+
"version": 1.0
|
| 468 |
+
}
|
| 469 |
+
},
|
| 470 |
+
"xnli_zh": {
|
| 471 |
+
"task": "xnli_zh",
|
| 472 |
+
"group": "xnli",
|
| 473 |
+
"dataset_path": "xnli",
|
| 474 |
+
"dataset_name": "zh",
|
| 475 |
+
"training_split": "train",
|
| 476 |
+
"validation_split": "validation",
|
| 477 |
+
"doc_to_text": "",
|
| 478 |
+
"doc_to_target": "label",
|
| 479 |
+
"doc_to_choice": "{{[premise+\", 正确? 是的, \"+hypothesis,premise+\", 正确? 所以, \"+hypothesis,premise+\", 正确? 不是的, \"+hypothesis]}}",
|
| 480 |
+
"description": "",
|
| 481 |
+
"target_delimiter": " ",
|
| 482 |
+
"fewshot_delimiter": "\n\n",
|
| 483 |
+
"metric_list": [
|
| 484 |
+
{
|
| 485 |
+
"metric": "acc",
|
| 486 |
+
"aggregation": "mean",
|
| 487 |
+
"higher_is_better": true
|
| 488 |
+
}
|
| 489 |
+
],
|
| 490 |
+
"output_type": "multiple_choice",
|
| 491 |
+
"repeats": 1,
|
| 492 |
+
"should_decontaminate": false,
|
| 493 |
+
"metadata": {
|
| 494 |
+
"version": 1.0
|
| 495 |
+
}
|
| 496 |
+
}
|
| 497 |
+
},
|
| 498 |
+
"versions": {
|
| 499 |
+
"xnli": "N/A",
|
| 500 |
+
"xnli_ar": 1.0,
|
| 501 |
+
"xnli_bg": 1.0,
|
| 502 |
+
"xnli_de": 1.0,
|
| 503 |
+
"xnli_el": 1.0,
|
| 504 |
+
"xnli_en": 1.0,
|
| 505 |
+
"xnli_es": 1.0,
|
| 506 |
+
"xnli_fr": 1.0,
|
| 507 |
+
"xnli_hi": 1.0,
|
| 508 |
+
"xnli_ru": 1.0,
|
| 509 |
+
"xnli_sw": 1.0,
|
| 510 |
+
"xnli_th": 1.0,
|
| 511 |
+
"xnli_tr": 1.0,
|
| 512 |
+
"xnli_ur": 1.0,
|
| 513 |
+
"xnli_vi": 1.0,
|
| 514 |
+
"xnli_zh": 1.0
|
| 515 |
+
},
|
| 516 |
+
"n-shot": {
|
| 517 |
+
"xnli": 0,
|
| 518 |
+
"xnli_ar": 0,
|
| 519 |
+
"xnli_bg": 0,
|
| 520 |
+
"xnli_de": 0,
|
| 521 |
+
"xnli_el": 0,
|
| 522 |
+
"xnli_en": 0,
|
| 523 |
+
"xnli_es": 0,
|
| 524 |
+
"xnli_fr": 0,
|
| 525 |
+
"xnli_hi": 0,
|
| 526 |
+
"xnli_ru": 0,
|
| 527 |
+
"xnli_sw": 0,
|
| 528 |
+
"xnli_th": 0,
|
| 529 |
+
"xnli_tr": 0,
|
| 530 |
+
"xnli_ur": 0,
|
| 531 |
+
"xnli_vi": 0,
|
| 532 |
+
"xnli_zh": 0
|
| 533 |
+
},
|
| 534 |
+
"config": {
|
| 535 |
+
"model": "hf",
|
| 536 |
+
"model_args": "pretrained=meta-llama/Llama-2-7b-chat-hf,dtype=bfloat16,trust_remote_code=True",
|
| 537 |
+
"batch_size": "auto",
|
| 538 |
+
"batch_sizes": [
|
| 539 |
+
64
|
| 540 |
+
],
|
| 541 |
+
"device": null,
|
| 542 |
+
"use_cache": null,
|
| 543 |
+
"limit": null,
|
| 544 |
+
"bootstrap_iters": 100000,
|
| 545 |
+
"gen_kwargs": null
|
| 546 |
+
},
|
| 547 |
+
"git_hash": "4d19ea9"
|
| 548 |
+
}
|
lm-eval-output/meta-llama/Llama-2-7b-chat-hf/xnli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf21c7ebeb5a0730e685418886fb55c7c64bf33d0de43f8f839dbb86df6de156
|
| 3 |
+
size 151785
|
lm-eval-output/meta-llama/Llama-2-7b-chat-hf/xstorycloze/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json
ADDED
|
@@ -0,0 +1,423 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"results": {
|
| 3 |
+
"xstorycloze": {
|
| 4 |
+
"acc,none": 0.58552433668251,
|
| 5 |
+
"acc_stderr,none": 0.07646648104203008,
|
| 6 |
+
"alias": "xstorycloze"
|
| 7 |
+
},
|
| 8 |
+
"xstorycloze_ar": {
|
| 9 |
+
"acc,none": 0.5023163467902052,
|
| 10 |
+
"acc_stderr,none": 0.012866987239478041,
|
| 11 |
+
"alias": " - xstorycloze_ar"
|
| 12 |
+
},
|
| 13 |
+
"xstorycloze_en": {
|
| 14 |
+
"acc,none": 0.7895433487756452,
|
| 15 |
+
"acc_stderr,none": 0.010490129361754561,
|
| 16 |
+
"alias": " - xstorycloze_en"
|
| 17 |
+
},
|
| 18 |
+
"xstorycloze_es": {
|
| 19 |
+
"acc,none": 0.6704169424222369,
|
| 20 |
+
"acc_stderr,none": 0.012096687350589679,
|
| 21 |
+
"alias": " - xstorycloze_es"
|
| 22 |
+
},
|
| 23 |
+
"xstorycloze_eu": {
|
| 24 |
+
"acc,none": 0.5122435473196558,
|
| 25 |
+
"acc_stderr,none": 0.012863267059205548,
|
| 26 |
+
"alias": " - xstorycloze_eu"
|
| 27 |
+
},
|
| 28 |
+
"xstorycloze_hi": {
|
| 29 |
+
"acc,none": 0.5420251489080079,
|
| 30 |
+
"acc_stderr,none": 0.012821595164245273,
|
| 31 |
+
"alias": " - xstorycloze_hi"
|
| 32 |
+
},
|
| 33 |
+
"xstorycloze_id": {
|
| 34 |
+
"acc,none": 0.6022501654533422,
|
| 35 |
+
"acc_stderr,none": 0.01259519785670352,
|
| 36 |
+
"alias": " - xstorycloze_id"
|
| 37 |
+
},
|
| 38 |
+
"xstorycloze_my": {
|
| 39 |
+
"acc,none": 0.48974189278623426,
|
| 40 |
+
"acc_stderr,none": 0.012864417047980475,
|
| 41 |
+
"alias": " - xstorycloze_my"
|
| 42 |
+
},
|
| 43 |
+
"xstorycloze_ru": {
|
| 44 |
+
"acc,none": 0.6512243547319656,
|
| 45 |
+
"acc_stderr,none": 0.012264502012981198,
|
| 46 |
+
"alias": " - xstorycloze_ru"
|
| 47 |
+
},
|
| 48 |
+
"xstorycloze_sw": {
|
| 49 |
+
"acc,none": 0.5208471211118465,
|
| 50 |
+
"acc_stderr,none": 0.012855936282881269,
|
| 51 |
+
"alias": " - xstorycloze_sw"
|
| 52 |
+
},
|
| 53 |
+
"xstorycloze_te": {
|
| 54 |
+
"acc,none": 0.5367306419589676,
|
| 55 |
+
"acc_stderr,none": 0.012832359240206969,
|
| 56 |
+
"alias": " - xstorycloze_te"
|
| 57 |
+
},
|
| 58 |
+
"xstorycloze_zh": {
|
| 59 |
+
"acc,none": 0.6234281932495036,
|
| 60 |
+
"acc_stderr,none": 0.01246891448965936,
|
| 61 |
+
"alias": " - xstorycloze_zh"
|
| 62 |
+
}
|
| 63 |
+
},
|
| 64 |
+
"groups": {
|
| 65 |
+
"xstorycloze": {
|
| 66 |
+
"acc,none": 0.58552433668251,
|
| 67 |
+
"acc_stderr,none": 0.07646648104203008,
|
| 68 |
+
"alias": "xstorycloze"
|
| 69 |
+
}
|
| 70 |
+
},
|
| 71 |
+
"configs": {
|
| 72 |
+
"xstorycloze_ar": {
|
| 73 |
+
"task": "xstorycloze_ar",
|
| 74 |
+
"group": "xstorycloze",
|
| 75 |
+
"dataset_path": "juletxara/xstory_cloze",
|
| 76 |
+
"dataset_name": "ar",
|
| 77 |
+
"training_split": "train",
|
| 78 |
+
"validation_split": "eval",
|
| 79 |
+
"doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 80 |
+
"doc_to_target": "{{answer_right_ending-1}}",
|
| 81 |
+
"doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}",
|
| 82 |
+
"description": "",
|
| 83 |
+
"target_delimiter": " ",
|
| 84 |
+
"fewshot_delimiter": "\n\n",
|
| 85 |
+
"metric_list": [
|
| 86 |
+
{
|
| 87 |
+
"metric": "acc",
|
| 88 |
+
"aggregation": "mean",
|
| 89 |
+
"higher_is_better": true
|
| 90 |
+
}
|
| 91 |
+
],
|
| 92 |
+
"output_type": "multiple_choice",
|
| 93 |
+
"repeats": 1,
|
| 94 |
+
"should_decontaminate": true,
|
| 95 |
+
"doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 96 |
+
"metadata": {
|
| 97 |
+
"version": 1.0
|
| 98 |
+
}
|
| 99 |
+
},
|
| 100 |
+
"xstorycloze_en": {
|
| 101 |
+
"task": "xstorycloze_en",
|
| 102 |
+
"group": "xstorycloze",
|
| 103 |
+
"dataset_path": "juletxara/xstory_cloze",
|
| 104 |
+
"dataset_name": "en",
|
| 105 |
+
"training_split": "train",
|
| 106 |
+
"validation_split": "eval",
|
| 107 |
+
"doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 108 |
+
"doc_to_target": "{{answer_right_ending-1}}",
|
| 109 |
+
"doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}",
|
| 110 |
+
"description": "",
|
| 111 |
+
"target_delimiter": " ",
|
| 112 |
+
"fewshot_delimiter": "\n\n",
|
| 113 |
+
"metric_list": [
|
| 114 |
+
{
|
| 115 |
+
"metric": "acc",
|
| 116 |
+
"aggregation": "mean",
|
| 117 |
+
"higher_is_better": true
|
| 118 |
+
}
|
| 119 |
+
],
|
| 120 |
+
"output_type": "multiple_choice",
|
| 121 |
+
"repeats": 1,
|
| 122 |
+
"should_decontaminate": true,
|
| 123 |
+
"doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 124 |
+
"metadata": {
|
| 125 |
+
"version": 1.0
|
| 126 |
+
}
|
| 127 |
+
},
|
| 128 |
+
"xstorycloze_es": {
|
| 129 |
+
"task": "xstorycloze_es",
|
| 130 |
+
"group": "xstorycloze",
|
| 131 |
+
"dataset_path": "juletxara/xstory_cloze",
|
| 132 |
+
"dataset_name": "es",
|
| 133 |
+
"training_split": "train",
|
| 134 |
+
"validation_split": "eval",
|
| 135 |
+
"doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 136 |
+
"doc_to_target": "{{answer_right_ending-1}}",
|
| 137 |
+
"doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}",
|
| 138 |
+
"description": "",
|
| 139 |
+
"target_delimiter": " ",
|
| 140 |
+
"fewshot_delimiter": "\n\n",
|
| 141 |
+
"metric_list": [
|
| 142 |
+
{
|
| 143 |
+
"metric": "acc",
|
| 144 |
+
"aggregation": "mean",
|
| 145 |
+
"higher_is_better": true
|
| 146 |
+
}
|
| 147 |
+
],
|
| 148 |
+
"output_type": "multiple_choice",
|
| 149 |
+
"repeats": 1,
|
| 150 |
+
"should_decontaminate": true,
|
| 151 |
+
"doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 152 |
+
"metadata": {
|
| 153 |
+
"version": 1.0
|
| 154 |
+
}
|
| 155 |
+
},
|
| 156 |
+
"xstorycloze_eu": {
|
| 157 |
+
"task": "xstorycloze_eu",
|
| 158 |
+
"group": "xstorycloze",
|
| 159 |
+
"dataset_path": "juletxara/xstory_cloze",
|
| 160 |
+
"dataset_name": "eu",
|
| 161 |
+
"training_split": "train",
|
| 162 |
+
"validation_split": "eval",
|
| 163 |
+
"doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 164 |
+
"doc_to_target": "{{answer_right_ending-1}}",
|
| 165 |
+
"doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}",
|
| 166 |
+
"description": "",
|
| 167 |
+
"target_delimiter": " ",
|
| 168 |
+
"fewshot_delimiter": "\n\n",
|
| 169 |
+
"metric_list": [
|
| 170 |
+
{
|
| 171 |
+
"metric": "acc",
|
| 172 |
+
"aggregation": "mean",
|
| 173 |
+
"higher_is_better": true
|
| 174 |
+
}
|
| 175 |
+
],
|
| 176 |
+
"output_type": "multiple_choice",
|
| 177 |
+
"repeats": 1,
|
| 178 |
+
"should_decontaminate": true,
|
| 179 |
+
"doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 180 |
+
"metadata": {
|
| 181 |
+
"version": 1.0
|
| 182 |
+
}
|
| 183 |
+
},
|
| 184 |
+
"xstorycloze_hi": {
|
| 185 |
+
"task": "xstorycloze_hi",
|
| 186 |
+
"group": "xstorycloze",
|
| 187 |
+
"dataset_path": "juletxara/xstory_cloze",
|
| 188 |
+
"dataset_name": "hi",
|
| 189 |
+
"training_split": "train",
|
| 190 |
+
"validation_split": "eval",
|
| 191 |
+
"doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 192 |
+
"doc_to_target": "{{answer_right_ending-1}}",
|
| 193 |
+
"doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}",
|
| 194 |
+
"description": "",
|
| 195 |
+
"target_delimiter": " ",
|
| 196 |
+
"fewshot_delimiter": "\n\n",
|
| 197 |
+
"metric_list": [
|
| 198 |
+
{
|
| 199 |
+
"metric": "acc",
|
| 200 |
+
"aggregation": "mean",
|
| 201 |
+
"higher_is_better": true
|
| 202 |
+
}
|
| 203 |
+
],
|
| 204 |
+
"output_type": "multiple_choice",
|
| 205 |
+
"repeats": 1,
|
| 206 |
+
"should_decontaminate": true,
|
| 207 |
+
"doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 208 |
+
"metadata": {
|
| 209 |
+
"version": 1.0
|
| 210 |
+
}
|
| 211 |
+
},
|
| 212 |
+
"xstorycloze_id": {
|
| 213 |
+
"task": "xstorycloze_id",
|
| 214 |
+
"group": "xstorycloze",
|
| 215 |
+
"dataset_path": "juletxara/xstory_cloze",
|
| 216 |
+
"dataset_name": "id",
|
| 217 |
+
"training_split": "train",
|
| 218 |
+
"validation_split": "eval",
|
| 219 |
+
"doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 220 |
+
"doc_to_target": "{{answer_right_ending-1}}",
|
| 221 |
+
"doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}",
|
| 222 |
+
"description": "",
|
| 223 |
+
"target_delimiter": " ",
|
| 224 |
+
"fewshot_delimiter": "\n\n",
|
| 225 |
+
"metric_list": [
|
| 226 |
+
{
|
| 227 |
+
"metric": "acc",
|
| 228 |
+
"aggregation": "mean",
|
| 229 |
+
"higher_is_better": true
|
| 230 |
+
}
|
| 231 |
+
],
|
| 232 |
+
"output_type": "multiple_choice",
|
| 233 |
+
"repeats": 1,
|
| 234 |
+
"should_decontaminate": true,
|
| 235 |
+
"doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 236 |
+
"metadata": {
|
| 237 |
+
"version": 1.0
|
| 238 |
+
}
|
| 239 |
+
},
|
| 240 |
+
"xstorycloze_my": {
|
| 241 |
+
"task": "xstorycloze_my",
|
| 242 |
+
"group": "xstorycloze",
|
| 243 |
+
"dataset_path": "juletxara/xstory_cloze",
|
| 244 |
+
"dataset_name": "my",
|
| 245 |
+
"training_split": "train",
|
| 246 |
+
"validation_split": "eval",
|
| 247 |
+
"doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 248 |
+
"doc_to_target": "{{answer_right_ending-1}}",
|
| 249 |
+
"doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}",
|
| 250 |
+
"description": "",
|
| 251 |
+
"target_delimiter": " ",
|
| 252 |
+
"fewshot_delimiter": "\n\n",
|
| 253 |
+
"metric_list": [
|
| 254 |
+
{
|
| 255 |
+
"metric": "acc",
|
| 256 |
+
"aggregation": "mean",
|
| 257 |
+
"higher_is_better": true
|
| 258 |
+
}
|
| 259 |
+
],
|
| 260 |
+
"output_type": "multiple_choice",
|
| 261 |
+
"repeats": 1,
|
| 262 |
+
"should_decontaminate": true,
|
| 263 |
+
"doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 264 |
+
"metadata": {
|
| 265 |
+
"version": 1.0
|
| 266 |
+
}
|
| 267 |
+
},
|
| 268 |
+
"xstorycloze_ru": {
|
| 269 |
+
"task": "xstorycloze_ru",
|
| 270 |
+
"group": "xstorycloze",
|
| 271 |
+
"dataset_path": "juletxara/xstory_cloze",
|
| 272 |
+
"dataset_name": "ru",
|
| 273 |
+
"training_split": "train",
|
| 274 |
+
"validation_split": "eval",
|
| 275 |
+
"doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 276 |
+
"doc_to_target": "{{answer_right_ending-1}}",
|
| 277 |
+
"doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}",
|
| 278 |
+
"description": "",
|
| 279 |
+
"target_delimiter": " ",
|
| 280 |
+
"fewshot_delimiter": "\n\n",
|
| 281 |
+
"metric_list": [
|
| 282 |
+
{
|
| 283 |
+
"metric": "acc",
|
| 284 |
+
"aggregation": "mean",
|
| 285 |
+
"higher_is_better": true
|
| 286 |
+
}
|
| 287 |
+
],
|
| 288 |
+
"output_type": "multiple_choice",
|
| 289 |
+
"repeats": 1,
|
| 290 |
+
"should_decontaminate": true,
|
| 291 |
+
"doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 292 |
+
"metadata": {
|
| 293 |
+
"version": 1.0
|
| 294 |
+
}
|
| 295 |
+
},
|
| 296 |
+
"xstorycloze_sw": {
|
| 297 |
+
"task": "xstorycloze_sw",
|
| 298 |
+
"group": "xstorycloze",
|
| 299 |
+
"dataset_path": "juletxara/xstory_cloze",
|
| 300 |
+
"dataset_name": "sw",
|
| 301 |
+
"training_split": "train",
|
| 302 |
+
"validation_split": "eval",
|
| 303 |
+
"doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 304 |
+
"doc_to_target": "{{answer_right_ending-1}}",
|
| 305 |
+
"doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}",
|
| 306 |
+
"description": "",
|
| 307 |
+
"target_delimiter": " ",
|
| 308 |
+
"fewshot_delimiter": "\n\n",
|
| 309 |
+
"metric_list": [
|
| 310 |
+
{
|
| 311 |
+
"metric": "acc",
|
| 312 |
+
"aggregation": "mean",
|
| 313 |
+
"higher_is_better": true
|
| 314 |
+
}
|
| 315 |
+
],
|
| 316 |
+
"output_type": "multiple_choice",
|
| 317 |
+
"repeats": 1,
|
| 318 |
+
"should_decontaminate": true,
|
| 319 |
+
"doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 320 |
+
"metadata": {
|
| 321 |
+
"version": 1.0
|
| 322 |
+
}
|
| 323 |
+
},
|
| 324 |
+
"xstorycloze_te": {
|
| 325 |
+
"task": "xstorycloze_te",
|
| 326 |
+
"group": "xstorycloze",
|
| 327 |
+
"dataset_path": "juletxara/xstory_cloze",
|
| 328 |
+
"dataset_name": "te",
|
| 329 |
+
"training_split": "train",
|
| 330 |
+
"validation_split": "eval",
|
| 331 |
+
"doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 332 |
+
"doc_to_target": "{{answer_right_ending-1}}",
|
| 333 |
+
"doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}",
|
| 334 |
+
"description": "",
|
| 335 |
+
"target_delimiter": " ",
|
| 336 |
+
"fewshot_delimiter": "\n\n",
|
| 337 |
+
"metric_list": [
|
| 338 |
+
{
|
| 339 |
+
"metric": "acc",
|
| 340 |
+
"aggregation": "mean",
|
| 341 |
+
"higher_is_better": true
|
| 342 |
+
}
|
| 343 |
+
],
|
| 344 |
+
"output_type": "multiple_choice",
|
| 345 |
+
"repeats": 1,
|
| 346 |
+
"should_decontaminate": true,
|
| 347 |
+
"doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 348 |
+
"metadata": {
|
| 349 |
+
"version": 1.0
|
| 350 |
+
}
|
| 351 |
+
},
|
| 352 |
+
"xstorycloze_zh": {
|
| 353 |
+
"task": "xstorycloze_zh",
|
| 354 |
+
"group": "xstorycloze",
|
| 355 |
+
"dataset_path": "juletxara/xstory_cloze",
|
| 356 |
+
"dataset_name": "zh",
|
| 357 |
+
"training_split": "train",
|
| 358 |
+
"validation_split": "eval",
|
| 359 |
+
"doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 360 |
+
"doc_to_target": "{{answer_right_ending-1}}",
|
| 361 |
+
"doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}",
|
| 362 |
+
"description": "",
|
| 363 |
+
"target_delimiter": " ",
|
| 364 |
+
"fewshot_delimiter": "\n\n",
|
| 365 |
+
"metric_list": [
|
| 366 |
+
{
|
| 367 |
+
"metric": "acc",
|
| 368 |
+
"aggregation": "mean",
|
| 369 |
+
"higher_is_better": true
|
| 370 |
+
}
|
| 371 |
+
],
|
| 372 |
+
"output_type": "multiple_choice",
|
| 373 |
+
"repeats": 1,
|
| 374 |
+
"should_decontaminate": true,
|
| 375 |
+
"doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}",
|
| 376 |
+
"metadata": {
|
| 377 |
+
"version": 1.0
|
| 378 |
+
}
|
| 379 |
+
}
|
| 380 |
+
},
|
| 381 |
+
"versions": {
|
| 382 |
+
"xstorycloze": "N/A",
|
| 383 |
+
"xstorycloze_ar": 1.0,
|
| 384 |
+
"xstorycloze_en": 1.0,
|
| 385 |
+
"xstorycloze_es": 1.0,
|
| 386 |
+
"xstorycloze_eu": 1.0,
|
| 387 |
+
"xstorycloze_hi": 1.0,
|
| 388 |
+
"xstorycloze_id": 1.0,
|
| 389 |
+
"xstorycloze_my": 1.0,
|
| 390 |
+
"xstorycloze_ru": 1.0,
|
| 391 |
+
"xstorycloze_sw": 1.0,
|
| 392 |
+
"xstorycloze_te": 1.0,
|
| 393 |
+
"xstorycloze_zh": 1.0
|
| 394 |
+
},
|
| 395 |
+
"n-shot": {
|
| 396 |
+
"xstorycloze": 0,
|
| 397 |
+
"xstorycloze_ar": 0,
|
| 398 |
+
"xstorycloze_en": 0,
|
| 399 |
+
"xstorycloze_es": 0,
|
| 400 |
+
"xstorycloze_eu": 0,
|
| 401 |
+
"xstorycloze_hi": 0,
|
| 402 |
+
"xstorycloze_id": 0,
|
| 403 |
+
"xstorycloze_my": 0,
|
| 404 |
+
"xstorycloze_ru": 0,
|
| 405 |
+
"xstorycloze_sw": 0,
|
| 406 |
+
"xstorycloze_te": 0,
|
| 407 |
+
"xstorycloze_zh": 0
|
| 408 |
+
},
|
| 409 |
+
"config": {
|
| 410 |
+
"model": "hf",
|
| 411 |
+
"model_args": "pretrained=meta-llama/Llama-2-7b-chat-hf,dtype=bfloat16,trust_remote_code=True",
|
| 412 |
+
"batch_size": "auto",
|
| 413 |
+
"batch_sizes": [
|
| 414 |
+
32
|
| 415 |
+
],
|
| 416 |
+
"device": null,
|
| 417 |
+
"use_cache": null,
|
| 418 |
+
"limit": null,
|
| 419 |
+
"bootstrap_iters": 100000,
|
| 420 |
+
"gen_kwargs": null
|
| 421 |
+
},
|
| 422 |
+
"git_hash": "4d19ea9"
|
| 423 |
+
}
|
lm-eval-output/meta-llama/Llama-2-7b-chat-hf/xstorycloze/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f80be4d62da8c20ccd051e44d8a9e4da1962876003bd9035746e52aad13c370
|
| 3 |
+
size 71513
|
lm-eval-output/meta-llama/Llama-2-7b-chat-hf/xwinograd/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json
ADDED
|
@@ -0,0 +1,248 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"results": {
|
| 3 |
+
"xwinograd": {
|
| 4 |
+
"acc,none": 0.76219375140481,
|
| 5 |
+
"acc_stderr,none": 0.051925008888302905,
|
| 6 |
+
"alias": "xwinograd"
|
| 7 |
+
},
|
| 8 |
+
"xwinograd_en": {
|
| 9 |
+
"acc,none": 0.8567741935483871,
|
| 10 |
+
"acc_stderr,none": 0.007266508145410969,
|
| 11 |
+
"alias": " - xwinograd_en"
|
| 12 |
+
},
|
| 13 |
+
"xwinograd_fr": {
|
| 14 |
+
"acc,none": 0.6987951807228916,
|
| 15 |
+
"acc_stderr,none": 0.0506639425494172,
|
| 16 |
+
"alias": " - xwinograd_fr"
|
| 17 |
+
},
|
| 18 |
+
"xwinograd_jp": {
|
| 19 |
+
"acc,none": 0.6871741397288843,
|
| 20 |
+
"acc_stderr,none": 0.01497966058106645,
|
| 21 |
+
"alias": " - xwinograd_jp"
|
| 22 |
+
},
|
| 23 |
+
"xwinograd_pt": {
|
| 24 |
+
"acc,none": 0.6539923954372624,
|
| 25 |
+
"acc_stderr,none": 0.02938857480054503,
|
| 26 |
+
"alias": " - xwinograd_pt"
|
| 27 |
+
},
|
| 28 |
+
"xwinograd_ru": {
|
| 29 |
+
"acc,none": 0.6476190476190476,
|
| 30 |
+
"acc_stderr,none": 0.02695883963250933,
|
| 31 |
+
"alias": " - xwinograd_ru"
|
| 32 |
+
},
|
| 33 |
+
"xwinograd_zh": {
|
| 34 |
+
"acc,none": 0.6071428571428571,
|
| 35 |
+
"acc_stderr,none": 0.02177603367171575,
|
| 36 |
+
"alias": " - xwinograd_zh"
|
| 37 |
+
}
|
| 38 |
+
},
|
| 39 |
+
"groups": {
|
| 40 |
+
"xwinograd": {
|
| 41 |
+
"acc,none": 0.76219375140481,
|
| 42 |
+
"acc_stderr,none": 0.051925008888302905,
|
| 43 |
+
"alias": "xwinograd"
|
| 44 |
+
}
|
| 45 |
+
},
|
| 46 |
+
"configs": {
|
| 47 |
+
"xwinograd_en": {
|
| 48 |
+
"task": "xwinograd_en",
|
| 49 |
+
"group": [
|
| 50 |
+
"xwinograd"
|
| 51 |
+
],
|
| 52 |
+
"dataset_path": "Muennighoff/xwinograd",
|
| 53 |
+
"dataset_name": "en",
|
| 54 |
+
"test_split": "test",
|
| 55 |
+
"doc_to_text": "def doc_to_text(doc: Dict) -> int:\n \"\"\"\n Return index of the correct choice.\n\n Note: We are using the \"multiple input\" mode of the multiple-choice\n output-type, which means we use different contexts with the same target\n for the different choices, rather than the same context and different targets.\n \"\"\"\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n",
|
| 56 |
+
"doc_to_target": "def doc_to_target(doc: Dict) -> str:\n \"\"\"\n Return the target completion.\n\n Note that this does not depend on the correct choice as we are using\n \"multiple input\" mode.\n \"\"\"\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n",
|
| 57 |
+
"doc_to_choice": "def doc_to_choice(doc: Dict) -> List[str]:\n \"\"\"Return the choices that will be used as contexts in \"multiple input\" mode.\"\"\"\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n",
|
| 58 |
+
"description": "",
|
| 59 |
+
"target_delimiter": " ",
|
| 60 |
+
"fewshot_delimiter": "\n\n",
|
| 61 |
+
"metric_list": [
|
| 62 |
+
{
|
| 63 |
+
"metric": "acc",
|
| 64 |
+
"aggregation": "mean",
|
| 65 |
+
"higher_is_better": true
|
| 66 |
+
}
|
| 67 |
+
],
|
| 68 |
+
"output_type": "multiple_choice",
|
| 69 |
+
"repeats": 1,
|
| 70 |
+
"should_decontaminate": false,
|
| 71 |
+
"metadata": {
|
| 72 |
+
"version": 1.0
|
| 73 |
+
}
|
| 74 |
+
},
|
| 75 |
+
"xwinograd_fr": {
|
| 76 |
+
"task": "xwinograd_fr",
|
| 77 |
+
"group": [
|
| 78 |
+
"xwinograd"
|
| 79 |
+
],
|
| 80 |
+
"dataset_path": "Muennighoff/xwinograd",
|
| 81 |
+
"dataset_name": "fr",
|
| 82 |
+
"test_split": "test",
|
| 83 |
+
"doc_to_text": "def doc_to_text(doc: Dict) -> int:\n \"\"\"\n Return index of the correct choice.\n\n Note: We are using the \"multiple input\" mode of the multiple-choice\n output-type, which means we use different contexts with the same target\n for the different choices, rather than the same context and different targets.\n \"\"\"\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n",
|
| 84 |
+
"doc_to_target": "def doc_to_target(doc: Dict) -> str:\n \"\"\"\n Return the target completion.\n\n Note that this does not depend on the correct choice as we are using\n \"multiple input\" mode.\n \"\"\"\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n",
|
| 85 |
+
"doc_to_choice": "def doc_to_choice(doc: Dict) -> List[str]:\n \"\"\"Return the choices that will be used as contexts in \"multiple input\" mode.\"\"\"\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n",
|
| 86 |
+
"description": "",
|
| 87 |
+
"target_delimiter": " ",
|
| 88 |
+
"fewshot_delimiter": "\n\n",
|
| 89 |
+
"metric_list": [
|
| 90 |
+
{
|
| 91 |
+
"metric": "acc",
|
| 92 |
+
"aggregation": "mean",
|
| 93 |
+
"higher_is_better": true
|
| 94 |
+
}
|
| 95 |
+
],
|
| 96 |
+
"output_type": "multiple_choice",
|
| 97 |
+
"repeats": 1,
|
| 98 |
+
"should_decontaminate": false,
|
| 99 |
+
"metadata": {
|
| 100 |
+
"version": 1.0
|
| 101 |
+
}
|
| 102 |
+
},
|
| 103 |
+
"xwinograd_jp": {
|
| 104 |
+
"task": "xwinograd_jp",
|
| 105 |
+
"group": [
|
| 106 |
+
"xwinograd"
|
| 107 |
+
],
|
| 108 |
+
"dataset_path": "Muennighoff/xwinograd",
|
| 109 |
+
"dataset_name": "jp",
|
| 110 |
+
"test_split": "test",
|
| 111 |
+
"doc_to_text": "def doc_to_text(doc: Dict) -> int:\n \"\"\"\n Return index of the correct choice.\n\n Note: We are using the \"multiple input\" mode of the multiple-choice\n output-type, which means we use different contexts with the same target\n for the different choices, rather than the same context and different targets.\n \"\"\"\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n",
|
| 112 |
+
"doc_to_target": "def doc_to_target(doc: Dict) -> str:\n \"\"\"\n Return the target completion.\n\n Note that this does not depend on the correct choice as we are using\n \"multiple input\" mode.\n \"\"\"\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n",
|
| 113 |
+
"doc_to_choice": "def doc_to_choice(doc: Dict) -> List[str]:\n \"\"\"Return the choices that will be used as contexts in \"multiple input\" mode.\"\"\"\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n",
|
| 114 |
+
"description": "",
|
| 115 |
+
"target_delimiter": " ",
|
| 116 |
+
"fewshot_delimiter": "\n\n",
|
| 117 |
+
"metric_list": [
|
| 118 |
+
{
|
| 119 |
+
"metric": "acc",
|
| 120 |
+
"aggregation": "mean",
|
| 121 |
+
"higher_is_better": true
|
| 122 |
+
}
|
| 123 |
+
],
|
| 124 |
+
"output_type": "multiple_choice",
|
| 125 |
+
"repeats": 1,
|
| 126 |
+
"should_decontaminate": false,
|
| 127 |
+
"metadata": {
|
| 128 |
+
"version": 1.0
|
| 129 |
+
}
|
| 130 |
+
},
|
| 131 |
+
"xwinograd_pt": {
|
| 132 |
+
"task": "xwinograd_pt",
|
| 133 |
+
"group": [
|
| 134 |
+
"xwinograd"
|
| 135 |
+
],
|
| 136 |
+
"dataset_path": "Muennighoff/xwinograd",
|
| 137 |
+
"dataset_name": "pt",
|
| 138 |
+
"test_split": "test",
|
| 139 |
+
"doc_to_text": "def doc_to_text(doc: Dict) -> int:\n \"\"\"\n Return index of the correct choice.\n\n Note: We are using the \"multiple input\" mode of the multiple-choice\n output-type, which means we use different contexts with the same target\n for the different choices, rather than the same context and different targets.\n \"\"\"\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n",
|
| 140 |
+
"doc_to_target": "def doc_to_target(doc: Dict) -> str:\n \"\"\"\n Return the target completion.\n\n Note that this does not depend on the correct choice as we are using\n \"multiple input\" mode.\n \"\"\"\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n",
|
| 141 |
+
"doc_to_choice": "def doc_to_choice(doc: Dict) -> List[str]:\n \"\"\"Return the choices that will be used as contexts in \"multiple input\" mode.\"\"\"\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n",
|
| 142 |
+
"description": "",
|
| 143 |
+
"target_delimiter": " ",
|
| 144 |
+
"fewshot_delimiter": "\n\n",
|
| 145 |
+
"metric_list": [
|
| 146 |
+
{
|
| 147 |
+
"metric": "acc",
|
| 148 |
+
"aggregation": "mean",
|
| 149 |
+
"higher_is_better": true
|
| 150 |
+
}
|
| 151 |
+
],
|
| 152 |
+
"output_type": "multiple_choice",
|
| 153 |
+
"repeats": 1,
|
| 154 |
+
"should_decontaminate": false,
|
| 155 |
+
"metadata": {
|
| 156 |
+
"version": 1.0
|
| 157 |
+
}
|
| 158 |
+
},
|
| 159 |
+
"xwinograd_ru": {
|
| 160 |
+
"task": "xwinograd_ru",
|
| 161 |
+
"group": [
|
| 162 |
+
"xwinograd"
|
| 163 |
+
],
|
| 164 |
+
"dataset_path": "Muennighoff/xwinograd",
|
| 165 |
+
"dataset_name": "ru",
|
| 166 |
+
"test_split": "test",
|
| 167 |
+
"doc_to_text": "def doc_to_text(doc: Dict) -> int:\n \"\"\"\n Return index of the correct choice.\n\n Note: We are using the \"multiple input\" mode of the multiple-choice\n output-type, which means we use different contexts with the same target\n for the different choices, rather than the same context and different targets.\n \"\"\"\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n",
|
| 168 |
+
"doc_to_target": "def doc_to_target(doc: Dict) -> str:\n \"\"\"\n Return the target completion.\n\n Note that this does not depend on the correct choice as we are using\n \"multiple input\" mode.\n \"\"\"\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n",
|
| 169 |
+
"doc_to_choice": "def doc_to_choice(doc: Dict) -> List[str]:\n \"\"\"Return the choices that will be used as contexts in \"multiple input\" mode.\"\"\"\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n",
|
| 170 |
+
"description": "",
|
| 171 |
+
"target_delimiter": " ",
|
| 172 |
+
"fewshot_delimiter": "\n\n",
|
| 173 |
+
"metric_list": [
|
| 174 |
+
{
|
| 175 |
+
"metric": "acc",
|
| 176 |
+
"aggregation": "mean",
|
| 177 |
+
"higher_is_better": true
|
| 178 |
+
}
|
| 179 |
+
],
|
| 180 |
+
"output_type": "multiple_choice",
|
| 181 |
+
"repeats": 1,
|
| 182 |
+
"should_decontaminate": false,
|
| 183 |
+
"metadata": {
|
| 184 |
+
"version": 1.0
|
| 185 |
+
}
|
| 186 |
+
},
|
| 187 |
+
"xwinograd_zh": {
|
| 188 |
+
"task": "xwinograd_zh",
|
| 189 |
+
"group": [
|
| 190 |
+
"xwinograd"
|
| 191 |
+
],
|
| 192 |
+
"dataset_path": "Muennighoff/xwinograd",
|
| 193 |
+
"dataset_name": "zh",
|
| 194 |
+
"test_split": "test",
|
| 195 |
+
"doc_to_text": "def doc_to_text(doc: Dict) -> int:\n \"\"\"\n Return index of the correct choice.\n\n Note: We are using the \"multiple input\" mode of the multiple-choice\n output-type, which means we use different contexts with the same target\n for the different choices, rather than the same context and different targets.\n \"\"\"\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n",
|
| 196 |
+
"doc_to_target": "def doc_to_target(doc: Dict) -> str:\n \"\"\"\n Return the target completion.\n\n Note that this does not depend on the correct choice as we are using\n \"multiple input\" mode.\n \"\"\"\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n",
|
| 197 |
+
"doc_to_choice": "def doc_to_choice(doc: Dict) -> List[str]:\n \"\"\"Return the choices that will be used as contexts in \"multiple input\" mode.\"\"\"\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n",
|
| 198 |
+
"description": "",
|
| 199 |
+
"target_delimiter": " ",
|
| 200 |
+
"fewshot_delimiter": "\n\n",
|
| 201 |
+
"metric_list": [
|
| 202 |
+
{
|
| 203 |
+
"metric": "acc",
|
| 204 |
+
"aggregation": "mean",
|
| 205 |
+
"higher_is_better": true
|
| 206 |
+
}
|
| 207 |
+
],
|
| 208 |
+
"output_type": "multiple_choice",
|
| 209 |
+
"repeats": 1,
|
| 210 |
+
"should_decontaminate": false,
|
| 211 |
+
"metadata": {
|
| 212 |
+
"version": 1.0
|
| 213 |
+
}
|
| 214 |
+
}
|
| 215 |
+
},
|
| 216 |
+
"versions": {
|
| 217 |
+
"xwinograd": "N/A",
|
| 218 |
+
"xwinograd_en": 1.0,
|
| 219 |
+
"xwinograd_fr": 1.0,
|
| 220 |
+
"xwinograd_jp": 1.0,
|
| 221 |
+
"xwinograd_pt": 1.0,
|
| 222 |
+
"xwinograd_ru": 1.0,
|
| 223 |
+
"xwinograd_zh": 1.0
|
| 224 |
+
},
|
| 225 |
+
"n-shot": {
|
| 226 |
+
"xwinograd": 0,
|
| 227 |
+
"xwinograd_en": 0,
|
| 228 |
+
"xwinograd_fr": 0,
|
| 229 |
+
"xwinograd_jp": 0,
|
| 230 |
+
"xwinograd_pt": 0,
|
| 231 |
+
"xwinograd_ru": 0,
|
| 232 |
+
"xwinograd_zh": 0
|
| 233 |
+
},
|
| 234 |
+
"config": {
|
| 235 |
+
"model": "hf",
|
| 236 |
+
"model_args": "pretrained=meta-llama/Llama-2-7b-chat-hf,dtype=bfloat16,trust_remote_code=True",
|
| 237 |
+
"batch_size": "auto",
|
| 238 |
+
"batch_sizes": [
|
| 239 |
+
64
|
| 240 |
+
],
|
| 241 |
+
"device": null,
|
| 242 |
+
"use_cache": null,
|
| 243 |
+
"limit": null,
|
| 244 |
+
"bootstrap_iters": 100000,
|
| 245 |
+
"gen_kwargs": null
|
| 246 |
+
},
|
| 247 |
+
"git_hash": "4d19ea9"
|
| 248 |
+
}
|
lm-eval-output/meta-llama/Llama-2-7b-chat-hf/xwinograd/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:307f6d2d561e01dc0d97bc69a1316a71b9bfc38336b60e13caf726e597c78e51
|
| 3 |
+
size 14688
|
lm-eval-output/mistralai/Mistral-7B-v0.1/lambada_multilingual/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json
CHANGED
|
@@ -1,54 +1,54 @@
|
|
| 1 |
{
|
| 2 |
"results": {
|
| 3 |
"lambada_multilingual": {
|
| 4 |
-
"perplexity,none": 27.
|
| 5 |
-
"perplexity_stderr,none":
|
| 6 |
-
"acc,none": 0.
|
| 7 |
-
"acc_stderr,none": 0.
|
| 8 |
"alias": "lambada_multilingual"
|
| 9 |
},
|
| 10 |
"lambada_openai_mt_de": {
|
| 11 |
-
"perplexity,none": 43.
|
| 12 |
-
"perplexity_stderr,none": 2.
|
| 13 |
-
"acc,none": 0.
|
| 14 |
-
"acc_stderr,none": 0.
|
| 15 |
"alias": " - lambada_openai_mt_de"
|
| 16 |
},
|
| 17 |
"lambada_openai_mt_en": {
|
| 18 |
-
"perplexity,none": 3.
|
| 19 |
-
"perplexity_stderr,none": 0.
|
| 20 |
-
"acc,none": 0.
|
| 21 |
-
"acc_stderr,none": 0.
|
| 22 |
"alias": " - lambada_openai_mt_en"
|
| 23 |
},
|
| 24 |
"lambada_openai_mt_es": {
|
| 25 |
-
"perplexity,none": 36.
|
| 26 |
-
"perplexity_stderr,none": 1.
|
| 27 |
-
"acc,none": 0.
|
| 28 |
-
"acc_stderr,none": 0.
|
| 29 |
"alias": " - lambada_openai_mt_es"
|
| 30 |
},
|
| 31 |
"lambada_openai_mt_fr": {
|
| 32 |
-
"perplexity,none": 22.
|
| 33 |
-
"perplexity_stderr,none": 1.
|
| 34 |
-
"acc,none": 0.
|
| 35 |
-
"acc_stderr,none": 0.
|
| 36 |
"alias": " - lambada_openai_mt_fr"
|
| 37 |
},
|
| 38 |
"lambada_openai_mt_it": {
|
| 39 |
-
"perplexity,none": 30.
|
| 40 |
-
"perplexity_stderr,none": 1.
|
| 41 |
-
"acc,none": 0.
|
| 42 |
-
"acc_stderr,none": 0.
|
| 43 |
"alias": " - lambada_openai_mt_it"
|
| 44 |
}
|
| 45 |
},
|
| 46 |
"groups": {
|
| 47 |
"lambada_multilingual": {
|
| 48 |
-
"perplexity,none": 27.
|
| 49 |
-
"perplexity_stderr,none":
|
| 50 |
-
"acc,none": 0.
|
| 51 |
-
"acc_stderr,none": 0.
|
| 52 |
"alias": "lambada_multilingual"
|
| 53 |
}
|
| 54 |
},
|
|
@@ -240,7 +240,7 @@
|
|
| 240 |
"model_args": "pretrained=mistralai/Mistral-7B-v0.1,dtype=bfloat16,trust_remote_code=True",
|
| 241 |
"batch_size": "auto",
|
| 242 |
"batch_sizes": [
|
| 243 |
-
|
| 244 |
],
|
| 245 |
"device": null,
|
| 246 |
"use_cache": null,
|
|
@@ -248,5 +248,5 @@
|
|
| 248 |
"bootstrap_iters": 100000,
|
| 249 |
"gen_kwargs": null
|
| 250 |
},
|
| 251 |
-
"git_hash": "
|
| 252 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"results": {
|
| 3 |
"lambada_multilingual": {
|
| 4 |
+
"perplexity,none": 27.056756454439657,
|
| 5 |
+
"perplexity_stderr,none": 10.55570565115782,
|
| 6 |
+
"acc,none": 0.5186493304870949,
|
| 7 |
+
"acc_stderr,none": 0.09575650539776685,
|
| 8 |
"alias": "lambada_multilingual"
|
| 9 |
},
|
| 10 |
"lambada_openai_mt_de": {
|
| 11 |
+
"perplexity,none": 43.33029030872575,
|
| 12 |
+
"perplexity_stderr,none": 2.393759617994182,
|
| 13 |
+
"acc,none": 0.4001552493692994,
|
| 14 |
+
"acc_stderr,none": 0.006825677476606509,
|
| 15 |
"alias": " - lambada_openai_mt_de"
|
| 16 |
},
|
| 17 |
"lambada_openai_mt_en": {
|
| 18 |
+
"perplexity,none": 3.1795871820811916,
|
| 19 |
+
"perplexity_stderr,none": 0.05830848485872709,
|
| 20 |
+
"acc,none": 0.7562584901998836,
|
| 21 |
+
"acc_stderr,none": 0.005981525423321768,
|
| 22 |
"alias": " - lambada_openai_mt_en"
|
| 23 |
},
|
| 24 |
"lambada_openai_mt_es": {
|
| 25 |
+
"perplexity,none": 36.28812043227467,
|
| 26 |
+
"perplexity_stderr,none": 1.791789103370077,
|
| 27 |
+
"acc,none": 0.4267417038618281,
|
| 28 |
+
"acc_stderr,none": 0.006890802308382406,
|
| 29 |
"alias": " - lambada_openai_mt_es"
|
| 30 |
},
|
| 31 |
"lambada_openai_mt_fr": {
|
| 32 |
+
"perplexity,none": 22.21756518405148,
|
| 33 |
+
"perplexity_stderr,none": 1.1041376692704696,
|
| 34 |
+
"acc,none": 0.5208616339996118,
|
| 35 |
+
"acc_stderr,none": 0.00695991172085145,
|
| 36 |
"alias": " - lambada_openai_mt_fr"
|
| 37 |
},
|
| 38 |
"lambada_openai_mt_it": {
|
| 39 |
+
"perplexity,none": 30.268219165065197,
|
| 40 |
+
"perplexity_stderr,none": 1.6670875958452993,
|
| 41 |
+
"acc,none": 0.48922957500485154,
|
| 42 |
+
"acc_stderr,none": 0.006964361334232535,
|
| 43 |
"alias": " - lambada_openai_mt_it"
|
| 44 |
}
|
| 45 |
},
|
| 46 |
"groups": {
|
| 47 |
"lambada_multilingual": {
|
| 48 |
+
"perplexity,none": 27.056756454439657,
|
| 49 |
+
"perplexity_stderr,none": 10.55570565115782,
|
| 50 |
+
"acc,none": 0.5186493304870949,
|
| 51 |
+
"acc_stderr,none": 0.09575650539776685,
|
| 52 |
"alias": "lambada_multilingual"
|
| 53 |
}
|
| 54 |
},
|
|
|
|
| 240 |
"model_args": "pretrained=mistralai/Mistral-7B-v0.1,dtype=bfloat16,trust_remote_code=True",
|
| 241 |
"batch_size": "auto",
|
| 242 |
"batch_sizes": [
|
| 243 |
+
64
|
| 244 |
],
|
| 245 |
"device": null,
|
| 246 |
"use_cache": null,
|
|
|
|
| 248 |
"bootstrap_iters": 100000,
|
| 249 |
"gen_kwargs": null
|
| 250 |
},
|
| 251 |
+
"git_hash": "4d19ea9"
|
| 252 |
}
|
lm-eval-output/mistralai/Mistral-7B-v0.1/lambada_multilingual/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05fb3cc8fc1d34c05a5d7d29343f5d370c9fc8e6ae095e0d64501277489d31ac
|
| 3 |
+
size 35226
|
lm-eval-output/mistralai/Mistral-7B-v0.1/pawsx/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json
CHANGED
|
@@ -1,50 +1,50 @@
|
|
| 1 |
{
|
| 2 |
"results": {
|
| 3 |
"pawsx": {
|
| 4 |
-
"acc,none": 0.
|
| 5 |
-
"acc_stderr,none": 0.
|
| 6 |
"alias": "pawsx"
|
| 7 |
},
|
| 8 |
"paws_de": {
|
| 9 |
-
"acc,none": 0.
|
| 10 |
-
"acc_stderr,none": 0.
|
| 11 |
"alias": " - paws_de"
|
| 12 |
},
|
| 13 |
"paws_en": {
|
| 14 |
-
"acc,none": 0.
|
| 15 |
-
"acc_stderr,none": 0.
|
| 16 |
"alias": " - paws_en"
|
| 17 |
},
|
| 18 |
"paws_es": {
|
| 19 |
-
"acc,none": 0.
|
| 20 |
-
"acc_stderr,none": 0.
|
| 21 |
"alias": " - paws_es"
|
| 22 |
},
|
| 23 |
"paws_fr": {
|
| 24 |
-
"acc,none": 0.
|
| 25 |
-
"acc_stderr,none": 0.
|
| 26 |
"alias": " - paws_fr"
|
| 27 |
},
|
| 28 |
"paws_ja": {
|
| 29 |
-
"acc,none": 0.
|
| 30 |
-
"acc_stderr,none": 0.
|
| 31 |
"alias": " - paws_ja"
|
| 32 |
},
|
| 33 |
"paws_ko": {
|
| 34 |
-
"acc,none": 0.
|
| 35 |
-
"acc_stderr,none": 0.
|
| 36 |
"alias": " - paws_ko"
|
| 37 |
},
|
| 38 |
"paws_zh": {
|
| 39 |
-
"acc,none": 0.
|
| 40 |
-
"acc_stderr,none": 0.
|
| 41 |
"alias": " - paws_zh"
|
| 42 |
}
|
| 43 |
},
|
| 44 |
"groups": {
|
| 45 |
"pawsx": {
|
| 46 |
-
"acc,none": 0.
|
| 47 |
-
"acc_stderr,none": 0.
|
| 48 |
"alias": "pawsx"
|
| 49 |
}
|
| 50 |
},
|
|
@@ -271,7 +271,7 @@
|
|
| 271 |
"model_args": "pretrained=mistralai/Mistral-7B-v0.1,dtype=bfloat16,trust_remote_code=True",
|
| 272 |
"batch_size": "auto",
|
| 273 |
"batch_sizes": [
|
| 274 |
-
|
| 275 |
],
|
| 276 |
"device": null,
|
| 277 |
"use_cache": null,
|
|
@@ -279,5 +279,5 @@
|
|
| 279 |
"bootstrap_iters": 100000,
|
| 280 |
"gen_kwargs": null
|
| 281 |
},
|
| 282 |
-
"git_hash": "
|
| 283 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"results": {
|
| 3 |
"pawsx": {
|
| 4 |
+
"acc,none": 0.4147857142857143,
|
| 5 |
+
"acc_stderr,none": 0.057291271279150895,
|
| 6 |
"alias": "pawsx"
|
| 7 |
},
|
| 8 |
"paws_de": {
|
| 9 |
+
"acc,none": 0.3825,
|
| 10 |
+
"acc_stderr,none": 0.01086995643857379,
|
| 11 |
"alias": " - paws_de"
|
| 12 |
},
|
| 13 |
"paws_en": {
|
| 14 |
+
"acc,none": 0.3145,
|
| 15 |
+
"acc_stderr,none": 0.010385027655220813,
|
| 16 |
"alias": " - paws_en"
|
| 17 |
},
|
| 18 |
"paws_es": {
|
| 19 |
+
"acc,none": 0.346,
|
| 20 |
+
"acc_stderr,none": 0.010639483037236658,
|
| 21 |
"alias": " - paws_es"
|
| 22 |
},
|
| 23 |
"paws_fr": {
|
| 24 |
+
"acc,none": 0.4905,
|
| 25 |
+
"acc_stderr,none": 0.011181117282805228,
|
| 26 |
"alias": " - paws_fr"
|
| 27 |
},
|
| 28 |
"paws_ja": {
|
| 29 |
+
"acc,none": 0.536,
|
| 30 |
+
"acc_stderr,none": 0.011154111668060216,
|
| 31 |
"alias": " - paws_ja"
|
| 32 |
},
|
| 33 |
"paws_ko": {
|
| 34 |
+
"acc,none": 0.418,
|
| 35 |
+
"acc_stderr,none": 0.01103172014804208,
|
| 36 |
"alias": " - paws_ko"
|
| 37 |
},
|
| 38 |
"paws_zh": {
|
| 39 |
+
"acc,none": 0.416,
|
| 40 |
+
"acc_stderr,none": 0.011024190055654281,
|
| 41 |
"alias": " - paws_zh"
|
| 42 |
}
|
| 43 |
},
|
| 44 |
"groups": {
|
| 45 |
"pawsx": {
|
| 46 |
+
"acc,none": 0.4147857142857143,
|
| 47 |
+
"acc_stderr,none": 0.057291271279150895,
|
| 48 |
"alias": "pawsx"
|
| 49 |
}
|
| 50 |
},
|
|
|
|
| 271 |
"model_args": "pretrained=mistralai/Mistral-7B-v0.1,dtype=bfloat16,trust_remote_code=True",
|
| 272 |
"batch_size": "auto",
|
| 273 |
"batch_sizes": [
|
| 274 |
+
64
|
| 275 |
],
|
| 276 |
"device": null,
|
| 277 |
"use_cache": null,
|
|
|
|
| 279 |
"bootstrap_iters": 100000,
|
| 280 |
"gen_kwargs": null
|
| 281 |
},
|
| 282 |
+
"git_hash": "4d19ea9"
|
| 283 |
}
|
lm-eval-output/mistralai/Mistral-7B-v0.1/pawsx/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e263041ff24074eabc51521bb7f2c1763be142b5b0e4e861edade3255e2784da
|
| 3 |
+
size 103496
|
lm-eval-output/mistralai/Mistral-7B-v0.1/xcopa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
| 1 |
{
|
| 2 |
"results": {
|
| 3 |
"xcopa": {
|
| 4 |
-
"acc,none": 0.
|
| 5 |
-
"acc_stderr,none": 0.
|
| 6 |
"alias": "xcopa"
|
| 7 |
},
|
| 8 |
"xcopa_et": {
|
| 9 |
-
"acc,none": 0.
|
| 10 |
-
"acc_stderr,none": 0.
|
| 11 |
"alias": " - xcopa_et"
|
| 12 |
},
|
| 13 |
"xcopa_ht": {
|
| 14 |
-
"acc,none": 0.
|
| 15 |
-
"acc_stderr,none": 0.
|
| 16 |
"alias": " - xcopa_ht"
|
| 17 |
},
|
| 18 |
"xcopa_id": {
|
| 19 |
-
"acc,none": 0.
|
| 20 |
-
"acc_stderr,none": 0.
|
| 21 |
"alias": " - xcopa_id"
|
| 22 |
},
|
| 23 |
"xcopa_it": {
|
|
@@ -26,8 +26,8 @@
|
|
| 26 |
"alias": " - xcopa_it"
|
| 27 |
},
|
| 28 |
"xcopa_qu": {
|
| 29 |
-
"acc,none": 0.
|
| 30 |
-
"acc_stderr,none": 0.
|
| 31 |
"alias": " - xcopa_qu"
|
| 32 |
},
|
| 33 |
"xcopa_sw": {
|
|
@@ -36,35 +36,35 @@
|
|
| 36 |
"alias": " - xcopa_sw"
|
| 37 |
},
|
| 38 |
"xcopa_ta": {
|
| 39 |
-
"acc,none": 0.
|
| 40 |
-
"acc_stderr,none": 0.
|
| 41 |
"alias": " - xcopa_ta"
|
| 42 |
},
|
| 43 |
"xcopa_th": {
|
| 44 |
-
"acc,none": 0.
|
| 45 |
-
"acc_stderr,none": 0.
|
| 46 |
"alias": " - xcopa_th"
|
| 47 |
},
|
| 48 |
"xcopa_tr": {
|
| 49 |
-
"acc,none": 0.
|
| 50 |
-
"acc_stderr,none": 0.
|
| 51 |
"alias": " - xcopa_tr"
|
| 52 |
},
|
| 53 |
"xcopa_vi": {
|
| 54 |
-
"acc,none": 0.
|
| 55 |
-
"acc_stderr,none": 0.
|
| 56 |
"alias": " - xcopa_vi"
|
| 57 |
},
|
| 58 |
"xcopa_zh": {
|
| 59 |
-
"acc,none": 0.
|
| 60 |
-
"acc_stderr,none": 0.
|
| 61 |
"alias": " - xcopa_zh"
|
| 62 |
}
|
| 63 |
},
|
| 64 |
"groups": {
|
| 65 |
"xcopa": {
|
| 66 |
-
"acc,none": 0.
|
| 67 |
-
"acc_stderr,none": 0.
|
| 68 |
"alias": "xcopa"
|
| 69 |
}
|
| 70 |
},
|
|
@@ -76,7 +76,7 @@
|
|
| 76 |
"dataset_name": "et",
|
| 77 |
"validation_split": "validation",
|
| 78 |
"test_split": "test",
|
| 79 |
-
"doc_to_text": "functools.partial(<function doc_to_text at
|
| 80 |
"doc_to_target": "label",
|
| 81 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 82 |
"description": "",
|
|
@@ -101,7 +101,7 @@
|
|
| 101 |
"dataset_name": "ht",
|
| 102 |
"validation_split": "validation",
|
| 103 |
"test_split": "test",
|
| 104 |
-
"doc_to_text": "functools.partial(<function doc_to_text at
|
| 105 |
"doc_to_target": "label",
|
| 106 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 107 |
"description": "",
|
|
@@ -126,7 +126,7 @@
|
|
| 126 |
"dataset_name": "id",
|
| 127 |
"validation_split": "validation",
|
| 128 |
"test_split": "test",
|
| 129 |
-
"doc_to_text": "functools.partial(<function doc_to_text at
|
| 130 |
"doc_to_target": "label",
|
| 131 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 132 |
"description": "",
|
|
@@ -151,7 +151,7 @@
|
|
| 151 |
"dataset_name": "it",
|
| 152 |
"validation_split": "validation",
|
| 153 |
"test_split": "test",
|
| 154 |
-
"doc_to_text": "functools.partial(<function doc_to_text at
|
| 155 |
"doc_to_target": "label",
|
| 156 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 157 |
"description": "",
|
|
@@ -176,7 +176,7 @@
|
|
| 176 |
"dataset_name": "qu",
|
| 177 |
"validation_split": "validation",
|
| 178 |
"test_split": "test",
|
| 179 |
-
"doc_to_text": "functools.partial(<function doc_to_text at
|
| 180 |
"doc_to_target": "label",
|
| 181 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 182 |
"description": "",
|
|
@@ -201,7 +201,7 @@
|
|
| 201 |
"dataset_name": "sw",
|
| 202 |
"validation_split": "validation",
|
| 203 |
"test_split": "test",
|
| 204 |
-
"doc_to_text": "functools.partial(<function doc_to_text at
|
| 205 |
"doc_to_target": "label",
|
| 206 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 207 |
"description": "",
|
|
@@ -226,7 +226,7 @@
|
|
| 226 |
"dataset_name": "ta",
|
| 227 |
"validation_split": "validation",
|
| 228 |
"test_split": "test",
|
| 229 |
-
"doc_to_text": "functools.partial(<function doc_to_text at
|
| 230 |
"doc_to_target": "label",
|
| 231 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 232 |
"description": "",
|
|
@@ -251,7 +251,7 @@
|
|
| 251 |
"dataset_name": "th",
|
| 252 |
"validation_split": "validation",
|
| 253 |
"test_split": "test",
|
| 254 |
-
"doc_to_text": "functools.partial(<function doc_to_text at
|
| 255 |
"doc_to_target": "label",
|
| 256 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 257 |
"description": "",
|
|
@@ -276,7 +276,7 @@
|
|
| 276 |
"dataset_name": "tr",
|
| 277 |
"validation_split": "validation",
|
| 278 |
"test_split": "test",
|
| 279 |
-
"doc_to_text": "functools.partial(<function doc_to_text at
|
| 280 |
"doc_to_target": "label",
|
| 281 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 282 |
"description": "",
|
|
@@ -301,7 +301,7 @@
|
|
| 301 |
"dataset_name": "vi",
|
| 302 |
"validation_split": "validation",
|
| 303 |
"test_split": "test",
|
| 304 |
-
"doc_to_text": "functools.partial(<function doc_to_text at
|
| 305 |
"doc_to_target": "label",
|
| 306 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 307 |
"description": "",
|
|
@@ -326,7 +326,7 @@
|
|
| 326 |
"dataset_name": "zh",
|
| 327 |
"validation_split": "validation",
|
| 328 |
"test_split": "test",
|
| 329 |
-
"doc_to_text": "functools.partial(<function doc_to_text at
|
| 330 |
"doc_to_target": "label",
|
| 331 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 332 |
"description": "",
|
|
@@ -386,5 +386,5 @@
|
|
| 386 |
"bootstrap_iters": 100000,
|
| 387 |
"gen_kwargs": null
|
| 388 |
},
|
| 389 |
-
"git_hash": "
|
| 390 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"results": {
|
| 3 |
"xcopa": {
|
| 4 |
+
"acc,none": 0.5594545454545454,
|
| 5 |
+
"acc_stderr,none": 0.05387910421610255,
|
| 6 |
"alias": "xcopa"
|
| 7 |
},
|
| 8 |
"xcopa_et": {
|
| 9 |
+
"acc,none": 0.472,
|
| 10 |
+
"acc_stderr,none": 0.022347949832668093,
|
| 11 |
"alias": " - xcopa_et"
|
| 12 |
},
|
| 13 |
"xcopa_ht": {
|
| 14 |
+
"acc,none": 0.516,
|
| 15 |
+
"acc_stderr,none": 0.022371610982580396,
|
| 16 |
"alias": " - xcopa_ht"
|
| 17 |
},
|
| 18 |
"xcopa_id": {
|
| 19 |
+
"acc,none": 0.584,
|
| 20 |
+
"acc_stderr,none": 0.022064943313928866,
|
| 21 |
"alias": " - xcopa_id"
|
| 22 |
},
|
| 23 |
"xcopa_it": {
|
|
|
|
| 26 |
"alias": " - xcopa_it"
|
| 27 |
},
|
| 28 |
"xcopa_qu": {
|
| 29 |
+
"acc,none": 0.484,
|
| 30 |
+
"acc_stderr,none": 0.022371610982580396,
|
| 31 |
"alias": " - xcopa_qu"
|
| 32 |
},
|
| 33 |
"xcopa_sw": {
|
|
|
|
| 36 |
"alias": " - xcopa_sw"
|
| 37 |
},
|
| 38 |
"xcopa_ta": {
|
| 39 |
+
"acc,none": 0.546,
|
| 40 |
+
"acc_stderr,none": 0.022288147591176945,
|
| 41 |
"alias": " - xcopa_ta"
|
| 42 |
},
|
| 43 |
"xcopa_th": {
|
| 44 |
+
"acc,none": 0.566,
|
| 45 |
+
"acc_stderr,none": 0.02218721580302901,
|
| 46 |
"alias": " - xcopa_th"
|
| 47 |
},
|
| 48 |
"xcopa_tr": {
|
| 49 |
+
"acc,none": 0.57,
|
| 50 |
+
"acc_stderr,none": 0.022162634426652835,
|
| 51 |
"alias": " - xcopa_tr"
|
| 52 |
},
|
| 53 |
"xcopa_vi": {
|
| 54 |
+
"acc,none": 0.588,
|
| 55 |
+
"acc_stderr,none": 0.022033677993740862,
|
| 56 |
"alias": " - xcopa_vi"
|
| 57 |
},
|
| 58 |
"xcopa_zh": {
|
| 59 |
+
"acc,none": 0.65,
|
| 60 |
+
"acc_stderr,none": 0.021352091786223104,
|
| 61 |
"alias": " - xcopa_zh"
|
| 62 |
}
|
| 63 |
},
|
| 64 |
"groups": {
|
| 65 |
"xcopa": {
|
| 66 |
+
"acc,none": 0.5594545454545454,
|
| 67 |
+
"acc_stderr,none": 0.05387910421610255,
|
| 68 |
"alias": "xcopa"
|
| 69 |
}
|
| 70 |
},
|
|
|
|
| 76 |
"dataset_name": "et",
|
| 77 |
"validation_split": "validation",
|
| 78 |
"test_split": "test",
|
| 79 |
+
"doc_to_text": "functools.partial(<function doc_to_text at 0x7f54e32ee660>, connector={'cause': 'sest', 'effect': 'seetõttu'})",
|
| 80 |
"doc_to_target": "label",
|
| 81 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 82 |
"description": "",
|
|
|
|
| 101 |
"dataset_name": "ht",
|
| 102 |
"validation_split": "validation",
|
| 103 |
"test_split": "test",
|
| 104 |
+
"doc_to_text": "functools.partial(<function doc_to_text at 0x7f54e32ef560>, connector={'cause': 'poukisa', 'effect': 'donk sa'})",
|
| 105 |
"doc_to_target": "label",
|
| 106 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 107 |
"description": "",
|
|
|
|
| 126 |
"dataset_name": "id",
|
| 127 |
"validation_split": "validation",
|
| 128 |
"test_split": "test",
|
| 129 |
+
"doc_to_text": "functools.partial(<function doc_to_text at 0x7f54b0dbf600>, connector={'cause': 'karena', 'effect': 'maka'})",
|
| 130 |
"doc_to_target": "label",
|
| 131 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 132 |
"description": "",
|
|
|
|
| 151 |
"dataset_name": "it",
|
| 152 |
"validation_split": "validation",
|
| 153 |
"test_split": "test",
|
| 154 |
+
"doc_to_text": "functools.partial(<function doc_to_text at 0x7f54b0dbe7a0>, connector={'cause': 'perché', 'effect': 'quindi'})",
|
| 155 |
"doc_to_target": "label",
|
| 156 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 157 |
"description": "",
|
|
|
|
| 176 |
"dataset_name": "qu",
|
| 177 |
"validation_split": "validation",
|
| 178 |
"test_split": "test",
|
| 179 |
+
"doc_to_text": "functools.partial(<function doc_to_text at 0x7f54b0dbeca0>, connector={'cause': 'imataq', 'effect': 'chaymi'})",
|
| 180 |
"doc_to_target": "label",
|
| 181 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 182 |
"description": "",
|
|
|
|
| 201 |
"dataset_name": "sw",
|
| 202 |
"validation_split": "validation",
|
| 203 |
"test_split": "test",
|
| 204 |
+
"doc_to_text": "functools.partial(<function doc_to_text at 0x7f54b0e1c220>, connector={'cause': 'kwa sababu', 'effect': 'kwa hiyo'})",
|
| 205 |
"doc_to_target": "label",
|
| 206 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 207 |
"description": "",
|
|
|
|
| 226 |
"dataset_name": "ta",
|
| 227 |
"validation_split": "validation",
|
| 228 |
"test_split": "test",
|
| 229 |
+
"doc_to_text": "functools.partial(<function doc_to_text at 0x7f54b0e1d8a0>, connector={'cause': 'காரணமாக', 'effect': 'எனவே'})",
|
| 230 |
"doc_to_target": "label",
|
| 231 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 232 |
"description": "",
|
|
|
|
| 251 |
"dataset_name": "th",
|
| 252 |
"validation_split": "validation",
|
| 253 |
"test_split": "test",
|
| 254 |
+
"doc_to_text": "functools.partial(<function doc_to_text at 0x7f54b0e1fc40>, connector={'cause': 'เพราะ', 'effect': 'ดังนั้น'})",
|
| 255 |
"doc_to_target": "label",
|
| 256 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 257 |
"description": "",
|
|
|
|
| 276 |
"dataset_name": "tr",
|
| 277 |
"validation_split": "validation",
|
| 278 |
"test_split": "test",
|
| 279 |
+
"doc_to_text": "functools.partial(<function doc_to_text at 0x7f54b04c4cc0>, connector={'cause': 'çünkü', 'effect': 'bu yüzden'})",
|
| 280 |
"doc_to_target": "label",
|
| 281 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 282 |
"description": "",
|
|
|
|
| 301 |
"dataset_name": "vi",
|
| 302 |
"validation_split": "validation",
|
| 303 |
"test_split": "test",
|
| 304 |
+
"doc_to_text": "functools.partial(<function doc_to_text at 0x7f54b04c6fc0>, connector={'cause': 'bởi vì', 'effect': 'vì vậy'})",
|
| 305 |
"doc_to_target": "label",
|
| 306 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 307 |
"description": "",
|
|
|
|
| 326 |
"dataset_name": "zh",
|
| 327 |
"validation_split": "validation",
|
| 328 |
"test_split": "test",
|
| 329 |
+
"doc_to_text": "functools.partial(<function doc_to_text at 0x7f54b03f19e0>, connector={'cause': '因为', 'effect': '所以'})",
|
| 330 |
"doc_to_target": "label",
|
| 331 |
"doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n",
|
| 332 |
"description": "",
|
|
|
|
| 386 |
"bootstrap_iters": 100000,
|
| 387 |
"gen_kwargs": null
|
| 388 |
},
|
| 389 |
+
"git_hash": "4d19ea9"
|
| 390 |
}
|
lm-eval-output/mistralai/Mistral-7B-v0.1/xcopa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c29df0d5209ff1fe3f863c7cdcb561af7300352b7f2e771a45341a44aa36156a
|
| 3 |
+
size 18732
|
lm-eval-output/mistralai/Mistral-7B-v0.1/xnli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json
CHANGED
|
@@ -1,90 +1,90 @@
|
|
| 1 |
{
|
| 2 |
"results": {
|
| 3 |
"xnli": {
|
| 4 |
-
"acc,none": 0.
|
| 5 |
-
"acc_stderr,none": 0.
|
| 6 |
"alias": "xnli"
|
| 7 |
},
|
| 8 |
"xnli_ar": {
|
| 9 |
-
"acc,none": 0.
|
| 10 |
-
"acc_stderr,none": 0.
|
| 11 |
"alias": " - xnli_ar"
|
| 12 |
},
|
| 13 |
"xnli_bg": {
|
| 14 |
-
"acc,none": 0.
|
| 15 |
-
"acc_stderr,none": 0.
|
| 16 |
"alias": " - xnli_bg"
|
| 17 |
},
|
| 18 |
"xnli_de": {
|
| 19 |
-
"acc,none": 0.
|
| 20 |
-
"acc_stderr,none": 0.
|
| 21 |
"alias": " - xnli_de"
|
| 22 |
},
|
| 23 |
"xnli_el": {
|
| 24 |
-
"acc,none": 0.
|
| 25 |
-
"acc_stderr,none": 0.
|
| 26 |
"alias": " - xnli_el"
|
| 27 |
},
|
| 28 |
"xnli_en": {
|
| 29 |
-
"acc,none": 0.
|
| 30 |
-
"acc_stderr,none": 0.
|
| 31 |
"alias": " - xnli_en"
|
| 32 |
},
|
| 33 |
"xnli_es": {
|
| 34 |
-
"acc,none": 0.
|
| 35 |
-
"acc_stderr,none": 0.
|
| 36 |
"alias": " - xnli_es"
|
| 37 |
},
|
| 38 |
"xnli_fr": {
|
| 39 |
-
"acc,none": 0.
|
| 40 |
-
"acc_stderr,none": 0.
|
| 41 |
"alias": " - xnli_fr"
|
| 42 |
},
|
| 43 |
"xnli_hi": {
|
| 44 |
-
"acc,none": 0.
|
| 45 |
-
"acc_stderr,none": 0.
|
| 46 |
"alias": " - xnli_hi"
|
| 47 |
},
|
| 48 |
"xnli_ru": {
|
| 49 |
-
"acc,none": 0.
|
| 50 |
-
"acc_stderr,none": 0.
|
| 51 |
"alias": " - xnli_ru"
|
| 52 |
},
|
| 53 |
"xnli_sw": {
|
| 54 |
-
"acc,none": 0.
|
| 55 |
-
"acc_stderr,none": 0.
|
| 56 |
"alias": " - xnli_sw"
|
| 57 |
},
|
| 58 |
"xnli_th": {
|
| 59 |
-
"acc,none": 0.
|
| 60 |
-
"acc_stderr,none": 0.
|
| 61 |
"alias": " - xnli_th"
|
| 62 |
},
|
| 63 |
"xnli_tr": {
|
| 64 |
-
"acc,none": 0.
|
| 65 |
-
"acc_stderr,none": 0.
|
| 66 |
"alias": " - xnli_tr"
|
| 67 |
},
|
| 68 |
"xnli_ur": {
|
| 69 |
-
"acc,none": 0.
|
| 70 |
-
"acc_stderr,none": 0.
|
| 71 |
"alias": " - xnli_ur"
|
| 72 |
},
|
| 73 |
"xnli_vi": {
|
| 74 |
-
"acc,none": 0.
|
| 75 |
-
"acc_stderr,none": 0.
|
| 76 |
"alias": " - xnli_vi"
|
| 77 |
},
|
| 78 |
"xnli_zh": {
|
| 79 |
-
"acc,none": 0.
|
| 80 |
-
"acc_stderr,none": 0.
|
| 81 |
"alias": " - xnli_zh"
|
| 82 |
}
|
| 83 |
},
|
| 84 |
"groups": {
|
| 85 |
"xnli": {
|
| 86 |
-
"acc,none": 0.
|
| 87 |
-
"acc_stderr,none": 0.
|
| 88 |
"alias": "xnli"
|
| 89 |
}
|
| 90 |
},
|
|
@@ -536,7 +536,7 @@
|
|
| 536 |
"model_args": "pretrained=mistralai/Mistral-7B-v0.1,dtype=bfloat16,trust_remote_code=True",
|
| 537 |
"batch_size": "auto",
|
| 538 |
"batch_sizes": [
|
| 539 |
-
|
| 540 |
],
|
| 541 |
"device": null,
|
| 542 |
"use_cache": null,
|
|
@@ -544,5 +544,5 @@
|
|
| 544 |
"bootstrap_iters": 100000,
|
| 545 |
"gen_kwargs": null
|
| 546 |
},
|
| 547 |
-
"git_hash": "
|
| 548 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"results": {
|
| 3 |
"xnli": {
|
| 4 |
+
"acc,none": 0.43052208835341366,
|
| 5 |
+
"acc_stderr,none": 0.05866526647573086,
|
| 6 |
"alias": "xnli"
|
| 7 |
},
|
| 8 |
"xnli_ar": {
|
| 9 |
+
"acc,none": 0.3337349397590361,
|
| 10 |
+
"acc_stderr,none": 0.009451743112667055,
|
| 11 |
"alias": " - xnli_ar"
|
| 12 |
},
|
| 13 |
"xnli_bg": {
|
| 14 |
+
"acc,none": 0.4570281124497992,
|
| 15 |
+
"acc_stderr,none": 0.009984991084561275,
|
| 16 |
"alias": " - xnli_bg"
|
| 17 |
},
|
| 18 |
"xnli_de": {
|
| 19 |
+
"acc,none": 0.4971887550200803,
|
| 20 |
+
"acc_stderr,none": 0.010021914455122174,
|
| 21 |
"alias": " - xnli_de"
|
| 22 |
},
|
| 23 |
"xnli_el": {
|
| 24 |
+
"acc,none": 0.41124497991967873,
|
| 25 |
+
"acc_stderr,none": 0.00986291222354463,
|
| 26 |
"alias": " - xnli_el"
|
| 27 |
},
|
| 28 |
"xnli_en": {
|
| 29 |
+
"acc,none": 0.5662650602409639,
|
| 30 |
+
"acc_stderr,none": 0.009933667945702098,
|
| 31 |
"alias": " - xnli_en"
|
| 32 |
},
|
| 33 |
"xnli_es": {
|
| 34 |
+
"acc,none": 0.457429718875502,
|
| 35 |
+
"acc_stderr,none": 0.00998568222022746,
|
| 36 |
"alias": " - xnli_es"
|
| 37 |
},
|
| 38 |
"xnli_fr": {
|
| 39 |
+
"acc,none": 0.5088353413654618,
|
| 40 |
+
"acc_stderr,none": 0.010020508033762627,
|
| 41 |
"alias": " - xnli_fr"
|
| 42 |
},
|
| 43 |
"xnli_hi": {
|
| 44 |
+
"acc,none": 0.43012048192771085,
|
| 45 |
+
"acc_stderr,none": 0.00992371167540806,
|
| 46 |
"alias": " - xnli_hi"
|
| 47 |
},
|
| 48 |
"xnli_ru": {
|
| 49 |
+
"acc,none": 0.4975903614457831,
|
| 50 |
+
"acc_stderr,none": 0.010021956483068082,
|
| 51 |
"alias": " - xnli_ru"
|
| 52 |
},
|
| 53 |
"xnli_sw": {
|
| 54 |
+
"acc,none": 0.35542168674698793,
|
| 55 |
+
"acc_stderr,none": 0.009593947957927139,
|
| 56 |
"alias": " - xnli_sw"
|
| 57 |
},
|
| 58 |
"xnli_th": {
|
| 59 |
+
"acc,none": 0.3887550200803213,
|
| 60 |
+
"acc_stderr,none": 0.009770869423441493,
|
| 61 |
"alias": " - xnli_th"
|
| 62 |
},
|
| 63 |
"xnli_tr": {
|
| 64 |
+
"acc,none": 0.43092369477911646,
|
| 65 |
+
"acc_stderr,none": 0.009925970741520641,
|
| 66 |
"alias": " - xnli_tr"
|
| 67 |
},
|
| 68 |
"xnli_ur": {
|
| 69 |
+
"acc,none": 0.3385542168674699,
|
| 70 |
+
"acc_stderr,none": 0.00948525020851688,
|
| 71 |
"alias": " - xnli_ur"
|
| 72 |
},
|
| 73 |
"xnli_vi": {
|
| 74 |
+
"acc,none": 0.40923694779116465,
|
| 75 |
+
"acc_stderr,none": 0.009855567414480236,
|
| 76 |
"alias": " - xnli_vi"
|
| 77 |
},
|
| 78 |
"xnli_zh": {
|
| 79 |
+
"acc,none": 0.3755020080321285,
|
| 80 |
+
"acc_stderr,none": 0.009706422844379824,
|
| 81 |
"alias": " - xnli_zh"
|
| 82 |
}
|
| 83 |
},
|
| 84 |
"groups": {
|
| 85 |
"xnli": {
|
| 86 |
+
"acc,none": 0.43052208835341366,
|
| 87 |
+
"acc_stderr,none": 0.05866526647573086,
|
| 88 |
"alias": "xnli"
|
| 89 |
}
|
| 90 |
},
|
|
|
|
| 536 |
"model_args": "pretrained=mistralai/Mistral-7B-v0.1,dtype=bfloat16,trust_remote_code=True",
|
| 537 |
"batch_size": "auto",
|
| 538 |
"batch_sizes": [
|
| 539 |
+
64
|
| 540 |
],
|
| 541 |
"device": null,
|
| 542 |
"use_cache": null,
|
|
|
|
| 544 |
"bootstrap_iters": 100000,
|
| 545 |
"gen_kwargs": null
|
| 546 |
},
|
| 547 |
+
"git_hash": "4d19ea9"
|
| 548 |
}
|
lm-eval-output/mistralai/Mistral-7B-v0.1/xnli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1023487503d0f88894d0c5162f02c02141887ec716326ad2fb441c1232c9d06c
|
| 3 |
+
size 120793
|
lm-eval-output/mistralai/Mistral-7B-v0.1/xstorycloze/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json
CHANGED
|
@@ -2,69 +2,69 @@
|
|
| 2 |
"results": {
|
| 3 |
"xstorycloze": {
|
| 4 |
"acc,none": 0.5916611515552614,
|
| 5 |
-
"acc_stderr,none": 0.
|
| 6 |
"alias": "xstorycloze"
|
| 7 |
},
|
| 8 |
"xstorycloze_ar": {
|
| 9 |
-
"acc,none": 0.
|
| 10 |
-
"acc_stderr,none": 0.
|
| 11 |
"alias": " - xstorycloze_ar"
|
| 12 |
},
|
| 13 |
"xstorycloze_en": {
|
| 14 |
-
"acc,none": 0.
|
| 15 |
-
"acc_stderr,none": 0.
|
| 16 |
"alias": " - xstorycloze_en"
|
| 17 |
},
|
| 18 |
"xstorycloze_es": {
|
| 19 |
-
"acc,none": 0.
|
| 20 |
-
"acc_stderr,none": 0.
|
| 21 |
"alias": " - xstorycloze_es"
|
| 22 |
},
|
| 23 |
"xstorycloze_eu": {
|
| 24 |
-
"acc,none": 0.
|
| 25 |
-
"acc_stderr,none": 0.
|
| 26 |
"alias": " - xstorycloze_eu"
|
| 27 |
},
|
| 28 |
"xstorycloze_hi": {
|
| 29 |
-
"acc,none": 0.
|
| 30 |
-
"acc_stderr,none": 0.
|
| 31 |
"alias": " - xstorycloze_hi"
|
| 32 |
},
|
| 33 |
"xstorycloze_id": {
|
| 34 |
-
"acc,none": 0.
|
| 35 |
-
"acc_stderr,none": 0.
|
| 36 |
"alias": " - xstorycloze_id"
|
| 37 |
},
|
| 38 |
"xstorycloze_my": {
|
| 39 |
-
"acc,none": 0.
|
| 40 |
-
"acc_stderr,none": 0.
|
| 41 |
"alias": " - xstorycloze_my"
|
| 42 |
},
|
| 43 |
"xstorycloze_ru": {
|
| 44 |
-
"acc,none": 0.
|
| 45 |
-
"acc_stderr,none": 0.
|
| 46 |
"alias": " - xstorycloze_ru"
|
| 47 |
},
|
| 48 |
"xstorycloze_sw": {
|
| 49 |
-
"acc,none": 0.
|
| 50 |
-
"acc_stderr,none": 0.
|
| 51 |
"alias": " - xstorycloze_sw"
|
| 52 |
},
|
| 53 |
"xstorycloze_te": {
|
| 54 |
-
"acc,none": 0.
|
| 55 |
-
"acc_stderr,none": 0.
|
| 56 |
"alias": " - xstorycloze_te"
|
| 57 |
},
|
| 58 |
"xstorycloze_zh": {
|
| 59 |
-
"acc,none": 0.
|
| 60 |
-
"acc_stderr,none": 0.
|
| 61 |
"alias": " - xstorycloze_zh"
|
| 62 |
}
|
| 63 |
},
|
| 64 |
"groups": {
|
| 65 |
"xstorycloze": {
|
| 66 |
"acc,none": 0.5916611515552614,
|
| 67 |
-
"acc_stderr,none": 0.
|
| 68 |
"alias": "xstorycloze"
|
| 69 |
}
|
| 70 |
},
|
|
@@ -411,7 +411,7 @@
|
|
| 411 |
"model_args": "pretrained=mistralai/Mistral-7B-v0.1,dtype=bfloat16,trust_remote_code=True",
|
| 412 |
"batch_size": "auto",
|
| 413 |
"batch_sizes": [
|
| 414 |
-
|
| 415 |
],
|
| 416 |
"device": null,
|
| 417 |
"use_cache": null,
|
|
@@ -419,5 +419,5 @@
|
|
| 419 |
"bootstrap_iters": 100000,
|
| 420 |
"gen_kwargs": null
|
| 421 |
},
|
| 422 |
-
"git_hash": "
|
| 423 |
}
|
|
|
|
| 2 |
"results": {
|
| 3 |
"xstorycloze": {
|
| 4 |
"acc,none": 0.5916611515552614,
|
| 5 |
+
"acc_stderr,none": 0.07661315123253779,
|
| 6 |
"alias": "xstorycloze"
|
| 7 |
},
|
| 8 |
"xstorycloze_ar": {
|
| 9 |
+
"acc,none": 0.5307743216412971,
|
| 10 |
+
"acc_stderr,none": 0.012842730340585787,
|
| 11 |
"alias": " - xstorycloze_ar"
|
| 12 |
},
|
| 13 |
"xstorycloze_en": {
|
| 14 |
+
"acc,none": 0.7882197220383852,
|
| 15 |
+
"acc_stderr,none": 0.010514241109625348,
|
| 16 |
"alias": " - xstorycloze_en"
|
| 17 |
},
|
| 18 |
"xstorycloze_es": {
|
| 19 |
+
"acc,none": 0.6902713434811383,
|
| 20 |
+
"acc_stderr,none": 0.011899045981288764,
|
| 21 |
"alias": " - xstorycloze_es"
|
| 22 |
},
|
| 23 |
"xstorycloze_eu": {
|
| 24 |
+
"acc,none": 0.5115817339510258,
|
| 25 |
+
"acc_stderr,none": 0.012863672949335879,
|
| 26 |
"alias": " - xstorycloze_eu"
|
| 27 |
},
|
| 28 |
"xstorycloze_hi": {
|
| 29 |
+
"acc,none": 0.5526141628060887,
|
| 30 |
+
"acc_stderr,none": 0.012795688167385287,
|
| 31 |
"alias": " - xstorycloze_hi"
|
| 32 |
},
|
| 33 |
"xstorycloze_id": {
|
| 34 |
+
"acc,none": 0.5956320317670417,
|
| 35 |
+
"acc_stderr,none": 0.012629580396570946,
|
| 36 |
"alias": " - xstorycloze_id"
|
| 37 |
},
|
| 38 |
"xstorycloze_my": {
|
| 39 |
+
"acc,none": 0.4870946393117141,
|
| 40 |
+
"acc_stderr,none": 0.012862838605728477,
|
| 41 |
"alias": " - xstorycloze_my"
|
| 42 |
},
|
| 43 |
"xstorycloze_ru": {
|
| 44 |
+
"acc,none": 0.6657842488418266,
|
| 45 |
+
"acc_stderr,none": 0.012139246810918228,
|
| 46 |
"alias": " - xstorycloze_ru"
|
| 47 |
},
|
| 48 |
"xstorycloze_sw": {
|
| 49 |
+
"acc,none": 0.514228987425546,
|
| 50 |
+
"acc_stderr,none": 0.01286191399959613,
|
| 51 |
"alias": " - xstorycloze_sw"
|
| 52 |
},
|
| 53 |
"xstorycloze_te": {
|
| 54 |
+
"acc,none": 0.5387160820648577,
|
| 55 |
+
"acc_stderr,none": 0.012828493353271539,
|
| 56 |
"alias": " - xstorycloze_te"
|
| 57 |
},
|
| 58 |
"xstorycloze_zh": {
|
| 59 |
+
"acc,none": 0.6333553937789543,
|
| 60 |
+
"acc_stderr,none": 0.012401034429990705,
|
| 61 |
"alias": " - xstorycloze_zh"
|
| 62 |
}
|
| 63 |
},
|
| 64 |
"groups": {
|
| 65 |
"xstorycloze": {
|
| 66 |
"acc,none": 0.5916611515552614,
|
| 67 |
+
"acc_stderr,none": 0.07661315123253779,
|
| 68 |
"alias": "xstorycloze"
|
| 69 |
}
|
| 70 |
},
|
|
|
|
| 411 |
"model_args": "pretrained=mistralai/Mistral-7B-v0.1,dtype=bfloat16,trust_remote_code=True",
|
| 412 |
"batch_size": "auto",
|
| 413 |
"batch_sizes": [
|
| 414 |
+
64
|
| 415 |
],
|
| 416 |
"device": null,
|
| 417 |
"use_cache": null,
|
|
|
|
| 419 |
"bootstrap_iters": 100000,
|
| 420 |
"gen_kwargs": null
|
| 421 |
},
|
| 422 |
+
"git_hash": "4d19ea9"
|
| 423 |
}
|
lm-eval-output/mistralai/Mistral-7B-v0.1/xstorycloze/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c839fbfb1c6a5bd702164664d4dcabfdcbdcc2dc9e6cacaec7702f9e5158ebf
|
| 3 |
+
size 118736
|
lm-eval-output/mistralai/Mistral-7B-v0.1/xwinograd/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json
CHANGED
|
@@ -1,45 +1,45 @@
|
|
| 1 |
{
|
| 2 |
"results": {
|
| 3 |
"xwinograd": {
|
| 4 |
-
"acc,none": 0.
|
| 5 |
-
"acc_stderr,none": 0.
|
| 6 |
"alias": "xwinograd"
|
| 7 |
},
|
| 8 |
"xwinograd_en": {
|
| 9 |
-
"acc,none": 0.
|
| 10 |
-
"acc_stderr,none": 0.
|
| 11 |
"alias": " - xwinograd_en"
|
| 12 |
},
|
| 13 |
"xwinograd_fr": {
|
| 14 |
"acc,none": 0.7469879518072289,
|
| 15 |
-
"acc_stderr,none": 0.
|
| 16 |
"alias": " - xwinograd_fr"
|
| 17 |
},
|
| 18 |
"xwinograd_jp": {
|
| 19 |
-
"acc,none": 0.
|
| 20 |
-
"acc_stderr,none": 0.
|
| 21 |
"alias": " - xwinograd_jp"
|
| 22 |
},
|
| 23 |
"xwinograd_pt": {
|
| 24 |
"acc,none": 0.7642585551330798,
|
| 25 |
-
"acc_stderr,none": 0.
|
| 26 |
"alias": " - xwinograd_pt"
|
| 27 |
},
|
| 28 |
"xwinograd_ru": {
|
| 29 |
-
"acc,none": 0.
|
| 30 |
-
"acc_stderr,none": 0.
|
| 31 |
"alias": " - xwinograd_ru"
|
| 32 |
},
|
| 33 |
"xwinograd_zh": {
|
| 34 |
-
"acc,none": 0.
|
| 35 |
-
"acc_stderr,none": 0.
|
| 36 |
"alias": " - xwinograd_zh"
|
| 37 |
}
|
| 38 |
},
|
| 39 |
"groups": {
|
| 40 |
"xwinograd": {
|
| 41 |
-
"acc,none": 0.
|
| 42 |
-
"acc_stderr,none": 0.
|
| 43 |
"alias": "xwinograd"
|
| 44 |
}
|
| 45 |
},
|
|
@@ -244,5 +244,5 @@
|
|
| 244 |
"bootstrap_iters": 100000,
|
| 245 |
"gen_kwargs": null
|
| 246 |
},
|
| 247 |
-
"git_hash": "
|
| 248 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"results": {
|
| 3 |
"xwinograd": {
|
| 4 |
+
"acc,none": 0.8120926050797932,
|
| 5 |
+
"acc_stderr,none": 0.04148122639462828,
|
| 6 |
"alias": "xwinograd"
|
| 7 |
},
|
| 8 |
"xwinograd_en": {
|
| 9 |
+
"acc,none": 0.8851612903225806,
|
| 10 |
+
"acc_stderr,none": 0.006613590439489932,
|
| 11 |
"alias": " - xwinograd_en"
|
| 12 |
},
|
| 13 |
"xwinograd_fr": {
|
| 14 |
"acc,none": 0.7469879518072289,
|
| 15 |
+
"acc_stderr,none": 0.04800875830437279,
|
| 16 |
"alias": " - xwinograd_fr"
|
| 17 |
},
|
| 18 |
"xwinograd_jp": {
|
| 19 |
+
"acc,none": 0.7194994786235662,
|
| 20 |
+
"acc_stderr,none": 0.014514407890552966,
|
| 21 |
"alias": " - xwinograd_jp"
|
| 22 |
},
|
| 23 |
"xwinograd_pt": {
|
| 24 |
"acc,none": 0.7642585551330798,
|
| 25 |
+
"acc_stderr,none": 0.026223308206222554,
|
| 26 |
"alias": " - xwinograd_pt"
|
| 27 |
},
|
| 28 |
"xwinograd_ru": {
|
| 29 |
+
"acc,none": 0.6857142857142857,
|
| 30 |
+
"acc_stderr,none": 0.026198057744026396,
|
| 31 |
"alias": " - xwinograd_ru"
|
| 32 |
},
|
| 33 |
"xwinograd_zh": {
|
| 34 |
+
"acc,none": 0.7658730158730159,
|
| 35 |
+
"acc_stderr,none": 0.018880788485078296,
|
| 36 |
"alias": " - xwinograd_zh"
|
| 37 |
}
|
| 38 |
},
|
| 39 |
"groups": {
|
| 40 |
"xwinograd": {
|
| 41 |
+
"acc,none": 0.8120926050797932,
|
| 42 |
+
"acc_stderr,none": 0.04148122639462828,
|
| 43 |
"alias": "xwinograd"
|
| 44 |
}
|
| 45 |
},
|
|
|
|
| 244 |
"bootstrap_iters": 100000,
|
| 245 |
"gen_kwargs": null
|
| 246 |
},
|
| 247 |
+
"git_hash": "4d19ea9"
|
| 248 |
}
|
lm-eval-output/mistralai/Mistral-7B-v0.1/xwinograd/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90e405f178fed7b7df018143d1364b9de2176f39bc5cf2c8012341ae14fb37b3
|
| 3 |
+
size 14690
|
summary/bf16-all-results-and-groups.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c400aa688ea1098a7718f38fe12e74b62e700be33a34bc458b8592886d32eb17
|
| 3 |
+
size 900094
|
summary/bf16-eng-results.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2be695f1c66871b85fffc57adc3f75859fe931edd817a3435e17a7d5154c185
|
| 3 |
+
size 816740
|
summary/bf16-eng-summary.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06387e4c72d626361e33c6b61e6c5bd32dad1e2220e5578d923686905d81ae32
|
| 3 |
+
size 69863
|
summary/bf16-multilang-results.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b87b9f7fd0f12195061c24ae9e6c4df43f55dc2e6b808939e78de3bd12bc71b
|
| 3 |
+
size 85669
|
summary/bf16-multilang-summary.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9efa153bc1856af80b3c773e96a2e508d4736f4711c53308e95a52547b7aafa
|
| 3 |
+
size 12084
|
summary/bf16-sorted-eng-results.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bef170ba9659f2bff5c3506f0e224814f8084a1d97b941f9e0bdb262543d9ee
|
| 3 |
+
size 816740
|
summary/bf16-sorted-eng-summary.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec5152c9b0da09d332efdc4cd546352458f4057c861f9073663ee903eef54b42
|
| 3 |
+
size 69863
|
summary/bf16-sorted-multilang-summary.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cad76bc478a743aec23d074f021c87509bf23a35218c6b7e1db382274ac5a29
|
| 3 |
+
size 12084
|
summary/compiled-lm-eval-results.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d558a509105349246469f72c1c09fbc347084462500992d0b008ffc1ef5e80c
|
| 3 |
+
size 3556306
|