pharaouk commited on
Commit
e85e4cc
·
1 Parent(s): 735953e

Training in progress, step 400, checkpoint

Browse files
checkpoint-400/README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - quant_method: bitsandbytes
9
+ - load_in_8bit: False
10
+ - load_in_4bit: True
11
+ - llm_int8_threshold: 6.0
12
+ - llm_int8_skip_modules: None
13
+ - llm_int8_enable_fp32_cpu_offload: False
14
+ - llm_int8_has_fp16_weight: False
15
+ - bnb_4bit_quant_type: nf4
16
+ - bnb_4bit_use_double_quant: True
17
+ - bnb_4bit_compute_dtype: bfloat16
18
+ ### Framework versions
19
+
20
+
21
+ - PEFT 0.4.0
checkpoint-400/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "SkunkworksAI/Mistralic-7B-1",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 16.0,
11
+ "lora_dropout": 0.1,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 64,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "v_proj",
18
+ "k_proj",
19
+ "up_proj",
20
+ "q_proj",
21
+ "gate_proj",
22
+ "o_proj",
23
+ "down_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM"
26
+ }
checkpoint-400/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:067cd2f0c2483a1125c25c2707f4457d22048ffc8aadc0c5ffc1509d129fff5c
3
+ size 335706314
checkpoint-400/added_tokens.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</s>": 2,
3
+ "<s>": 1,
4
+ "<unk>": 0,
5
+ "<|im_end|>": 32000,
6
+ "<|im_start|>": 32001,
7
+ "[PAD]": 32002
8
+ }
checkpoint-400/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ecd4ee12f2e84c8cefd9f88b1183cada6a26a43dd79d27bc44878e4c6570c3f
3
+ size 1342453434
checkpoint-400/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d3fab7435b8f4afd8987ac5cf2140f60a6080fdb9024fb4e5755054d0c62841
3
+ size 14180
checkpoint-400/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a3dedf52aaea6588501a76bbcc0db7c74d91e0049f19cb86f239096b664186d
3
+ size 1064
checkpoint-400/special_tokens_map.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<unk>",
4
+ "<s>",
5
+ "</s>"
6
+ ],
7
+ "bos_token": "<s>",
8
+ "eos_token": "</s>",
9
+ "pad_token": "[PAD]",
10
+ "unk_token": "<unk>"
11
+ }
checkpoint-400/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
checkpoint-400/tokenizer_config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": true,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": true,
16
+ "normalized": false,
17
+ "rstrip": true,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": true,
24
+ "normalized": false,
25
+ "rstrip": true,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "32000": {
30
+ "content": "<|im_end|>",
31
+ "lstrip": true,
32
+ "normalized": true,
33
+ "rstrip": true,
34
+ "single_word": false,
35
+ "special": false
36
+ },
37
+ "32001": {
38
+ "content": "<|im_start|>",
39
+ "lstrip": true,
40
+ "normalized": true,
41
+ "rstrip": true,
42
+ "single_word": false,
43
+ "special": false
44
+ },
45
+ "32002": {
46
+ "content": "[PAD]",
47
+ "lstrip": true,
48
+ "normalized": false,
49
+ "rstrip": true,
50
+ "single_word": false,
51
+ "special": true
52
+ }
53
+ },
54
+ "additional_special_tokens": [
55
+ "<unk>",
56
+ "<s>",
57
+ "</s>"
58
+ ],
59
+ "bos_token": "<s>",
60
+ "clean_up_tokenization_spaces": false,
61
+ "eos_token": "</s>",
62
+ "legacy": true,
63
+ "model_max_length": 1000000000000000019884624838656,
64
+ "pad_token": "[PAD]",
65
+ "padding_side": "right",
66
+ "sp_model_kwargs": {},
67
+ "spaces_between_special_tokens": false,
68
+ "tokenizer_class": "LlamaTokenizer",
69
+ "tokenizer_file": null,
70
+ "trust_remote_code": false,
71
+ "unk_token": "<unk>",
72
+ "use_default_system_prompt": true,
73
+ "use_fast": true
74
+ }
checkpoint-400/trainer_state.json ADDED
@@ -0,0 +1,401 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7452409863471985,
3
+ "best_model_checkpoint": "experts/mistralic-expert-4/checkpoint-200",
4
+ "epoch": 0.0894304398859762,
5
+ "eval_steps": 200,
6
+ "global_step": 400,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.0,
13
+ "learning_rate": 0.0002,
14
+ "loss": 0.8828,
15
+ "step": 10
16
+ },
17
+ {
18
+ "epoch": 0.0,
19
+ "learning_rate": 0.0002,
20
+ "loss": 0.8642,
21
+ "step": 20
22
+ },
23
+ {
24
+ "epoch": 0.01,
25
+ "learning_rate": 0.0002,
26
+ "loss": 0.8519,
27
+ "step": 30
28
+ },
29
+ {
30
+ "epoch": 0.01,
31
+ "learning_rate": 0.0002,
32
+ "loss": 0.7916,
33
+ "step": 40
34
+ },
35
+ {
36
+ "epoch": 0.01,
37
+ "learning_rate": 0.0002,
38
+ "loss": 0.8655,
39
+ "step": 50
40
+ },
41
+ {
42
+ "epoch": 0.01,
43
+ "learning_rate": 0.0002,
44
+ "loss": 0.8312,
45
+ "step": 60
46
+ },
47
+ {
48
+ "epoch": 0.02,
49
+ "learning_rate": 0.0002,
50
+ "loss": 0.8108,
51
+ "step": 70
52
+ },
53
+ {
54
+ "epoch": 0.02,
55
+ "learning_rate": 0.0002,
56
+ "loss": 0.8403,
57
+ "step": 80
58
+ },
59
+ {
60
+ "epoch": 0.02,
61
+ "learning_rate": 0.0002,
62
+ "loss": 0.8013,
63
+ "step": 90
64
+ },
65
+ {
66
+ "epoch": 0.02,
67
+ "learning_rate": 0.0002,
68
+ "loss": 0.8937,
69
+ "step": 100
70
+ },
71
+ {
72
+ "epoch": 0.02,
73
+ "learning_rate": 0.0002,
74
+ "loss": 0.8408,
75
+ "step": 110
76
+ },
77
+ {
78
+ "epoch": 0.03,
79
+ "learning_rate": 0.0002,
80
+ "loss": 0.8257,
81
+ "step": 120
82
+ },
83
+ {
84
+ "epoch": 0.03,
85
+ "learning_rate": 0.0002,
86
+ "loss": 0.8461,
87
+ "step": 130
88
+ },
89
+ {
90
+ "epoch": 0.03,
91
+ "learning_rate": 0.0002,
92
+ "loss": 0.8367,
93
+ "step": 140
94
+ },
95
+ {
96
+ "epoch": 0.03,
97
+ "learning_rate": 0.0002,
98
+ "loss": 0.7979,
99
+ "step": 150
100
+ },
101
+ {
102
+ "epoch": 0.04,
103
+ "learning_rate": 0.0002,
104
+ "loss": 0.843,
105
+ "step": 160
106
+ },
107
+ {
108
+ "epoch": 0.04,
109
+ "learning_rate": 0.0002,
110
+ "loss": 0.8144,
111
+ "step": 170
112
+ },
113
+ {
114
+ "epoch": 0.04,
115
+ "learning_rate": 0.0002,
116
+ "loss": 0.8484,
117
+ "step": 180
118
+ },
119
+ {
120
+ "epoch": 0.04,
121
+ "learning_rate": 0.0002,
122
+ "loss": 0.799,
123
+ "step": 190
124
+ },
125
+ {
126
+ "epoch": 0.04,
127
+ "learning_rate": 0.0002,
128
+ "loss": 0.8573,
129
+ "step": 200
130
+ },
131
+ {
132
+ "epoch": 0.04,
133
+ "eval_loss": 0.7452409863471985,
134
+ "eval_runtime": 137.1753,
135
+ "eval_samples_per_second": 7.29,
136
+ "eval_steps_per_second": 3.645,
137
+ "step": 200
138
+ },
139
+ {
140
+ "epoch": 0.04,
141
+ "mmlu_eval_accuracy": 0.5996444862522003,
142
+ "mmlu_eval_accuracy_abstract_algebra": 0.18181818181818182,
143
+ "mmlu_eval_accuracy_anatomy": 0.5,
144
+ "mmlu_eval_accuracy_astronomy": 0.8125,
145
+ "mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
146
+ "mmlu_eval_accuracy_clinical_knowledge": 0.6206896551724138,
147
+ "mmlu_eval_accuracy_college_biology": 0.6875,
148
+ "mmlu_eval_accuracy_college_chemistry": 0.25,
149
+ "mmlu_eval_accuracy_college_computer_science": 0.2727272727272727,
150
+ "mmlu_eval_accuracy_college_mathematics": 0.5454545454545454,
151
+ "mmlu_eval_accuracy_college_medicine": 0.6363636363636364,
152
+ "mmlu_eval_accuracy_college_physics": 0.45454545454545453,
153
+ "mmlu_eval_accuracy_computer_security": 0.5454545454545454,
154
+ "mmlu_eval_accuracy_conceptual_physics": 0.5384615384615384,
155
+ "mmlu_eval_accuracy_econometrics": 0.5,
156
+ "mmlu_eval_accuracy_electrical_engineering": 0.5625,
157
+ "mmlu_eval_accuracy_elementary_mathematics": 0.5365853658536586,
158
+ "mmlu_eval_accuracy_formal_logic": 0.07142857142857142,
159
+ "mmlu_eval_accuracy_global_facts": 0.4,
160
+ "mmlu_eval_accuracy_high_school_biology": 0.625,
161
+ "mmlu_eval_accuracy_high_school_chemistry": 0.45454545454545453,
162
+ "mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
163
+ "mmlu_eval_accuracy_high_school_european_history": 0.7222222222222222,
164
+ "mmlu_eval_accuracy_high_school_geography": 0.8181818181818182,
165
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.7619047619047619,
166
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.627906976744186,
167
+ "mmlu_eval_accuracy_high_school_mathematics": 0.41379310344827586,
168
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.6538461538461539,
169
+ "mmlu_eval_accuracy_high_school_physics": 0.11764705882352941,
170
+ "mmlu_eval_accuracy_high_school_psychology": 0.8333333333333334,
171
+ "mmlu_eval_accuracy_high_school_statistics": 0.43478260869565216,
172
+ "mmlu_eval_accuracy_high_school_us_history": 0.7727272727272727,
173
+ "mmlu_eval_accuracy_high_school_world_history": 0.6923076923076923,
174
+ "mmlu_eval_accuracy_human_aging": 0.7391304347826086,
175
+ "mmlu_eval_accuracy_human_sexuality": 0.5833333333333334,
176
+ "mmlu_eval_accuracy_international_law": 1.0,
177
+ "mmlu_eval_accuracy_jurisprudence": 0.6363636363636364,
178
+ "mmlu_eval_accuracy_logical_fallacies": 0.7222222222222222,
179
+ "mmlu_eval_accuracy_machine_learning": 0.45454545454545453,
180
+ "mmlu_eval_accuracy_management": 0.9090909090909091,
181
+ "mmlu_eval_accuracy_marketing": 0.88,
182
+ "mmlu_eval_accuracy_medical_genetics": 1.0,
183
+ "mmlu_eval_accuracy_miscellaneous": 0.7441860465116279,
184
+ "mmlu_eval_accuracy_moral_disputes": 0.6578947368421053,
185
+ "mmlu_eval_accuracy_moral_scenarios": 0.33,
186
+ "mmlu_eval_accuracy_nutrition": 0.7575757575757576,
187
+ "mmlu_eval_accuracy_philosophy": 0.6764705882352942,
188
+ "mmlu_eval_accuracy_prehistory": 0.6,
189
+ "mmlu_eval_accuracy_professional_accounting": 0.4838709677419355,
190
+ "mmlu_eval_accuracy_professional_law": 0.4,
191
+ "mmlu_eval_accuracy_professional_medicine": 0.6451612903225806,
192
+ "mmlu_eval_accuracy_professional_psychology": 0.5942028985507246,
193
+ "mmlu_eval_accuracy_public_relations": 0.5,
194
+ "mmlu_eval_accuracy_security_studies": 0.7037037037037037,
195
+ "mmlu_eval_accuracy_sociology": 1.0,
196
+ "mmlu_eval_accuracy_us_foreign_policy": 0.7272727272727273,
197
+ "mmlu_eval_accuracy_virology": 0.5,
198
+ "mmlu_eval_accuracy_world_religions": 0.7894736842105263,
199
+ "mmlu_loss": 1.1377019190834956,
200
+ "step": 200
201
+ },
202
+ {
203
+ "epoch": 0.05,
204
+ "learning_rate": 0.0002,
205
+ "loss": 0.8106,
206
+ "step": 210
207
+ },
208
+ {
209
+ "epoch": 0.05,
210
+ "learning_rate": 0.0002,
211
+ "loss": 0.789,
212
+ "step": 220
213
+ },
214
+ {
215
+ "epoch": 0.05,
216
+ "learning_rate": 0.0002,
217
+ "loss": 0.8575,
218
+ "step": 230
219
+ },
220
+ {
221
+ "epoch": 0.05,
222
+ "learning_rate": 0.0002,
223
+ "loss": 0.7618,
224
+ "step": 240
225
+ },
226
+ {
227
+ "epoch": 0.06,
228
+ "learning_rate": 0.0002,
229
+ "loss": 0.778,
230
+ "step": 250
231
+ },
232
+ {
233
+ "epoch": 0.06,
234
+ "learning_rate": 0.0002,
235
+ "loss": 0.8824,
236
+ "step": 260
237
+ },
238
+ {
239
+ "epoch": 0.06,
240
+ "learning_rate": 0.0002,
241
+ "loss": 0.8281,
242
+ "step": 270
243
+ },
244
+ {
245
+ "epoch": 0.06,
246
+ "learning_rate": 0.0002,
247
+ "loss": 0.8067,
248
+ "step": 280
249
+ },
250
+ {
251
+ "epoch": 0.06,
252
+ "learning_rate": 0.0002,
253
+ "loss": 0.7467,
254
+ "step": 290
255
+ },
256
+ {
257
+ "epoch": 0.07,
258
+ "learning_rate": 0.0002,
259
+ "loss": 0.8204,
260
+ "step": 300
261
+ },
262
+ {
263
+ "epoch": 0.07,
264
+ "learning_rate": 0.0002,
265
+ "loss": 0.7581,
266
+ "step": 310
267
+ },
268
+ {
269
+ "epoch": 0.07,
270
+ "learning_rate": 0.0002,
271
+ "loss": 0.7942,
272
+ "step": 320
273
+ },
274
+ {
275
+ "epoch": 0.07,
276
+ "learning_rate": 0.0002,
277
+ "loss": 0.8976,
278
+ "step": 330
279
+ },
280
+ {
281
+ "epoch": 0.08,
282
+ "learning_rate": 0.0002,
283
+ "loss": 0.8094,
284
+ "step": 340
285
+ },
286
+ {
287
+ "epoch": 0.08,
288
+ "learning_rate": 0.0002,
289
+ "loss": 0.8201,
290
+ "step": 350
291
+ },
292
+ {
293
+ "epoch": 0.08,
294
+ "learning_rate": 0.0002,
295
+ "loss": 0.8922,
296
+ "step": 360
297
+ },
298
+ {
299
+ "epoch": 0.08,
300
+ "learning_rate": 0.0002,
301
+ "loss": 0.7782,
302
+ "step": 370
303
+ },
304
+ {
305
+ "epoch": 0.08,
306
+ "learning_rate": 0.0002,
307
+ "loss": 0.6944,
308
+ "step": 380
309
+ },
310
+ {
311
+ "epoch": 0.09,
312
+ "learning_rate": 0.0002,
313
+ "loss": 0.8458,
314
+ "step": 390
315
+ },
316
+ {
317
+ "epoch": 0.09,
318
+ "learning_rate": 0.0002,
319
+ "loss": 0.7986,
320
+ "step": 400
321
+ },
322
+ {
323
+ "epoch": 0.09,
324
+ "eval_loss": 0.7476009130477905,
325
+ "eval_runtime": 136.7729,
326
+ "eval_samples_per_second": 7.311,
327
+ "eval_steps_per_second": 3.656,
328
+ "step": 400
329
+ },
330
+ {
331
+ "epoch": 0.09,
332
+ "mmlu_eval_accuracy": 0.5776334992003169,
333
+ "mmlu_eval_accuracy_abstract_algebra": 0.2727272727272727,
334
+ "mmlu_eval_accuracy_anatomy": 0.5714285714285714,
335
+ "mmlu_eval_accuracy_astronomy": 0.5625,
336
+ "mmlu_eval_accuracy_business_ethics": 0.7272727272727273,
337
+ "mmlu_eval_accuracy_clinical_knowledge": 0.4827586206896552,
338
+ "mmlu_eval_accuracy_college_biology": 0.625,
339
+ "mmlu_eval_accuracy_college_chemistry": 0.25,
340
+ "mmlu_eval_accuracy_college_computer_science": 0.2727272727272727,
341
+ "mmlu_eval_accuracy_college_mathematics": 0.5454545454545454,
342
+ "mmlu_eval_accuracy_college_medicine": 0.6363636363636364,
343
+ "mmlu_eval_accuracy_college_physics": 0.36363636363636365,
344
+ "mmlu_eval_accuracy_computer_security": 0.5454545454545454,
345
+ "mmlu_eval_accuracy_conceptual_physics": 0.5769230769230769,
346
+ "mmlu_eval_accuracy_econometrics": 0.4166666666666667,
347
+ "mmlu_eval_accuracy_electrical_engineering": 0.5,
348
+ "mmlu_eval_accuracy_elementary_mathematics": 0.4146341463414634,
349
+ "mmlu_eval_accuracy_formal_logic": 0.14285714285714285,
350
+ "mmlu_eval_accuracy_global_facts": 0.3,
351
+ "mmlu_eval_accuracy_high_school_biology": 0.46875,
352
+ "mmlu_eval_accuracy_high_school_chemistry": 0.4090909090909091,
353
+ "mmlu_eval_accuracy_high_school_computer_science": 0.6666666666666666,
354
+ "mmlu_eval_accuracy_high_school_european_history": 0.8333333333333334,
355
+ "mmlu_eval_accuracy_high_school_geography": 0.7727272727272727,
356
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.7142857142857143,
357
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.5813953488372093,
358
+ "mmlu_eval_accuracy_high_school_mathematics": 0.3448275862068966,
359
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.6923076923076923,
360
+ "mmlu_eval_accuracy_high_school_physics": 0.17647058823529413,
361
+ "mmlu_eval_accuracy_high_school_psychology": 0.8166666666666667,
362
+ "mmlu_eval_accuracy_high_school_statistics": 0.34782608695652173,
363
+ "mmlu_eval_accuracy_high_school_us_history": 0.8181818181818182,
364
+ "mmlu_eval_accuracy_high_school_world_history": 0.6153846153846154,
365
+ "mmlu_eval_accuracy_human_aging": 0.7391304347826086,
366
+ "mmlu_eval_accuracy_human_sexuality": 0.4166666666666667,
367
+ "mmlu_eval_accuracy_international_law": 0.9230769230769231,
368
+ "mmlu_eval_accuracy_jurisprudence": 0.6363636363636364,
369
+ "mmlu_eval_accuracy_logical_fallacies": 0.6666666666666666,
370
+ "mmlu_eval_accuracy_machine_learning": 0.45454545454545453,
371
+ "mmlu_eval_accuracy_management": 0.8181818181818182,
372
+ "mmlu_eval_accuracy_marketing": 0.92,
373
+ "mmlu_eval_accuracy_medical_genetics": 0.9090909090909091,
374
+ "mmlu_eval_accuracy_miscellaneous": 0.7558139534883721,
375
+ "mmlu_eval_accuracy_moral_disputes": 0.5526315789473685,
376
+ "mmlu_eval_accuracy_moral_scenarios": 0.27,
377
+ "mmlu_eval_accuracy_nutrition": 0.696969696969697,
378
+ "mmlu_eval_accuracy_philosophy": 0.7647058823529411,
379
+ "mmlu_eval_accuracy_prehistory": 0.5428571428571428,
380
+ "mmlu_eval_accuracy_professional_accounting": 0.5483870967741935,
381
+ "mmlu_eval_accuracy_professional_law": 0.36470588235294116,
382
+ "mmlu_eval_accuracy_professional_medicine": 0.6129032258064516,
383
+ "mmlu_eval_accuracy_professional_psychology": 0.6231884057971014,
384
+ "mmlu_eval_accuracy_public_relations": 0.5,
385
+ "mmlu_eval_accuracy_security_studies": 0.7037037037037037,
386
+ "mmlu_eval_accuracy_sociology": 0.8636363636363636,
387
+ "mmlu_eval_accuracy_us_foreign_policy": 0.7272727272727273,
388
+ "mmlu_eval_accuracy_virology": 0.5555555555555556,
389
+ "mmlu_eval_accuracy_world_religions": 0.8947368421052632,
390
+ "mmlu_loss": 1.1887153384346252,
391
+ "step": 400
392
+ }
393
+ ],
394
+ "logging_steps": 10,
395
+ "max_steps": 13416,
396
+ "num_train_epochs": 3,
397
+ "save_steps": 200,
398
+ "total_flos": 2.0361466080106906e+17,
399
+ "trial_name": null,
400
+ "trial_params": null
401
+ }
checkpoint-400/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dd1696fde4e81c3df56a3128258d984d341b0dc475300123cd2379e16a096da
3
+ size 6456