lewtun HF Staff commited on
Commit
2ac9f6a
·
verified ·
1 Parent(s): 3e54800

Upload eval_results/Qwen/Qwen2.5-Coder-7B-Instruct/main/lcb_v4/results_2025-05-02T09-59-56.615405.json with huggingface_hub

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