prateeky2806 commited on
Commit
e74ecf7
1 Parent(s): eb7cc11

Training in progress, step 1400

Browse files
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e344083300bd30eb9777f0a0328191d02ed3d81426dd12bf6e9ae3e704352b5c
3
  size 319977229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a15f9071fb58e7536acc43bd77f28c5ba1b32f292fb78714878b1d91f0cb7fae
3
  size 319977229
checkpoint-1400/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-1400/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
+ "q_proj",
18
+ "gate_proj",
19
+ "up_proj",
20
+ "k_proj",
21
+ "down_proj",
22
+ "o_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM"
26
+ }
checkpoint-1400/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a15f9071fb58e7536acc43bd77f28c5ba1b32f292fb78714878b1d91f0cb7fae
3
+ size 319977229
checkpoint-1400/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<pad>": 32000
3
+ }
checkpoint-1400/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e136fef06aa3f8d2e4ce73515d1e211dd70771172645e5a30b6434a46f1c549f
3
+ size 1279539973
checkpoint-1400/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f908c5be94b2d3e92a4438d6fde316c54345eb4331c1bfbaafd34f1c7b9d8e85
3
+ size 14511
checkpoint-1400/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1351871b6e069a7a4437616d40b913152ecc2cd046e996fcfeb300a3cf60638
3
+ size 627
checkpoint-1400/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-1400/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-1400/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-1400/trainer_state.json ADDED
@@ -0,0 +1,1353 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7248261570930481,
3
+ "best_model_checkpoint": "./output_v2/7b_cluster011_Nous-Hermes-llama-2-7b_partitioned_v3_standardized_011/checkpoint-800",
4
+ "epoch": 3.2388663967611335,
5
+ "global_step": 1400,
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.02,
12
+ "learning_rate": 0.0002,
13
+ "loss": 0.7957,
14
+ "step": 10
15
+ },
16
+ {
17
+ "epoch": 0.05,
18
+ "learning_rate": 0.0002,
19
+ "loss": 0.718,
20
+ "step": 20
21
+ },
22
+ {
23
+ "epoch": 0.07,
24
+ "learning_rate": 0.0002,
25
+ "loss": 0.73,
26
+ "step": 30
27
+ },
28
+ {
29
+ "epoch": 0.09,
30
+ "learning_rate": 0.0002,
31
+ "loss": 0.7826,
32
+ "step": 40
33
+ },
34
+ {
35
+ "epoch": 0.12,
36
+ "learning_rate": 0.0002,
37
+ "loss": 0.7013,
38
+ "step": 50
39
+ },
40
+ {
41
+ "epoch": 0.14,
42
+ "learning_rate": 0.0002,
43
+ "loss": 0.7353,
44
+ "step": 60
45
+ },
46
+ {
47
+ "epoch": 0.16,
48
+ "learning_rate": 0.0002,
49
+ "loss": 0.6666,
50
+ "step": 70
51
+ },
52
+ {
53
+ "epoch": 0.19,
54
+ "learning_rate": 0.0002,
55
+ "loss": 0.7649,
56
+ "step": 80
57
+ },
58
+ {
59
+ "epoch": 0.21,
60
+ "learning_rate": 0.0002,
61
+ "loss": 0.7018,
62
+ "step": 90
63
+ },
64
+ {
65
+ "epoch": 0.23,
66
+ "learning_rate": 0.0002,
67
+ "loss": 0.7173,
68
+ "step": 100
69
+ },
70
+ {
71
+ "epoch": 0.25,
72
+ "learning_rate": 0.0002,
73
+ "loss": 0.7857,
74
+ "step": 110
75
+ },
76
+ {
77
+ "epoch": 0.28,
78
+ "learning_rate": 0.0002,
79
+ "loss": 0.7154,
80
+ "step": 120
81
+ },
82
+ {
83
+ "epoch": 0.3,
84
+ "learning_rate": 0.0002,
85
+ "loss": 0.7485,
86
+ "step": 130
87
+ },
88
+ {
89
+ "epoch": 0.32,
90
+ "learning_rate": 0.0002,
91
+ "loss": 0.7114,
92
+ "step": 140
93
+ },
94
+ {
95
+ "epoch": 0.35,
96
+ "learning_rate": 0.0002,
97
+ "loss": 0.7333,
98
+ "step": 150
99
+ },
100
+ {
101
+ "epoch": 0.37,
102
+ "learning_rate": 0.0002,
103
+ "loss": 0.6549,
104
+ "step": 160
105
+ },
106
+ {
107
+ "epoch": 0.39,
108
+ "learning_rate": 0.0002,
109
+ "loss": 0.6765,
110
+ "step": 170
111
+ },
112
+ {
113
+ "epoch": 0.42,
114
+ "learning_rate": 0.0002,
115
+ "loss": 0.677,
116
+ "step": 180
117
+ },
118
+ {
119
+ "epoch": 0.44,
120
+ "learning_rate": 0.0002,
121
+ "loss": 0.6763,
122
+ "step": 190
123
+ },
124
+ {
125
+ "epoch": 0.46,
126
+ "learning_rate": 0.0002,
127
+ "loss": 0.6638,
128
+ "step": 200
129
+ },
130
+ {
131
+ "epoch": 0.46,
132
+ "eval_loss": 0.7327473163604736,
133
+ "eval_runtime": 246.3779,
134
+ "eval_samples_per_second": 4.059,
135
+ "eval_steps_per_second": 2.029,
136
+ "step": 200
137
+ },
138
+ {
139
+ "epoch": 0.46,
140
+ "mmlu_eval_accuracy": 0.4592376175825003,
141
+ "mmlu_eval_accuracy_abstract_algebra": 0.2727272727272727,
142
+ "mmlu_eval_accuracy_anatomy": 0.5714285714285714,
143
+ "mmlu_eval_accuracy_astronomy": 0.375,
144
+ "mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
145
+ "mmlu_eval_accuracy_clinical_knowledge": 0.4482758620689655,
146
+ "mmlu_eval_accuracy_college_biology": 0.4375,
147
+ "mmlu_eval_accuracy_college_chemistry": 0.125,
148
+ "mmlu_eval_accuracy_college_computer_science": 0.45454545454545453,
149
+ "mmlu_eval_accuracy_college_mathematics": 0.18181818181818182,
150
+ "mmlu_eval_accuracy_college_medicine": 0.2727272727272727,
151
+ "mmlu_eval_accuracy_college_physics": 0.45454545454545453,
152
+ "mmlu_eval_accuracy_computer_security": 0.36363636363636365,
153
+ "mmlu_eval_accuracy_conceptual_physics": 0.4230769230769231,
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.4,
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.5555555555555556,
163
+ "mmlu_eval_accuracy_high_school_geography": 0.7272727272727273,
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.38461538461538464,
168
+ "mmlu_eval_accuracy_high_school_physics": 0.35294117647058826,
169
+ "mmlu_eval_accuracy_high_school_psychology": 0.7333333333333333,
170
+ "mmlu_eval_accuracy_high_school_statistics": 0.391304347826087,
171
+ "mmlu_eval_accuracy_high_school_us_history": 0.6818181818181818,
172
+ "mmlu_eval_accuracy_high_school_world_history": 0.5384615384615384,
173
+ "mmlu_eval_accuracy_human_aging": 0.6956521739130435,
174
+ "mmlu_eval_accuracy_human_sexuality": 0.3333333333333333,
175
+ "mmlu_eval_accuracy_international_law": 0.6923076923076923,
176
+ "mmlu_eval_accuracy_jurisprudence": 0.5454545454545454,
177
+ "mmlu_eval_accuracy_logical_fallacies": 0.5555555555555556,
178
+ "mmlu_eval_accuracy_machine_learning": 0.2727272727272727,
179
+ "mmlu_eval_accuracy_management": 0.6363636363636364,
180
+ "mmlu_eval_accuracy_marketing": 0.72,
181
+ "mmlu_eval_accuracy_medical_genetics": 0.7272727272727273,
182
+ "mmlu_eval_accuracy_miscellaneous": 0.7093023255813954,
183
+ "mmlu_eval_accuracy_moral_disputes": 0.39473684210526316,
184
+ "mmlu_eval_accuracy_moral_scenarios": 0.24,
185
+ "mmlu_eval_accuracy_nutrition": 0.5757575757575758,
186
+ "mmlu_eval_accuracy_philosophy": 0.38235294117647056,
187
+ "mmlu_eval_accuracy_prehistory": 0.45714285714285713,
188
+ "mmlu_eval_accuracy_professional_accounting": 0.2903225806451613,
189
+ "mmlu_eval_accuracy_professional_law": 0.34705882352941175,
190
+ "mmlu_eval_accuracy_professional_medicine": 0.41935483870967744,
191
+ "mmlu_eval_accuracy_professional_psychology": 0.391304347826087,
192
+ "mmlu_eval_accuracy_public_relations": 0.4166666666666667,
193
+ "mmlu_eval_accuracy_security_studies": 0.5185185185185185,
194
+ "mmlu_eval_accuracy_sociology": 0.7272727272727273,
195
+ "mmlu_eval_accuracy_us_foreign_policy": 0.45454545454545453,
196
+ "mmlu_eval_accuracy_virology": 0.4444444444444444,
197
+ "mmlu_eval_accuracy_world_religions": 0.7368421052631579,
198
+ "mmlu_loss": 1.173365458184683,
199
+ "step": 200
200
+ },
201
+ {
202
+ "epoch": 0.49,
203
+ "learning_rate": 0.0002,
204
+ "loss": 0.6849,
205
+ "step": 210
206
+ },
207
+ {
208
+ "epoch": 0.51,
209
+ "learning_rate": 0.0002,
210
+ "loss": 0.7275,
211
+ "step": 220
212
+ },
213
+ {
214
+ "epoch": 0.53,
215
+ "learning_rate": 0.0002,
216
+ "loss": 0.6976,
217
+ "step": 230
218
+ },
219
+ {
220
+ "epoch": 0.56,
221
+ "learning_rate": 0.0002,
222
+ "loss": 0.6896,
223
+ "step": 240
224
+ },
225
+ {
226
+ "epoch": 0.58,
227
+ "learning_rate": 0.0002,
228
+ "loss": 0.6831,
229
+ "step": 250
230
+ },
231
+ {
232
+ "epoch": 0.6,
233
+ "learning_rate": 0.0002,
234
+ "loss": 0.8049,
235
+ "step": 260
236
+ },
237
+ {
238
+ "epoch": 0.62,
239
+ "learning_rate": 0.0002,
240
+ "loss": 0.6878,
241
+ "step": 270
242
+ },
243
+ {
244
+ "epoch": 0.65,
245
+ "learning_rate": 0.0002,
246
+ "loss": 0.6679,
247
+ "step": 280
248
+ },
249
+ {
250
+ "epoch": 0.67,
251
+ "learning_rate": 0.0002,
252
+ "loss": 0.6808,
253
+ "step": 290
254
+ },
255
+ {
256
+ "epoch": 0.69,
257
+ "learning_rate": 0.0002,
258
+ "loss": 0.7648,
259
+ "step": 300
260
+ },
261
+ {
262
+ "epoch": 0.72,
263
+ "learning_rate": 0.0002,
264
+ "loss": 0.7605,
265
+ "step": 310
266
+ },
267
+ {
268
+ "epoch": 0.74,
269
+ "learning_rate": 0.0002,
270
+ "loss": 0.7504,
271
+ "step": 320
272
+ },
273
+ {
274
+ "epoch": 0.76,
275
+ "learning_rate": 0.0002,
276
+ "loss": 0.7853,
277
+ "step": 330
278
+ },
279
+ {
280
+ "epoch": 0.79,
281
+ "learning_rate": 0.0002,
282
+ "loss": 0.7272,
283
+ "step": 340
284
+ },
285
+ {
286
+ "epoch": 0.81,
287
+ "learning_rate": 0.0002,
288
+ "loss": 0.6934,
289
+ "step": 350
290
+ },
291
+ {
292
+ "epoch": 0.83,
293
+ "learning_rate": 0.0002,
294
+ "loss": 0.7053,
295
+ "step": 360
296
+ },
297
+ {
298
+ "epoch": 0.86,
299
+ "learning_rate": 0.0002,
300
+ "loss": 0.7487,
301
+ "step": 370
302
+ },
303
+ {
304
+ "epoch": 0.88,
305
+ "learning_rate": 0.0002,
306
+ "loss": 0.668,
307
+ "step": 380
308
+ },
309
+ {
310
+ "epoch": 0.9,
311
+ "learning_rate": 0.0002,
312
+ "loss": 0.6899,
313
+ "step": 390
314
+ },
315
+ {
316
+ "epoch": 0.93,
317
+ "learning_rate": 0.0002,
318
+ "loss": 0.684,
319
+ "step": 400
320
+ },
321
+ {
322
+ "epoch": 0.93,
323
+ "eval_loss": 0.7251922488212585,
324
+ "eval_runtime": 246.5381,
325
+ "eval_samples_per_second": 4.056,
326
+ "eval_steps_per_second": 2.028,
327
+ "step": 400
328
+ },
329
+ {
330
+ "epoch": 0.93,
331
+ "mmlu_eval_accuracy": 0.46184696708834644,
332
+ "mmlu_eval_accuracy_abstract_algebra": 0.18181818181818182,
333
+ "mmlu_eval_accuracy_anatomy": 0.5714285714285714,
334
+ "mmlu_eval_accuracy_astronomy": 0.375,
335
+ "mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
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.45454545454545453,
340
+ "mmlu_eval_accuracy_college_mathematics": 0.18181818181818182,
341
+ "mmlu_eval_accuracy_college_medicine": 0.2727272727272727,
342
+ "mmlu_eval_accuracy_college_physics": 0.45454545454545453,
343
+ "mmlu_eval_accuracy_computer_security": 0.2727272727272727,
344
+ "mmlu_eval_accuracy_conceptual_physics": 0.38461538461538464,
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.35714285714285715,
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.6666666666666666,
353
+ "mmlu_eval_accuracy_high_school_european_history": 0.7222222222222222,
354
+ "mmlu_eval_accuracy_high_school_geography": 0.8181818181818182,
355
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.6190476190476191,
356
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.32558139534883723,
357
+ "mmlu_eval_accuracy_high_school_mathematics": 0.13793103448275862,
358
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.4230769230769231,
359
+ "mmlu_eval_accuracy_high_school_physics": 0.35294117647058826,
360
+ "mmlu_eval_accuracy_high_school_psychology": 0.75,
361
+ "mmlu_eval_accuracy_high_school_statistics": 0.30434782608695654,
362
+ "mmlu_eval_accuracy_high_school_us_history": 0.6818181818181818,
363
+ "mmlu_eval_accuracy_high_school_world_history": 0.5769230769230769,
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.18181818181818182,
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.5,
375
+ "mmlu_eval_accuracy_moral_scenarios": 0.23,
376
+ "mmlu_eval_accuracy_nutrition": 0.5454545454545454,
377
+ "mmlu_eval_accuracy_philosophy": 0.4411764705882353,
378
+ "mmlu_eval_accuracy_prehistory": 0.4857142857142857,
379
+ "mmlu_eval_accuracy_professional_accounting": 0.3225806451612903,
380
+ "mmlu_eval_accuracy_professional_law": 0.34705882352941175,
381
+ "mmlu_eval_accuracy_professional_medicine": 0.45161290322580644,
382
+ "mmlu_eval_accuracy_professional_psychology": 0.4057971014492754,
383
+ "mmlu_eval_accuracy_public_relations": 0.5,
384
+ "mmlu_eval_accuracy_security_studies": 0.5185185185185185,
385
+ "mmlu_eval_accuracy_sociology": 0.6363636363636364,
386
+ "mmlu_eval_accuracy_us_foreign_policy": 0.5454545454545454,
387
+ "mmlu_eval_accuracy_virology": 0.3888888888888889,
388
+ "mmlu_eval_accuracy_world_religions": 0.7368421052631579,
389
+ "mmlu_loss": 1.1016935974982016,
390
+ "step": 400
391
+ },
392
+ {
393
+ "epoch": 0.95,
394
+ "learning_rate": 0.0002,
395
+ "loss": 0.7535,
396
+ "step": 410
397
+ },
398
+ {
399
+ "epoch": 0.97,
400
+ "learning_rate": 0.0002,
401
+ "loss": 0.707,
402
+ "step": 420
403
+ },
404
+ {
405
+ "epoch": 0.99,
406
+ "learning_rate": 0.0002,
407
+ "loss": 0.7077,
408
+ "step": 430
409
+ },
410
+ {
411
+ "epoch": 1.02,
412
+ "learning_rate": 0.0002,
413
+ "loss": 0.6389,
414
+ "step": 440
415
+ },
416
+ {
417
+ "epoch": 1.04,
418
+ "learning_rate": 0.0002,
419
+ "loss": 0.6701,
420
+ "step": 450
421
+ },
422
+ {
423
+ "epoch": 1.06,
424
+ "learning_rate": 0.0002,
425
+ "loss": 0.6462,
426
+ "step": 460
427
+ },
428
+ {
429
+ "epoch": 1.09,
430
+ "learning_rate": 0.0002,
431
+ "loss": 0.6421,
432
+ "step": 470
433
+ },
434
+ {
435
+ "epoch": 1.11,
436
+ "learning_rate": 0.0002,
437
+ "loss": 0.6822,
438
+ "step": 480
439
+ },
440
+ {
441
+ "epoch": 1.13,
442
+ "learning_rate": 0.0002,
443
+ "loss": 0.5916,
444
+ "step": 490
445
+ },
446
+ {
447
+ "epoch": 1.16,
448
+ "learning_rate": 0.0002,
449
+ "loss": 0.7141,
450
+ "step": 500
451
+ },
452
+ {
453
+ "epoch": 1.18,
454
+ "learning_rate": 0.0002,
455
+ "loss": 0.679,
456
+ "step": 510
457
+ },
458
+ {
459
+ "epoch": 1.2,
460
+ "learning_rate": 0.0002,
461
+ "loss": 0.5723,
462
+ "step": 520
463
+ },
464
+ {
465
+ "epoch": 1.23,
466
+ "learning_rate": 0.0002,
467
+ "loss": 0.6451,
468
+ "step": 530
469
+ },
470
+ {
471
+ "epoch": 1.25,
472
+ "learning_rate": 0.0002,
473
+ "loss": 0.6802,
474
+ "step": 540
475
+ },
476
+ {
477
+ "epoch": 1.27,
478
+ "learning_rate": 0.0002,
479
+ "loss": 0.5868,
480
+ "step": 550
481
+ },
482
+ {
483
+ "epoch": 1.3,
484
+ "learning_rate": 0.0002,
485
+ "loss": 0.6386,
486
+ "step": 560
487
+ },
488
+ {
489
+ "epoch": 1.32,
490
+ "learning_rate": 0.0002,
491
+ "loss": 0.5967,
492
+ "step": 570
493
+ },
494
+ {
495
+ "epoch": 1.34,
496
+ "learning_rate": 0.0002,
497
+ "loss": 0.618,
498
+ "step": 580
499
+ },
500
+ {
501
+ "epoch": 1.36,
502
+ "learning_rate": 0.0002,
503
+ "loss": 0.6294,
504
+ "step": 590
505
+ },
506
+ {
507
+ "epoch": 1.39,
508
+ "learning_rate": 0.0002,
509
+ "loss": 0.6417,
510
+ "step": 600
511
+ },
512
+ {
513
+ "epoch": 1.39,
514
+ "eval_loss": 0.7272388935089111,
515
+ "eval_runtime": 247.55,
516
+ "eval_samples_per_second": 4.04,
517
+ "eval_steps_per_second": 2.02,
518
+ "step": 600
519
+ },
520
+ {
521
+ "epoch": 1.39,
522
+ "mmlu_eval_accuracy": 0.4580576219014606,
523
+ "mmlu_eval_accuracy_abstract_algebra": 0.36363636363636365,
524
+ "mmlu_eval_accuracy_anatomy": 0.5714285714285714,
525
+ "mmlu_eval_accuracy_astronomy": 0.375,
526
+ "mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
527
+ "mmlu_eval_accuracy_clinical_knowledge": 0.4482758620689655,
528
+ "mmlu_eval_accuracy_college_biology": 0.5,
529
+ "mmlu_eval_accuracy_college_chemistry": 0.25,
530
+ "mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
531
+ "mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
532
+ "mmlu_eval_accuracy_college_medicine": 0.3181818181818182,
533
+ "mmlu_eval_accuracy_college_physics": 0.45454545454545453,
534
+ "mmlu_eval_accuracy_computer_security": 0.45454545454545453,
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.2926829268292683,
539
+ "mmlu_eval_accuracy_formal_logic": 0.2857142857142857,
540
+ "mmlu_eval_accuracy_global_facts": 0.4,
541
+ "mmlu_eval_accuracy_high_school_biology": 0.40625,
542
+ "mmlu_eval_accuracy_high_school_chemistry": 0.36363636363636365,
543
+ "mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
544
+ "mmlu_eval_accuracy_high_school_european_history": 0.7222222222222222,
545
+ "mmlu_eval_accuracy_high_school_geography": 0.7727272727272727,
546
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.5238095238095238,
547
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.3488372093023256,
548
+ "mmlu_eval_accuracy_high_school_mathematics": 0.13793103448275862,
549
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.46153846153846156,
550
+ "mmlu_eval_accuracy_high_school_physics": 0.35294117647058826,
551
+ "mmlu_eval_accuracy_high_school_psychology": 0.7,
552
+ "mmlu_eval_accuracy_high_school_statistics": 0.2608695652173913,
553
+ "mmlu_eval_accuracy_high_school_us_history": 0.6818181818181818,
554
+ "mmlu_eval_accuracy_high_school_world_history": 0.5384615384615384,
555
+ "mmlu_eval_accuracy_human_aging": 0.6521739130434783,
556
+ "mmlu_eval_accuracy_human_sexuality": 0.4166666666666667,
557
+ "mmlu_eval_accuracy_international_law": 0.7692307692307693,
558
+ "mmlu_eval_accuracy_jurisprudence": 0.2727272727272727,
559
+ "mmlu_eval_accuracy_logical_fallacies": 0.5555555555555556,
560
+ "mmlu_eval_accuracy_machine_learning": 0.18181818181818182,
561
+ "mmlu_eval_accuracy_management": 0.45454545454545453,
562
+ "mmlu_eval_accuracy_marketing": 0.72,
563
+ "mmlu_eval_accuracy_medical_genetics": 0.7272727272727273,
564
+ "mmlu_eval_accuracy_miscellaneous": 0.6511627906976745,
565
+ "mmlu_eval_accuracy_moral_disputes": 0.4473684210526316,
566
+ "mmlu_eval_accuracy_moral_scenarios": 0.23,
567
+ "mmlu_eval_accuracy_nutrition": 0.5757575757575758,
568
+ "mmlu_eval_accuracy_philosophy": 0.4117647058823529,
569
+ "mmlu_eval_accuracy_prehistory": 0.4857142857142857,
570
+ "mmlu_eval_accuracy_professional_accounting": 0.2903225806451613,
571
+ "mmlu_eval_accuracy_professional_law": 0.3411764705882353,
572
+ "mmlu_eval_accuracy_professional_medicine": 0.4838709677419355,
573
+ "mmlu_eval_accuracy_professional_psychology": 0.42028985507246375,
574
+ "mmlu_eval_accuracy_public_relations": 0.5,
575
+ "mmlu_eval_accuracy_security_studies": 0.5555555555555556,
576
+ "mmlu_eval_accuracy_sociology": 0.5454545454545454,
577
+ "mmlu_eval_accuracy_us_foreign_policy": 0.5454545454545454,
578
+ "mmlu_eval_accuracy_virology": 0.3888888888888889,
579
+ "mmlu_eval_accuracy_world_religions": 0.7368421052631579,
580
+ "mmlu_loss": 1.069228487308125,
581
+ "step": 600
582
+ },
583
+ {
584
+ "epoch": 1.41,
585
+ "learning_rate": 0.0002,
586
+ "loss": 0.6904,
587
+ "step": 610
588
+ },
589
+ {
590
+ "epoch": 1.43,
591
+ "learning_rate": 0.0002,
592
+ "loss": 0.6646,
593
+ "step": 620
594
+ },
595
+ {
596
+ "epoch": 1.46,
597
+ "learning_rate": 0.0002,
598
+ "loss": 0.6827,
599
+ "step": 630
600
+ },
601
+ {
602
+ "epoch": 1.48,
603
+ "learning_rate": 0.0002,
604
+ "loss": 0.6825,
605
+ "step": 640
606
+ },
607
+ {
608
+ "epoch": 1.5,
609
+ "learning_rate": 0.0002,
610
+ "loss": 0.6406,
611
+ "step": 650
612
+ },
613
+ {
614
+ "epoch": 1.53,
615
+ "learning_rate": 0.0002,
616
+ "loss": 0.6767,
617
+ "step": 660
618
+ },
619
+ {
620
+ "epoch": 1.55,
621
+ "learning_rate": 0.0002,
622
+ "loss": 0.6222,
623
+ "step": 670
624
+ },
625
+ {
626
+ "epoch": 1.57,
627
+ "learning_rate": 0.0002,
628
+ "loss": 0.5656,
629
+ "step": 680
630
+ },
631
+ {
632
+ "epoch": 1.6,
633
+ "learning_rate": 0.0002,
634
+ "loss": 0.6281,
635
+ "step": 690
636
+ },
637
+ {
638
+ "epoch": 1.62,
639
+ "learning_rate": 0.0002,
640
+ "loss": 0.6449,
641
+ "step": 700
642
+ },
643
+ {
644
+ "epoch": 1.64,
645
+ "learning_rate": 0.0002,
646
+ "loss": 0.6087,
647
+ "step": 710
648
+ },
649
+ {
650
+ "epoch": 1.67,
651
+ "learning_rate": 0.0002,
652
+ "loss": 0.6179,
653
+ "step": 720
654
+ },
655
+ {
656
+ "epoch": 1.69,
657
+ "learning_rate": 0.0002,
658
+ "loss": 0.596,
659
+ "step": 730
660
+ },
661
+ {
662
+ "epoch": 1.71,
663
+ "learning_rate": 0.0002,
664
+ "loss": 0.6577,
665
+ "step": 740
666
+ },
667
+ {
668
+ "epoch": 1.74,
669
+ "learning_rate": 0.0002,
670
+ "loss": 0.65,
671
+ "step": 750
672
+ },
673
+ {
674
+ "epoch": 1.76,
675
+ "learning_rate": 0.0002,
676
+ "loss": 0.5936,
677
+ "step": 760
678
+ },
679
+ {
680
+ "epoch": 1.78,
681
+ "learning_rate": 0.0002,
682
+ "loss": 0.65,
683
+ "step": 770
684
+ },
685
+ {
686
+ "epoch": 1.8,
687
+ "learning_rate": 0.0002,
688
+ "loss": 0.5787,
689
+ "step": 780
690
+ },
691
+ {
692
+ "epoch": 1.83,
693
+ "learning_rate": 0.0002,
694
+ "loss": 0.6082,
695
+ "step": 790
696
+ },
697
+ {
698
+ "epoch": 1.85,
699
+ "learning_rate": 0.0002,
700
+ "loss": 0.6129,
701
+ "step": 800
702
+ },
703
+ {
704
+ "epoch": 1.85,
705
+ "eval_loss": 0.7248261570930481,
706
+ "eval_runtime": 246.8878,
707
+ "eval_samples_per_second": 4.05,
708
+ "eval_steps_per_second": 2.025,
709
+ "step": 800
710
+ },
711
+ {
712
+ "epoch": 1.85,
713
+ "mmlu_eval_accuracy": 0.4610550473708825,
714
+ "mmlu_eval_accuracy_abstract_algebra": 0.36363636363636365,
715
+ "mmlu_eval_accuracy_anatomy": 0.5714285714285714,
716
+ "mmlu_eval_accuracy_astronomy": 0.375,
717
+ "mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
718
+ "mmlu_eval_accuracy_clinical_knowledge": 0.4482758620689655,
719
+ "mmlu_eval_accuracy_college_biology": 0.5,
720
+ "mmlu_eval_accuracy_college_chemistry": 0.25,
721
+ "mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
722
+ "mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
723
+ "mmlu_eval_accuracy_college_medicine": 0.3181818181818182,
724
+ "mmlu_eval_accuracy_college_physics": 0.45454545454545453,
725
+ "mmlu_eval_accuracy_computer_security": 0.18181818181818182,
726
+ "mmlu_eval_accuracy_conceptual_physics": 0.38461538461538464,
727
+ "mmlu_eval_accuracy_econometrics": 0.16666666666666666,
728
+ "mmlu_eval_accuracy_electrical_engineering": 0.4375,
729
+ "mmlu_eval_accuracy_elementary_mathematics": 0.34146341463414637,
730
+ "mmlu_eval_accuracy_formal_logic": 0.2857142857142857,
731
+ "mmlu_eval_accuracy_global_facts": 0.5,
732
+ "mmlu_eval_accuracy_high_school_biology": 0.375,
733
+ "mmlu_eval_accuracy_high_school_chemistry": 0.4090909090909091,
734
+ "mmlu_eval_accuracy_high_school_computer_science": 0.6666666666666666,
735
+ "mmlu_eval_accuracy_high_school_european_history": 0.7222222222222222,
736
+ "mmlu_eval_accuracy_high_school_geography": 0.7272727272727273,
737
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.5714285714285714,
738
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.32558139534883723,
739
+ "mmlu_eval_accuracy_high_school_mathematics": 0.1724137931034483,
740
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.5,
741
+ "mmlu_eval_accuracy_high_school_physics": 0.35294117647058826,
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.6818181818181818,
745
+ "mmlu_eval_accuracy_high_school_world_history": 0.6153846153846154,
746
+ "mmlu_eval_accuracy_human_aging": 0.6521739130434783,
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.5555555555555556,
751
+ "mmlu_eval_accuracy_machine_learning": 0.18181818181818182,
752
+ "mmlu_eval_accuracy_management": 0.45454545454545453,
753
+ "mmlu_eval_accuracy_marketing": 0.76,
754
+ "mmlu_eval_accuracy_medical_genetics": 0.7272727272727273,
755
+ "mmlu_eval_accuracy_miscellaneous": 0.6744186046511628,
756
+ "mmlu_eval_accuracy_moral_disputes": 0.42105263157894735,
757
+ "mmlu_eval_accuracy_moral_scenarios": 0.24,
758
+ "mmlu_eval_accuracy_nutrition": 0.5151515151515151,
759
+ "mmlu_eval_accuracy_philosophy": 0.4117647058823529,
760
+ "mmlu_eval_accuracy_prehistory": 0.42857142857142855,
761
+ "mmlu_eval_accuracy_professional_accounting": 0.3225806451612903,
762
+ "mmlu_eval_accuracy_professional_law": 0.3411764705882353,
763
+ "mmlu_eval_accuracy_professional_medicine": 0.4838709677419355,
764
+ "mmlu_eval_accuracy_professional_psychology": 0.42028985507246375,
765
+ "mmlu_eval_accuracy_public_relations": 0.5,
766
+ "mmlu_eval_accuracy_security_studies": 0.5555555555555556,
767
+ "mmlu_eval_accuracy_sociology": 0.5454545454545454,
768
+ "mmlu_eval_accuracy_us_foreign_policy": 0.5454545454545454,
769
+ "mmlu_eval_accuracy_virology": 0.3888888888888889,
770
+ "mmlu_eval_accuracy_world_religions": 0.7368421052631579,
771
+ "mmlu_loss": 1.0681800356538427,
772
+ "step": 800
773
+ },
774
+ {
775
+ "epoch": 1.87,
776
+ "learning_rate": 0.0002,
777
+ "loss": 0.6516,
778
+ "step": 810
779
+ },
780
+ {
781
+ "epoch": 1.9,
782
+ "learning_rate": 0.0002,
783
+ "loss": 0.6268,
784
+ "step": 820
785
+ },
786
+ {
787
+ "epoch": 1.92,
788
+ "learning_rate": 0.0002,
789
+ "loss": 0.6463,
790
+ "step": 830
791
+ },
792
+ {
793
+ "epoch": 1.94,
794
+ "learning_rate": 0.0002,
795
+ "loss": 0.6401,
796
+ "step": 840
797
+ },
798
+ {
799
+ "epoch": 1.97,
800
+ "learning_rate": 0.0002,
801
+ "loss": 0.6529,
802
+ "step": 850
803
+ },
804
+ {
805
+ "epoch": 1.99,
806
+ "learning_rate": 0.0002,
807
+ "loss": 0.6089,
808
+ "step": 860
809
+ },
810
+ {
811
+ "epoch": 2.01,
812
+ "learning_rate": 0.0002,
813
+ "loss": 0.5814,
814
+ "step": 870
815
+ },
816
+ {
817
+ "epoch": 2.04,
818
+ "learning_rate": 0.0002,
819
+ "loss": 0.4863,
820
+ "step": 880
821
+ },
822
+ {
823
+ "epoch": 2.06,
824
+ "learning_rate": 0.0002,
825
+ "loss": 0.5209,
826
+ "step": 890
827
+ },
828
+ {
829
+ "epoch": 2.08,
830
+ "learning_rate": 0.0002,
831
+ "loss": 0.4846,
832
+ "step": 900
833
+ },
834
+ {
835
+ "epoch": 2.11,
836
+ "learning_rate": 0.0002,
837
+ "loss": 0.5142,
838
+ "step": 910
839
+ },
840
+ {
841
+ "epoch": 2.13,
842
+ "learning_rate": 0.0002,
843
+ "loss": 0.5423,
844
+ "step": 920
845
+ },
846
+ {
847
+ "epoch": 2.15,
848
+ "learning_rate": 0.0002,
849
+ "loss": 0.5756,
850
+ "step": 930
851
+ },
852
+ {
853
+ "epoch": 2.17,
854
+ "learning_rate": 0.0002,
855
+ "loss": 0.5048,
856
+ "step": 940
857
+ },
858
+ {
859
+ "epoch": 2.2,
860
+ "learning_rate": 0.0002,
861
+ "loss": 0.5303,
862
+ "step": 950
863
+ },
864
+ {
865
+ "epoch": 2.22,
866
+ "learning_rate": 0.0002,
867
+ "loss": 0.5121,
868
+ "step": 960
869
+ },
870
+ {
871
+ "epoch": 2.24,
872
+ "learning_rate": 0.0002,
873
+ "loss": 0.574,
874
+ "step": 970
875
+ },
876
+ {
877
+ "epoch": 2.27,
878
+ "learning_rate": 0.0002,
879
+ "loss": 0.5207,
880
+ "step": 980
881
+ },
882
+ {
883
+ "epoch": 2.29,
884
+ "learning_rate": 0.0002,
885
+ "loss": 0.5412,
886
+ "step": 990
887
+ },
888
+ {
889
+ "epoch": 2.31,
890
+ "learning_rate": 0.0002,
891
+ "loss": 0.5303,
892
+ "step": 1000
893
+ },
894
+ {
895
+ "epoch": 2.31,
896
+ "eval_loss": 0.7593775391578674,
897
+ "eval_runtime": 246.7377,
898
+ "eval_samples_per_second": 4.053,
899
+ "eval_steps_per_second": 2.026,
900
+ "step": 1000
901
+ },
902
+ {
903
+ "epoch": 2.31,
904
+ "mmlu_eval_accuracy": 0.4569260811160823,
905
+ "mmlu_eval_accuracy_abstract_algebra": 0.36363636363636365,
906
+ "mmlu_eval_accuracy_anatomy": 0.5,
907
+ "mmlu_eval_accuracy_astronomy": 0.375,
908
+ "mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
909
+ "mmlu_eval_accuracy_clinical_knowledge": 0.3793103448275862,
910
+ "mmlu_eval_accuracy_college_biology": 0.5,
911
+ "mmlu_eval_accuracy_college_chemistry": 0.25,
912
+ "mmlu_eval_accuracy_college_computer_science": 0.5454545454545454,
913
+ "mmlu_eval_accuracy_college_mathematics": 0.18181818181818182,
914
+ "mmlu_eval_accuracy_college_medicine": 0.3181818181818182,
915
+ "mmlu_eval_accuracy_college_physics": 0.45454545454545453,
916
+ "mmlu_eval_accuracy_computer_security": 0.2727272727272727,
917
+ "mmlu_eval_accuracy_conceptual_physics": 0.38461538461538464,
918
+ "mmlu_eval_accuracy_econometrics": 0.16666666666666666,
919
+ "mmlu_eval_accuracy_electrical_engineering": 0.3125,
920
+ "mmlu_eval_accuracy_elementary_mathematics": 0.34146341463414637,
921
+ "mmlu_eval_accuracy_formal_logic": 0.2857142857142857,
922
+ "mmlu_eval_accuracy_global_facts": 0.4,
923
+ "mmlu_eval_accuracy_high_school_biology": 0.40625,
924
+ "mmlu_eval_accuracy_high_school_chemistry": 0.36363636363636365,
925
+ "mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
926
+ "mmlu_eval_accuracy_high_school_european_history": 0.6666666666666666,
927
+ "mmlu_eval_accuracy_high_school_geography": 0.7272727272727273,
928
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.5714285714285714,
929
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.37209302325581395,
930
+ "mmlu_eval_accuracy_high_school_mathematics": 0.20689655172413793,
931
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.46153846153846156,
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.30434782608695654,
935
+ "mmlu_eval_accuracy_high_school_us_history": 0.6363636363636364,
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.6111111111111112,
942
+ "mmlu_eval_accuracy_machine_learning": 0.18181818181818182,
943
+ "mmlu_eval_accuracy_management": 0.5454545454545454,
944
+ "mmlu_eval_accuracy_marketing": 0.76,
945
+ "mmlu_eval_accuracy_medical_genetics": 0.6363636363636364,
946
+ "mmlu_eval_accuracy_miscellaneous": 0.6744186046511628,
947
+ "mmlu_eval_accuracy_moral_disputes": 0.4473684210526316,
948
+ "mmlu_eval_accuracy_moral_scenarios": 0.24,
949
+ "mmlu_eval_accuracy_nutrition": 0.5454545454545454,
950
+ "mmlu_eval_accuracy_philosophy": 0.4411764705882353,
951
+ "mmlu_eval_accuracy_prehistory": 0.45714285714285713,
952
+ "mmlu_eval_accuracy_professional_accounting": 0.3548387096774194,
953
+ "mmlu_eval_accuracy_professional_law": 0.3588235294117647,
954
+ "mmlu_eval_accuracy_professional_medicine": 0.4838709677419355,
955
+ "mmlu_eval_accuracy_professional_psychology": 0.43478260869565216,
956
+ "mmlu_eval_accuracy_public_relations": 0.5,
957
+ "mmlu_eval_accuracy_security_studies": 0.5185185185185185,
958
+ "mmlu_eval_accuracy_sociology": 0.5909090909090909,
959
+ "mmlu_eval_accuracy_us_foreign_policy": 0.5454545454545454,
960
+ "mmlu_eval_accuracy_virology": 0.4444444444444444,
961
+ "mmlu_eval_accuracy_world_religions": 0.7368421052631579,
962
+ "mmlu_loss": 1.3353144975267253,
963
+ "step": 1000
964
+ },
965
+ {
966
+ "epoch": 2.34,
967
+ "learning_rate": 0.0002,
968
+ "loss": 0.5821,
969
+ "step": 1010
970
+ },
971
+ {
972
+ "epoch": 2.36,
973
+ "learning_rate": 0.0002,
974
+ "loss": 0.5049,
975
+ "step": 1020
976
+ },
977
+ {
978
+ "epoch": 2.38,
979
+ "learning_rate": 0.0002,
980
+ "loss": 0.5422,
981
+ "step": 1030
982
+ },
983
+ {
984
+ "epoch": 2.41,
985
+ "learning_rate": 0.0002,
986
+ "loss": 0.5449,
987
+ "step": 1040
988
+ },
989
+ {
990
+ "epoch": 2.43,
991
+ "learning_rate": 0.0002,
992
+ "loss": 0.5118,
993
+ "step": 1050
994
+ },
995
+ {
996
+ "epoch": 2.45,
997
+ "learning_rate": 0.0002,
998
+ "loss": 0.5837,
999
+ "step": 1060
1000
+ },
1001
+ {
1002
+ "epoch": 2.48,
1003
+ "learning_rate": 0.0002,
1004
+ "loss": 0.5563,
1005
+ "step": 1070
1006
+ },
1007
+ {
1008
+ "epoch": 2.5,
1009
+ "learning_rate": 0.0002,
1010
+ "loss": 0.5417,
1011
+ "step": 1080
1012
+ },
1013
+ {
1014
+ "epoch": 2.52,
1015
+ "learning_rate": 0.0002,
1016
+ "loss": 0.5476,
1017
+ "step": 1090
1018
+ },
1019
+ {
1020
+ "epoch": 2.54,
1021
+ "learning_rate": 0.0002,
1022
+ "loss": 0.5308,
1023
+ "step": 1100
1024
+ },
1025
+ {
1026
+ "epoch": 2.57,
1027
+ "learning_rate": 0.0002,
1028
+ "loss": 0.5445,
1029
+ "step": 1110
1030
+ },
1031
+ {
1032
+ "epoch": 2.59,
1033
+ "learning_rate": 0.0002,
1034
+ "loss": 0.4944,
1035
+ "step": 1120
1036
+ },
1037
+ {
1038
+ "epoch": 2.61,
1039
+ "learning_rate": 0.0002,
1040
+ "loss": 0.5082,
1041
+ "step": 1130
1042
+ },
1043
+ {
1044
+ "epoch": 2.64,
1045
+ "learning_rate": 0.0002,
1046
+ "loss": 0.5107,
1047
+ "step": 1140
1048
+ },
1049
+ {
1050
+ "epoch": 2.66,
1051
+ "learning_rate": 0.0002,
1052
+ "loss": 0.4959,
1053
+ "step": 1150
1054
+ },
1055
+ {
1056
+ "epoch": 2.68,
1057
+ "learning_rate": 0.0002,
1058
+ "loss": 0.5311,
1059
+ "step": 1160
1060
+ },
1061
+ {
1062
+ "epoch": 2.71,
1063
+ "learning_rate": 0.0002,
1064
+ "loss": 0.5388,
1065
+ "step": 1170
1066
+ },
1067
+ {
1068
+ "epoch": 2.73,
1069
+ "learning_rate": 0.0002,
1070
+ "loss": 0.4745,
1071
+ "step": 1180
1072
+ },
1073
+ {
1074
+ "epoch": 2.75,
1075
+ "learning_rate": 0.0002,
1076
+ "loss": 0.5232,
1077
+ "step": 1190
1078
+ },
1079
+ {
1080
+ "epoch": 2.78,
1081
+ "learning_rate": 0.0002,
1082
+ "loss": 0.5388,
1083
+ "step": 1200
1084
+ },
1085
+ {
1086
+ "epoch": 2.78,
1087
+ "eval_loss": 0.7669270634651184,
1088
+ "eval_runtime": 246.0098,
1089
+ "eval_samples_per_second": 4.065,
1090
+ "eval_steps_per_second": 2.032,
1091
+ "step": 1200
1092
+ },
1093
+ {
1094
+ "epoch": 2.78,
1095
+ "mmlu_eval_accuracy": 0.4734820857068989,
1096
+ "mmlu_eval_accuracy_abstract_algebra": 0.36363636363636365,
1097
+ "mmlu_eval_accuracy_anatomy": 0.5714285714285714,
1098
+ "mmlu_eval_accuracy_astronomy": 0.4375,
1099
+ "mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
1100
+ "mmlu_eval_accuracy_clinical_knowledge": 0.4482758620689655,
1101
+ "mmlu_eval_accuracy_college_biology": 0.5,
1102
+ "mmlu_eval_accuracy_college_chemistry": 0.25,
1103
+ "mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
1104
+ "mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
1105
+ "mmlu_eval_accuracy_college_medicine": 0.36363636363636365,
1106
+ "mmlu_eval_accuracy_college_physics": 0.45454545454545453,
1107
+ "mmlu_eval_accuracy_computer_security": 0.6363636363636364,
1108
+ "mmlu_eval_accuracy_conceptual_physics": 0.4230769230769231,
1109
+ "mmlu_eval_accuracy_econometrics": 0.25,
1110
+ "mmlu_eval_accuracy_electrical_engineering": 0.375,
1111
+ "mmlu_eval_accuracy_elementary_mathematics": 0.3170731707317073,
1112
+ "mmlu_eval_accuracy_formal_logic": 0.14285714285714285,
1113
+ "mmlu_eval_accuracy_global_facts": 0.5,
1114
+ "mmlu_eval_accuracy_high_school_biology": 0.46875,
1115
+ "mmlu_eval_accuracy_high_school_chemistry": 0.4090909090909091,
1116
+ "mmlu_eval_accuracy_high_school_computer_science": 0.6666666666666666,
1117
+ "mmlu_eval_accuracy_high_school_european_history": 0.6111111111111112,
1118
+ "mmlu_eval_accuracy_high_school_geography": 0.7727272727272727,
1119
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.5714285714285714,
1120
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.3488372093023256,
1121
+ "mmlu_eval_accuracy_high_school_mathematics": 0.20689655172413793,
1122
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.5,
1123
+ "mmlu_eval_accuracy_high_school_physics": 0.35294117647058826,
1124
+ "mmlu_eval_accuracy_high_school_psychology": 0.7333333333333333,
1125
+ "mmlu_eval_accuracy_high_school_statistics": 0.30434782608695654,
1126
+ "mmlu_eval_accuracy_high_school_us_history": 0.6363636363636364,
1127
+ "mmlu_eval_accuracy_high_school_world_history": 0.5769230769230769,
1128
+ "mmlu_eval_accuracy_human_aging": 0.7391304347826086,
1129
+ "mmlu_eval_accuracy_human_sexuality": 0.3333333333333333,
1130
+ "mmlu_eval_accuracy_international_law": 0.7692307692307693,
1131
+ "mmlu_eval_accuracy_jurisprudence": 0.2727272727272727,
1132
+ "mmlu_eval_accuracy_logical_fallacies": 0.6111111111111112,
1133
+ "mmlu_eval_accuracy_machine_learning": 0.18181818181818182,
1134
+ "mmlu_eval_accuracy_management": 0.5454545454545454,
1135
+ "mmlu_eval_accuracy_marketing": 0.8,
1136
+ "mmlu_eval_accuracy_medical_genetics": 0.6363636363636364,
1137
+ "mmlu_eval_accuracy_miscellaneous": 0.6395348837209303,
1138
+ "mmlu_eval_accuracy_moral_disputes": 0.47368421052631576,
1139
+ "mmlu_eval_accuracy_moral_scenarios": 0.24,
1140
+ "mmlu_eval_accuracy_nutrition": 0.5454545454545454,
1141
+ "mmlu_eval_accuracy_philosophy": 0.4411764705882353,
1142
+ "mmlu_eval_accuracy_prehistory": 0.5142857142857142,
1143
+ "mmlu_eval_accuracy_professional_accounting": 0.3548387096774194,
1144
+ "mmlu_eval_accuracy_professional_law": 0.3176470588235294,
1145
+ "mmlu_eval_accuracy_professional_medicine": 0.4838709677419355,
1146
+ "mmlu_eval_accuracy_professional_psychology": 0.4057971014492754,
1147
+ "mmlu_eval_accuracy_public_relations": 0.4166666666666667,
1148
+ "mmlu_eval_accuracy_security_studies": 0.5185185185185185,
1149
+ "mmlu_eval_accuracy_sociology": 0.5909090909090909,
1150
+ "mmlu_eval_accuracy_us_foreign_policy": 0.5454545454545454,
1151
+ "mmlu_eval_accuracy_virology": 0.5,
1152
+ "mmlu_eval_accuracy_world_religions": 0.7368421052631579,
1153
+ "mmlu_loss": 1.082002373310122,
1154
+ "step": 1200
1155
+ },
1156
+ {
1157
+ "epoch": 2.8,
1158
+ "learning_rate": 0.0002,
1159
+ "loss": 0.5243,
1160
+ "step": 1210
1161
+ },
1162
+ {
1163
+ "epoch": 2.82,
1164
+ "learning_rate": 0.0002,
1165
+ "loss": 0.5168,
1166
+ "step": 1220
1167
+ },
1168
+ {
1169
+ "epoch": 2.85,
1170
+ "learning_rate": 0.0002,
1171
+ "loss": 0.4966,
1172
+ "step": 1230
1173
+ },
1174
+ {
1175
+ "epoch": 2.87,
1176
+ "learning_rate": 0.0002,
1177
+ "loss": 0.5869,
1178
+ "step": 1240
1179
+ },
1180
+ {
1181
+ "epoch": 2.89,
1182
+ "learning_rate": 0.0002,
1183
+ "loss": 0.5336,
1184
+ "step": 1250
1185
+ },
1186
+ {
1187
+ "epoch": 2.91,
1188
+ "learning_rate": 0.0002,
1189
+ "loss": 0.563,
1190
+ "step": 1260
1191
+ },
1192
+ {
1193
+ "epoch": 2.94,
1194
+ "learning_rate": 0.0002,
1195
+ "loss": 0.5002,
1196
+ "step": 1270
1197
+ },
1198
+ {
1199
+ "epoch": 2.96,
1200
+ "learning_rate": 0.0002,
1201
+ "loss": 0.607,
1202
+ "step": 1280
1203
+ },
1204
+ {
1205
+ "epoch": 2.98,
1206
+ "learning_rate": 0.0002,
1207
+ "loss": 0.5458,
1208
+ "step": 1290
1209
+ },
1210
+ {
1211
+ "epoch": 3.01,
1212
+ "learning_rate": 0.0002,
1213
+ "loss": 0.5263,
1214
+ "step": 1300
1215
+ },
1216
+ {
1217
+ "epoch": 3.03,
1218
+ "learning_rate": 0.0002,
1219
+ "loss": 0.4074,
1220
+ "step": 1310
1221
+ },
1222
+ {
1223
+ "epoch": 3.05,
1224
+ "learning_rate": 0.0002,
1225
+ "loss": 0.3737,
1226
+ "step": 1320
1227
+ },
1228
+ {
1229
+ "epoch": 3.08,
1230
+ "learning_rate": 0.0002,
1231
+ "loss": 0.3938,
1232
+ "step": 1330
1233
+ },
1234
+ {
1235
+ "epoch": 3.1,
1236
+ "learning_rate": 0.0002,
1237
+ "loss": 0.3802,
1238
+ "step": 1340
1239
+ },
1240
+ {
1241
+ "epoch": 3.12,
1242
+ "learning_rate": 0.0002,
1243
+ "loss": 0.4216,
1244
+ "step": 1350
1245
+ },
1246
+ {
1247
+ "epoch": 3.15,
1248
+ "learning_rate": 0.0002,
1249
+ "loss": 0.4045,
1250
+ "step": 1360
1251
+ },
1252
+ {
1253
+ "epoch": 3.17,
1254
+ "learning_rate": 0.0002,
1255
+ "loss": 0.4024,
1256
+ "step": 1370
1257
+ },
1258
+ {
1259
+ "epoch": 3.19,
1260
+ "learning_rate": 0.0002,
1261
+ "loss": 0.3943,
1262
+ "step": 1380
1263
+ },
1264
+ {
1265
+ "epoch": 3.22,
1266
+ "learning_rate": 0.0002,
1267
+ "loss": 0.3923,
1268
+ "step": 1390
1269
+ },
1270
+ {
1271
+ "epoch": 3.24,
1272
+ "learning_rate": 0.0002,
1273
+ "loss": 0.4267,
1274
+ "step": 1400
1275
+ },
1276
+ {
1277
+ "epoch": 3.24,
1278
+ "eval_loss": 0.8232849836349487,
1279
+ "eval_runtime": 245.4693,
1280
+ "eval_samples_per_second": 4.074,
1281
+ "eval_steps_per_second": 2.037,
1282
+ "step": 1400
1283
+ },
1284
+ {
1285
+ "epoch": 3.24,
1286
+ "mmlu_eval_accuracy": 0.4552997822968728,
1287
+ "mmlu_eval_accuracy_abstract_algebra": 0.36363636363636365,
1288
+ "mmlu_eval_accuracy_anatomy": 0.5,
1289
+ "mmlu_eval_accuracy_astronomy": 0.3125,
1290
+ "mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
1291
+ "mmlu_eval_accuracy_clinical_knowledge": 0.4827586206896552,
1292
+ "mmlu_eval_accuracy_college_biology": 0.4375,
1293
+ "mmlu_eval_accuracy_college_chemistry": 0.25,
1294
+ "mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
1295
+ "mmlu_eval_accuracy_college_mathematics": 0.36363636363636365,
1296
+ "mmlu_eval_accuracy_college_medicine": 0.4090909090909091,
1297
+ "mmlu_eval_accuracy_college_physics": 0.45454545454545453,
1298
+ "mmlu_eval_accuracy_computer_security": 0.36363636363636365,
1299
+ "mmlu_eval_accuracy_conceptual_physics": 0.4230769230769231,
1300
+ "mmlu_eval_accuracy_econometrics": 0.25,
1301
+ "mmlu_eval_accuracy_electrical_engineering": 0.375,
1302
+ "mmlu_eval_accuracy_elementary_mathematics": 0.2926829268292683,
1303
+ "mmlu_eval_accuracy_formal_logic": 0.21428571428571427,
1304
+ "mmlu_eval_accuracy_global_facts": 0.4,
1305
+ "mmlu_eval_accuracy_high_school_biology": 0.46875,
1306
+ "mmlu_eval_accuracy_high_school_chemistry": 0.3181818181818182,
1307
+ "mmlu_eval_accuracy_high_school_computer_science": 0.4444444444444444,
1308
+ "mmlu_eval_accuracy_high_school_european_history": 0.5555555555555556,
1309
+ "mmlu_eval_accuracy_high_school_geography": 0.7727272727272727,
1310
+ "mmlu_eval_accuracy_high_school_government_and_politics": 0.5238095238095238,
1311
+ "mmlu_eval_accuracy_high_school_macroeconomics": 0.3488372093023256,
1312
+ "mmlu_eval_accuracy_high_school_mathematics": 0.2413793103448276,
1313
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.5,
1314
+ "mmlu_eval_accuracy_high_school_physics": 0.29411764705882354,
1315
+ "mmlu_eval_accuracy_high_school_psychology": 0.7166666666666667,
1316
+ "mmlu_eval_accuracy_high_school_statistics": 0.2608695652173913,
1317
+ "mmlu_eval_accuracy_high_school_us_history": 0.6363636363636364,
1318
+ "mmlu_eval_accuracy_high_school_world_history": 0.6153846153846154,
1319
+ "mmlu_eval_accuracy_human_aging": 0.6521739130434783,
1320
+ "mmlu_eval_accuracy_human_sexuality": 0.4166666666666667,
1321
+ "mmlu_eval_accuracy_international_law": 0.7692307692307693,
1322
+ "mmlu_eval_accuracy_jurisprudence": 0.2727272727272727,
1323
+ "mmlu_eval_accuracy_logical_fallacies": 0.6111111111111112,
1324
+ "mmlu_eval_accuracy_machine_learning": 0.18181818181818182,
1325
+ "mmlu_eval_accuracy_management": 0.6363636363636364,
1326
+ "mmlu_eval_accuracy_marketing": 0.76,
1327
+ "mmlu_eval_accuracy_medical_genetics": 0.6363636363636364,
1328
+ "mmlu_eval_accuracy_miscellaneous": 0.6627906976744186,
1329
+ "mmlu_eval_accuracy_moral_disputes": 0.47368421052631576,
1330
+ "mmlu_eval_accuracy_moral_scenarios": 0.21,
1331
+ "mmlu_eval_accuracy_nutrition": 0.5454545454545454,
1332
+ "mmlu_eval_accuracy_philosophy": 0.47058823529411764,
1333
+ "mmlu_eval_accuracy_prehistory": 0.4857142857142857,
1334
+ "mmlu_eval_accuracy_professional_accounting": 0.2903225806451613,
1335
+ "mmlu_eval_accuracy_professional_law": 0.29411764705882354,
1336
+ "mmlu_eval_accuracy_professional_medicine": 0.41935483870967744,
1337
+ "mmlu_eval_accuracy_professional_psychology": 0.34782608695652173,
1338
+ "mmlu_eval_accuracy_public_relations": 0.4166666666666667,
1339
+ "mmlu_eval_accuracy_security_studies": 0.5555555555555556,
1340
+ "mmlu_eval_accuracy_sociology": 0.5454545454545454,
1341
+ "mmlu_eval_accuracy_us_foreign_policy": 0.45454545454545453,
1342
+ "mmlu_eval_accuracy_virology": 0.5555555555555556,
1343
+ "mmlu_eval_accuracy_world_religions": 0.7894736842105263,
1344
+ "mmlu_loss": 1.2433716685416338,
1345
+ "step": 1400
1346
+ }
1347
+ ],
1348
+ "max_steps": 5000,
1349
+ "num_train_epochs": 12,
1350
+ "total_flos": 3.994598287814492e+17,
1351
+ "trial_name": null,
1352
+ "trial_params": null
1353
+ }
checkpoint-1400/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87c64fb3887e7b9f2e5dae3db2d5bf0c30becc3e3774f7c348e4bd2c620de810
3
+ size 6011
checkpoint-800/adapter_model/adapter_model/README.md CHANGED
@@ -15,6 +15,17 @@ The following `bitsandbytes` quantization config was used during training:
15
  - bnb_4bit_use_double_quant: True
