guipenedo HF Staff commited on
Commit
776da23
·
verified ·
1 Parent(s): abbfa23

Upload eval_results/open-r1/Qwen2.5-Coder-7B-Instruct-Codeforces-GRPO-100/v01.00-step-000000010/lcb_v4/results_2025-04-29T00-26-02.026827.json with huggingface_hub

Browse files
eval_results/open-r1/Qwen2.5-Coder-7B-Instruct-Codeforces-GRPO-100/v01.00-step-000000010/lcb_v4/results_2025-04-29T00-26-02.026827.json ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config_general": {
3
+ "lighteval_sha": "?",
4
+ "num_fewshot_seeds": 1,
5
+ "override_batch_size": -1,
6
+ "max_samples": null,
7
+ "job_id": 0,
8
+ "start_time": 3319645.951731248,
9
+ "end_time": 3320962.31882039,
10
+ "total_evaluation_time_secondes": "1316.3670891420916",
11
+ "model_name": "open-r1/Qwen2.5-Coder-7B-Instruct-Codeforces-GRPO-100",
12
+ "model_sha": "",
13
+ "model_dtype": null,
14
+ "model_size": null,
15
+ "generation_parameters": {
16
+ "early_stopping": null,
17
+ "repetition_penalty": null,
18
+ "frequency_penalty": null,
19
+ "length_penalty": null,
20
+ "presence_penalty": null,
21
+ "max_new_tokens": 32768,
22
+ "min_new_tokens": null,
23
+ "seed": null,
24
+ "stop_tokens": null,
25
+ "temperature": 0.6,
26
+ "top_k": null,
27
+ "min_p": null,
28
+ "top_p": 0.95,
29
+ "truncate_prompt": null,
30
+ "response_format": null
31
+ }
32
+ },
33
+ "results": {
34
+ "extended|lcb:codegeneration_v4|0": {
35
+ "codegen_pass@1:16": 0.0922029702970297,
36
+ "codegen_pass@1:16_stderr": 0.021945062118775654
37
+ },
38
+ "all": {
39
+ "codegen_pass@1:16": 0.0922029702970297,
40
+ "codegen_pass@1:16_stderr": 0.021945062118775654
41
+ }
42
+ },
43
+ "versions": {
44
+ "extended|lcb:codegeneration_v4|0": 0
45
+ },
46
+ "config_tasks": {
47
+ "extended|lcb:codegeneration_v4": {
48
+ "name": "lcb:codegeneration_v4",
49
+ "prompt_function": "lcb_codegeneration_prompt_fn",
50
+ "hf_repo": "livecodebench/code_generation_lite",
51
+ "hf_subset": "v4",
52
+ "metric": [
53
+ {
54
+ "metric_name": "codegen_pass@1:16",
55
+ "higher_is_better": true,
56
+ "category": "5",
57
+ "use_case": "6",
58
+ "sample_level_fn": "codegen_metric",
59
+ "corpus_level_fn": "mean"
60
+ }
61
+ ],
62
+ "hf_revision": null,
63
+ "hf_filter": null,
64
+ "hf_avail_splits": [
65
+ "test"
66
+ ],
67
+ "trust_dataset": true,
68
+ "evaluation_splits": [
69
+ "test"
70
+ ],
71
+ "few_shots_split": null,
72
+ "few_shots_select": null,
73
+ "generation_size": 32768,
74
+ "generation_grammar": null,
75
+ "stop_sequence": [],
76
+ "num_samples": null,
77
+ "suite": [
78
+ "extended"
79
+ ],
80
+ "original_num_docs": 101,
81
+ "effective_num_docs": 101,
82
+ "must_remove_duplicate_docs": false,
83
+ "version": 0
84
+ }
85
+ },
86
+ "summary_tasks": {
87
+ "extended|lcb:codegeneration_v4|0": {
88
+ "hashes": {
89
+ "hash_examples": "ee74af48a322e28a",
90
+ "hash_full_prompts": "c6c49c955018e254",
91
+ "hash_input_tokens": "7e95092a7a37b598",
92
+ "hash_cont_tokens": "60e1a2ac2f9b8f81"
93
+ },
94
+ "truncated": 0,
95
+ "non_truncated": 101,
96
+ "padded": 0,
97
+ "non_padded": 101,
98
+ "effective_few_shots": 0.0,
99
+ "num_truncated_few_shots": 0
100
+ }
101
+ },
102
+ "summary_general": {
103
+ "hashes": {
104
+ "hash_examples": "3c08862e3cfc7d00",
105
+ "hash_full_prompts": "71a643eaec05e8bc",
106
+ "hash_input_tokens": "261b27bced938589",
107
+ "hash_cont_tokens": "91ee9485d6cba06b"
108
+ },
109
+ "truncated": 0,
110
+ "non_truncated": 101,
111
+ "padded": 0,
112
+ "non_padded": 101,
113
+ "num_truncated_few_shots": 0
114
+ }
115
+ }