File size: 3,476 Bytes
3351d08 |
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 |
{
"config_general": {
"lighteval_sha": "?",
"num_fewshot_seeds": 1,
"override_batch_size": -1,
"max_samples": null,
"job_id": 0,
"start_time": 3370198.324762008,
"end_time": 3371920.576139998,
"total_evaluation_time_secondes": "1722.2513779900037",
"model_name": "Lansechen/Qwen2.5-3B-Open-R1-GRPO-math-selected-cosine-noRW",
"model_sha": "",
"model_dtype": null,
"model_size": null,
"generation_parameters": {
"early_stopping": null,
"repetition_penalty": null,
"frequency_penalty": null,
"length_penalty": null,
"presence_penalty": null,
"max_new_tokens": 32768,
"min_new_tokens": null,
"seed": null,
"stop_tokens": null,
"temperature": 0.01,
"top_k": null,
"min_p": null,
"top_p": 1,
"truncate_prompt": null,
"response_format": null
}
},
"results": {
"lighteval|aime24|0": {
"math_pass@1:32_samples": 0.03854166666666666,
"math_pass@1:32_samples_stderr": 0.019746242488963568,
"extractive_match": 0.03333333333333333,
"extractive_match_stderr": 0.033333333333333326
},
"all": {
"math_pass@1:32_samples": 0.03854166666666666,
"math_pass@1:32_samples_stderr": 0.019746242488963568,
"extractive_match": 0.03333333333333333,
"extractive_match_stderr": 0.033333333333333326
}
},
"versions": {
"lighteval|aime24|0": 1
},
"config_tasks": {
"lighteval|aime24": {
"name": "aime24",
"prompt_function": "aime_prompt_fn",
"hf_repo": "HuggingFaceH4/aime_2024",
"hf_subset": "default",
"metric": [
{
"metric_name": "extractive_match",
"higher_is_better": true,
"category": "3",
"use_case": "1",
"sample_level_fn": "sample_level_fn",
"corpus_level_fn": "mean"
},
{
"metric_name": "math_pass@1:32_samples",
"higher_is_better": true,
"category": "5",
"use_case": "6",
"sample_level_fn": "compute",
"corpus_level_fn": "mean"
}
],
"hf_revision": null,
"hf_filter": null,
"hf_avail_splits": [
"train"
],
"trust_dataset": false,
"evaluation_splits": [
"train"
],
"few_shots_split": null,
"few_shots_select": null,
"generation_size": 32768,
"generation_grammar": null,
"stop_sequence": [],
"num_samples": null,
"suite": [
"lighteval"
],
"original_num_docs": 30,
"effective_num_docs": 30,
"must_remove_duplicate_docs": false,
"version": 1
}
},
"summary_tasks": {
"lighteval|aime24|0": {
"hashes": {
"hash_examples": "34f73561248f264c",
"hash_full_prompts": "5c21de720c4d1afd",
"hash_input_tokens": "d1deeb0f4d00d430",
"hash_cont_tokens": "4f69c0ec03076410"
},
"truncated": 0,
"non_truncated": 60,
"padded": 0,
"non_padded": 60,
"effective_few_shots": 0.0,
"num_truncated_few_shots": 0
}
},
"summary_general": {
"hashes": {
"hash_examples": "772678c254b88603",
"hash_full_prompts": "d3d7bc9f5baef83e",
"hash_input_tokens": "dcb79750a72ff6bb",
"hash_cont_tokens": "59b06c3a6aa8bce0"
},
"truncated": 0,
"non_truncated": 60,
"padded": 0,
"non_padded": 60,
"num_truncated_few_shots": 0
}
} |