lewtun HF Staff commited on
Commit
6a50782
·
verified ·
1 Parent(s): e2d79e3

Upload eval_results/Qwen/Qwen2.5-Coder-7B-Instruct/main/gpqa/results_2025-05-02T02-46-44.725764.json with huggingface_hub

Browse files
eval_results/Qwen/Qwen2.5-Coder-7B-Instruct/main/gpqa/results_2025-05-02T02-46-44.725764.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": 819705.55206156,
8
+ "end_time": 819982.374492742,
9
+ "total_evaluation_time_secondes": "276.82243118202314",
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
+ "lighteval|gpqa:diamond|0": {
34
+ "extractive_match": 0.3787878787878788,
35
+ "extractive_match_stderr": 0.03456088731993747
36
+ },
37
+ "all": {
38
+ "extractive_match": 0.3787878787878788,
39
+ "extractive_match_stderr": 0.03456088731993747
40
+ }
41
+ },
42
+ "versions": {
43
+ "lighteval|gpqa:diamond|0": 0
44
+ },
45
+ "config_tasks": {
46
+ "lighteval|gpqa:diamond": {
47
+ "name": "gpqa:diamond",
48
+ "prompt_function": "gpqa_instruct",
49
+ "hf_repo": "Idavidrein/gpqa",
50
+ "hf_subset": "gpqa_diamond",
51
+ "metric": [
52
+ {
53
+ "metric_name": "extractive_match",
54
+ "higher_is_better": true,
55
+ "category": "3",
56
+ "use_case": "1",
57
+ "sample_level_fn": "sample_level_fn",
58
+ "corpus_level_fn": "mean"
59
+ }
60
+ ],
61
+ "hf_revision": null,
62
+ "hf_filter": null,
63
+ "hf_avail_splits": [
64
+ "train"
65
+ ],
66
+ "trust_dataset": true,
67
+ "evaluation_splits": [
68
+ "train"
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
+ "lighteval"
78
+ ],
79
+ "original_num_docs": 198,
80
+ "effective_num_docs": 198,
81
+ "must_remove_duplicate_docs": false,
82
+ "version": 0
83
+ }
84
+ },
85
+ "summary_tasks": {
86
+ "lighteval|gpqa:diamond|0": {
87
+ "hashes": {
88
+ "hash_examples": "50ecb6f5d091bd95",
89
+ "hash_full_prompts": "390ed6852fd81cbb",
90
+ "hash_input_tokens": "fa33490cb78df6ed",
91
+ "hash_cont_tokens": "bad6cd7eb10a4e1a"
92
+ },
93
+ "truncated": 0,
94
+ "non_truncated": 198,
95
+ "padded": 0,
96
+ "non_padded": 198,
97
+ "effective_few_shots": 0.0,
98
+ "num_truncated_few_shots": 0
99
+ }
100
+ },
101
+ "summary_general": {
102
+ "hashes": {
103
+ "hash_examples": "a9318dbdd867770b",
104
+ "hash_full_prompts": "d039833a1bb27d62",
105
+ "hash_input_tokens": "c464503d38a8a664",
106
+ "hash_cont_tokens": "ab62cb3957bc9d43"
107
+ },
108
+ "truncated": 0,
109
+ "non_truncated": 198,
110
+ "padded": 0,
111
+ "non_padded": 198,
112
+ "num_truncated_few_shots": 0
113
+ }
114
+ }