File size: 1,808 Bytes
ecde7c5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
{
"results": {
"belebele_pol_Latn": {
"acc,none": 0.48,
"acc_stderr,none": 0.016662587561635363,
"acc_norm,none": 0.48,
"acc_norm_stderr,none": 0.016662587561635363,
"alias": "belebele_pol_Latn"
}
},
"configs": {
"belebele_pol_Latn": {
"task": "belebele_pol_Latn",
"group": "belebele",
"dataset_path": "facebook/belebele",
"test_split": "pol_Latn",
"fewshot_split": "pol_Latn",
"doc_to_text": "P: {{flores_passage}}\nQ: {{question.strip()}}\nA: {{mc_answer1}}\nB: {{mc_answer2}}\nC: {{mc_answer3}}\nD: {{mc_answer4}}\nAnswer:",
"doc_to_target": "{{['1', '2', '3', '4'].index(correct_answer_num)}}",
"doc_to_choice": [
"A",
"B",
"C",
"D"
],
"description": "",
"target_delimiter": " ",
"fewshot_delimiter": "\n\n",
"fewshot_config": {
"sampler": "first_n"
},
"num_fewshot": 5,
"metric_list": [
{
"metric": "acc",
"aggregation": "mean",
"higher_is_better": true
},
{
"metric": "acc_norm",
"aggregation": "mean",
"higher_is_better": true
}
],
"output_type": "multiple_choice",
"repeats": 1,
"should_decontaminate": true,
"doc_to_decontamination_query": "{{question}}",
"metadata": {
"version": 0.0
}
}
},
"versions": {
"belebele_pol_Latn": 0.0
},
"n-shot": {
"belebele_pol_Latn": 5
},
"config": {
"model": "hf",
"model_args": "pretrained=Voicelab/trurl-2-7b",
"batch_size": "16",
"batch_sizes": [],
"device": "cuda:0",
"use_cache": null,
"limit": null,
"bootstrap_iters": 100000,
"gen_kwargs": null
},
"git_hash": null
} |