File size: 9,549 Bytes
d03200e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
{
  "config": {
    "batch_size": 64,
    "batch_sizes": [],
    "bootstrap_iters": 100000,
    "device": "cuda",
    "fewshot_seed": 1234,
    "gen_kwargs": null,
    "limit": null,
    "model": "MicroLoopHarnessLM",
    "model_args": null,
    "numpy_seed": 1234,
    "random_seed": 0,
    "torch_seed": 1234,
    "use_cache": null
  },
  "configs": {
    "arc_challenge": {
      "dataset_name": "ARC-Challenge",
      "dataset_path": "allenai/ai2_arc",
      "description": "",
      "doc_to_choice": "{{choices.text}}",
      "doc_to_decontamination_query": "Question: {{question}}\nAnswer:",
      "doc_to_target": "{{choices.label.index(answerKey)}}",
      "doc_to_text": "Question: {{question}}\nAnswer:",
      "fewshot_config": {
        "doc_to_choice": "{{choices.text}}",
        "doc_to_target": "{{choices.label.index(answerKey)}}",
        "doc_to_text": "Question: {{question}}\nAnswer:",
        "fewshot_delimiter": "\n\n",
        "fewshot_indices": null,
        "gen_prefix": null,
        "process_docs": null,
        "sampler": "default",
        "samples": null,
        "split": null,
        "target_delimiter": " "
      },
      "fewshot_delimiter": "\n\n",
      "metadata": {
        "config_source": "D:\\llm\\frost\\.venv\\Lib\\site-packages\\lm_eval\\tasks\\arc\\arc_challenge.yaml",
        "version": 1.0
      },
      "metric_list": [
        {
          "aggregation": "mean",
          "higher_is_better": true,
          "metric": "acc"
        },
        {
          "aggregation": "mean",
          "higher_is_better": true,
          "metric": "acc_norm"
        }
      ],
      "num_fewshot": 0,
      "output_type": "multiple_choice",
      "repeats": 1,
      "should_decontaminate": true,
      "target_delimiter": " ",
      "task": "arc_challenge",
      "test_split": "test",
      "training_split": "train",
      "unsafe_code": false,
      "validation_split": "validation"
    },
    "arc_easy": {
      "dataset_name": "ARC-Easy",
      "dataset_path": "allenai/ai2_arc",
      "description": "",
      "doc_to_choice": "{{choices.text}}",
      "doc_to_decontamination_query": "Question: {{question}}\nAnswer:",
      "doc_to_target": "{{choices.label.index(answerKey)}}",
      "doc_to_text": "Question: {{question}}\nAnswer:",
      "fewshot_config": {
        "doc_to_choice": "{{choices.text}}",
        "doc_to_target": "{{choices.label.index(answerKey)}}",
        "doc_to_text": "Question: {{question}}\nAnswer:",
        "fewshot_delimiter": "\n\n",
        "fewshot_indices": null,
        "gen_prefix": null,
        "process_docs": null,
        "sampler": "default",
        "samples": null,
        "split": null,
        "target_delimiter": " "
      },
      "fewshot_delimiter": "\n\n",
      "metadata": {
        "config_source": "D:\\llm\\frost\\.venv\\Lib\\site-packages\\lm_eval\\tasks\\arc\\arc_easy.yaml",
        "version": 1.0
      },
      "metric_list": [
        {
          "aggregation": "mean",
          "higher_is_better": true,
          "metric": "acc"
        },
        {
          "aggregation": "mean",
          "higher_is_better": true,
          "metric": "acc_norm"
        }
      ],
      "num_fewshot": 0,
      "output_type": "multiple_choice",
      "repeats": 1,
      "should_decontaminate": true,
      "target_delimiter": " ",
      "task": "arc_easy",
      "test_split": "test",
      "training_split": "train",
      "unsafe_code": false,
      "validation_split": "validation"
    },
    "hellaswag": {
      "dataset_path": "Rowan/hellaswag",
      "description": "",
      "doc_to_choice": "choices",
      "doc_to_target": "{{label}}",
      "doc_to_text": "{{query}}",
      "fewshot_config": {
        "doc_to_choice": "choices",
        "doc_to_target": "{{label}}",
        "doc_to_text": "{{query}}",
        "fewshot_delimiter": "\n\n",
        "fewshot_indices": null,
        "gen_prefix": null,
        "process_docs": "<callable function>",
        "sampler": "default",
        "samples": null,
        "split": null,
        "target_delimiter": " "
      },
      "fewshot_delimiter": "\n\n",
      "metadata": {
        "config_source": "D:\\llm\\frost\\.venv\\Lib\\site-packages\\lm_eval\\tasks\\hellaswag\\hellaswag.yaml",
        "version": 1.0
      },
      "metric_list": [
        {
          "aggregation": "mean",
          "higher_is_better": true,
          "metric": "acc"
        },
        {
          "aggregation": "mean",
          "higher_is_better": true,
          "metric": "acc_norm"
        }
      ],
      "num_fewshot": 0,
      "output_type": "multiple_choice",
      "process_docs": "def process_docs(dataset: datasets.Dataset) -> datasets.Dataset:\n    def _process_doc(doc):\n        ctx = doc[\"ctx_a\"] + \" \" + doc[\"ctx_b\"].capitalize()\n        out_doc = {\n            \"query\": preprocess(doc[\"activity_label\"] + \": \" + ctx),\n            \"choices\": [preprocess(ending) for ending in doc[\"endings\"]],\n            \"gold\": int(doc[\"label\"]),\n        }\n        return out_doc\n\n    return dataset.map(_process_doc)\n",
      "repeats": 1,
      "should_decontaminate": false,
      "target_delimiter": " ",
      "task": "hellaswag",
      "training_split": "train",
      "unsafe_code": false,
      "validation_split": "validation"
    },
    "piqa": {
      "dataset_path": "baber/piqa",
      "description": "",
      "doc_to_choice": "{{[sol1, sol2]}}",
      "doc_to_decontamination_query": "goal",
      "doc_to_target": "label",
      "doc_to_text": "Question: {{goal}}\nAnswer:",
      "fewshot_config": {
        "doc_to_choice": "{{[sol1, sol2]}}",
        "doc_to_target": "label",
        "doc_to_text": "Question: {{goal}}\nAnswer:",
        "fewshot_delimiter": "\n\n",
        "fewshot_indices": null,
        "gen_prefix": null,
        "process_docs": null,
        "sampler": "default",
        "samples": null,
        "split": null,
        "target_delimiter": " "
      },
      "fewshot_delimiter": "\n\n",
      "metadata": {
        "config_source": "D:\\llm\\frost\\.venv\\Lib\\site-packages\\lm_eval\\tasks\\piqa\\piqa.yaml",
        "version": 1.0
      },
      "metric_list": [
        {
          "aggregation": "mean",
          "higher_is_better": true,
          "metric": "acc"
        },
        {
          "aggregation": "mean",
          "higher_is_better": true,
          "metric": "acc_norm"
        }
      ],
      "num_fewshot": 0,
      "output_type": "multiple_choice",
      "repeats": 1,
      "should_decontaminate": true,
      "target_delimiter": " ",
      "task": "piqa",
      "training_split": "train",
      "unsafe_code": false,
      "validation_split": "validation"
    }
  },
  "date": 1786715056.057948,
  "frost_evaluation": {
    "batch_size": 64,
    "checkpoint": "D:\\llm\\frost\\artifacts\\runs\\natural20b_pilot_muon_b32\\checkpoint-tokens-0500000000",
    "device": "cuda",
    "num_fewshot": 0,
    "tokenizer": "D:\\llm\\frost\\artifacts\\runs\\e3_tokenizers\\tok_4k_digit"
  },
  "git_hash": "9ac6cbb",
  "group_subtasks": {},
  "higher_is_better": {
    "arc_challenge": {
      "acc": true,
      "acc_norm": true
    },
    "arc_easy": {
      "acc": true,
      "acc_norm": true
    },
    "hellaswag": {
      "acc": true,
      "acc_norm": true
    },
    "piqa": {
      "acc": true,
      "acc_norm": true
    }
  },
  "lm_eval_version": "0.4.12",
  "n-samples": {
    "arc_challenge": {
      "effective": 1172,
      "original": 1172
    },
    "arc_easy": {
      "effective": 2376,
      "original": 2376
    },
    "hellaswag": {
      "effective": 10042,
      "original": 10042
    },
    "piqa": {
      "effective": 1838,
      "original": 1838
    }
  },
  "n-shot": {
    "arc_challenge": 0,
    "arc_easy": 0,
    "hellaswag": 0,
    "piqa": 0
  },
  "pretty_env_info": "the JSON object must be str, bytes or bytearray, not NoneType",
  "results": {
    "arc_challenge": {
      "acc,none": 0.1697952218430034,
      "acc_norm,none": 0.2226962457337884,
      "acc_norm_stderr,none": 0.012158314774829888,
      "acc_stderr,none": 0.010971775157784207,
      "alias": "arc_challenge",
      "name": "arc_challenge",
      "sample_len": 1172
    },
    "arc_easy": {
      "acc,none": 0.3409090909090909,
      "acc_norm,none": 0.3312289562289562,
      "acc_norm_stderr,none": 0.009657641311350737,
      "acc_stderr,none": 0.009726579593423981,
      "alias": "arc_easy",
      "name": "arc_easy",
      "sample_len": 2376
    },
    "hellaswag": {
      "acc,none": 0.2669786895040829,
      "acc_norm,none": 0.2756423023302131,
      "acc_norm_stderr,none": 0.004459241474518529,
      "acc_stderr,none": 0.004414770331224373,
      "alias": "hellaswag",
      "name": "hellaswag",
      "sample_len": 10042
    },
    "piqa": {
      "acc,none": 0.5625680087051143,
      "acc_norm,none": 0.5554951033732318,
      "acc_norm_stderr,none": 0.011593746871584282,
      "acc_stderr,none": 0.011574126069682592,
      "alias": "piqa",
      "name": "piqa",
      "sample_len": 1838
    }
  },
  "transformers_version": "5.14.1",
  "upper_git_hash": null,
  "versions": {
    "arc_challenge": 1.0,
    "arc_easy": 1.0,
    "hellaswag": 1.0,
    "piqa": 1.0
  }
}