baber commited on
Commit
dd000aa
1 Parent(s): c35ff52

Adding aggregated results for EleutherAI/pythia-14m

Browse files
EleutherAI/pythia-14m/results_2024-08-30T10-11-02.106055.json ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "gsm8k": {
4
+ "alias": "gsm8k",
5
+ "exact_match,strict-match": 0.0,
6
+ "exact_match_stderr,strict-match": 0.0,
7
+ "exact_match,flexible-extract": 0.0,
8
+ "exact_match_stderr,flexible-extract": 0.0
9
+ }
10
+ },
11
+ "group_subtasks": {
12
+ "gsm8k": []
13
+ },
14
+ "configs": {
15
+ "gsm8k": {
16
+ "task": "gsm8k",
17
+ "tag": [
18
+ "math_word_problems"
19
+ ],
20
+ "dataset_path": "gsm8k",
21
+ "dataset_name": "main",
22
+ "training_split": "train",
23
+ "test_split": "test",
24
+ "fewshot_split": "train",
25
+ "doc_to_text": "Question: {{question}}\nAnswer:",
26
+ "doc_to_target": "{{answer}}",
27
+ "description": "",
28
+ "target_delimiter": " ",
29
+ "fewshot_delimiter": "\n\n",
30
+ "num_fewshot": 5,
31
+ "metric_list": [
32
+ {
33
+ "metric": "exact_match",
34
+ "aggregation": "mean",
35
+ "higher_is_better": true,
36
+ "ignore_case": true,
37
+ "ignore_punctuation": false,
38
+ "regexes_to_ignore": [
39
+ ",",
40
+ "\\$",
41
+ "(?s).*#### ",
42
+ "\\.$"
43
+ ]
44
+ }
45
+ ],
46
+ "output_type": "generate_until",
47
+ "generation_kwargs": {
48
+ "until": [
49
+ "Question:",
50
+ "</s>",
51
+ "<|im_end|>"
52
+ ],
53
+ "do_sample": false,
54
+ "temperature": 0.0
55
+ },
56
+ "repeats": 1,
57
+ "filter_list": [
58
+ {
59
+ "name": "strict-match",
60
+ "filter": [
61
+ {
62
+ "function": "regex",
63
+ "regex_pattern": "#### (\\-?[0-9\\.\\,]+)"
64
+ },
65
+ {
66
+ "function": "take_first"
67
+ }
68
+ ]
69
+ },
70
+ {
71
+ "name": "flexible-extract",
72
+ "filter": [
73
+ {
74
+ "function": "regex",
75
+ "group_select": -1,
76
+ "regex_pattern": "(-?[$0-9.,]{2,})|(-?[0-9]+)"
77
+ },
78
+ {
79
+ "function": "take_first"
80
+ }
81
+ ]
82
+ }
83
+ ],
84
+ "should_decontaminate": false,
85
+ "metadata": {
86
+ "version": 3.0
87
+ }
88
+ }
89
+ },
90
+ "versions": {
91
+ "gsm8k": 3.0
92
+ },
93
+ "n-shot": {
94
+ "gsm8k": 5
95
+ },
96
+ "higher_is_better": {
97
+ "gsm8k": {
98
+ "exact_match": true
99
+ }
100
+ },
101
+ "n-samples": {
102
+ "gsm8k": {
103
+ "original": 1319,
104
+ "effective": 10
105
+ }
106
+ },
107
+ "config": {
108
+ "model": "hf",
109
+ "model_args": "pretrained=EleutherAI/pythia-14m",
110
+ "model_num_parameters": 14067712,
111
+ "model_dtype": "torch.float16",
112
+ "model_revision": "main",
113
+ "model_sha": "f33025648652797a390d8c54835273845b437161",
114
+ "batch_size": 1,
115
+ "batch_sizes": [],
116
+ "device": "mps",
117
+ "use_cache": null,
118
+ "limit": 10.0,
119
+ "bootstrap_iters": 100000,
120
+ "gen_kwargs": null,
121
+ "random_seed": 0,
122
+ "numpy_seed": 1234,
123
+ "torch_seed": 1234,
124
+ "fewshot_seed": 1234
125
+ },
126
+ "git_hash": "928e8bb6",
127
+ "date": 1724994647.916991,
128
+ "pretty_env_info": "'NoneType' object has no attribute 'splitlines'",
129
+ "transformers_version": "4.44.2",
130
+ "upper_git_hash": null,
131
+ "tokenizer_pad_token": [
132
+ "<|endoftext|>",
133
+ "0"
134
+ ],
135
+ "tokenizer_eos_token": [
136
+ "<|endoftext|>",
137
+ "0"
138
+ ],
139
+ "tokenizer_bos_token": [
140
+ "<|endoftext|>",
141
+ "0"
142
+ ],
143
+ "eot_token_id": 0,
144
+ "max_length": 2048,
145
+ "task_hashes": {},
146
+ "model_source": "hf",
147
+ "model_name": "EleutherAI/pythia-14m",
148
+ "model_name_sanitized": "EleutherAI__pythia-14m",
149
+ "system_instruction": null,
150
+ "system_instruction_sha": null,
151
+ "fewshot_as_multiturn": false,
152
+ "chat_template": null,
153
+ "chat_template_sha": null,
154
+ "start_time": 47728.003632875,
155
+ "end_time": 47745.438579833,
156
+ "total_evaluation_time_seconds": "17.434946957997454"
157
+ }