prateeky2806 commited on
Commit
b87136a
1 Parent(s): a7e1ae6

Training in progress, step 1000

Browse files
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:809a3dc5e16ef546d6d153472346b1faee710c2fc70e90ec5ae138b5cd52faf5
3
  size 319977229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30d766d8b252ebdacf6d8069c124c80be03dbdf01c6453fa6c087404fdc32c7e
3
  size 319977229
checkpoint-1000/README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - load_in_8bit: False
9
+ - load_in_4bit: True
10
+ - llm_int8_threshold: 6.0
11
+ - llm_int8_skip_modules: None
12
+ - llm_int8_enable_fp32_cpu_offload: False
13
+ - llm_int8_has_fp16_weight: False
14
+ - bnb_4bit_quant_type: nf4
15
+ - bnb_4bit_use_double_quant: True
16
+ - bnb_4bit_compute_dtype: bfloat16
17
+ ### Framework versions
18
+
19
+
20
+ - PEFT 0.4.0
checkpoint-1000/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "NousResearch/Nous-Hermes-llama-2-7b",
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
+ "up_proj",
18
+ "down_proj",
19
+ "q_proj",
20
+ "gate_proj",
21
+ "o_proj",
22
+ "k_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM"
26
+ }
checkpoint-1000/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30d766d8b252ebdacf6d8069c124c80be03dbdf01c6453fa6c087404fdc32c7e
3
+ size 319977229
checkpoint-1000/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<pad>": 32000
3
+ }
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab58d8fd9f4acec66c8271cccc22bb23158e6f3673755c8c988b42080eb74cda
3
+ size 1279539973
checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:452be29680606a07564eef498833b5ce567e82eca7f9b6c803e77bd6ce5f9307
3
+ size 14511
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bb7339d1d2da342a44f3ba5e076fb6e5d93aee86f890c002703d2b3a0750820
3
+ size 627
checkpoint-1000/special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "pad_token": "<unk>",
5
+ "unk_token": "<unk>"
6
+ }
checkpoint-1000/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "bos_token": {
5
+ "__type": "AddedToken",
6
+ "content": "<s>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "clean_up_tokenization_spaces": false,
13
+ "eos_token": {
14
+ "__type": "AddedToken",
15
+ "content": "</s>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "legacy": false,
22
+ "model_max_length": 1000000000000000019884624838656,
23
+ "pad_token": null,
24
+ "padding_side": "right",
25
+ "sp_model_kwargs": {},
26
+ "tokenizer_class": "LlamaTokenizer",
27
+ "unk_token": {
28
+ "__type": "AddedToken",
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false
34
+ }
35
+ }
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,971 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4203888475894928,
3
+ "best_model_checkpoint": "./output_v2/7b_cluster08_Nous-Hermes-llama-2-7b_partitioned_v3_standardized_08/checkpoint-1000",
4
+ "epoch": 1.0816657652785289,
5
+ "global_step": 1000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.01,
12
+ "learning_rate": 0.0002,
13
+ "loss": 0.5043,
14
+ "step": 10
15
+ },
16
+ {
17
+ "epoch": 0.02,
18
+ "learning_rate": 0.0002,
19
+ "loss": 0.4612,
20
+ "step": 20
21
+ },
22
+ {
23
+ "epoch": 0.03,
24
+ "learning_rate": 0.0002,
25
+ "loss": 0.4969,
26
+ "step": 30
27
+ },
28
+ {
29
+ "epoch": 0.04,
30
+ "learning_rate": 0.0002,
31
+ "loss": 0.4995,
32
+ "step": 40
33
+ },
34
+ {
35
+ "epoch": 0.05,
36
+ "learning_rate": 0.0002,
37
+ "loss": 0.4247,
38
+ "step": 50
39
+ },
40
+ {
41
+ "epoch": 0.06,
42
+ "learning_rate": 0.0002,
43
+ "loss": 0.4557,
44
+ "step": 60
45
+ },
46
+ {
47
+ "epoch": 0.08,
48
+ "learning_rate": 0.0002,
49
+ "loss": 0.5582,
50
+ "step": 70
51
+ },
52
+ {
53
+ "epoch": 0.09,
54
+ "learning_rate": 0.0002,
55
+ "loss": 0.4484,
56
+ "step": 80
57
+ },
58
+ {
59
+ "epoch": 0.1,
60
+ "learning_rate": 0.0002,
61
+ "loss": 0.438,
62
+ "step": 90
63
+ },
64
+ {
65
+ "epoch": 0.11,
66
+ "learning_rate": 0.0002,
67
+ "loss": 0.4528,
68
+ "step": 100
69
+ },
70
+ {
71
+ "epoch": 0.12,
72
+ "learning_rate": 0.0002,
73
+ "loss": 0.4848,
74
+ "step": 110
75
+ },
76
+ {
77
+ "epoch": 0.13,
78
+ "learning_rate": 0.0002,
79
+ "loss": 0.4192,
80
+ "step": 120
81
+ },
82
+ {
83
+ "epoch": 0.14,
84
+ "learning_rate": 0.0002,
85
+ "loss": 0.4481,
86
+ "step": 130
87
+ },
88
+ {
89
+ "epoch": 0.15,
90
+ "learning_rate": 0.0002,
91
+ "loss": 0.438,
92
+ "step": 140
93
+ },
94
+ {
95
+ "epoch": 0.16,
96
+ "learning_rate": 0.0002,
97
+ "loss": 0.4484,
98
+ "step": 150
99
+ },
100
+ {
101
+ "epoch": 0.17,
102
+ "learning_rate": 0.0002,
103
+ "loss": 0.4156,
104
+ "step": 160
105
+ },
106
+ {
107
+ "epoch": 0.18,
108
+ "learning_rate": 0.0002,
109
+ "loss": 0.3978,
110
+ "step": 170
111
+ },
112
+ {
113
+ "epoch": 0.19,
114
+ "learning_rate": 0.0002,
115
+ "loss": 0.5086,
116
+ "step": 180
117
+ },
118
+ {
119
+ "epoch": 0.21,
120
+ "learning_rate": 0.0002,
121
+ "loss": 0.5037,
122
+ "step": 190
123
+ },
124
+ {
125
+ "epoch": 0.22,
126
+ "learning_rate": 0.0002,
127
+ "loss": 0.4201,
128
+ "step": 200
129
+ },
130
+ {
131
+ "epoch": 0.22,
132
+ "eval_loss": 0.44470372796058655,
133
+ "eval_runtime": 145.3872,
134
+ "eval_samples_per_second": 6.878,
135
+ "eval_steps_per_second": 3.439,
136
+ "step": 200
137
+ },
138
+ {
139
+ "epoch": 0.22,
140
+ "mmlu_eval_accuracy": 0.4603515989210557,
141
+ "mmlu_eval_accuracy_abstract_algebra": 0.18181818181818182,
142
+ "mmlu_eval_accuracy_anatomy": 0.5,
143
+ "mmlu_eval_accuracy_astronomy": 0.5,
144
+ "mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
145
+ "mmlu_eval_accuracy_clinical_knowledge": 0.4482758620689655,
146
+ "mmlu_eval_accuracy_college_biology": 0.375,
147
+ "mmlu_eval_accuracy_college_chemistry": 0.125,
148
+ "mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
149
+ "mmlu_eval_accuracy_college_mathematics": 0.18181818181818182,
150
+ "mmlu_eval_accuracy_college_medicine": 0.3181818181818182,
151
+ "mmlu_eval_accuracy_college_physics": 0.36363636363636365,
152
+ "mmlu_eval_accuracy_computer_security": 0.2727272727272727,
153
+ "mmlu_eval_accuracy_conceptual_physics": 0.5,
154
+ "mmlu_eval_accuracy_econometrics": 0.16666666666666666,
155
+ "mmlu_eval_accuracy_electrical_engineering": 0.4375,
156
+ "mmlu_eval_accuracy_elementary_mathematics": 0.2926829268292683,
157
+ "mmlu_eval_accuracy_formal_logic": 0.2857142857142857,
158
+ "mmlu_eval_accuracy_global_facts": 0.6,
159
+ "mmlu_eval_accuracy_high_school_biology": 0.34375,
160
+ "mmlu_eval_accuracy_high_school_chemistry": 0.4090909090909091,
161
+ "mmlu_eval_accuracy_high_school_computer_science": 0.6666666666666666,
162
+ "mmlu_eval_accuracy_high_school_european_history": 0.6111111111111112,
163
+ "mmlu_eval_accuracy_high_school_geography": 0.7727272727272727,
164
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.6666666666666666,
165
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.32558139534883723,
166
+ "mmlu_eval_accuracy_high_school_mathematics": 0.20689655172413793,
167
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.4230769230769231,
168
+ "mmlu_eval_accuracy_high_school_physics": 0.35294117647058826,
169
+ "mmlu_eval_accuracy_high_school_psychology": 0.7,
170
+ "mmlu_eval_accuracy_high_school_statistics": 0.34782608695652173,
171
+ "mmlu_eval_accuracy_high_school_us_history": 0.6818181818181818,
172
+ "mmlu_eval_accuracy_high_school_world_history": 0.5769230769230769,
173
+ "mmlu_eval_accuracy_human_aging": 0.6956521739130435,
174
+ "mmlu_eval_accuracy_human_sexuality": 0.5,
175
+ "mmlu_eval_accuracy_international_law": 0.7692307692307693,
176
+ "mmlu_eval_accuracy_jurisprudence": 0.36363636363636365,
177
+ "mmlu_eval_accuracy_logical_fallacies": 0.5555555555555556,
178
+ "mmlu_eval_accuracy_machine_learning": 0.18181818181818182,
179
+ "mmlu_eval_accuracy_management": 0.5454545454545454,
180
+ "mmlu_eval_accuracy_marketing": 0.72,
181
+ "mmlu_eval_accuracy_medical_genetics": 0.7272727272727273,
182
+ "mmlu_eval_accuracy_miscellaneous": 0.6627906976744186,
183
+ "mmlu_eval_accuracy_moral_disputes": 0.42105263157894735,
184
+ "mmlu_eval_accuracy_moral_scenarios": 0.23,
185
+ "mmlu_eval_accuracy_nutrition": 0.5151515151515151,
186
+ "mmlu_eval_accuracy_philosophy": 0.5,
187
+ "mmlu_eval_accuracy_prehistory": 0.42857142857142855,
188
+ "mmlu_eval_accuracy_professional_accounting": 0.3225806451612903,
189
+ "mmlu_eval_accuracy_professional_law": 0.3411764705882353,
190
+ "mmlu_eval_accuracy_professional_medicine": 0.41935483870967744,
191
+ "mmlu_eval_accuracy_professional_psychology": 0.37681159420289856,
192
+ "mmlu_eval_accuracy_public_relations": 0.5833333333333334,
193
+ "mmlu_eval_accuracy_security_studies": 0.48148148148148145,
194
+ "mmlu_eval_accuracy_sociology": 0.5909090909090909,
195
+ "mmlu_eval_accuracy_us_foreign_policy": 0.6363636363636364,
196
+ "mmlu_eval_accuracy_virology": 0.4444444444444444,
197
+ "mmlu_eval_accuracy_world_religions": 0.6842105263157895,
198
+ "mmlu_loss": 1.2632288357763315,
199
+ "step": 200
200
+ },
201
+ {
202
+ "epoch": 0.23,
203
+ "learning_rate": 0.0002,
204
+ "loss": 0.4912,
205
+ "step": 210
206
+ },
207
+ {
208
+ "epoch": 0.24,
209
+ "learning_rate": 0.0002,
210
+ "loss": 0.4233,
211
+ "step": 220
212
+ },
213
+ {
214
+ "epoch": 0.25,
215
+ "learning_rate": 0.0002,
216
+ "loss": 0.4275,
217
+ "step": 230
218
+ },
219
+ {
220
+ "epoch": 0.26,
221
+ "learning_rate": 0.0002,
222
+ "loss": 0.4223,
223
+ "step": 240
224
+ },
225
+ {
226
+ "epoch": 0.27,
227
+ "learning_rate": 0.0002,
228
+ "loss": 0.4336,
229
+ "step": 250
230
+ },
231
+ {
232
+ "epoch": 0.28,
233
+ "learning_rate": 0.0002,
234
+ "loss": 0.4466,
235
+ "step": 260
236
+ },
237
+ {
238
+ "epoch": 0.29,
239
+ "learning_rate": 0.0002,
240
+ "loss": 0.474,
241
+ "step": 270
242
+ },
243
+ {
244
+ "epoch": 0.3,
245
+ "learning_rate": 0.0002,
246
+ "loss": 0.4583,
247
+ "step": 280
248
+ },
249
+ {
250
+ "epoch": 0.31,
251
+ "learning_rate": 0.0002,
252
+ "loss": 0.4914,
253
+ "step": 290
254
+ },
255
+ {
256
+ "epoch": 0.32,
257
+ "learning_rate": 0.0002,
258
+ "loss": 0.438,
259
+ "step": 300
260
+ },
261
+ {
262
+ "epoch": 0.34,
263
+ "learning_rate": 0.0002,
264
+ "loss": 0.4737,
265
+ "step": 310
266
+ },
267
+ {
268
+ "epoch": 0.35,
269
+ "learning_rate": 0.0002,
270
+ "loss": 0.4109,
271
+ "step": 320
272
+ },
273
+ {
274
+ "epoch": 0.36,
275
+ "learning_rate": 0.0002,
276
+ "loss": 0.4382,
277
+ "step": 330
278
+ },
279
+ {
280
+ "epoch": 0.37,
281
+ "learning_rate": 0.0002,
282
+ "loss": 0.4327,
283
+ "step": 340
284
+ },
285
+ {
286
+ "epoch": 0.38,
287
+ "learning_rate": 0.0002,
288
+ "loss": 0.426,
289
+ "step": 350
290
+ },
291
+ {
292
+ "epoch": 0.39,
293
+ "learning_rate": 0.0002,
294
+ "loss": 0.438,
295
+ "step": 360
296
+ },
297
+ {
298
+ "epoch": 0.4,
299
+ "learning_rate": 0.0002,
300
+ "loss": 0.3864,
301
+ "step": 370
302
+ },
303
+ {
304
+ "epoch": 0.41,
305
+ "learning_rate": 0.0002,
306
+ "loss": 0.4809,
307
+ "step": 380
308
+ },
309
+ {
310
+ "epoch": 0.42,
311
+ "learning_rate": 0.0002,
312
+ "loss": 0.4108,
313
+ "step": 390
314
+ },
315
+ {
316
+ "epoch": 0.43,
317
+ "learning_rate": 0.0002,
318
+ "loss": 0.4188,
319
+ "step": 400
320
+ },
321
+ {
322
+ "epoch": 0.43,
323
+ "eval_loss": 0.4346640706062317,
324
+ "eval_runtime": 148.072,
325
+ "eval_samples_per_second": 6.753,
326
+ "eval_steps_per_second": 3.377,
327
+ "step": 400
328
+ },
329
+ {
330
+ "epoch": 0.43,
331
+ "mmlu_eval_accuracy": 0.4649911940484824,
332
+ "mmlu_eval_accuracy_abstract_algebra": 0.18181818181818182,
333
+ "mmlu_eval_accuracy_anatomy": 0.5714285714285714,
334
+ "mmlu_eval_accuracy_astronomy": 0.4375,
335
+ "mmlu_eval_accuracy_business_ethics": 0.6363636363636364,
336
+ "mmlu_eval_accuracy_clinical_knowledge": 0.4482758620689655,
337
+ "mmlu_eval_accuracy_college_biology": 0.4375,
338
+ "mmlu_eval_accuracy_college_chemistry": 0.125,
339
+ "mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
340
+ "mmlu_eval_accuracy_college_mathematics": 0.18181818181818182,
341
+ "mmlu_eval_accuracy_college_medicine": 0.2727272727272727,
342
+ "mmlu_eval_accuracy_college_physics": 0.36363636363636365,
343
+ "mmlu_eval_accuracy_computer_security": 0.18181818181818182,
344
+ "mmlu_eval_accuracy_conceptual_physics": 0.4230769230769231,
345
+ "mmlu_eval_accuracy_econometrics": 0.16666666666666666,
346
+ "mmlu_eval_accuracy_electrical_engineering": 0.5,
347
+ "mmlu_eval_accuracy_elementary_mathematics": 0.36585365853658536,
348
+ "mmlu_eval_accuracy_formal_logic": 0.2857142857142857,
349
+ "mmlu_eval_accuracy_global_facts": 0.5,
350
+ "mmlu_eval_accuracy_high_school_biology": 0.34375,
351
+ "mmlu_eval_accuracy_high_school_chemistry": 0.4090909090909091,
352
+ "mmlu_eval_accuracy_high_school_computer_science": 0.7777777777777778,
353
+ "mmlu_eval_accuracy_high_school_european_history": 0.6111111111111112,
354
+ "mmlu_eval_accuracy_high_school_geography": 0.7727272727272727,
355
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.6666666666666666,
356
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.3488372093023256,
357
+ "mmlu_eval_accuracy_high_school_mathematics": 0.27586206896551724,
358
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.38461538461538464,
359
+ "mmlu_eval_accuracy_high_school_physics": 0.35294117647058826,
360
+ "mmlu_eval_accuracy_high_school_psychology": 0.7,
361
+ "mmlu_eval_accuracy_high_school_statistics": 0.34782608695652173,
362
+ "mmlu_eval_accuracy_high_school_us_history": 0.6818181818181818,
363
+ "mmlu_eval_accuracy_high_school_world_history": 0.5384615384615384,
364
+ "mmlu_eval_accuracy_human_aging": 0.6956521739130435,
365
+ "mmlu_eval_accuracy_human_sexuality": 0.3333333333333333,
366
+ "mmlu_eval_accuracy_international_law": 0.7692307692307693,
367
+ "mmlu_eval_accuracy_jurisprudence": 0.36363636363636365,
368
+ "mmlu_eval_accuracy_logical_fallacies": 0.5555555555555556,
369
+ "mmlu_eval_accuracy_machine_learning": 0.2727272727272727,
370
+ "mmlu_eval_accuracy_management": 0.5454545454545454,
371
+ "mmlu_eval_accuracy_marketing": 0.72,
372
+ "mmlu_eval_accuracy_medical_genetics": 0.7272727272727273,
373
+ "mmlu_eval_accuracy_miscellaneous": 0.6511627906976745,
374
+ "mmlu_eval_accuracy_moral_disputes": 0.4473684210526316,
375
+ "mmlu_eval_accuracy_moral_scenarios": 0.23,
376
+ "mmlu_eval_accuracy_nutrition": 0.5757575757575758,
377
+ "mmlu_eval_accuracy_philosophy": 0.5294117647058824,
378
+ "mmlu_eval_accuracy_prehistory": 0.45714285714285713,
379
+ "mmlu_eval_accuracy_professional_accounting": 0.3548387096774194,
380
+ "mmlu_eval_accuracy_professional_law": 0.3235294117647059,
381
+ "mmlu_eval_accuracy_professional_medicine": 0.3870967741935484,
382
+ "mmlu_eval_accuracy_professional_psychology": 0.36231884057971014,
383
+ "mmlu_eval_accuracy_public_relations": 0.5833333333333334,
384
+ "mmlu_eval_accuracy_security_studies": 0.5185185185185185,
385
+ "mmlu_eval_accuracy_sociology": 0.6818181818181818,
386
+ "mmlu_eval_accuracy_us_foreign_policy": 0.6363636363636364,
387
+ "mmlu_eval_accuracy_virology": 0.4444444444444444,
388
+ "mmlu_eval_accuracy_world_religions": 0.6842105263157895,
389
+ "mmlu_loss": 1.1255856356911809,
390
+ "step": 400
391
+ },
392
+ {
393
+ "epoch": 0.44,
394
+ "learning_rate": 0.0002,
395
+ "loss": 0.4742,
396
+ "step": 410
397
+ },
398
+ {
399
+ "epoch": 0.45,
400
+ "learning_rate": 0.0002,
401
+ "loss": 0.3976,
402
+ "step": 420
403
+ },
404
+ {
405
+ "epoch": 0.47,
406
+ "learning_rate": 0.0002,
407
+ "loss": 0.4379,
408
+ "step": 430
409
+ },
410
+ {
411
+ "epoch": 0.48,
412
+ "learning_rate": 0.0002,
413
+ "loss": 0.4952,
414
+ "step": 440
415
+ },
416
+ {
417
+ "epoch": 0.49,
418
+ "learning_rate": 0.0002,
419
+ "loss": 0.3877,
420
+ "step": 450
421
+ },
422
+ {
423
+ "epoch": 0.5,
424
+ "learning_rate": 0.0002,
425
+ "loss": 0.4486,
426
+ "step": 460
427
+ },
428
+ {
429
+ "epoch": 0.51,
430
+ "learning_rate": 0.0002,
431
+ "loss": 0.4336,
432
+ "step": 470
433
+ },
434
+ {
435
+ "epoch": 0.52,
436
+ "learning_rate": 0.0002,
437
+ "loss": 0.4962,
438
+ "step": 480
439
+ },
440
+ {
441
+ "epoch": 0.53,
442
+ "learning_rate": 0.0002,
443
+ "loss": 0.4339,
444
+ "step": 490
445
+ },
446
+ {
447
+ "epoch": 0.54,
448
+ "learning_rate": 0.0002,
449
+ "loss": 0.4264,
450
+ "step": 500
451
+ },
452
+ {
453
+ "epoch": 0.55,
454
+ "learning_rate": 0.0002,
455
+ "loss": 0.4082,
456
+ "step": 510
457
+ },
458
+ {
459
+ "epoch": 0.56,
460
+ "learning_rate": 0.0002,
461
+ "loss": 0.5009,
462
+ "step": 520
463
+ },
464
+ {
465
+ "epoch": 0.57,
466
+ "learning_rate": 0.0002,
467
+ "loss": 0.425,
468
+ "step": 530
469
+ },
470
+ {
471
+ "epoch": 0.58,
472
+ "learning_rate": 0.0002,
473
+ "loss": 0.4571,
474
+ "step": 540
475
+ },
476
+ {
477
+ "epoch": 0.59,
478
+ "learning_rate": 0.0002,
479
+ "loss": 0.4694,
480
+ "step": 550
481
+ },
482
+ {
483
+ "epoch": 0.61,
484
+ "learning_rate": 0.0002,
485
+ "loss": 0.4323,
486
+ "step": 560
487
+ },
488
+ {
489
+ "epoch": 0.62,
490
+ "learning_rate": 0.0002,
491
+ "loss": 0.3936,
492
+ "step": 570
493
+ },
494
+ {
495
+ "epoch": 0.63,
496
+ "learning_rate": 0.0002,
497
+ "loss": 0.457,
498
+ "step": 580
499
+ },
500
+ {
501
+ "epoch": 0.64,
502
+ "learning_rate": 0.0002,
503
+ "loss": 0.4735,
504
+ "step": 590
505
+ },
506
+ {
507
+ "epoch": 0.65,
508
+ "learning_rate": 0.0002,
509
+ "loss": 0.4292,
510
+ "step": 600
511
+ },
512
+ {
513
+ "epoch": 0.65,
514
+ "eval_loss": 0.4281369745731354,
515
+ "eval_runtime": 145.9924,
516
+ "eval_samples_per_second": 6.85,
517
+ "eval_steps_per_second": 3.425,
518
+ "step": 600
519
+ },
520
+ {
521
+ "epoch": 0.65,
522
+ "mmlu_eval_accuracy": 0.4533110503935826,
523
+ "mmlu_eval_accuracy_abstract_algebra": 0.09090909090909091,
524
+ "mmlu_eval_accuracy_anatomy": 0.5,
525
+ "mmlu_eval_accuracy_astronomy": 0.4375,
526
+ "mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
527
+ "mmlu_eval_accuracy_clinical_knowledge": 0.41379310344827586,
528
+ "mmlu_eval_accuracy_college_biology": 0.375,
529
+ "mmlu_eval_accuracy_college_chemistry": 0.125,
530
+ "mmlu_eval_accuracy_college_computer_science": 0.45454545454545453,
531
+ "mmlu_eval_accuracy_college_mathematics": 0.18181818181818182,
532
+ "mmlu_eval_accuracy_college_medicine": 0.3181818181818182,
533
+ "mmlu_eval_accuracy_college_physics": 0.36363636363636365,
534
+ "mmlu_eval_accuracy_computer_security": 0.18181818181818182,
535
+ "mmlu_eval_accuracy_conceptual_physics": 0.4230769230769231,
536
+ "mmlu_eval_accuracy_econometrics": 0.16666666666666666,
537
+ "mmlu_eval_accuracy_electrical_engineering": 0.4375,
538
+ "mmlu_eval_accuracy_elementary_mathematics": 0.36585365853658536,
539
+ "mmlu_eval_accuracy_formal_logic": 0.2857142857142857,
540
+ "mmlu_eval_accuracy_global_facts": 0.5,
541
+ "mmlu_eval_accuracy_high_school_biology": 0.34375,
542
+ "mmlu_eval_accuracy_high_school_chemistry": 0.4090909090909091,
543
+ "mmlu_eval_accuracy_high_school_computer_science": 0.6666666666666666,
544
+ "mmlu_eval_accuracy_high_school_european_history": 0.6666666666666666,
545
+ "mmlu_eval_accuracy_high_school_geography": 0.7727272727272727,
546
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.5714285714285714,
547
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.32558139534883723,
548
+ "mmlu_eval_accuracy_high_school_mathematics": 0.2413793103448276,
549
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.3076923076923077,
550
+ "mmlu_eval_accuracy_high_school_physics": 0.29411764705882354,
551
+ "mmlu_eval_accuracy_high_school_psychology": 0.7,
552
+ "mmlu_eval_accuracy_high_school_statistics": 0.30434782608695654,
553
+ "mmlu_eval_accuracy_high_school_us_history": 0.7272727272727273,
554
+ "mmlu_eval_accuracy_high_school_world_history": 0.6153846153846154,
555
+ "mmlu_eval_accuracy_human_aging": 0.6956521739130435,
556
+ "mmlu_eval_accuracy_human_sexuality": 0.4166666666666667,
557
+ "mmlu_eval_accuracy_international_law": 0.6923076923076923,
558
+ "mmlu_eval_accuracy_jurisprudence": 0.36363636363636365,
559
+ "mmlu_eval_accuracy_logical_fallacies": 0.5,
560
+ "mmlu_eval_accuracy_machine_learning": 0.2727272727272727,
561
+ "mmlu_eval_accuracy_management": 0.45454545454545453,
562
+ "mmlu_eval_accuracy_marketing": 0.68,
563
+ "mmlu_eval_accuracy_medical_genetics": 0.7272727272727273,
564
+ "mmlu_eval_accuracy_miscellaneous": 0.6744186046511628,
565
+ "mmlu_eval_accuracy_moral_disputes": 0.4473684210526316,
566
+ "mmlu_eval_accuracy_moral_scenarios": 0.23,
567
+ "mmlu_eval_accuracy_nutrition": 0.6060606060606061,
568
+ "mmlu_eval_accuracy_philosophy": 0.5294117647058824,
569
+ "mmlu_eval_accuracy_prehistory": 0.45714285714285713,
570
+ "mmlu_eval_accuracy_professional_accounting": 0.3225806451612903,
571
+ "mmlu_eval_accuracy_professional_law": 0.3352941176470588,
572
+ "mmlu_eval_accuracy_professional_medicine": 0.41935483870967744,
573
+ "mmlu_eval_accuracy_professional_psychology": 0.391304347826087,
574
+ "mmlu_eval_accuracy_public_relations": 0.5833333333333334,
575
+ "mmlu_eval_accuracy_security_studies": 0.5185185185185185,
576
+ "mmlu_eval_accuracy_sociology": 0.5909090909090909,
577
+ "mmlu_eval_accuracy_us_foreign_policy": 0.6363636363636364,
578
+ "mmlu_eval_accuracy_virology": 0.4444444444444444,
579
+ "mmlu_eval_accuracy_world_religions": 0.7368421052631579,
580
+ "mmlu_loss": 1.1304532200214756,
581
+ "step": 600
582
+ },
583
+ {
584
+ "epoch": 0.66,
585
+ "learning_rate": 0.0002,
586
+ "loss": 0.4535,
587
+ "step": 610
588
+ },
589
+ {
590
+ "epoch": 0.67,
591
+ "learning_rate": 0.0002,
592
+ "loss": 0.4298,
593
+ "step": 620
594
+ },
595
+ {
596
+ "epoch": 0.68,
597
+ "learning_rate": 0.0002,
598
+ "loss": 0.4762,
599
+ "step": 630
600
+ },
601
+ {
602
+ "epoch": 0.69,
603
+ "learning_rate": 0.0002,
604
+ "loss": 0.4094,
605
+ "step": 640
606
+ },
607
+ {
608
+ "epoch": 0.7,
609
+ "learning_rate": 0.0002,
610
+ "loss": 0.4249,
611
+ "step": 650
612
+ },
613
+ {
614
+ "epoch": 0.71,
615
+ "learning_rate": 0.0002,
616
+ "loss": 0.4532,
617
+ "step": 660
618
+ },
619
+ {
620
+ "epoch": 0.72,
621
+ "learning_rate": 0.0002,
622
+ "loss": 0.3749,
623
+ "step": 670
624
+ },
625
+ {
626
+ "epoch": 0.74,
627
+ "learning_rate": 0.0002,
628
+ "loss": 0.4204,
629
+ "step": 680
630
+ },
631
+ {
632
+ "epoch": 0.75,
633
+ "learning_rate": 0.0002,
634
+ "loss": 0.3707,
635
+ "step": 690
636
+ },
637
+ {
638
+ "epoch": 0.76,
639
+ "learning_rate": 0.0002,
640
+ "loss": 0.4761,
641
+ "step": 700
642
+ },
643
+ {
644
+ "epoch": 0.77,
645
+ "learning_rate": 0.0002,
646
+ "loss": 0.3654,
647
+ "step": 710
648
+ },
649
+ {
650
+ "epoch": 0.78,
651
+ "learning_rate": 0.0002,
652
+ "loss": 0.4196,
653
+ "step": 720
654
+ },
655
+ {
656
+ "epoch": 0.79,
657
+ "learning_rate": 0.0002,
658
+ "loss": 0.4136,
659
+ "step": 730
660
+ },
661
+ {
662
+ "epoch": 0.8,
663
+ "learning_rate": 0.0002,
664
+ "loss": 0.4185,
665
+ "step": 740
666
+ },
667
+ {
668
+ "epoch": 0.81,
669
+ "learning_rate": 0.0002,
670
+ "loss": 0.3943,
671
+ "step": 750
672
+ },
673
+ {
674
+ "epoch": 0.82,
675
+ "learning_rate": 0.0002,
676
+ "loss": 0.4549,
677
+ "step": 760
678
+ },
679
+ {
680
+ "epoch": 0.83,
681
+ "learning_rate": 0.0002,
682
+ "loss": 0.4459,
683
+ "step": 770
684
+ },
685
+ {
686
+ "epoch": 0.84,
687
+ "learning_rate": 0.0002,
688
+ "loss": 0.3884,
689
+ "step": 780
690
+ },
691
+ {
692
+ "epoch": 0.85,
693
+ "learning_rate": 0.0002,
694
+ "loss": 0.4566,
695
+ "step": 790
696
+ },
697
+ {
698
+ "epoch": 0.87,
699
+ "learning_rate": 0.0002,
700
+ "loss": 0.4407,
701
+ "step": 800
702
+ },
703
+ {
704
+ "epoch": 0.87,
705
+ "eval_loss": 0.4228321611881256,
706
+ "eval_runtime": 145.8899,
707
+ "eval_samples_per_second": 6.854,
708
+ "eval_steps_per_second": 3.427,
709
+ "step": 800
710
+ },
711
+ {
712
+ "epoch": 0.87,
713
+ "mmlu_eval_accuracy": 0.459709154819756,
714
+ "mmlu_eval_accuracy_abstract_algebra": 0.18181818181818182,
715
+ "mmlu_eval_accuracy_anatomy": 0.5714285714285714,
716
+ "mmlu_eval_accuracy_astronomy": 0.375,
717
+ "mmlu_eval_accuracy_business_ethics": 0.6363636363636364,
718
+ "mmlu_eval_accuracy_clinical_knowledge": 0.4482758620689655,
719
+ "mmlu_eval_accuracy_college_biology": 0.375,
720
+ "mmlu_eval_accuracy_college_chemistry": 0.125,
721
+ "mmlu_eval_accuracy_college_computer_science": 0.45454545454545453,
722
+ "mmlu_eval_accuracy_college_mathematics": 0.18181818181818182,
723
+ "mmlu_eval_accuracy_college_medicine": 0.2727272727272727,
724
+ "mmlu_eval_accuracy_college_physics": 0.45454545454545453,
725
+ "mmlu_eval_accuracy_computer_security": 0.18181818181818182,
726
+ "mmlu_eval_accuracy_conceptual_physics": 0.34615384615384615,
727
+ "mmlu_eval_accuracy_econometrics": 0.16666666666666666,
728
+ "mmlu_eval_accuracy_electrical_engineering": 0.4375,
729
+ "mmlu_eval_accuracy_elementary_mathematics": 0.4146341463414634,
730
+ "mmlu_eval_accuracy_formal_logic": 0.2857142857142857,
731
+ "mmlu_eval_accuracy_global_facts": 0.4,
732
+ "mmlu_eval_accuracy_high_school_biology": 0.34375,
733
+ "mmlu_eval_accuracy_high_school_chemistry": 0.4090909090909091,
734
+ "mmlu_eval_accuracy_high_school_computer_science": 0.7777777777777778,
735
+ "mmlu_eval_accuracy_high_school_european_history": 0.6111111111111112,
736
+ "mmlu_eval_accuracy_high_school_geography": 0.7727272727272727,
737
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.6666666666666666,
738
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.32558139534883723,
739
+ "mmlu_eval_accuracy_high_school_mathematics": 0.27586206896551724,
740
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.34615384615384615,
741
+ "mmlu_eval_accuracy_high_school_physics": 0.29411764705882354,
742
+ "mmlu_eval_accuracy_high_school_psychology": 0.6833333333333333,
743
+ "mmlu_eval_accuracy_high_school_statistics": 0.30434782608695654,
744
+ "mmlu_eval_accuracy_high_school_us_history": 0.7272727272727273,
745
+ "mmlu_eval_accuracy_high_school_world_history": 0.5384615384615384,
746
+ "mmlu_eval_accuracy_human_aging": 0.6956521739130435,
747
+ "mmlu_eval_accuracy_human_sexuality": 0.4166666666666667,
748
+ "mmlu_eval_accuracy_international_law": 0.7692307692307693,
749
+ "mmlu_eval_accuracy_jurisprudence": 0.36363636363636365,
750
+ "mmlu_eval_accuracy_logical_fallacies": 0.5,
751
+ "mmlu_eval_accuracy_machine_learning": 0.2727272727272727,
752
+ "mmlu_eval_accuracy_management": 0.45454545454545453,
753
+ "mmlu_eval_accuracy_marketing": 0.68,
754
+ "mmlu_eval_accuracy_medical_genetics": 0.7272727272727273,
755
+ "mmlu_eval_accuracy_miscellaneous": 0.6627906976744186,
756
+ "mmlu_eval_accuracy_moral_disputes": 0.42105263157894735,
757
+ "mmlu_eval_accuracy_moral_scenarios": 0.25,
758
+ "mmlu_eval_accuracy_nutrition": 0.5757575757575758,
759
+ "mmlu_eval_accuracy_philosophy": 0.47058823529411764,
760
+ "mmlu_eval_accuracy_prehistory": 0.42857142857142855,
761
+ "mmlu_eval_accuracy_professional_accounting": 0.3548387096774194,
762
+ "mmlu_eval_accuracy_professional_law": 0.34705882352941175,
763
+ "mmlu_eval_accuracy_professional_medicine": 0.45161290322580644,
764
+ "mmlu_eval_accuracy_professional_psychology": 0.42028985507246375,
765
+ "mmlu_eval_accuracy_public_relations": 0.5833333333333334,
766
+ "mmlu_eval_accuracy_security_studies": 0.5185185185185185,
767
+ "mmlu_eval_accuracy_sociology": 0.6363636363636364,
768
+ "mmlu_eval_accuracy_us_foreign_policy": 0.6363636363636364,
769
+ "mmlu_eval_accuracy_virology": 0.4444444444444444,
770
+ "mmlu_eval_accuracy_world_religions": 0.7368421052631579,
771
+ "mmlu_loss": 1.0534737041079034,
772
+ "step": 800
773
+ },
774
+ {
775
+ "epoch": 0.88,
776
+ "learning_rate": 0.0002,
777
+ "loss": 0.3953,
778
+ "step": 810
779
+ },
780
+ {
781
+ "epoch": 0.89,
782
+ "learning_rate": 0.0002,
783
+ "loss": 0.3551,
784
+ "step": 820
785
+ },
786
+ {
787
+ "epoch": 0.9,
788
+ "learning_rate": 0.0002,
789
+ "loss": 0.3915,
790
+ "step": 830
791
+ },
792
+ {
793
+ "epoch": 0.91,
794
+ "learning_rate": 0.0002,
795
+ "loss": 0.3444,
796
+ "step": 840
797
+ },
798
+ {
799
+ "epoch": 0.92,
800
+ "learning_rate": 0.0002,
801
+ "loss": 0.4325,
802
+ "step": 850
803
+ },
804
+ {
805
+ "epoch": 0.93,
806
+ "learning_rate": 0.0002,
807
+ "loss": 0.4298,
808
+ "step": 860
809
+ },
810
+ {
811
+ "epoch": 0.94,
812
+ "learning_rate": 0.0002,
813
+ "loss": 0.4051,
814
+ "step": 870
815
+ },
816
+ {
817
+ "epoch": 0.95,
818
+ "learning_rate": 0.0002,
819
+ "loss": 0.3934,
820
+ "step": 880
821
+ },
822
+ {
823
+ "epoch": 0.96,
824
+ "learning_rate": 0.0002,
825
+ "loss": 0.4189,
826
+ "step": 890
827
+ },
828
+ {
829
+ "epoch": 0.97,
830
+ "learning_rate": 0.0002,
831
+ "loss": 0.4441,
832
+ "step": 900
833
+ },
834
+ {
835
+ "epoch": 0.98,
836
+ "learning_rate": 0.0002,
837
+ "loss": 0.4313,
838
+ "step": 910
839
+ },
840
+ {
841
+ "epoch": 1.0,
842
+ "learning_rate": 0.0002,
843
+ "loss": 0.4491,
844
+ "step": 920
845
+ },
846
+ {
847
+ "epoch": 1.01,
848
+ "learning_rate": 0.0002,
849
+ "loss": 0.3924,
850
+ "step": 930
851
+ },
852
+ {
853
+ "epoch": 1.02,
854
+ "learning_rate": 0.0002,
855
+ "loss": 0.4027,
856
+ "step": 940
857
+ },
858
+ {
859
+ "epoch": 1.03,
860
+ "learning_rate": 0.0002,
861
+ "loss": 0.3962,
862
+ "step": 950
863
+ },
864
+ {
865
+ "epoch": 1.04,
866
+ "learning_rate": 0.0002,
867
+ "loss": 0.3919,
868
+ "step": 960
869
+ },
870
+ {
871
+ "epoch": 1.05,
872
+ "learning_rate": 0.0002,
873
+ "loss": 0.2931,
874
+ "step": 970
875
+ },
876
+ {
877
+ "epoch": 1.06,
878
+ "learning_rate": 0.0002,
879
+ "loss": 0.5071,
880
+ "step": 980
881
+ },
882
+ {
883
+ "epoch": 1.07,
884
+ "learning_rate": 0.0002,
885
+ "loss": 0.3284,
886
+ "step": 990
887
+ },
888
+ {
889
+ "epoch": 1.08,
890
+ "learning_rate": 0.0002,
891
+ "loss": 0.359,
892
+ "step": 1000
893
+ },
894
+ {
895
+ "epoch": 1.08,
896
+ "eval_loss": 0.4203888475894928,
897
+ "eval_runtime": 150.4231,
898
+ "eval_samples_per_second": 6.648,
899
+ "eval_steps_per_second": 3.324,
900
+ "step": 1000
901
+ },
902
+ {
903
+ "epoch": 1.08,
904
+ "mmlu_eval_accuracy": 0.46832755229244377,
905
+ "mmlu_eval_accuracy_abstract_algebra": 0.18181818181818182,
906
+ "mmlu_eval_accuracy_anatomy": 0.5714285714285714,
907
+ "mmlu_eval_accuracy_astronomy": 0.5625,
908
+ "mmlu_eval_accuracy_business_ethics": 0.6363636363636364,
909
+ "mmlu_eval_accuracy_clinical_knowledge": 0.41379310344827586,
910
+ "mmlu_eval_accuracy_college_biology": 0.4375,
911
+ "mmlu_eval_accuracy_college_chemistry": 0.125,
912
+ "mmlu_eval_accuracy_college_computer_science": 0.45454545454545453,
913
+ "mmlu_eval_accuracy_college_mathematics": 0.18181818181818182,
914
+ "mmlu_eval_accuracy_college_medicine": 0.3181818181818182,
915
+ "mmlu_eval_accuracy_college_physics": 0.36363636363636365,
916
+ "mmlu_eval_accuracy_computer_security": 0.18181818181818182,
917
+ "mmlu_eval_accuracy_conceptual_physics": 0.34615384615384615,
918
+ "mmlu_eval_accuracy_econometrics": 0.16666666666666666,
919
+ "mmlu_eval_accuracy_electrical_engineering": 0.4375,
920
+ "mmlu_eval_accuracy_elementary_mathematics": 0.4146341463414634,
921
+ "mmlu_eval_accuracy_formal_logic": 0.2857142857142857,
922
+ "mmlu_eval_accuracy_global_facts": 0.5,
923
+ "mmlu_eval_accuracy_high_school_biology": 0.34375,
924
+ "mmlu_eval_accuracy_high_school_chemistry": 0.4090909090909091,
925
+ "mmlu_eval_accuracy_high_school_computer_science": 0.7777777777777778,
926
+ "mmlu_eval_accuracy_high_school_european_history": 0.6111111111111112,
927
+ "mmlu_eval_accuracy_high_school_geography": 0.8181818181818182,
928
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.6666666666666666,
929
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.32558139534883723,
930
+ "mmlu_eval_accuracy_high_school_mathematics": 0.20689655172413793,
931
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.4230769230769231,
932
+ "mmlu_eval_accuracy_high_school_physics": 0.29411764705882354,
933
+ "mmlu_eval_accuracy_high_school_psychology": 0.7,
934
+ "mmlu_eval_accuracy_high_school_statistics": 0.391304347826087,
935
+ "mmlu_eval_accuracy_high_school_us_history": 0.7272727272727273,
936
+ "mmlu_eval_accuracy_high_school_world_history": 0.5384615384615384,
937
+ "mmlu_eval_accuracy_human_aging": 0.6956521739130435,
938
+ "mmlu_eval_accuracy_human_sexuality": 0.4166666666666667,
939
+ "mmlu_eval_accuracy_international_law": 0.7692307692307693,
940
+ "mmlu_eval_accuracy_jurisprudence": 0.2727272727272727,
941
+ "mmlu_eval_accuracy_logical_fallacies": 0.5,
942
+ "mmlu_eval_accuracy_machine_learning": 0.2727272727272727,
943
+ "mmlu_eval_accuracy_management": 0.6363636363636364,
944
+ "mmlu_eval_accuracy_marketing": 0.72,
945
+ "mmlu_eval_accuracy_medical_genetics": 0.7272727272727273,
946
+ "mmlu_eval_accuracy_miscellaneous": 0.686046511627907,
947
+ "mmlu_eval_accuracy_moral_disputes": 0.47368421052631576,
948
+ "mmlu_eval_accuracy_moral_scenarios": 0.24,
949
+ "mmlu_eval_accuracy_nutrition": 0.5757575757575758,
950
+ "mmlu_eval_accuracy_philosophy": 0.5,
951
+ "mmlu_eval_accuracy_prehistory": 0.37142857142857144,
952
+ "mmlu_eval_accuracy_professional_accounting": 0.3548387096774194,
953
+ "mmlu_eval_accuracy_professional_law": 0.35294117647058826,
954
+ "mmlu_eval_accuracy_professional_medicine": 0.41935483870967744,
955
+ "mmlu_eval_accuracy_professional_psychology": 0.3333333333333333,
956
+ "mmlu_eval_accuracy_public_relations": 0.5833333333333334,
957
+ "mmlu_eval_accuracy_security_studies": 0.48148148148148145,
958
+ "mmlu_eval_accuracy_sociology": 0.6818181818181818,
959
+ "mmlu_eval_accuracy_us_foreign_policy": 0.6363636363636364,
960
+ "mmlu_eval_accuracy_virology": 0.4444444444444444,
961
+ "mmlu_eval_accuracy_world_religions": 0.7368421052631579,
962
+ "mmlu_loss": 1.0159204223973788,
963
+ "step": 1000
964
+ }
965
+ ],
966
+ "max_steps": 5000,
967
+ "num_train_epochs": 6,
968
+ "total_flos": 1.4324255146849075e+17,
969
+ "trial_name": null,
970
+ "trial_params": null
971
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:327a2eb2a6d1b52053734182d2b2a2e862555cdd82676a442e162821798645d4
3
+ size 6011
checkpoint-800/adapter_model/adapter_model/README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - load_in_8bit: False
9
+ - load_in_4bit: True
10
+ - llm_int8_threshold: 6.0
11
+ - llm_int8_skip_modules: None
12
+ - llm_int8_enable_fp32_cpu_offload: False
13
+ - llm_int8_has_fp16_weight: False
14
+ - bnb_4bit_quant_type: nf4
15
+ - bnb_4bit_use_double_quant: True
16
+ - bnb_4bit_compute_dtype: bfloat16
17
+ ### Framework versions
18
+
19
+
20
+ - PEFT 0.4.0
checkpoint-800/adapter_model/adapter_model/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "NousResearch/Nous-Hermes-llama-2-7b",
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
+ "up_proj",
18
+ "down_proj",
19
+ "q_proj",
20
+ "gate_proj",
21
+ "o_proj",
22
+ "k_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM"
26
+ }
checkpoint-800/adapter_model/adapter_model/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:809a3dc5e16ef546d6d153472346b1faee710c2fc70e90ec5ae138b5cd52faf5
3
+ size 319977229