File size: 4,042 Bytes
1e99bea |
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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 |
{
"config_general": {
"lighteval_sha": "?",
"num_fewshot_seeds": 1,
"override_batch_size": 1,
"max_samples": null,
"job_id": 0,
"start_time": 879619.703783419,
"end_time": 880959.551094676,
"total_evaluation_time_secondes": "1339.8473112570355",
"model_name": "mistralai/Mistral-7B-Instruct-v0.3",
"model_sha": "main",
"model_dtype": "float16",
"model_size": -1
},
"results": {
"custom|3gpp:tsg|0": {
"em": 0.078,
"em_stderr": 0.005997998665721493
},
"custom|telecom:qna|0": {
"em": 0.6441,
"em_stderr": 0.004788090598678698
},
"all": {
"em": 0.36105,
"em_stderr": 0.005393044632200096
}
},
"versions": {
"custom|3gpp:tsg|0": 0,
"custom|telecom:qna|0": 0
},
"config_tasks": {
"custom|3gpp:tsg": {
"name": "3gpp:tsg",
"prompt_function": "tsg",
"hf_repo": "./dataset/tsg",
"hf_subset": "",
"metric": [
{
"metric_name": "em",
"higher_is_better": true,
"category": "3",
"use_case": "1",
"sample_level_fn": "compute",
"corpus_level_fn": "mean"
}
],
"hf_revision": null,
"hf_filter": null,
"hf_avail_splits": [
"default"
],
"trust_dataset": true,
"evaluation_splits": [
"test"
],
"few_shots_split": null,
"few_shots_select": null,
"generation_size": 100,
"generation_grammar": null,
"stop_sequence": [
"\n"
],
"output_regex": null,
"num_samples": null,
"suite": [
"custom"
],
"original_num_docs": 2000,
"effective_num_docs": 2000,
"must_remove_duplicate_docs": false,
"version": 0,
"frozen": false
},
"custom|telecom:qna": {
"name": "telecom:qna",
"prompt_function": "mmlu_teleQnA",
"hf_repo": "./dataset/teleQnA",
"hf_subset": "",
"metric": [
{
"metric_name": "em",
"higher_is_better": true,
"category": "3",
"use_case": "1",
"sample_level_fn": "compute",
"corpus_level_fn": "mean"
}
],
"hf_revision": null,
"hf_filter": null,
"hf_avail_splits": [
"default"
],
"trust_dataset": true,
"evaluation_splits": [
"test"
],
"few_shots_split": null,
"few_shots_select": null,
"generation_size": 1,
"generation_grammar": null,
"stop_sequence": [
"\n"
],
"output_regex": null,
"num_samples": null,
"suite": [
"custom"
],
"original_num_docs": 10000,
"effective_num_docs": 10000,
"must_remove_duplicate_docs": false,
"version": 0,
"frozen": false
}
},
"summary_tasks": {
"custom|3gpp:tsg|0": {
"hashes": {
"hash_examples": "d8c2363760783b17",
"hash_full_prompts": "d8c2363760783b17",
"hash_input_tokens": "ea4afe6addc0a2a9",
"hash_cont_tokens": "ea4afe6addc0a2a9"
},
"truncated": 0,
"non_truncated": 2000,
"padded": 0,
"non_padded": 0,
"effective_few_shots": 0.0,
"num_truncated_few_shots": 0
},
"custom|telecom:qna|0": {
"hashes": {
"hash_examples": "e1349c61b14a720f",
"hash_full_prompts": "e1349c61b14a720f",
"hash_input_tokens": "d0ae89bddace96ac",
"hash_cont_tokens": "d0ae89bddace96ac"
},
"truncated": 0,
"non_truncated": 10000,
"padded": 0,
"non_padded": 0,
"effective_few_shots": 0.0,
"num_truncated_few_shots": 0
}
},
"summary_general": {
"hashes": {
"hash_examples": "c2aa39599113d1a0",
"hash_full_prompts": "c2aa39599113d1a0",
"hash_input_tokens": "729b1feb73768460",
"hash_cont_tokens": "729b1feb73768460"
},
"truncated": 0,
"non_truncated": 12000,
"padded": 0,
"non_padded": 0,
"num_truncated_few_shots": 0
}
} |