tyzhu commited on
Commit
da80158
1 Parent(s): 830c63f

End of training

Browse files
Files changed (6) hide show
  1. README.md +14 -2
  2. all_results.json +16 -0
  3. eval_results.json +10 -0
  4. tokenizer.json +1 -6
  5. train_results.json +9 -0
  6. trainer_state.json +1729 -0
README.md CHANGED
@@ -3,11 +3,23 @@ license: other
3
  base_model: Qwen/Qwen1.5-4B
4
  tags:
5
  - generated_from_trainer
 
 
6
  metrics:
7
  - accuracy
8
  model-index:
9
  - name: lmind_hotpot_train8000_eval7405_v1_doc_qa_Qwen_Qwen1.5-4B_3e-4_lora2
10
- results: []
 
 
 
 
 
 
 
 
 
 
11
  library_name: peft
12
  ---
13
 
@@ -16,7 +28,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # lmind_hotpot_train8000_eval7405_v1_doc_qa_Qwen_Qwen1.5-4B_3e-4_lora2
18
 
19
- This model is a fine-tuned version of [Qwen/Qwen1.5-4B](https://huggingface.co/Qwen/Qwen1.5-4B) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 3.1631
22
  - Accuracy: 0.5165
 
3
  base_model: Qwen/Qwen1.5-4B
4
  tags:
5
  - generated_from_trainer
6
+ datasets:
7
+ - tyzhu/lmind_hotpot_train8000_eval7405_v1_doc_qa
8
  metrics:
9
  - accuracy
10
  model-index:
11
  - name: lmind_hotpot_train8000_eval7405_v1_doc_qa_Qwen_Qwen1.5-4B_3e-4_lora2
12
+ results:
13
+ - task:
14
+ name: Causal Language Modeling
15
+ type: text-generation
16
+ dataset:
17
+ name: tyzhu/lmind_hotpot_train8000_eval7405_v1_doc_qa
18
+ type: tyzhu/lmind_hotpot_train8000_eval7405_v1_doc_qa
19
+ metrics:
20
+ - name: Accuracy
21
+ type: accuracy
22
+ value: 0.5165079365079365
23
  library_name: peft
24
  ---
25
 
 
28
 
29
  # lmind_hotpot_train8000_eval7405_v1_doc_qa_Qwen_Qwen1.5-4B_3e-4_lora2
30
 
31
+ This model is a fine-tuned version of [Qwen/Qwen1.5-4B](https://huggingface.co/Qwen/Qwen1.5-4B) on the tyzhu/lmind_hotpot_train8000_eval7405_v1_doc_qa dataset.
32
  It achieves the following results on the evaluation set:
33
  - Loss: 3.1631
34
  - Accuracy: 0.5165
all_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 19.995409685563462,
3
+ "eval_accuracy": 0.5165079365079365,
4
+ "eval_loss": 3.163097381591797,
5
+ "eval_runtime": 5.3377,
6
+ "eval_samples": 500,
7
+ "eval_samples_per_second": 93.674,
8
+ "eval_steps_per_second": 11.803,
9
+ "perplexity": 23.64371624130276,
10
+ "total_flos": 1.5026894410916823e+18,
11
+ "train_loss": 0.737595841904317,
12
+ "train_runtime": 47608.6465,
13
+ "train_samples": 34854,
14
+ "train_samples_per_second": 14.642,
15
+ "train_steps_per_second": 0.457
16
+ }
eval_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 19.995409685563462,
3
+ "eval_accuracy": 0.5165079365079365,
4
+ "eval_loss": 3.163097381591797,
5
+ "eval_runtime": 5.3377,
6
+ "eval_samples": 500,
7
+ "eval_samples_per_second": 93.674,
8
+ "eval_steps_per_second": 11.803,
9
+ "perplexity": 23.64371624130276
10
+ }
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 1024,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 19.995409685563462,
3
+ "total_flos": 1.5026894410916823e+18,
4
+ "train_loss": 0.737595841904317,
5
+ "train_runtime": 47608.6465,
6
+ "train_samples": 34854,
7
+ "train_samples_per_second": 14.642,
8
+ "train_steps_per_second": 0.457
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,1729 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 19.995409685563462,
5
+ "eval_steps": 500,
6
+ "global_step": 21780,
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.09180628873077806,
13
+ "grad_norm": 0.3286115229129791,
14
+ "learning_rate": 0.0003,
15
+ "loss": 1.8271,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 0.18361257746155613,
20
+ "grad_norm": 0.401665598154068,
21
+ "learning_rate": 0.0003,
22
+ "loss": 1.7773,
23
+ "step": 200
24
+ },
25
+ {
26
+ "epoch": 0.2754188661923342,
27
+ "grad_norm": 0.27676922082901,
28
+ "learning_rate": 0.0003,
29
+ "loss": 1.7687,
30
+ "step": 300
31
+ },
32
+ {
33
+ "epoch": 0.36722515492311225,
34
+ "grad_norm": 0.3495130240917206,
35
+ "learning_rate": 0.0003,
36
+ "loss": 1.7648,
37
+ "step": 400
38
+ },
39
+ {
40
+ "epoch": 0.4590314436538903,
41
+ "grad_norm": 0.3620341718196869,
42
+ "learning_rate": 0.0003,
43
+ "loss": 1.7494,
44
+ "step": 500
45
+ },
46
+ {
47
+ "epoch": 0.5508377323846684,
48
+ "grad_norm": 0.3991380035877228,
49
+ "learning_rate": 0.0003,
50
+ "loss": 1.7729,
51
+ "step": 600
52
+ },
53
+ {
54
+ "epoch": 0.6426440211154464,
55
+ "grad_norm": 0.4441532492637634,
56
+ "learning_rate": 0.0003,
57
+ "loss": 1.7407,
58
+ "step": 700
59
+ },
60
+ {
61
+ "epoch": 0.7344503098462245,
62
+ "grad_norm": 0.38743725419044495,
63
+ "learning_rate": 0.0003,
64
+ "loss": 1.7537,
65
+ "step": 800
66
+ },
67
+ {
68
+ "epoch": 0.8262565985770025,
69
+ "grad_norm": 0.42725738883018494,
70
+ "learning_rate": 0.0003,
71
+ "loss": 1.7377,
72
+ "step": 900
73
+ },
74
+ {
75
+ "epoch": 0.9180628873077806,
76
+ "grad_norm": 0.43618279695510864,
77
+ "learning_rate": 0.0003,
78
+ "loss": 1.7567,
79
+ "step": 1000
80
+ },
81
+ {
82
+ "epoch": 0.999770484278173,
83
+ "eval_accuracy": 0.5190476190476191,
84
+ "eval_loss": 2.262606382369995,
85
+ "eval_runtime": 5.8101,
86
+ "eval_samples_per_second": 86.057,
87
+ "eval_steps_per_second": 10.843,
88
+ "step": 1089
89
+ },
90
+ {
91
+ "epoch": 1.0098691760385587,
92
+ "grad_norm": 0.4314129650592804,
93
+ "learning_rate": 0.0003,
94
+ "loss": 1.7239,
95
+ "step": 1100
96
+ },
97
+ {
98
+ "epoch": 1.1016754647693368,
99
+ "grad_norm": 0.5108153820037842,
100
+ "learning_rate": 0.0003,
101
+ "loss": 1.5348,
102
+ "step": 1200
103
+ },
104
+ {
105
+ "epoch": 1.1934817535001148,
106
+ "grad_norm": 0.4964566230773926,
107
+ "learning_rate": 0.0003,
108
+ "loss": 1.5236,
109
+ "step": 1300
110
+ },
111
+ {
112
+ "epoch": 1.2852880422308928,
113
+ "grad_norm": 0.4912070035934448,
114
+ "learning_rate": 0.0003,
115
+ "loss": 1.5342,
116
+ "step": 1400
117
+ },
118
+ {
119
+ "epoch": 1.377094330961671,
120
+ "grad_norm": 0.5223585367202759,
121
+ "learning_rate": 0.0003,
122
+ "loss": 1.5405,
123
+ "step": 1500
124
+ },
125
+ {
126
+ "epoch": 1.468900619692449,
127
+ "grad_norm": 0.4836246371269226,
128
+ "learning_rate": 0.0003,
129
+ "loss": 1.546,
130
+ "step": 1600
131
+ },
132
+ {
133
+ "epoch": 1.560706908423227,
134
+ "grad_norm": 0.6014620661735535,
135
+ "learning_rate": 0.0003,
136
+ "loss": 1.5504,
137
+ "step": 1700
138
+ },
139
+ {
140
+ "epoch": 1.652513197154005,
141
+ "grad_norm": 0.47756990790367126,
142
+ "learning_rate": 0.0003,
143
+ "loss": 1.5461,
144
+ "step": 1800
145
+ },
146
+ {
147
+ "epoch": 1.744319485884783,
148
+ "grad_norm": 0.5226470828056335,
149
+ "learning_rate": 0.0003,
150
+ "loss": 1.5502,
151
+ "step": 1900
152
+ },
153
+ {
154
+ "epoch": 1.836125774615561,
155
+ "grad_norm": 0.5086384415626526,
156
+ "learning_rate": 0.0003,
157
+ "loss": 1.5474,
158
+ "step": 2000
159
+ },
160
+ {
161
+ "epoch": 1.9279320633463393,
162
+ "grad_norm": 0.5471687912940979,
163
+ "learning_rate": 0.0003,
164
+ "loss": 1.5617,
165
+ "step": 2100
166
+ },
167
+ {
168
+ "epoch": 1.999540968556346,
169
+ "eval_accuracy": 0.5246031746031746,
170
+ "eval_loss": 2.2435803413391113,
171
+ "eval_runtime": 5.3712,
172
+ "eval_samples_per_second": 93.09,
173
+ "eval_steps_per_second": 11.729,
174
+ "step": 2178
175
+ },
176
+ {
177
+ "epoch": 2.0197383520771175,
178
+ "grad_norm": 0.5887908935546875,
179
+ "learning_rate": 0.0003,
180
+ "loss": 1.4881,
181
+ "step": 2200
182
+ },
183
+ {
184
+ "epoch": 2.1115446408078955,
185
+ "grad_norm": 0.6036558151245117,
186
+ "learning_rate": 0.0003,
187
+ "loss": 1.267,
188
+ "step": 2300
189
+ },
190
+ {
191
+ "epoch": 2.2033509295386735,
192
+ "grad_norm": 0.724539041519165,
193
+ "learning_rate": 0.0003,
194
+ "loss": 1.2882,
195
+ "step": 2400
196
+ },
197
+ {
198
+ "epoch": 2.2951572182694515,
199
+ "grad_norm": 0.6767842173576355,
200
+ "learning_rate": 0.0003,
201
+ "loss": 1.2945,
202
+ "step": 2500
203
+ },
204
+ {
205
+ "epoch": 2.3869635070002295,
206
+ "grad_norm": 0.5520135760307312,
207
+ "learning_rate": 0.0003,
208
+ "loss": 1.3038,
209
+ "step": 2600
210
+ },
211
+ {
212
+ "epoch": 2.4787697957310075,
213
+ "grad_norm": 0.6388158798217773,
214
+ "learning_rate": 0.0003,
215
+ "loss": 1.3132,
216
+ "step": 2700
217
+ },
218
+ {
219
+ "epoch": 2.5705760844617855,
220
+ "grad_norm": 0.6712493896484375,
221
+ "learning_rate": 0.0003,
222
+ "loss": 1.3205,
223
+ "step": 2800
224
+ },
225
+ {
226
+ "epoch": 2.6623823731925635,
227
+ "grad_norm": 0.6082379221916199,
228
+ "learning_rate": 0.0003,
229
+ "loss": 1.3272,
230
+ "step": 2900
231
+ },
232
+ {
233
+ "epoch": 2.754188661923342,
234
+ "grad_norm": 0.6824610233306885,
235
+ "learning_rate": 0.0003,
236
+ "loss": 1.3514,
237
+ "step": 3000
238
+ },
239
+ {
240
+ "epoch": 2.84599495065412,
241
+ "grad_norm": 0.6347182989120483,
242
+ "learning_rate": 0.0003,
243
+ "loss": 1.3454,
244
+ "step": 3100
245
+ },
246
+ {
247
+ "epoch": 2.937801239384898,
248
+ "grad_norm": 0.6638208627700806,
249
+ "learning_rate": 0.0003,
250
+ "loss": 1.343,
251
+ "step": 3200
252
+ },
253
+ {
254
+ "epoch": 2.9993114528345193,
255
+ "eval_accuracy": 0.5236825396825396,
256
+ "eval_loss": 2.3385279178619385,
257
+ "eval_runtime": 5.417,
258
+ "eval_samples_per_second": 92.301,
259
+ "eval_steps_per_second": 11.63,
260
+ "step": 3267
261
+ },
262
+ {
263
+ "epoch": 3.029607528115676,
264
+ "grad_norm": 0.8752885460853577,
265
+ "learning_rate": 0.0003,
266
+ "loss": 1.264,
267
+ "step": 3300
268
+ },
269
+ {
270
+ "epoch": 3.121413816846454,
271
+ "grad_norm": 0.8712926506996155,
272
+ "learning_rate": 0.0003,
273
+ "loss": 1.0576,
274
+ "step": 3400
275
+ },
276
+ {
277
+ "epoch": 3.213220105577232,
278
+ "grad_norm": 0.9298152327537537,
279
+ "learning_rate": 0.0003,
280
+ "loss": 1.0825,
281
+ "step": 3500
282
+ },
283
+ {
284
+ "epoch": 3.30502639430801,
285
+ "grad_norm": 0.9302284717559814,
286
+ "learning_rate": 0.0003,
287
+ "loss": 1.0984,
288
+ "step": 3600
289
+ },
290
+ {
291
+ "epoch": 3.396832683038788,
292
+ "grad_norm": 0.9003168940544128,
293
+ "learning_rate": 0.0003,
294
+ "loss": 1.112,
295
+ "step": 3700
296
+ },
297
+ {
298
+ "epoch": 3.488638971769566,
299
+ "grad_norm": 0.8025063276290894,
300
+ "learning_rate": 0.0003,
301
+ "loss": 1.1348,
302
+ "step": 3800
303
+ },
304
+ {
305
+ "epoch": 3.580445260500344,
306
+ "grad_norm": 0.9571109414100647,
307
+ "learning_rate": 0.0003,
308
+ "loss": 1.1117,
309
+ "step": 3900
310
+ },
311
+ {
312
+ "epoch": 3.672251549231122,
313
+ "grad_norm": 0.8698576092720032,
314
+ "learning_rate": 0.0003,
315
+ "loss": 1.1431,
316
+ "step": 4000
317
+ },
318
+ {
319
+ "epoch": 3.7640578379619005,
320
+ "grad_norm": 0.9028270244598389,
321
+ "learning_rate": 0.0003,
322
+ "loss": 1.1455,
323
+ "step": 4100
324
+ },
325
+ {
326
+ "epoch": 3.8558641266926785,
327
+ "grad_norm": 0.851496696472168,
328
+ "learning_rate": 0.0003,
329
+ "loss": 1.1769,
330
+ "step": 4200
331
+ },
332
+ {
333
+ "epoch": 3.9476704154234565,
334
+ "grad_norm": 0.8378119468688965,
335
+ "learning_rate": 0.0003,
336
+ "loss": 1.1682,
337
+ "step": 4300
338
+ },
339
+ {
340
+ "epoch": 4.0,
341
+ "eval_accuracy": 0.5215238095238095,
342
+ "eval_loss": 2.499518394470215,
343
+ "eval_runtime": 5.6608,
344
+ "eval_samples_per_second": 88.327,
345
+ "eval_steps_per_second": 11.129,
346
+ "step": 4357
347
+ },
348
+ {
349
+ "epoch": 4.039476704154235,
350
+ "grad_norm": 0.7991979718208313,
351
+ "learning_rate": 0.0003,
352
+ "loss": 1.0485,
353
+ "step": 4400
354
+ },
355
+ {
356
+ "epoch": 4.131282992885013,
357
+ "grad_norm": 0.7637009024620056,
358
+ "learning_rate": 0.0003,
359
+ "loss": 0.8982,
360
+ "step": 4500
361
+ },
362
+ {
363
+ "epoch": 4.223089281615791,
364
+ "grad_norm": 0.8598212003707886,
365
+ "learning_rate": 0.0003,
366
+ "loss": 0.9252,
367
+ "step": 4600
368
+ },
369
+ {
370
+ "epoch": 4.314895570346569,
371
+ "grad_norm": 0.8812803030014038,
372
+ "learning_rate": 0.0003,
373
+ "loss": 0.9372,
374
+ "step": 4700
375
+ },
376
+ {
377
+ "epoch": 4.406701859077347,
378
+ "grad_norm": 0.8750812411308289,
379
+ "learning_rate": 0.0003,
380
+ "loss": 0.9422,
381
+ "step": 4800
382
+ },
383
+ {
384
+ "epoch": 4.498508147808125,
385
+ "grad_norm": 1.0362316370010376,
386
+ "learning_rate": 0.0003,
387
+ "loss": 0.9617,
388
+ "step": 4900
389
+ },
390
+ {
391
+ "epoch": 4.590314436538903,
392
+ "grad_norm": 1.1548477411270142,
393
+ "learning_rate": 0.0003,
394
+ "loss": 0.9721,
395
+ "step": 5000
396
+ },
397
+ {
398
+ "epoch": 4.682120725269681,
399
+ "grad_norm": 1.0806621313095093,
400
+ "learning_rate": 0.0003,
401
+ "loss": 0.9884,
402
+ "step": 5100
403
+ },
404
+ {
405
+ "epoch": 4.773927014000459,
406
+ "grad_norm": 0.8893236517906189,
407
+ "learning_rate": 0.0003,
408
+ "loss": 0.9934,
409
+ "step": 5200
410
+ },
411
+ {
412
+ "epoch": 4.865733302731237,
413
+ "grad_norm": 0.9162046313285828,
414
+ "learning_rate": 0.0003,
415
+ "loss": 1.0058,
416
+ "step": 5300
417
+ },
418
+ {
419
+ "epoch": 4.957539591462015,
420
+ "grad_norm": 0.8382129073143005,
421
+ "learning_rate": 0.0003,
422
+ "loss": 1.0141,
423
+ "step": 5400
424
+ },
425
+ {
426
+ "epoch": 4.999770484278173,
427
+ "eval_accuracy": 0.5181587301587302,
428
+ "eval_loss": 2.6397223472595215,
429
+ "eval_runtime": 5.7176,
430
+ "eval_samples_per_second": 87.45,
431
+ "eval_steps_per_second": 11.019,
432
+ "step": 5446
433
+ },
434
+ {
435
+ "epoch": 5.049345880192793,
436
+ "grad_norm": 0.8659687042236328,
437
+ "learning_rate": 0.0003,
438
+ "loss": 0.8863,
439
+ "step": 5500
440
+ },
441
+ {
442
+ "epoch": 5.141152168923571,
443
+ "grad_norm": 0.9213656187057495,
444
+ "learning_rate": 0.0003,
445
+ "loss": 0.7697,
446
+ "step": 5600
447
+ },
448
+ {
449
+ "epoch": 5.232958457654349,
450
+ "grad_norm": 1.1257935762405396,
451
+ "learning_rate": 0.0003,
452
+ "loss": 0.7966,
453
+ "step": 5700
454
+ },
455
+ {
456
+ "epoch": 5.324764746385127,
457
+ "grad_norm": 0.9488617777824402,
458
+ "learning_rate": 0.0003,
459
+ "loss": 0.7945,
460
+ "step": 5800
461
+ },
462
+ {
463
+ "epoch": 5.416571035115905,
464
+ "grad_norm": 1.0306527614593506,
465
+ "learning_rate": 0.0003,
466
+ "loss": 0.8215,
467
+ "step": 5900
468
+ },
469
+ {
470
+ "epoch": 5.508377323846684,
471
+ "grad_norm": 1.0242127180099487,
472
+ "learning_rate": 0.0003,
473
+ "loss": 0.8387,
474
+ "step": 6000
475
+ },
476
+ {
477
+ "epoch": 5.600183612577462,
478
+ "grad_norm": 1.0761654376983643,
479
+ "learning_rate": 0.0003,
480
+ "loss": 0.8484,
481
+ "step": 6100
482
+ },
483
+ {
484
+ "epoch": 5.69198990130824,
485
+ "grad_norm": 1.1436479091644287,
486
+ "learning_rate": 0.0003,
487
+ "loss": 0.8564,
488
+ "step": 6200
489
+ },
490
+ {
491
+ "epoch": 5.783796190039018,
492
+ "grad_norm": 0.9349524974822998,
493
+ "learning_rate": 0.0003,
494
+ "loss": 0.8736,
495
+ "step": 6300
496
+ },
497
+ {
498
+ "epoch": 5.875602478769796,
499
+ "grad_norm": 0.9073782563209534,
500
+ "learning_rate": 0.0003,
501
+ "loss": 0.8956,
502
+ "step": 6400
503
+ },
504
+ {
505
+ "epoch": 5.967408767500574,
506
+ "grad_norm": 1.085017442703247,
507
+ "learning_rate": 0.0003,
508
+ "loss": 0.9023,
509
+ "step": 6500
510
+ },
511
+ {
512
+ "epoch": 5.999540968556346,
513
+ "eval_accuracy": 0.516984126984127,
514
+ "eval_loss": 2.7929389476776123,
515
+ "eval_runtime": 6.1646,
516
+ "eval_samples_per_second": 81.108,
517
+ "eval_steps_per_second": 10.22,
518
+ "step": 6535
519
+ },
520
+ {
521
+ "epoch": 6.059215056231352,
522
+ "grad_norm": 0.881386935710907,
523
+ "learning_rate": 0.0003,
524
+ "loss": 0.7462,
525
+ "step": 6600
526
+ },
527
+ {
528
+ "epoch": 6.15102134496213,
529
+ "grad_norm": 1.0695873498916626,
530
+ "learning_rate": 0.0003,
531
+ "loss": 0.6751,
532
+ "step": 6700
533
+ },
534
+ {
535
+ "epoch": 6.242827633692908,
536
+ "grad_norm": 0.9458519816398621,
537
+ "learning_rate": 0.0003,
538
+ "loss": 0.7007,
539
+ "step": 6800
540
+ },
541
+ {
542
+ "epoch": 6.334633922423686,
543
+ "grad_norm": 1.045708179473877,
544
+ "learning_rate": 0.0003,
545
+ "loss": 0.7105,
546
+ "step": 6900
547
+ },
548
+ {
549
+ "epoch": 6.426440211154464,
550
+ "grad_norm": 0.9866082668304443,
551
+ "learning_rate": 0.0003,
552
+ "loss": 0.7335,
553
+ "step": 7000
554
+ },
555
+ {
556
+ "epoch": 6.518246499885242,
557
+ "grad_norm": 0.9309425950050354,
558
+ "learning_rate": 0.0003,
559
+ "loss": 0.7354,
560
+ "step": 7100
561
+ },
562
+ {
563
+ "epoch": 6.61005278861602,
564
+ "grad_norm": 0.921173632144928,
565
+ "learning_rate": 0.0003,
566
+ "loss": 0.7593,
567
+ "step": 7200
568
+ },
569
+ {
570
+ "epoch": 6.701859077346798,
571
+ "grad_norm": 1.2775295972824097,
572
+ "learning_rate": 0.0003,
573
+ "loss": 0.7603,
574
+ "step": 7300
575
+ },
576
+ {
577
+ "epoch": 6.793665366077576,
578
+ "grad_norm": 1.1141977310180664,
579
+ "learning_rate": 0.0003,
580
+ "loss": 0.7792,
581
+ "step": 7400
582
+ },
583
+ {
584
+ "epoch": 6.885471654808354,
585
+ "grad_norm": 1.1323295831680298,
586
+ "learning_rate": 0.0003,
587
+ "loss": 0.7966,
588
+ "step": 7500
589
+ },
590
+ {
591
+ "epoch": 6.977277943539132,
592
+ "grad_norm": 1.2780287265777588,
593
+ "learning_rate": 0.0003,
594
+ "loss": 0.8008,
595
+ "step": 7600
596
+ },
597
+ {
598
+ "epoch": 6.999311452834519,
599
+ "eval_accuracy": 0.5162222222222222,
600
+ "eval_loss": 2.8233399391174316,
601
+ "eval_runtime": 5.472,
602
+ "eval_samples_per_second": 91.374,
603
+ "eval_steps_per_second": 11.513,
604
+ "step": 7624
605
+ },
606
+ {
607
+ "epoch": 7.06908423226991,
608
+ "grad_norm": 1.0170750617980957,
609
+ "learning_rate": 0.0003,
610
+ "loss": 0.6451,
611
+ "step": 7700
612
+ },
613
+ {
614
+ "epoch": 7.160890521000688,
615
+ "grad_norm": 0.8980923891067505,
616
+ "learning_rate": 0.0003,
617
+ "loss": 0.6104,
618
+ "step": 7800
619
+ },
620
+ {
621
+ "epoch": 7.252696809731467,
622
+ "grad_norm": 1.0722894668579102,
623
+ "learning_rate": 0.0003,
624
+ "loss": 0.6217,
625
+ "step": 7900
626
+ },
627
+ {
628
+ "epoch": 7.344503098462245,
629
+ "grad_norm": 1.0610452890396118,
630
+ "learning_rate": 0.0003,
631
+ "loss": 0.6405,
632
+ "step": 8000
633
+ },
634
+ {
635
+ "epoch": 7.436309387193023,
636
+ "grad_norm": 0.9819157123565674,
637
+ "learning_rate": 0.0003,
638
+ "loss": 0.6599,
639
+ "step": 8100
640
+ },
641
+ {
642
+ "epoch": 7.528115675923801,
643
+ "grad_norm": 1.0208162069320679,
644
+ "learning_rate": 0.0003,
645
+ "loss": 0.6663,
646
+ "step": 8200
647
+ },
648
+ {
649
+ "epoch": 7.619921964654579,
650
+ "grad_norm": 1.1422516107559204,
651
+ "learning_rate": 0.0003,
652
+ "loss": 0.6826,
653
+ "step": 8300
654
+ },
655
+ {
656
+ "epoch": 7.711728253385357,
657
+ "grad_norm": 1.179495930671692,
658
+ "learning_rate": 0.0003,
659
+ "loss": 0.7054,
660
+ "step": 8400
661
+ },
662
+ {
663
+ "epoch": 7.803534542116135,
664
+ "grad_norm": 1.155306100845337,
665
+ "learning_rate": 0.0003,
666
+ "loss": 0.7126,
667
+ "step": 8500
668
+ },
669
+ {
670
+ "epoch": 7.895340830846913,
671
+ "grad_norm": 1.1133177280426025,
672
+ "learning_rate": 0.0003,
673
+ "loss": 0.7246,
674
+ "step": 8600
675
+ },
676
+ {
677
+ "epoch": 7.987147119577691,
678
+ "grad_norm": 1.1150102615356445,
679
+ "learning_rate": 0.0003,
680
+ "loss": 0.7377,
681
+ "step": 8700
682
+ },
683
+ {
684
+ "epoch": 8.0,
685
+ "eval_accuracy": 0.5180317460317461,
686
+ "eval_loss": 2.883272886276245,
687
+ "eval_runtime": 5.7501,
688
+ "eval_samples_per_second": 86.955,
689
+ "eval_steps_per_second": 10.956,
690
+ "step": 8714
691
+ },
692
+ {
693
+ "epoch": 8.07895340830847,
694
+ "grad_norm": 0.9108123779296875,
695
+ "learning_rate": 0.0003,
696
+ "loss": 0.5637,
697
+ "step": 8800
698
+ },
699
+ {
700
+ "epoch": 8.170759697039248,
701
+ "grad_norm": 1.1592975854873657,
702
+ "learning_rate": 0.0003,
703
+ "loss": 0.5671,
704
+ "step": 8900
705
+ },
706
+ {
707
+ "epoch": 8.262565985770026,
708
+ "grad_norm": 1.1172692775726318,
709
+ "learning_rate": 0.0003,
710
+ "loss": 0.5708,
711
+ "step": 9000
712
+ },
713
+ {
714
+ "epoch": 8.354372274500804,
715
+ "grad_norm": 1.0453649759292603,
716
+ "learning_rate": 0.0003,
717
+ "loss": 0.587,
718
+ "step": 9100
719
+ },
720
+ {
721
+ "epoch": 8.446178563231582,
722
+ "grad_norm": 1.0275832414627075,
723
+ "learning_rate": 0.0003,
724
+ "loss": 0.6085,
725
+ "step": 9200
726
+ },
727
+ {
728
+ "epoch": 8.53798485196236,
729
+ "grad_norm": 1.0241683721542358,
730
+ "learning_rate": 0.0003,
731
+ "loss": 0.6214,
732
+ "step": 9300
733
+ },
734
+ {
735
+ "epoch": 8.629791140693138,
736
+ "grad_norm": 1.1279902458190918,
737
+ "learning_rate": 0.0003,
738
+ "loss": 0.6232,
739
+ "step": 9400
740
+ },
741
+ {
742
+ "epoch": 8.721597429423916,
743
+ "grad_norm": 1.143254041671753,
744
+ "learning_rate": 0.0003,
745
+ "loss": 0.6446,
746
+ "step": 9500
747
+ },
748
+ {
749
+ "epoch": 8.813403718154694,
750
+ "grad_norm": 1.138592004776001,
751
+ "learning_rate": 0.0003,
752
+ "loss": 0.6472,
753
+ "step": 9600
754
+ },
755
+ {
756
+ "epoch": 8.905210006885472,
757
+ "grad_norm": 1.1288646459579468,
758
+ "learning_rate": 0.0003,
759
+ "loss": 0.6801,
760
+ "step": 9700
761
+ },
762
+ {
763
+ "epoch": 8.99701629561625,
764
+ "grad_norm": 1.1128137111663818,
765
+ "learning_rate": 0.0003,
766
+ "loss": 0.6732,
767
+ "step": 9800
768
+ },
769
+ {
770
+ "epoch": 8.999770484278173,
771
+ "eval_accuracy": 0.5165079365079365,
772
+ "eval_loss": 2.9550092220306396,
773
+ "eval_runtime": 5.5706,
774
+ "eval_samples_per_second": 89.756,
775
+ "eval_steps_per_second": 11.309,
776
+ "step": 9803
777
+ },
778
+ {
779
+ "epoch": 9.088822584347028,
780
+ "grad_norm": 1.0105735063552856,
781
+ "learning_rate": 0.0003,
782
+ "loss": 0.5071,
783
+ "step": 9900
784
+ },
785
+ {
786
+ "epoch": 9.180628873077806,
787
+ "grad_norm": 1.0888274908065796,
788
+ "learning_rate": 0.0003,
789
+ "loss": 0.5164,
790
+ "step": 10000
791
+ },
792
+ {
793
+ "epoch": 9.272435161808584,
794
+ "grad_norm": 1.067857027053833,
795
+ "learning_rate": 0.0003,
796
+ "loss": 0.5311,
797
+ "step": 10100
798
+ },
799
+ {
800
+ "epoch": 9.364241450539362,
801
+ "grad_norm": 1.0484533309936523,
802
+ "learning_rate": 0.0003,
803
+ "loss": 0.5501,
804
+ "step": 10200
805
+ },
806
+ {
807
+ "epoch": 9.45604773927014,
808
+ "grad_norm": 1.0611076354980469,
809
+ "learning_rate": 0.0003,
810
+ "loss": 0.5635,
811
+ "step": 10300
812
+ },
813
+ {
814
+ "epoch": 9.547854028000918,
815
+ "grad_norm": 1.1622737646102905,
816
+ "learning_rate": 0.0003,
817
+ "loss": 0.5713,
818
+ "step": 10400
819
+ },
820
+ {
821
+ "epoch": 9.639660316731696,
822
+ "grad_norm": 1.272035837173462,
823
+ "learning_rate": 0.0003,
824
+ "loss": 0.5933,
825
+ "step": 10500
826
+ },
827
+ {
828
+ "epoch": 9.731466605462474,
829
+ "grad_norm": 1.2226234674453735,
830
+ "learning_rate": 0.0003,
831
+ "loss": 0.5939,
832
+ "step": 10600
833
+ },
834
+ {
835
+ "epoch": 9.823272894193252,
836
+ "grad_norm": 1.197426199913025,
837
+ "learning_rate": 0.0003,
838
+ "loss": 0.6289,
839
+ "step": 10700
840
+ },
841
+ {
842
+ "epoch": 9.91507918292403,
843
+ "grad_norm": 1.2565838098526,
844
+ "learning_rate": 0.0003,
845
+ "loss": 0.6225,
846
+ "step": 10800
847
+ },
848
+ {
849
+ "epoch": 9.999540968556346,
850
+ "eval_accuracy": 0.5165079365079365,
851
+ "eval_loss": 2.9767260551452637,
852
+ "eval_runtime": 5.7303,
853
+ "eval_samples_per_second": 87.255,
854
+ "eval_steps_per_second": 10.994,
855
+ "step": 10892
856
+ },
857
+ {
858
+ "epoch": 10.006885471654808,
859
+ "grad_norm": 1.0739877223968506,
860
+ "learning_rate": 0.0003,
861
+ "loss": 0.6213,
862
+ "step": 10900
863
+ },
864
+ {
865
+ "epoch": 10.098691760385586,
866
+ "grad_norm": 1.0812422037124634,
867
+ "learning_rate": 0.0003,
868
+ "loss": 0.4637,
869
+ "step": 11000
870
+ },
871
+ {
872
+ "epoch": 10.190498049116364,
873
+ "grad_norm": 1.0868052244186401,
874
+ "learning_rate": 0.0003,
875
+ "loss": 0.485,
876
+ "step": 11100
877
+ },
878
+ {
879
+ "epoch": 10.282304337847142,
880
+ "grad_norm": 1.1750460863113403,
881
+ "learning_rate": 0.0003,
882
+ "loss": 0.5093,
883
+ "step": 11200
884
+ },
885
+ {
886
+ "epoch": 10.37411062657792,
887
+ "grad_norm": 1.2779016494750977,
888
+ "learning_rate": 0.0003,
889
+ "loss": 0.5184,
890
+ "step": 11300
891
+ },
892
+ {
893
+ "epoch": 10.465916915308698,
894
+ "grad_norm": 1.2549773454666138,
895
+ "learning_rate": 0.0003,
896
+ "loss": 0.5342,
897
+ "step": 11400
898
+ },
899
+ {
900
+ "epoch": 10.557723204039476,
901
+ "grad_norm": 1.008012294769287,
902
+ "learning_rate": 0.0003,
903
+ "loss": 0.5409,
904
+ "step": 11500
905
+ },
906
+ {
907
+ "epoch": 10.649529492770254,
908
+ "grad_norm": 1.1311882734298706,
909
+ "learning_rate": 0.0003,
910
+ "loss": 0.5569,
911
+ "step": 11600
912
+ },
913
+ {
914
+ "epoch": 10.741335781501032,
915
+ "grad_norm": 1.20146644115448,
916
+ "learning_rate": 0.0003,
917
+ "loss": 0.5644,
918
+ "step": 11700
919
+ },
920
+ {
921
+ "epoch": 10.83314207023181,
922
+ "grad_norm": 1.1888364553451538,
923
+ "learning_rate": 0.0003,
924
+ "loss": 0.5914,
925
+ "step": 11800
926
+ },
927
+ {
928
+ "epoch": 10.924948358962588,
929
+ "grad_norm": 1.1159058809280396,
930
+ "learning_rate": 0.0003,
931
+ "loss": 0.5858,
932
+ "step": 11900
933
+ },
934
+ {
935
+ "epoch": 10.999311452834519,
936
+ "eval_accuracy": 0.5165396825396825,
937
+ "eval_loss": 3.011744737625122,
938
+ "eval_runtime": 5.5804,
939
+ "eval_samples_per_second": 89.599,
940
+ "eval_steps_per_second": 11.29,
941
+ "step": 11981
942
+ },
943
+ {
944
+ "epoch": 11.016754647693366,
945
+ "grad_norm": 0.9989836812019348,
946
+ "learning_rate": 0.0003,
947
+ "loss": 0.5703,
948
+ "step": 12000
949
+ },
950
+ {
951
+ "epoch": 11.108560936424144,
952
+ "grad_norm": 1.2236177921295166,
953
+ "learning_rate": 0.0003,
954
+ "loss": 0.4423,
955
+ "step": 12100
956
+ },
957
+ {
958
+ "epoch": 11.200367225154924,
959
+ "grad_norm": 1.0680415630340576,
960
+ "learning_rate": 0.0003,
961
+ "loss": 0.4644,
962
+ "step": 12200
963
+ },
964
+ {
965
+ "epoch": 11.292173513885702,
966
+ "grad_norm": 1.3059639930725098,
967
+ "learning_rate": 0.0003,
968
+ "loss": 0.4797,
969
+ "step": 12300
970
+ },
971
+ {
972
+ "epoch": 11.38397980261648,
973
+ "grad_norm": 1.1068886518478394,
974
+ "learning_rate": 0.0003,
975
+ "loss": 0.4968,
976
+ "step": 12400
977
+ },
978
+ {
979
+ "epoch": 11.475786091347258,
980
+ "grad_norm": 1.2058519124984741,
981
+ "learning_rate": 0.0003,
982
+ "loss": 0.5027,
983
+ "step": 12500
984
+ },
985
+ {
986
+ "epoch": 11.567592380078036,
987
+ "grad_norm": 1.222372055053711,
988
+ "learning_rate": 0.0003,
989
+ "loss": 0.5157,
990
+ "step": 12600
991
+ },
992
+ {
993
+ "epoch": 11.659398668808814,
994
+ "grad_norm": 1.2184628248214722,
995
+ "learning_rate": 0.0003,
996
+ "loss": 0.531,
997
+ "step": 12700
998
+ },
999
+ {
1000
+ "epoch": 11.751204957539592,
1001
+ "grad_norm": 1.1435773372650146,
1002
+ "learning_rate": 0.0003,
1003
+ "loss": 0.5436,
1004
+ "step": 12800
1005
+ },
1006
+ {
1007
+ "epoch": 11.84301124627037,
1008
+ "grad_norm": 1.3586217164993286,
1009
+ "learning_rate": 0.0003,
1010
+ "loss": 0.5591,
1011
+ "step": 12900
1012
+ },
1013
+ {
1014
+ "epoch": 11.934817535001148,
1015
+ "grad_norm": 1.2372316122055054,
1016
+ "learning_rate": 0.0003,
1017
+ "loss": 0.5618,
1018
+ "step": 13000
1019
+ },
1020
+ {
1021
+ "epoch": 12.0,
1022
+ "eval_accuracy": 0.517015873015873,
1023
+ "eval_loss": 3.031684160232544,
1024
+ "eval_runtime": 5.7443,
1025
+ "eval_samples_per_second": 87.043,
1026
+ "eval_steps_per_second": 10.967,
1027
+ "step": 13071
1028
+ },
1029
+ {
1030
+ "epoch": 12.026623823731926,
1031
+ "grad_norm": 1.0793490409851074,
1032
+ "learning_rate": 0.0003,
1033
+ "loss": 0.531,
1034
+ "step": 13100
1035
+ },
1036
+ {
1037
+ "epoch": 12.118430112462704,
1038
+ "grad_norm": 1.0374959707260132,
1039
+ "learning_rate": 0.0003,
1040
+ "loss": 0.4188,
1041
+ "step": 13200
1042
+ },
1043
+ {
1044
+ "epoch": 12.210236401193482,
1045
+ "grad_norm": 1.1079918146133423,
1046
+ "learning_rate": 0.0003,
1047
+ "loss": 0.4472,
1048
+ "step": 13300
1049
+ },
1050
+ {
1051
+ "epoch": 12.30204268992426,
1052
+ "grad_norm": 1.2988286018371582,
1053
+ "learning_rate": 0.0003,
1054
+ "loss": 0.4579,
1055
+ "step": 13400
1056
+ },
1057
+ {
1058
+ "epoch": 12.393848978655038,
1059
+ "grad_norm": 1.110042691230774,
1060
+ "learning_rate": 0.0003,
1061
+ "loss": 0.4741,
1062
+ "step": 13500
1063
+ },
1064
+ {
1065
+ "epoch": 12.485655267385816,
1066
+ "grad_norm": 1.2625929117202759,
1067
+ "learning_rate": 0.0003,
1068
+ "loss": 0.4879,
1069
+ "step": 13600
1070
+ },
1071
+ {
1072
+ "epoch": 12.577461556116594,
1073
+ "grad_norm": 1.1651537418365479,
1074
+ "learning_rate": 0.0003,
1075
+ "loss": 0.4988,
1076
+ "step": 13700
1077
+ },
1078
+ {
1079
+ "epoch": 12.669267844847372,
1080
+ "grad_norm": 1.2762588262557983,
1081
+ "learning_rate": 0.0003,
1082
+ "loss": 0.5068,
1083
+ "step": 13800
1084
+ },
1085
+ {
1086
+ "epoch": 12.76107413357815,
1087
+ "grad_norm": 1.3166848421096802,
1088
+ "learning_rate": 0.0003,
1089
+ "loss": 0.5279,
1090
+ "step": 13900
1091
+ },
1092
+ {
1093
+ "epoch": 12.852880422308928,
1094
+ "grad_norm": 1.3245456218719482,
1095
+ "learning_rate": 0.0003,
1096
+ "loss": 0.5316,
1097
+ "step": 14000
1098
+ },
1099
+ {
1100
+ "epoch": 12.944686711039706,
1101
+ "grad_norm": 1.2448067665100098,
1102
+ "learning_rate": 0.0003,
1103
+ "loss": 0.5464,
1104
+ "step": 14100
1105
+ },
1106
+ {
1107
+ "epoch": 12.999770484278173,
1108
+ "eval_accuracy": 0.5166984126984127,
1109
+ "eval_loss": 3.0685949325561523,
1110
+ "eval_runtime": 5.5092,
1111
+ "eval_samples_per_second": 90.758,
1112
+ "eval_steps_per_second": 11.435,
1113
+ "step": 14160
1114
+ },
1115
+ {
1116
+ "epoch": 13.036492999770484,
1117
+ "grad_norm": 1.0070549249649048,
1118
+ "learning_rate": 0.0003,
1119
+ "loss": 0.4909,
1120
+ "step": 14200
1121
+ },
1122
+ {
1123
+ "epoch": 13.128299288501262,
1124
+ "grad_norm": 1.078823447227478,
1125
+ "learning_rate": 0.0003,
1126
+ "loss": 0.4126,
1127
+ "step": 14300
1128
+ },
1129
+ {
1130
+ "epoch": 13.22010557723204,
1131
+ "grad_norm": 1.2008830308914185,
1132
+ "learning_rate": 0.0003,
1133
+ "loss": 0.4279,
1134
+ "step": 14400
1135
+ },
1136
+ {
1137
+ "epoch": 13.311911865962818,
1138
+ "grad_norm": 1.258834958076477,
1139
+ "learning_rate": 0.0003,
1140
+ "loss": 0.445,
1141
+ "step": 14500
1142
+ },
1143
+ {
1144
+ "epoch": 13.403718154693596,
1145
+ "grad_norm": 1.2432317733764648,
1146
+ "learning_rate": 0.0003,
1147
+ "loss": 0.4563,
1148
+ "step": 14600
1149
+ },
1150
+ {
1151
+ "epoch": 13.495524443424374,
1152
+ "grad_norm": 1.2906520366668701,
1153
+ "learning_rate": 0.0003,
1154
+ "loss": 0.47,
1155
+ "step": 14700
1156
+ },
1157
+ {
1158
+ "epoch": 13.587330732155152,
1159
+ "grad_norm": 1.2167085409164429,
1160
+ "learning_rate": 0.0003,
1161
+ "loss": 0.481,
1162
+ "step": 14800
1163
+ },
1164
+ {
1165
+ "epoch": 13.67913702088593,
1166
+ "grad_norm": 1.3750929832458496,
1167
+ "learning_rate": 0.0003,
1168
+ "loss": 0.4949,
1169
+ "step": 14900
1170
+ },
1171
+ {
1172
+ "epoch": 13.770943309616708,
1173
+ "grad_norm": 1.3509438037872314,
1174
+ "learning_rate": 0.0003,
1175
+ "loss": 0.5036,
1176
+ "step": 15000
1177
+ },
1178
+ {
1179
+ "epoch": 13.862749598347486,
1180
+ "grad_norm": 1.2090297937393188,
1181
+ "learning_rate": 0.0003,
1182
+ "loss": 0.5101,
1183
+ "step": 15100
1184
+ },
1185
+ {
1186
+ "epoch": 13.954555887078264,
1187
+ "grad_norm": 1.3497878313064575,
1188
+ "learning_rate": 0.0003,
1189
+ "loss": 0.5243,
1190
+ "step": 15200
1191
+ },
1192
+ {
1193
+ "epoch": 13.999540968556346,
1194
+ "eval_accuracy": 0.5148571428571429,
1195
+ "eval_loss": 3.0829057693481445,
1196
+ "eval_runtime": 5.7223,
1197
+ "eval_samples_per_second": 87.377,
1198
+ "eval_steps_per_second": 11.01,
1199
+ "step": 15249
1200
+ },
1201
+ {
1202
+ "epoch": 14.046362175809042,
1203
+ "grad_norm": 1.0588971376419067,
1204
+ "learning_rate": 0.0003,
1205
+ "loss": 0.458,
1206
+ "step": 15300
1207
+ },
1208
+ {
1209
+ "epoch": 14.13816846453982,
1210
+ "grad_norm": 1.2202554941177368,
1211
+ "learning_rate": 0.0003,
1212
+ "loss": 0.3978,
1213
+ "step": 15400
1214
+ },
1215
+ {
1216
+ "epoch": 14.229974753270598,
1217
+ "grad_norm": 1.2965370416641235,
1218
+ "learning_rate": 0.0003,
1219
+ "loss": 0.4225,
1220
+ "step": 15500
1221
+ },
1222
+ {
1223
+ "epoch": 14.321781042001376,
1224
+ "grad_norm": 1.2187902927398682,
1225
+ "learning_rate": 0.0003,
1226
+ "loss": 0.4312,
1227
+ "step": 15600
1228
+ },
1229
+ {
1230
+ "epoch": 14.413587330732156,
1231
+ "grad_norm": 1.2526473999023438,
1232
+ "learning_rate": 0.0003,
1233
+ "loss": 0.4479,
1234
+ "step": 15700
1235
+ },
1236
+ {
1237
+ "epoch": 14.505393619462934,
1238
+ "grad_norm": 1.1553575992584229,
1239
+ "learning_rate": 0.0003,
1240
+ "loss": 0.4589,
1241
+ "step": 15800
1242
+ },
1243
+ {
1244
+ "epoch": 14.597199908193712,
1245
+ "grad_norm": 1.2674176692962646,
1246
+ "learning_rate": 0.0003,
1247
+ "loss": 0.4654,
1248
+ "step": 15900
1249
+ },
1250
+ {
1251
+ "epoch": 14.68900619692449,
1252
+ "grad_norm": 1.2161575555801392,
1253
+ "learning_rate": 0.0003,
1254
+ "loss": 0.475,
1255
+ "step": 16000
1256
+ },
1257
+ {
1258
+ "epoch": 14.780812485655268,
1259
+ "grad_norm": 1.078759789466858,
1260
+ "learning_rate": 0.0003,
1261
+ "loss": 0.4919,
1262
+ "step": 16100
1263
+ },
1264
+ {
1265
+ "epoch": 14.872618774386046,
1266
+ "grad_norm": 1.3057931661605835,
1267
+ "learning_rate": 0.0003,
1268
+ "loss": 0.4965,
1269
+ "step": 16200
1270
+ },
1271
+ {
1272
+ "epoch": 14.964425063116824,
1273
+ "grad_norm": 1.212488055229187,
1274
+ "learning_rate": 0.0003,
1275
+ "loss": 0.5066,
1276
+ "step": 16300
1277
+ },
1278
+ {
1279
+ "epoch": 14.999311452834519,
1280
+ "eval_accuracy": 0.5127301587301587,
1281
+ "eval_loss": 3.0957658290863037,
1282
+ "eval_runtime": 6.0214,
1283
+ "eval_samples_per_second": 83.037,
1284
+ "eval_steps_per_second": 10.463,
1285
+ "step": 16338
1286
+ },
1287
+ {
1288
+ "epoch": 15.056231351847602,
1289
+ "grad_norm": 0.9950692653656006,
1290
+ "learning_rate": 0.0003,
1291
+ "loss": 0.4266,
1292
+ "step": 16400
1293
+ },
1294
+ {
1295
+ "epoch": 15.14803764057838,
1296
+ "grad_norm": 1.0924224853515625,
1297
+ "learning_rate": 0.0003,
1298
+ "loss": 0.3937,
1299
+ "step": 16500
1300
+ },
1301
+ {
1302
+ "epoch": 15.239843929309158,
1303
+ "grad_norm": 1.1368046998977661,
1304
+ "learning_rate": 0.0003,
1305
+ "loss": 0.4018,
1306
+ "step": 16600
1307
+ },
1308
+ {
1309
+ "epoch": 15.331650218039936,
1310
+ "grad_norm": 1.1744548082351685,
1311
+ "learning_rate": 0.0003,
1312
+ "loss": 0.4195,
1313
+ "step": 16700
1314
+ },
1315
+ {
1316
+ "epoch": 15.423456506770714,
1317
+ "grad_norm": 1.1728862524032593,
1318
+ "learning_rate": 0.0003,
1319
+ "loss": 0.4324,
1320
+ "step": 16800
1321
+ },
1322
+ {
1323
+ "epoch": 15.515262795501492,
1324
+ "grad_norm": 1.2837214469909668,
1325
+ "learning_rate": 0.0003,
1326
+ "loss": 0.4444,
1327
+ "step": 16900
1328
+ },
1329
+ {
1330
+ "epoch": 15.60706908423227,
1331
+ "grad_norm": 1.2437090873718262,
1332
+ "learning_rate": 0.0003,
1333
+ "loss": 0.4551,
1334
+ "step": 17000
1335
+ },
1336
+ {
1337
+ "epoch": 15.698875372963048,
1338
+ "grad_norm": 1.2437779903411865,
1339
+ "learning_rate": 0.0003,
1340
+ "loss": 0.4676,
1341
+ "step": 17100
1342
+ },
1343
+ {
1344
+ "epoch": 15.790681661693826,
1345
+ "grad_norm": 1.182637095451355,
1346
+ "learning_rate": 0.0003,
1347
+ "loss": 0.478,
1348
+ "step": 17200
1349
+ },
1350
+ {
1351
+ "epoch": 15.882487950424604,
1352
+ "grad_norm": 1.199127435684204,
1353
+ "learning_rate": 0.0003,
1354
+ "loss": 0.4881,
1355
+ "step": 17300
1356
+ },
1357
+ {
1358
+ "epoch": 15.974294239155382,
1359
+ "grad_norm": 1.251943826675415,
1360
+ "learning_rate": 0.0003,
1361
+ "loss": 0.4947,
1362
+ "step": 17400
1363
+ },
1364
+ {
1365
+ "epoch": 16.0,
1366
+ "eval_accuracy": 0.5152698412698413,
1367
+ "eval_loss": 3.0920920372009277,
1368
+ "eval_runtime": 5.478,
1369
+ "eval_samples_per_second": 91.273,
1370
+ "eval_steps_per_second": 11.5,
1371
+ "step": 17428
1372
+ },
1373
+ {
1374
+ "epoch": 16.06610052788616,
1375
+ "grad_norm": 1.2216734886169434,
1376
+ "learning_rate": 0.0003,
1377
+ "loss": 0.4103,
1378
+ "step": 17500
1379
+ },
1380
+ {
1381
+ "epoch": 16.15790681661694,
1382
+ "grad_norm": 1.1105889081954956,
1383
+ "learning_rate": 0.0003,
1384
+ "loss": 0.3818,
1385
+ "step": 17600
1386
+ },
1387
+ {
1388
+ "epoch": 16.249713105347716,
1389
+ "grad_norm": 1.1674516201019287,
1390
+ "learning_rate": 0.0003,
1391
+ "loss": 0.3983,
1392
+ "step": 17700
1393
+ },
1394
+ {
1395
+ "epoch": 16.341519394078496,
1396
+ "grad_norm": 1.0942326784133911,
1397
+ "learning_rate": 0.0003,
1398
+ "loss": 0.4102,
1399
+ "step": 17800
1400
+ },
1401
+ {
1402
+ "epoch": 16.433325682809272,
1403
+ "grad_norm": 1.0696207284927368,
1404
+ "learning_rate": 0.0003,
1405
+ "loss": 0.4188,
1406
+ "step": 17900
1407
+ },
1408
+ {
1409
+ "epoch": 16.525131971540052,
1410
+ "grad_norm": 1.3964133262634277,
1411
+ "learning_rate": 0.0003,
1412
+ "loss": 0.434,
1413
+ "step": 18000
1414
+ },
1415
+ {
1416
+ "epoch": 16.616938260270828,
1417
+ "grad_norm": 1.2896054983139038,
1418
+ "learning_rate": 0.0003,
1419
+ "loss": 0.4465,
1420
+ "step": 18100
1421
+ },
1422
+ {
1423
+ "epoch": 16.708744549001608,
1424
+ "grad_norm": 1.2668951749801636,
1425
+ "learning_rate": 0.0003,
1426
+ "loss": 0.4544,
1427
+ "step": 18200
1428
+ },
1429
+ {
1430
+ "epoch": 16.800550837732384,
1431
+ "grad_norm": 1.2267131805419922,
1432
+ "learning_rate": 0.0003,
1433
+ "loss": 0.4647,
1434
+ "step": 18300
1435
+ },
1436
+ {
1437
+ "epoch": 16.892357126463164,
1438
+ "grad_norm": 1.5275602340698242,
1439
+ "learning_rate": 0.0003,
1440
+ "loss": 0.4756,
1441
+ "step": 18400
1442
+ },
1443
+ {
1444
+ "epoch": 16.98416341519394,
1445
+ "grad_norm": 1.2730522155761719,
1446
+ "learning_rate": 0.0003,
1447
+ "loss": 0.4841,
1448
+ "step": 18500
1449
+ },
1450
+ {
1451
+ "epoch": 16.999770484278173,
1452
+ "eval_accuracy": 0.5162222222222222,
1453
+ "eval_loss": 3.116957902908325,
1454
+ "eval_runtime": 5.4049,
1455
+ "eval_samples_per_second": 92.509,
1456
+ "eval_steps_per_second": 11.656,
1457
+ "step": 18517
1458
+ },
1459
+ {
1460
+ "epoch": 17.07596970392472,
1461
+ "grad_norm": 1.0755029916763306,
1462
+ "learning_rate": 0.0003,
1463
+ "loss": 0.382,
1464
+ "step": 18600
1465
+ },
1466
+ {
1467
+ "epoch": 17.167775992655496,
1468
+ "grad_norm": 1.0808229446411133,
1469
+ "learning_rate": 0.0003,
1470
+ "loss": 0.3769,
1471
+ "step": 18700
1472
+ },
1473
+ {
1474
+ "epoch": 17.259582281386276,
1475
+ "grad_norm": 1.1092764139175415,
1476
+ "learning_rate": 0.0003,
1477
+ "loss": 0.3884,
1478
+ "step": 18800
1479
+ },
1480
+ {
1481
+ "epoch": 17.351388570117052,
1482
+ "grad_norm": 1.169694423675537,
1483
+ "learning_rate": 0.0003,
1484
+ "loss": 0.4039,
1485
+ "step": 18900
1486
+ },
1487
+ {
1488
+ "epoch": 17.443194858847832,
1489
+ "grad_norm": 1.2209644317626953,
1490
+ "learning_rate": 0.0003,
1491
+ "loss": 0.419,
1492
+ "step": 19000
1493
+ },
1494
+ {
1495
+ "epoch": 17.53500114757861,
1496
+ "grad_norm": 1.3729647397994995,
1497
+ "learning_rate": 0.0003,
1498
+ "loss": 0.4292,
1499
+ "step": 19100
1500
+ },
1501
+ {
1502
+ "epoch": 17.626807436309388,
1503
+ "grad_norm": 1.1597981452941895,
1504
+ "learning_rate": 0.0003,
1505
+ "loss": 0.4326,
1506
+ "step": 19200
1507
+ },
1508
+ {
1509
+ "epoch": 17.718613725040164,
1510
+ "grad_norm": 1.608828067779541,
1511
+ "learning_rate": 0.0003,
1512
+ "loss": 0.4511,
1513
+ "step": 19300
1514
+ },
1515
+ {
1516
+ "epoch": 17.810420013770944,
1517
+ "grad_norm": 1.3395555019378662,
1518
+ "learning_rate": 0.0003,
1519
+ "loss": 0.4542,
1520
+ "step": 19400
1521
+ },
1522
+ {
1523
+ "epoch": 17.90222630250172,
1524
+ "grad_norm": 1.3384451866149902,
1525
+ "learning_rate": 0.0003,
1526
+ "loss": 0.4609,
1527
+ "step": 19500
1528
+ },
1529
+ {
1530
+ "epoch": 17.9940325912325,
1531
+ "grad_norm": 1.3556160926818848,
1532
+ "learning_rate": 0.0003,
1533
+ "loss": 0.4727,
1534
+ "step": 19600
1535
+ },
1536
+ {
1537
+ "epoch": 17.999540968556346,
1538
+ "eval_accuracy": 0.5172063492063492,
1539
+ "eval_loss": 3.137547492980957,
1540
+ "eval_runtime": 5.667,
1541
+ "eval_samples_per_second": 88.231,
1542
+ "eval_steps_per_second": 11.117,
1543
+ "step": 19606
1544
+ },
1545
+ {
1546
+ "epoch": 18.085838879963276,
1547
+ "grad_norm": 1.1512075662612915,
1548
+ "learning_rate": 0.0003,
1549
+ "loss": 0.3544,
1550
+ "step": 19700
1551
+ },
1552
+ {
1553
+ "epoch": 18.177645168694056,
1554
+ "grad_norm": 1.1157560348510742,
1555
+ "learning_rate": 0.0003,
1556
+ "loss": 0.3698,
1557
+ "step": 19800
1558
+ },
1559
+ {
1560
+ "epoch": 18.269451457424832,
1561
+ "grad_norm": 1.0202255249023438,
1562
+ "learning_rate": 0.0003,
1563
+ "loss": 0.3897,
1564
+ "step": 19900
1565
+ },
1566
+ {
1567
+ "epoch": 18.361257746155612,
1568
+ "grad_norm": 1.1312451362609863,
1569
+ "learning_rate": 0.0003,
1570
+ "loss": 0.3938,
1571
+ "step": 20000
1572
+ },
1573
+ {
1574
+ "epoch": 18.45306403488639,
1575
+ "grad_norm": 1.5055644512176514,
1576
+ "learning_rate": 0.0003,
1577
+ "loss": 0.4062,
1578
+ "step": 20100
1579
+ },
1580
+ {
1581
+ "epoch": 18.544870323617168,
1582
+ "grad_norm": 1.3119601011276245,
1583
+ "learning_rate": 0.0003,
1584
+ "loss": 0.4172,
1585
+ "step": 20200
1586
+ },
1587
+ {
1588
+ "epoch": 18.636676612347944,
1589
+ "grad_norm": 1.229153037071228,
1590
+ "learning_rate": 0.0003,
1591
+ "loss": 0.4294,
1592
+ "step": 20300
1593
+ },
1594
+ {
1595
+ "epoch": 18.728482901078724,
1596
+ "grad_norm": 1.1669813394546509,
1597
+ "learning_rate": 0.0003,
1598
+ "loss": 0.4396,
1599
+ "step": 20400
1600
+ },
1601
+ {
1602
+ "epoch": 18.8202891898095,
1603
+ "grad_norm": 1.4410171508789062,
1604
+ "learning_rate": 0.0003,
1605
+ "loss": 0.4459,
1606
+ "step": 20500
1607
+ },
1608
+ {
1609
+ "epoch": 18.91209547854028,
1610
+ "grad_norm": 1.4326797723770142,
1611
+ "learning_rate": 0.0003,
1612
+ "loss": 0.4634,
1613
+ "step": 20600
1614
+ },
1615
+ {
1616
+ "epoch": 18.99931145283452,
1617
+ "eval_accuracy": 0.514984126984127,
1618
+ "eval_loss": 3.132270097732544,
1619
+ "eval_runtime": 5.3564,
1620
+ "eval_samples_per_second": 93.346,
1621
+ "eval_steps_per_second": 11.762,
1622
+ "step": 20695
1623
+ },
1624
+ {
1625
+ "epoch": 19.003901767271056,
1626
+ "grad_norm": 1.1022387742996216,
1627
+ "learning_rate": 0.0003,
1628
+ "loss": 0.461,
1629
+ "step": 20700
1630
+ },
1631
+ {
1632
+ "epoch": 19.095708056001836,
1633
+ "grad_norm": 1.2258243560791016,
1634
+ "learning_rate": 0.0003,
1635
+ "loss": 0.3484,
1636
+ "step": 20800
1637
+ },
1638
+ {
1639
+ "epoch": 19.187514344732612,
1640
+ "grad_norm": 1.2331010103225708,
1641
+ "learning_rate": 0.0003,
1642
+ "loss": 0.3623,
1643
+ "step": 20900
1644
+ },
1645
+ {
1646
+ "epoch": 19.279320633463392,
1647
+ "grad_norm": 1.1330702304840088,
1648
+ "learning_rate": 0.0003,
1649
+ "loss": 0.3792,
1650
+ "step": 21000
1651
+ },
1652
+ {
1653
+ "epoch": 19.371126922194172,
1654
+ "grad_norm": 1.272649884223938,
1655
+ "learning_rate": 0.0003,
1656
+ "loss": 0.3929,
1657
+ "step": 21100
1658
+ },
1659
+ {
1660
+ "epoch": 19.462933210924948,
1661
+ "grad_norm": 1.1329351663589478,
1662
+ "learning_rate": 0.0003,
1663
+ "loss": 0.4027,
1664
+ "step": 21200
1665
+ },
1666
+ {
1667
+ "epoch": 19.554739499655728,
1668
+ "grad_norm": 1.2024905681610107,
1669
+ "learning_rate": 0.0003,
1670
+ "loss": 0.4081,
1671
+ "step": 21300
1672
+ },
1673
+ {
1674
+ "epoch": 19.646545788386504,
1675
+ "grad_norm": 1.2089053392410278,
1676
+ "learning_rate": 0.0003,
1677
+ "loss": 0.4156,
1678
+ "step": 21400
1679
+ },
1680
+ {
1681
+ "epoch": 19.738352077117284,
1682
+ "grad_norm": 1.2542715072631836,
1683
+ "learning_rate": 0.0003,
1684
+ "loss": 0.4377,
1685
+ "step": 21500
1686
+ },
1687
+ {
1688
+ "epoch": 19.83015836584806,
1689
+ "grad_norm": 1.5096327066421509,
1690
+ "learning_rate": 0.0003,
1691
+ "loss": 0.4446,
1692
+ "step": 21600
1693
+ },
1694
+ {
1695
+ "epoch": 19.92196465457884,
1696
+ "grad_norm": 1.2375317811965942,
1697
+ "learning_rate": 0.0003,
1698
+ "loss": 0.4468,
1699
+ "step": 21700
1700
+ },
1701
+ {
1702
+ "epoch": 19.995409685563462,
1703
+ "eval_accuracy": 0.5165079365079365,
1704
+ "eval_loss": 3.163097381591797,
1705
+ "eval_runtime": 5.9319,
1706
+ "eval_samples_per_second": 84.29,
1707
+ "eval_steps_per_second": 10.62,
1708
+ "step": 21780
1709
+ },
1710
+ {
1711
+ "epoch": 19.995409685563462,
1712
+ "step": 21780,
1713
+ "total_flos": 1.5026894410916823e+18,
1714
+ "train_loss": 0.737595841904317,
1715
+ "train_runtime": 47608.6465,
1716
+ "train_samples_per_second": 14.642,
1717
+ "train_steps_per_second": 0.457
1718
+ }
1719
+ ],
1720
+ "logging_steps": 100,
1721
+ "max_steps": 21780,
1722
+ "num_input_tokens_seen": 0,
1723
+ "num_train_epochs": 20,
1724
+ "save_steps": 500,
1725
+ "total_flos": 1.5026894410916823e+18,
1726
+ "train_batch_size": 1,
1727
+ "trial_name": null,
1728
+ "trial_params": null
1729
+ }