16
  - bnb_4bit_compute_dtype: bfloat16
17
 
 
 
 
 
 
 
 
 
 
 
 
18
  The following `bitsandbytes` quantization config was used during training:
19
  - load_in_8bit: False
20
  - load_in_4bit: True
@@ -27,6 +38,7 @@ The following `bitsandbytes` quantization config was used during training:
27
  - bnb_4bit_compute_dtype: bfloat16
28
  ### Framework versions
29
 
 
30
  - PEFT 0.4.0
31
 
32
  - PEFT 0.4.0
 
15
  - bnb_4bit_use_double_quant: True
16
  - bnb_4bit_compute_dtype: bfloat16
17
 
18
+ The following `bitsandbytes` quantization config was used during training:
19
+ - load_in_8bit: False
20
+ - load_in_4bit: True
21
+ - llm_int8_threshold: 6.0
22
+ - llm_int8_skip_modules: None
23
+ - llm_int8_enable_fp32_cpu_offload: False
24
+ - llm_int8_has_fp16_weight: False
25
+ - bnb_4bit_quant_type: nf4
26
+ - bnb_4bit_use_double_quant: True
27
+ - bnb_4bit_compute_dtype: bfloat16
28
+
29
  The following `bitsandbytes` quantization config was used during training:
30
  - load_in_8bit: False
31
  - load_in_4bit: True
 
38
  - bnb_4bit_compute_dtype: bfloat16
39
  ### Framework versions
40
 
41
+ - PEFT 0.4.0
42
  - PEFT 0.4.0
43
 
44
  - PEFT 0.4.0
checkpoint-800/adapter_model/adapter_model/adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:239a990af6deccad780a9c0e8d9b390e6ff81c4c34b3ffcaee21b2683d4a698b
3
  size 319977229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e344083300bd30eb9777f0a0328191d02ed3d81426dd12bf6e9ae3e704352b5c
3
  size 319977229