tyzhu commited on
Commit
8c84ff2
1 Parent(s): c8e07b0

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_recite_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_recite_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: 0.4756
22
  - Accuracy: 0.7764
 
3
  base_model: Qwen/Qwen1.5-4B
4
  tags:
5
  - generated_from_trainer
6
+ datasets:
7
+ - tyzhu/lmind_hotpot_train8000_eval7405_v1_recite_qa
8
  metrics:
9
  - accuracy
10
  model-index:
11
  - name: lmind_hotpot_train8000_eval7405_v1_recite_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_recite_qa
18
+ type: tyzhu/lmind_hotpot_train8000_eval7405_v1_recite_qa
19
+ metrics:
20
+ - name: Accuracy
21
+ type: accuracy
22
+ value: 0.7763580786026201
23
  library_name: peft
24
  ---
25
 
 
28
 
29
  # lmind_hotpot_train8000_eval7405_v1_recite_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_recite_qa dataset.
32
  It achieves the following results on the evaluation set:
33
  - Loss: 0.4756
34
  - Accuracy: 0.7764
all_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 19.995409685563462,
3
+ "eval_accuracy": 0.7763580786026201,
4
+ "eval_loss": 0.475557804107666,
5
+ "eval_runtime": 8.9022,
6
+ "eval_samples": 500,
7
+ "eval_samples_per_second": 56.166,
8
+ "eval_steps_per_second": 7.077,
9
+ "perplexity": 1.6089114046199746,
10
+ "total_flos": 2.2953223726028554e+18,
11
+ "train_loss": 0.5338389528903313,
12
+ "train_runtime": 46593.736,
13
+ "train_samples": 34854,
14
+ "train_samples_per_second": 14.961,
15
+ "train_steps_per_second": 0.467
16
+ }
eval_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 19.995409685563462,
3
+ "eval_accuracy": 0.7763580786026201,
4
+ "eval_loss": 0.475557804107666,
5
+ "eval_runtime": 8.9022,
6
+ "eval_samples": 500,
7
+ "eval_samples_per_second": 56.166,
8
+ "eval_steps_per_second": 7.077,
9
+ "perplexity": 1.6089114046199746
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": 2.2953223726028554e+18,
4
+ "train_loss": 0.5338389528903313,
5
+ "train_runtime": 46593.736,
6
+ "train_samples": 34854,
7
+ "train_samples_per_second": 14.961,
8
+ "train_steps_per_second": 0.467
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.229265034198761,
14
+ "learning_rate": 0.0003,
15
+ "loss": 1.6148,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 0.18361257746155613,
20
+ "grad_norm": 0.2753294110298157,
21
+ "learning_rate": 0.0003,
22
+ "loss": 1.5846,
23
+ "step": 200
24
+ },
25
+ {
26
+ "epoch": 0.2754188661923342,
27
+ "grad_norm": 0.2562897801399231,
28
+ "learning_rate": 0.0003,
29
+ "loss": 1.5631,
30
+ "step": 300
31
+ },
32
+ {
33
+ "epoch": 0.36722515492311225,
34
+ "grad_norm": 0.24621829390525818,
35
+ "learning_rate": 0.0003,
36
+ "loss": 1.5662,
37
+ "step": 400
38
+ },
39
+ {
40
+ "epoch": 0.4590314436538903,
41
+ "grad_norm": 0.2583877742290497,
42
+ "learning_rate": 0.0003,
43
+ "loss": 1.561,
44
+ "step": 500
45
+ },
46
+ {
47
+ "epoch": 0.5508377323846684,
48
+ "grad_norm": 0.275136262178421,
49
+ "learning_rate": 0.0003,
50
+ "loss": 1.5561,
51
+ "step": 600
52
+ },
53
+ {
54
+ "epoch": 0.6426440211154464,
55
+ "grad_norm": 0.2927466928958893,
56
+ "learning_rate": 0.0003,
57
+ "loss": 1.5552,
58
+ "step": 700
59
+ },
60
+ {
61
+ "epoch": 0.7344503098462245,
62
+ "grad_norm": 0.3323851525783539,
63
+ "learning_rate": 0.0003,
64
+ "loss": 1.5608,
65
+ "step": 800
66
+ },
67
+ {
68
+ "epoch": 0.8262565985770025,
69
+ "grad_norm": 0.33202576637268066,
70
+ "learning_rate": 0.0003,
71
+ "loss": 1.5254,
72
+ "step": 900
73
+ },
74
+ {
75
+ "epoch": 0.9180628873077806,
76
+ "grad_norm": 0.3486601412296295,
77
+ "learning_rate": 0.0003,
78
+ "loss": 1.5356,
79
+ "step": 1000
80
+ },
81
+ {
82
+ "epoch": 0.999770484278173,
83
+ "eval_accuracy": 0.6863755458515284,
84
+ "eval_loss": 1.3710707426071167,
85
+ "eval_runtime": 8.9317,
86
+ "eval_samples_per_second": 55.98,
87
+ "eval_steps_per_second": 7.054,
88
+ "step": 1089
89
+ },
90
+ {
91
+ "epoch": 1.0098691760385587,
92
+ "grad_norm": 0.34695035219192505,
93
+ "learning_rate": 0.0003,
94
+ "loss": 1.5044,
95
+ "step": 1100
96
+ },
97
+ {
98
+ "epoch": 1.1016754647693368,
99
+ "grad_norm": 0.3605581820011139,
100
+ "learning_rate": 0.0003,
101
+ "loss": 1.3328,
102
+ "step": 1200
103
+ },
104
+ {
105
+ "epoch": 1.1934817535001148,
106
+ "grad_norm": 0.37978020310401917,
107
+ "learning_rate": 0.0003,
108
+ "loss": 1.3246,
109
+ "step": 1300
110
+ },
111
+ {
112
+ "epoch": 1.2852880422308928,
113
+ "grad_norm": 0.40200668573379517,
114
+ "learning_rate": 0.0003,
115
+ "loss": 1.3183,
116
+ "step": 1400
117
+ },
118
+ {
119
+ "epoch": 1.377094330961671,
120
+ "grad_norm": 0.49451494216918945,
121
+ "learning_rate": 0.0003,
122
+ "loss": 1.3153,
123
+ "step": 1500
124
+ },
125
+ {
126
+ "epoch": 1.468900619692449,
127
+ "grad_norm": 0.4396137297153473,
128
+ "learning_rate": 0.0003,
129
+ "loss": 1.3301,
130
+ "step": 1600
131
+ },
132
+ {
133
+ "epoch": 1.560706908423227,
134
+ "grad_norm": 0.4403189718723297,
135
+ "learning_rate": 0.0003,
136
+ "loss": 1.2971,
137
+ "step": 1700
138
+ },
139
+ {
140
+ "epoch": 1.652513197154005,
141
+ "grad_norm": 0.4628995656967163,
142
+ "learning_rate": 0.0003,
143
+ "loss": 1.3159,
144
+ "step": 1800
145
+ },
146
+ {
147
+ "epoch": 1.744319485884783,
148
+ "grad_norm": 0.4826644957065582,
149
+ "learning_rate": 0.0003,
150
+ "loss": 1.3027,
151
+ "step": 1900
152
+ },
153
+ {
154
+ "epoch": 1.836125774615561,
155
+ "grad_norm": 0.48213547468185425,
156
+ "learning_rate": 0.0003,
157
+ "loss": 1.2977,
158
+ "step": 2000
159
+ },
160
+ {
161
+ "epoch": 1.9279320633463393,
162
+ "grad_norm": 0.5228666067123413,
163
+ "learning_rate": 0.0003,
164
+ "loss": 1.3102,
165
+ "step": 2100
166
+ },
167
+ {
168
+ "epoch": 1.999540968556346,
169
+ "eval_accuracy": 0.7020116448326056,
170
+ "eval_loss": 1.1752803325653076,
171
+ "eval_runtime": 8.9457,
172
+ "eval_samples_per_second": 55.892,
173
+ "eval_steps_per_second": 7.042,
174
+ "step": 2178
175
+ },
176
+ {
177
+ "epoch": 2.0197383520771175,
178
+ "grad_norm": 0.4973185360431671,
179
+ "learning_rate": 0.0003,
180
+ "loss": 1.2434,
181
+ "step": 2200
182
+ },
183
+ {
184
+ "epoch": 2.1115446408078955,
185
+ "grad_norm": 0.5200226902961731,
186
+ "learning_rate": 0.0003,
187
+ "loss": 1.0191,
188
+ "step": 2300
189
+ },
190
+ {
191
+ "epoch": 2.2033509295386735,
192
+ "grad_norm": 0.6249756217002869,
193
+ "learning_rate": 0.0003,
194
+ "loss": 1.0435,
195
+ "step": 2400
196
+ },
197
+ {
198
+ "epoch": 2.2951572182694515,
199
+ "grad_norm": 0.5348188877105713,
200
+ "learning_rate": 0.0003,
201
+ "loss": 1.0434,
202
+ "step": 2500
203
+ },
204
+ {
205
+ "epoch": 2.3869635070002295,
206
+ "grad_norm": 0.6106544733047485,
207
+ "learning_rate": 0.0003,
208
+ "loss": 1.0546,
209
+ "step": 2600
210
+ },
211
+ {
212
+ "epoch": 2.4787697957310075,
213
+ "grad_norm": 0.5895304679870605,
214
+ "learning_rate": 0.0003,
215
+ "loss": 1.0437,
216
+ "step": 2700
217
+ },
218
+ {
219
+ "epoch": 2.5705760844617855,
220
+ "grad_norm": 0.5809823274612427,
221
+ "learning_rate": 0.0003,
222
+ "loss": 1.0628,
223
+ "step": 2800
224
+ },
225
+ {
226
+ "epoch": 2.6623823731925635,
227
+ "grad_norm": 0.6009641289710999,
228
+ "learning_rate": 0.0003,
229
+ "loss": 1.0478,
230
+ "step": 2900
231
+ },
232
+ {
233
+ "epoch": 2.754188661923342,
234
+ "grad_norm": 0.679328978061676,
235
+ "learning_rate": 0.0003,
236
+ "loss": 1.0674,
237
+ "step": 3000
238
+ },
239
+ {
240
+ "epoch": 2.84599495065412,
241
+ "grad_norm": 0.5471652746200562,
242
+ "learning_rate": 0.0003,
243
+ "loss": 1.0462,
244
+ "step": 3100
245
+ },
246
+ {
247
+ "epoch": 2.937801239384898,
248
+ "grad_norm": 0.6065019965171814,
249
+ "learning_rate": 0.0003,
250
+ "loss": 1.0549,
251
+ "step": 3200
252
+ },
253
+ {
254
+ "epoch": 2.9993114528345193,
255
+ "eval_accuracy": 0.716448326055313,
256
+ "eval_loss": 1.0094784498214722,
257
+ "eval_runtime": 8.9265,
258
+ "eval_samples_per_second": 56.013,
259
+ "eval_steps_per_second": 7.058,
260
+ "step": 3267
261
+ },
262
+ {
263
+ "epoch": 3.029607528115676,
264
+ "grad_norm": 0.6480036973953247,
265
+ "learning_rate": 0.0003,
266
+ "loss": 0.9648,
267
+ "step": 3300
268
+ },
269
+ {
270
+ "epoch": 3.121413816846454,
271
+ "grad_norm": 0.7049514651298523,
272
+ "learning_rate": 0.0003,
273
+ "loss": 0.7919,
274
+ "step": 3400
275
+ },
276
+ {
277
+ "epoch": 3.213220105577232,
278
+ "grad_norm": 0.7723010182380676,
279
+ "learning_rate": 0.0003,
280
+ "loss": 0.804,
281
+ "step": 3500
282
+ },
283
+ {
284
+ "epoch": 3.30502639430801,
285
+ "grad_norm": 0.7994470596313477,
286
+ "learning_rate": 0.0003,
287
+ "loss": 0.8323,
288
+ "step": 3600
289
+ },
290
+ {
291
+ "epoch": 3.396832683038788,
292
+ "grad_norm": 0.7567194700241089,
293
+ "learning_rate": 0.0003,
294
+ "loss": 0.8261,
295
+ "step": 3700
296
+ },
297
+ {
298
+ "epoch": 3.488638971769566,
299
+ "grad_norm": 0.7832695245742798,
300
+ "learning_rate": 0.0003,
301
+ "loss": 0.8337,
302
+ "step": 3800
303
+ },
304
+ {
305
+ "epoch": 3.580445260500344,
306
+ "grad_norm": 0.7570985555648804,
307
+ "learning_rate": 0.0003,
308
+ "loss": 0.8334,
309
+ "step": 3900
310
+ },
311
+ {
312
+ "epoch": 3.672251549231122,
313
+ "grad_norm": 0.7717698216438293,
314
+ "learning_rate": 0.0003,
315
+ "loss": 0.8455,
316
+ "step": 4000
317
+ },
318
+ {
319
+ "epoch": 3.7640578379619005,
320
+ "grad_norm": 0.8522344827651978,
321
+ "learning_rate": 0.0003,
322
+ "loss": 0.8448,
323
+ "step": 4100
324
+ },
325
+ {
326
+ "epoch": 3.8558641266926785,
327
+ "grad_norm": 0.8296842575073242,
328
+ "learning_rate": 0.0003,
329
+ "loss": 0.8534,
330
+ "step": 4200
331
+ },
332
+ {
333
+ "epoch": 3.9476704154234565,
334
+ "grad_norm": 0.7863412499427795,
335
+ "learning_rate": 0.0003,
336
+ "loss": 0.8461,
337
+ "step": 4300
338
+ },
339
+ {
340
+ "epoch": 4.0,
341
+ "eval_accuracy": 0.7297409024745269,
342
+ "eval_loss": 0.8722099661827087,
343
+ "eval_runtime": 8.8823,
344
+ "eval_samples_per_second": 56.292,
345
+ "eval_steps_per_second": 7.093,
346
+ "step": 4357
347
+ },
348
+ {
349
+ "epoch": 4.039476704154235,
350
+ "grad_norm": 0.7983632683753967,
351
+ "learning_rate": 0.0003,
352
+ "loss": 0.7547,
353
+ "step": 4400
354
+ },
355
+ {
356
+ "epoch": 4.131282992885013,
357
+ "grad_norm": 0.699720561504364,
358
+ "learning_rate": 0.0003,
359
+ "loss": 0.618,
360
+ "step": 4500
361
+ },
362
+ {
363
+ "epoch": 4.223089281615791,
364
+ "grad_norm": 0.8726249933242798,
365
+ "learning_rate": 0.0003,
366
+ "loss": 0.6373,
367
+ "step": 4600
368
+ },
369
+ {
370
+ "epoch": 4.314895570346569,
371
+ "grad_norm": 0.8412553071975708,
372
+ "learning_rate": 0.0003,
373
+ "loss": 0.6582,
374
+ "step": 4700
375
+ },
376
+ {
377
+ "epoch": 4.406701859077347,
378
+ "grad_norm": 0.86082923412323,
379
+ "learning_rate": 0.0003,
380
+ "loss": 0.6612,
381
+ "step": 4800
382
+ },
383
+ {
384
+ "epoch": 4.498508147808125,
385
+ "grad_norm": 0.8449448943138123,
386
+ "learning_rate": 0.0003,
387
+ "loss": 0.6704,
388
+ "step": 4900
389
+ },
390
+ {
391
+ "epoch": 4.590314436538903,
392
+ "grad_norm": 0.9901677370071411,
393
+ "learning_rate": 0.0003,
394
+ "loss": 0.683,
395
+ "step": 5000
396
+ },
397
+ {
398
+ "epoch": 4.682120725269681,
399
+ "grad_norm": 0.884429395198822,
400
+ "learning_rate": 0.0003,
401
+ "loss": 0.6903,
402
+ "step": 5100
403
+ },
404
+ {
405
+ "epoch": 4.773927014000459,
406
+ "grad_norm": 0.8438558578491211,
407
+ "learning_rate": 0.0003,
408
+ "loss": 0.693,
409
+ "step": 5200
410
+ },
411
+ {
412
+ "epoch": 4.865733302731237,
413
+ "grad_norm": 0.8200265169143677,
414
+ "learning_rate": 0.0003,
415
+ "loss": 0.6986,
416
+ "step": 5300
417
+ },
418
+ {
419
+ "epoch": 4.957539591462015,
420
+ "grad_norm": 0.9410732984542847,
421
+ "learning_rate": 0.0003,
422
+ "loss": 0.701,
423
+ "step": 5400
424
+ },
425
+ {
426
+ "epoch": 4.999770484278173,
427
+ "eval_accuracy": 0.7405647743813683,
428
+ "eval_loss": 0.7641452550888062,
429
+ "eval_runtime": 8.8775,
430
+ "eval_samples_per_second": 56.322,
431
+ "eval_steps_per_second": 7.097,
432
+ "step": 5446
433
+ },
434
+ {
435
+ "epoch": 5.049345880192793,
436
+ "grad_norm": 0.8364540934562683,
437
+ "learning_rate": 0.0003,
438
+ "loss": 0.5945,
439
+ "step": 5500
440
+ },
441
+ {
442
+ "epoch": 5.141152168923571,
443
+ "grad_norm": 0.8985306620597839,
444
+ "learning_rate": 0.0003,
445
+ "loss": 0.5072,
446
+ "step": 5600
447
+ },
448
+ {
449
+ "epoch": 5.232958457654349,
450
+ "grad_norm": 0.9036381244659424,
451
+ "learning_rate": 0.0003,
452
+ "loss": 0.5187,
453
+ "step": 5700
454
+ },
455
+ {
456
+ "epoch": 5.324764746385127,
457
+ "grad_norm": 0.9836907386779785,
458
+ "learning_rate": 0.0003,
459
+ "loss": 0.5468,
460
+ "step": 5800
461
+ },
462
+ {
463
+ "epoch": 5.416571035115905,
464
+ "grad_norm": 0.8932607769966125,
465
+ "learning_rate": 0.0003,
466
+ "loss": 0.546,
467
+ "step": 5900
468
+ },
469
+ {
470
+ "epoch": 5.508377323846684,
471
+ "grad_norm": 0.9328716397285461,
472
+ "learning_rate": 0.0003,
473
+ "loss": 0.5636,
474
+ "step": 6000
475
+ },
476
+ {
477
+ "epoch": 5.600183612577462,
478
+ "grad_norm": 1.0993613004684448,
479
+ "learning_rate": 0.0003,
480
+ "loss": 0.567,
481
+ "step": 6100
482
+ },
483
+ {
484
+ "epoch": 5.69198990130824,
485
+ "grad_norm": 0.9644467830657959,
486
+ "learning_rate": 0.0003,
487
+ "loss": 0.5853,
488
+ "step": 6200
489
+ },
490
+ {
491
+ "epoch": 5.783796190039018,
492
+ "grad_norm": 1.0126985311508179,
493
+ "learning_rate": 0.0003,
494
+ "loss": 0.5883,
495
+ "step": 6300
496
+ },
497
+ {
498
+ "epoch": 5.875602478769796,
499
+ "grad_norm": 0.9119430184364319,
500
+ "learning_rate": 0.0003,
501
+ "loss": 0.5853,
502
+ "step": 6400
503
+ },
504
+ {
505
+ "epoch": 5.967408767500574,
506
+ "grad_norm": 0.88072669506073,
507
+ "learning_rate": 0.0003,
508
+ "loss": 0.5977,
509
+ "step": 6500
510
+ },
511
+ {
512
+ "epoch": 5.999540968556346,
513
+ "eval_accuracy": 0.7490451237263465,
514
+ "eval_loss": 0.6796724796295166,
515
+ "eval_runtime": 8.9191,
516
+ "eval_samples_per_second": 56.059,
517
+ "eval_steps_per_second": 7.063,
518
+ "step": 6535
519
+ },
520
+ {
521
+ "epoch": 6.059215056231352,
522
+ "grad_norm": 0.9065115451812744,
523
+ "learning_rate": 0.0003,
524
+ "loss": 0.4864,
525
+ "step": 6600
526
+ },
527
+ {
528
+ "epoch": 6.15102134496213,
529
+ "grad_norm": 0.8660620450973511,
530
+ "learning_rate": 0.0003,
531
+ "loss": 0.4337,
532
+ "step": 6700
533
+ },
534
+ {
535
+ "epoch": 6.242827633692908,
536
+ "grad_norm": 0.9163237810134888,
537
+ "learning_rate": 0.0003,
538
+ "loss": 0.4496,
539
+ "step": 6800
540
+ },
541
+ {
542
+ "epoch": 6.334633922423686,
543
+ "grad_norm": 0.8863268494606018,
544
+ "learning_rate": 0.0003,
545
+ "loss": 0.4626,
546
+ "step": 6900
547
+ },
548
+ {
549
+ "epoch": 6.426440211154464,
550
+ "grad_norm": 0.9574721455574036,
551
+ "learning_rate": 0.0003,
552
+ "loss": 0.4722,
553
+ "step": 7000
554
+ },
555
+ {
556
+ "epoch": 6.518246499885242,
557
+ "grad_norm": 1.096871256828308,
558
+ "learning_rate": 0.0003,
559
+ "loss": 0.4887,
560
+ "step": 7100
561
+ },
562
+ {
563
+ "epoch": 6.61005278861602,
564
+ "grad_norm": 1.0900388956069946,
565
+ "learning_rate": 0.0003,
566
+ "loss": 0.4958,
567
+ "step": 7200
568
+ },
569
+ {
570
+ "epoch": 6.701859077346798,
571
+ "grad_norm": 0.9678546190261841,
572
+ "learning_rate": 0.0003,
573
+ "loss": 0.4991,
574
+ "step": 7300
575
+ },
576
+ {
577
+ "epoch": 6.793665366077576,
578
+ "grad_norm": 1.0782684087753296,
579
+ "learning_rate": 0.0003,
580
+ "loss": 0.5068,
581
+ "step": 7400
582
+ },
583
+ {
584
+ "epoch": 6.885471654808354,
585
+ "grad_norm": 1.0213241577148438,
586
+ "learning_rate": 0.0003,
587
+ "loss": 0.512,
588
+ "step": 7500
589
+ },
590
+ {
591
+ "epoch": 6.977277943539132,
592
+ "grad_norm": 1.049910545349121,
593
+ "learning_rate": 0.0003,
594
+ "loss": 0.5238,
595
+ "step": 7600
596
+ },
597
+ {
598
+ "epoch": 6.999311452834519,
599
+ "eval_accuracy": 0.7558719068413392,
600
+ "eval_loss": 0.620939314365387,
601
+ "eval_runtime": 9.0834,
602
+ "eval_samples_per_second": 55.045,
603
+ "eval_steps_per_second": 6.936,
604
+ "step": 7624
605
+ },
606
+ {
607
+ "epoch": 7.06908423226991,
608
+ "grad_norm": 0.9470316767692566,
609
+ "learning_rate": 0.0003,
610
+ "loss": 0.4131,
611
+ "step": 7700
612
+ },
613
+ {
614
+ "epoch": 7.160890521000688,
615
+ "grad_norm": 0.8299586772918701,
616
+ "learning_rate": 0.0003,
617
+ "loss": 0.39,
618
+ "step": 7800
619
+ },
620
+ {
621
+ "epoch": 7.252696809731467,
622
+ "grad_norm": 0.9369521141052246,
623
+ "learning_rate": 0.0003,
624
+ "loss": 0.3953,
625
+ "step": 7900
626
+ },
627
+ {
628
+ "epoch": 7.344503098462245,
629
+ "grad_norm": 1.0843796730041504,
630
+ "learning_rate": 0.0003,
631
+ "loss": 0.4144,
632
+ "step": 8000
633
+ },
634
+ {
635
+ "epoch": 7.436309387193023,
636
+ "grad_norm": 0.9615817666053772,
637
+ "learning_rate": 0.0003,
638
+ "loss": 0.4266,
639
+ "step": 8100
640
+ },
641
+ {
642
+ "epoch": 7.528115675923801,
643
+ "grad_norm": 0.9017691612243652,
644
+ "learning_rate": 0.0003,
645
+ "loss": 0.4411,
646
+ "step": 8200
647
+ },
648
+ {
649
+ "epoch": 7.619921964654579,
650
+ "grad_norm": 1.0230755805969238,
651
+ "learning_rate": 0.0003,
652
+ "loss": 0.4392,
653
+ "step": 8300
654
+ },
655
+ {
656
+ "epoch": 7.711728253385357,
657
+ "grad_norm": 1.0185121297836304,
658
+ "learning_rate": 0.0003,
659
+ "loss": 0.4489,
660
+ "step": 8400
661
+ },
662
+ {
663
+ "epoch": 7.803534542116135,
664
+ "grad_norm": 1.003201961517334,
665
+ "learning_rate": 0.0003,
666
+ "loss": 0.4475,
667
+ "step": 8500
668
+ },
669
+ {
670
+ "epoch": 7.895340830846913,
671
+ "grad_norm": 0.8930547833442688,
672
+ "learning_rate": 0.0003,
673
+ "loss": 0.4569,
674
+ "step": 8600
675
+ },
676
+ {
677
+ "epoch": 7.987147119577691,
678
+ "grad_norm": 1.1096137762069702,
679
+ "learning_rate": 0.0003,
680
+ "loss": 0.4742,
681
+ "step": 8700
682
+ },
683
+ {
684
+ "epoch": 8.0,
685
+ "eval_accuracy": 0.7599941775836973,
686
+ "eval_loss": 0.5836606025695801,
687
+ "eval_runtime": 8.8891,
688
+ "eval_samples_per_second": 56.249,
689
+ "eval_steps_per_second": 7.087,
690
+ "step": 8714
691
+ },
692
+ {
693
+ "epoch": 8.07895340830847,
694
+ "grad_norm": 0.9343357086181641,
695
+ "learning_rate": 0.0003,
696
+ "loss": 0.3623,
697
+ "step": 8800
698
+ },
699
+ {
700
+ "epoch": 8.170759697039248,
701
+ "grad_norm": 1.0631523132324219,
702
+ "learning_rate": 0.0003,
703
+ "loss": 0.3456,
704
+ "step": 8900
705
+ },
706
+ {
707
+ "epoch": 8.262565985770026,
708
+ "grad_norm": 0.9419318437576294,
709
+ "learning_rate": 0.0003,
710
+ "loss": 0.3648,
711
+ "step": 9000
712
+ },
713
+ {
714
+ "epoch": 8.354372274500804,
715
+ "grad_norm": 0.8649080395698547,
716
+ "learning_rate": 0.0003,
717
+ "loss": 0.3758,
718
+ "step": 9100
719
+ },
720
+ {
721
+ "epoch": 8.446178563231582,
722
+ "grad_norm": 0.9168979525566101,
723
+ "learning_rate": 0.0003,
724
+ "loss": 0.3843,
725
+ "step": 9200
726
+ },
727
+ {
728
+ "epoch": 8.53798485196236,
729
+ "grad_norm": 0.9176032543182373,
730
+ "learning_rate": 0.0003,
731
+ "loss": 0.3942,
732
+ "step": 9300
733
+ },
734
+ {
735
+ "epoch": 8.629791140693138,
736
+ "grad_norm": 0.9991121292114258,
737
+ "learning_rate": 0.0003,
738
+ "loss": 0.4084,
739
+ "step": 9400
740
+ },
741
+ {
742
+ "epoch": 8.721597429423916,
743
+ "grad_norm": 1.0064568519592285,
744
+ "learning_rate": 0.0003,
745
+ "loss": 0.4115,
746
+ "step": 9500
747
+ },
748
+ {
749
+ "epoch": 8.813403718154694,
750
+ "grad_norm": 1.0827409029006958,
751
+ "learning_rate": 0.0003,
752
+ "loss": 0.4254,
753
+ "step": 9600
754
+ },
755
+ {
756
+ "epoch": 8.905210006885472,
757
+ "grad_norm": 1.1357035636901855,
758
+ "learning_rate": 0.0003,
759
+ "loss": 0.425,
760
+ "step": 9700
761
+ },
762
+ {
763
+ "epoch": 8.99701629561625,
764
+ "grad_norm": 1.0116100311279297,
765
+ "learning_rate": 0.0003,
766
+ "loss": 0.438,
767
+ "step": 9800
768
+ },
769
+ {
770
+ "epoch": 8.999770484278173,
771
+ "eval_accuracy": 0.7638136826783115,
772
+ "eval_loss": 0.5532092452049255,
773
+ "eval_runtime": 8.896,
774
+ "eval_samples_per_second": 56.205,
775
+ "eval_steps_per_second": 7.082,
776
+ "step": 9803
777
+ },
778
+ {
779
+ "epoch": 9.088822584347028,
780
+ "grad_norm": 0.943336546421051,
781
+ "learning_rate": 0.0003,
782
+ "loss": 0.3196,
783
+ "step": 9900
784
+ },
785
+ {
786
+ "epoch": 9.180628873077806,
787
+ "grad_norm": 0.966768205165863,
788
+ "learning_rate": 0.0003,
789
+ "loss": 0.3288,
790
+ "step": 10000
791
+ },
792
+ {
793
+ "epoch": 9.272435161808584,
794
+ "grad_norm": 1.0522419214248657,
795
+ "learning_rate": 0.0003,
796
+ "loss": 0.3416,
797
+ "step": 10100
798
+ },
799
+ {
800
+ "epoch": 9.364241450539362,
801
+ "grad_norm": 0.9877403378486633,
802
+ "learning_rate": 0.0003,
803
+ "loss": 0.3522,
804
+ "step": 10200
805
+ },
806
+ {
807
+ "epoch": 9.45604773927014,
808
+ "grad_norm": 1.1037845611572266,
809
+ "learning_rate": 0.0003,
810
+ "loss": 0.3595,
811
+ "step": 10300
812
+ },
813
+ {
814
+ "epoch": 9.547854028000918,
815
+ "grad_norm": 1.1503223180770874,
816
+ "learning_rate": 0.0003,
817
+ "loss": 0.3734,
818
+ "step": 10400
819
+ },
820
+ {
821
+ "epoch": 9.639660316731696,
822
+ "grad_norm": 1.0321091413497925,
823
+ "learning_rate": 0.0003,
824
+ "loss": 0.3808,
825
+ "step": 10500
826
+ },
827
+ {
828
+ "epoch": 9.731466605462474,
829
+ "grad_norm": 0.9578890204429626,
830
+ "learning_rate": 0.0003,
831
+ "loss": 0.3878,
832
+ "step": 10600
833
+ },
834
+ {
835
+ "epoch": 9.823272894193252,
836
+ "grad_norm": 1.0930492877960205,
837
+ "learning_rate": 0.0003,
838
+ "loss": 0.3943,
839
+ "step": 10700
840
+ },
841
+ {
842
+ "epoch": 9.91507918292403,
843
+ "grad_norm": 1.2598655223846436,
844
+ "learning_rate": 0.0003,
845
+ "loss": 0.402,
846
+ "step": 10800
847
+ },
848
+ {
849
+ "epoch": 9.999540968556346,
850
+ "eval_accuracy": 0.7663522561863173,
851
+ "eval_loss": 0.5331353545188904,
852
+ "eval_runtime": 8.8958,
853
+ "eval_samples_per_second": 56.206,
854
+ "eval_steps_per_second": 7.082,
855
+ "step": 10892
856
+ },
857
+ {
858
+ "epoch": 10.006885471654808,
859
+ "grad_norm": 0.9872549176216125,
860
+ "learning_rate": 0.0003,
861
+ "loss": 0.4016,
862
+ "step": 10900
863
+ },
864
+ {
865
+ "epoch": 10.098691760385586,
866
+ "grad_norm": 0.9196072220802307,
867
+ "learning_rate": 0.0003,
868
+ "loss": 0.2985,
869
+ "step": 11000
870
+ },
871
+ {
872
+ "epoch": 10.190498049116364,
873
+ "grad_norm": 0.9028146266937256,
874
+ "learning_rate": 0.0003,
875
+ "loss": 0.311,
876
+ "step": 11100
877
+ },
878
+ {
879
+ "epoch": 10.282304337847142,
880
+ "grad_norm": 0.9019381999969482,
881
+ "learning_rate": 0.0003,
882
+ "loss": 0.3199,
883
+ "step": 11200
884
+ },
885
+ {
886
+ "epoch": 10.37411062657792,
887
+ "grad_norm": 1.0821175575256348,
888
+ "learning_rate": 0.0003,
889
+ "loss": 0.3366,
890
+ "step": 11300
891
+ },
892
+ {
893
+ "epoch": 10.465916915308698,
894
+ "grad_norm": 0.9856448769569397,
895
+ "learning_rate": 0.0003,
896
+ "loss": 0.3391,
897
+ "step": 11400
898
+ },
899
+ {
900
+ "epoch": 10.557723204039476,
901
+ "grad_norm": 1.0605835914611816,
902
+ "learning_rate": 0.0003,
903
+ "loss": 0.3512,
904
+ "step": 11500
905
+ },
906
+ {
907
+ "epoch": 10.649529492770254,
908
+ "grad_norm": 0.9575846791267395,
909
+ "learning_rate": 0.0003,
910
+ "loss": 0.3546,
911
+ "step": 11600
912
+ },
913
+ {
914
+ "epoch": 10.741335781501032,
915
+ "grad_norm": 1.0335845947265625,
916
+ "learning_rate": 0.0003,
917
+ "loss": 0.3692,
918
+ "step": 11700
919
+ },
920
+ {
921
+ "epoch": 10.83314207023181,
922
+ "grad_norm": 1.131901502609253,
923
+ "learning_rate": 0.0003,
924
+ "loss": 0.3747,
925
+ "step": 11800
926
+ },
927
+ {
928
+ "epoch": 10.924948358962588,
929
+ "grad_norm": 0.9360109567642212,
930
+ "learning_rate": 0.0003,
931
+ "loss": 0.383,
932
+ "step": 11900
933
+ },
934
+ {
935
+ "epoch": 10.999311452834519,
936
+ "eval_accuracy": 0.7685181950509461,
937
+ "eval_loss": 0.5156339406967163,
938
+ "eval_runtime": 8.925,
939
+ "eval_samples_per_second": 56.022,
940
+ "eval_steps_per_second": 7.059,
941
+ "step": 11981
942
+ },
943
+ {
944
+ "epoch": 11.016754647693366,
945
+ "grad_norm": 0.8987607359886169,
946
+ "learning_rate": 0.0003,
947
+ "loss": 0.3677,
948
+ "step": 12000
949
+ },
950
+ {
951
+ "epoch": 11.108560936424144,
952
+ "grad_norm": 0.882723867893219,
953
+ "learning_rate": 0.0003,
954
+ "loss": 0.2865,
955
+ "step": 12100
956
+ },
957
+ {
958
+ "epoch": 11.200367225154924,
959
+ "grad_norm": 0.9493284821510315,
960
+ "learning_rate": 0.0003,
961
+ "loss": 0.2998,
962
+ "step": 12200
963
+ },
964
+ {
965
+ "epoch": 11.292173513885702,
966
+ "grad_norm": 0.9848419427871704,
967
+ "learning_rate": 0.0003,
968
+ "loss": 0.3062,
969
+ "step": 12300
970
+ },
971
+ {
972
+ "epoch": 11.38397980261648,
973
+ "grad_norm": 0.9860394597053528,
974
+ "learning_rate": 0.0003,
975
+ "loss": 0.3197,
976
+ "step": 12400
977
+ },
978
+ {
979
+ "epoch": 11.475786091347258,
980
+ "grad_norm": 1.246336579322815,
981
+ "learning_rate": 0.0003,
982
+ "loss": 0.3318,
983
+ "step": 12500
984
+ },
985
+ {
986
+ "epoch": 11.567592380078036,
987
+ "grad_norm": 1.0225517749786377,
988
+ "learning_rate": 0.0003,
989
+ "loss": 0.3333,
990
+ "step": 12600
991
+ },
992
+ {
993
+ "epoch": 11.659398668808814,
994
+ "grad_norm": 1.043228268623352,
995
+ "learning_rate": 0.0003,
996
+ "loss": 0.3496,
997
+ "step": 12700
998
+ },
999
+ {
1000
+ "epoch": 11.751204957539592,
1001
+ "grad_norm": 1.0331432819366455,
1002
+ "learning_rate": 0.0003,
1003
+ "loss": 0.3561,
1004
+ "step": 12800
1005
+ },
1006
+ {
1007
+ "epoch": 11.84301124627037,
1008
+ "grad_norm": 1.009142279624939,
1009
+ "learning_rate": 0.0003,
1010
+ "loss": 0.3591,
1011
+ "step": 12900
1012
+ },
1013
+ {
1014
+ "epoch": 11.934817535001148,
1015
+ "grad_norm": 0.9662990570068359,
1016
+ "learning_rate": 0.0003,
1017
+ "loss": 0.3627,
1018
+ "step": 13000
1019
+ },
1020
+ {
1021
+ "epoch": 12.0,
1022
+ "eval_accuracy": 0.7702008733624454,
1023
+ "eval_loss": 0.5070006251335144,
1024
+ "eval_runtime": 8.8961,
1025
+ "eval_samples_per_second": 56.204,
1026
+ "eval_steps_per_second": 7.082,
1027
+ "step": 13071
1028
+ },
1029
+ {
1030
+ "epoch": 12.026623823731926,
1031
+ "grad_norm": 0.8747033476829529,
1032
+ "learning_rate": 0.0003,
1033
+ "loss": 0.3406,
1034
+ "step": 13100
1035
+ },
1036
+ {
1037
+ "epoch": 12.118430112462704,
1038
+ "grad_norm": 1.044632911682129,
1039
+ "learning_rate": 0.0003,
1040
+ "loss": 0.2725,
1041
+ "step": 13200
1042
+ },
1043
+ {
1044
+ "epoch": 12.210236401193482,
1045
+ "grad_norm": 1.118489384651184,
1046
+ "learning_rate": 0.0003,
1047
+ "loss": 0.2867,
1048
+ "step": 13300
1049
+ },
1050
+ {
1051
+ "epoch": 12.30204268992426,
1052
+ "grad_norm": 1.1297811269760132,
1053
+ "learning_rate": 0.0003,
1054
+ "loss": 0.3031,
1055
+ "step": 13400
1056
+ },
1057
+ {
1058
+ "epoch": 12.393848978655038,
1059
+ "grad_norm": 1.005750298500061,
1060
+ "learning_rate": 0.0003,
1061
+ "loss": 0.308,
1062
+ "step": 13500
1063
+ },
1064
+ {
1065
+ "epoch": 12.485655267385816,
1066
+ "grad_norm": 1.1464134454727173,
1067
+ "learning_rate": 0.0003,
1068
+ "loss": 0.3173,
1069
+ "step": 13600
1070
+ },
1071
+ {
1072
+ "epoch": 12.577461556116594,
1073
+ "grad_norm": 1.0724166631698608,
1074
+ "learning_rate": 0.0003,
1075
+ "loss": 0.3263,
1076
+ "step": 13700
1077
+ },
1078
+ {
1079
+ "epoch": 12.669267844847372,
1080
+ "grad_norm": 0.9200640320777893,
1081
+ "learning_rate": 0.0003,
1082
+ "loss": 0.3348,
1083
+ "step": 13800
1084
+ },
1085
+ {
1086
+ "epoch": 12.76107413357815,
1087
+ "grad_norm": 1.012441635131836,
1088
+ "learning_rate": 0.0003,
1089
+ "loss": 0.34,
1090
+ "step": 13900
1091
+ },
1092
+ {
1093
+ "epoch": 12.852880422308928,
1094
+ "grad_norm": 1.1097270250320435,
1095
+ "learning_rate": 0.0003,
1096
+ "loss": 0.3515,
1097
+ "step": 14000
1098
+ },
1099
+ {
1100
+ "epoch": 12.944686711039706,
1101
+ "grad_norm": 1.0985119342803955,
1102
+ "learning_rate": 0.0003,
1103
+ "loss": 0.3521,
1104
+ "step": 14100
1105
+ },
1106
+ {
1107
+ "epoch": 12.999770484278173,
1108
+ "eval_accuracy": 0.7713799126637555,
1109
+ "eval_loss": 0.4984254539012909,
1110
+ "eval_runtime": 7.8448,
1111
+ "eval_samples_per_second": 63.737,
1112
+ "eval_steps_per_second": 8.031,
1113
+ "step": 14160
1114
+ },
1115
+ {
1116
+ "epoch": 13.036492999770484,
1117
+ "grad_norm": 0.8010920882225037,
1118
+ "learning_rate": 0.0003,
1119
+ "loss": 0.3178,
1120
+ "step": 14200
1121
+ },
1122
+ {
1123
+ "epoch": 13.128299288501262,
1124
+ "grad_norm": 0.7816724181175232,
1125
+ "learning_rate": 0.0003,
1126
+ "loss": 0.2667,
1127
+ "step": 14300
1128
+ },
1129
+ {
1130
+ "epoch": 13.22010557723204,
1131
+ "grad_norm": 0.9443672895431519,
1132
+ "learning_rate": 0.0003,
1133
+ "loss": 0.2779,
1134
+ "step": 14400
1135
+ },
1136
+ {
1137
+ "epoch": 13.311911865962818,
1138
+ "grad_norm": 0.9471251964569092,
1139
+ "learning_rate": 0.0003,
1140
+ "loss": 0.2889,
1141
+ "step": 14500
1142
+ },
1143
+ {
1144
+ "epoch": 13.403718154693596,
1145
+ "grad_norm": 1.0766810178756714,
1146
+ "learning_rate": 0.0003,
1147
+ "loss": 0.301,
1148
+ "step": 14600
1149
+ },
1150
+ {
1151
+ "epoch": 13.495524443424374,
1152
+ "grad_norm": 1.0341782569885254,
1153
+ "learning_rate": 0.0003,
1154
+ "loss": 0.3079,
1155
+ "step": 14700
1156
+ },
1157
+ {
1158
+ "epoch": 13.587330732155152,
1159
+ "grad_norm": 0.9588432312011719,
1160
+ "learning_rate": 0.0003,
1161
+ "loss": 0.3184,
1162
+ "step": 14800
1163
+ },
1164
+ {
1165
+ "epoch": 13.67913702088593,
1166
+ "grad_norm": 1.0522781610488892,
1167
+ "learning_rate": 0.0003,
1168
+ "loss": 0.3228,
1169
+ "step": 14900
1170
+ },
1171
+ {
1172
+ "epoch": 13.770943309616708,
1173
+ "grad_norm": 1.0346490144729614,
1174
+ "learning_rate": 0.0003,
1175
+ "loss": 0.33,
1176
+ "step": 15000
1177
+ },
1178
+ {
1179
+ "epoch": 13.862749598347486,
1180
+ "grad_norm": 1.129906177520752,
1181
+ "learning_rate": 0.0003,
1182
+ "loss": 0.3378,
1183
+ "step": 15100
1184
+ },
1185
+ {
1186
+ "epoch": 13.954555887078264,
1187
+ "grad_norm": 0.9843702912330627,
1188
+ "learning_rate": 0.0003,
1189
+ "loss": 0.344,
1190
+ "step": 15200
1191
+ },
1192
+ {
1193
+ "epoch": 13.999540968556346,
1194
+ "eval_accuracy": 0.7721863173216885,
1195
+ "eval_loss": 0.4925004243850708,
1196
+ "eval_runtime": 8.9168,
1197
+ "eval_samples_per_second": 56.074,
1198
+ "eval_steps_per_second": 7.065,
1199
+ "step": 15249
1200
+ },
1201
+ {
1202
+ "epoch": 14.046362175809042,
1203
+ "grad_norm": 0.9825355410575867,
1204
+ "learning_rate": 0.0003,
1205
+ "loss": 0.2998,
1206
+ "step": 15300
1207
+ },
1208
+ {
1209
+ "epoch": 14.13816846453982,
1210
+ "grad_norm": 1.0309946537017822,
1211
+ "learning_rate": 0.0003,
1212
+ "loss": 0.2621,
1213
+ "step": 15400
1214
+ },
1215
+ {
1216
+ "epoch": 14.229974753270598,
1217
+ "grad_norm": 0.8775806427001953,
1218
+ "learning_rate": 0.0003,
1219
+ "loss": 0.2744,
1220
+ "step": 15500
1221
+ },
1222
+ {
1223
+ "epoch": 14.321781042001376,
1224
+ "grad_norm": 0.9635316133499146,
1225
+ "learning_rate": 0.0003,
1226
+ "loss": 0.2828,
1227
+ "step": 15600
1228
+ },
1229
+ {
1230
+ "epoch": 14.413587330732156,
1231
+ "grad_norm": 1.0143553018569946,
1232
+ "learning_rate": 0.0003,
1233
+ "loss": 0.29,
1234
+ "step": 15700
1235
+ },
1236
+ {
1237
+ "epoch": 14.505393619462934,
1238
+ "grad_norm": 1.0207178592681885,
1239
+ "learning_rate": 0.0003,
1240
+ "loss": 0.3022,
1241
+ "step": 15800
1242
+ },
1243
+ {
1244
+ "epoch": 14.597199908193712,
1245
+ "grad_norm": 1.07411527633667,
1246
+ "learning_rate": 0.0003,
1247
+ "loss": 0.3113,
1248
+ "step": 15900
1249
+ },
1250
+ {
1251
+ "epoch": 14.68900619692449,
1252
+ "grad_norm": 1.0961089134216309,
1253
+ "learning_rate": 0.0003,
1254
+ "loss": 0.3153,
1255
+ "step": 16000
1256
+ },
1257
+ {
1258
+ "epoch": 14.780812485655268,
1259
+ "grad_norm": 0.9983770847320557,
1260
+ "learning_rate": 0.0003,
1261
+ "loss": 0.323,
1262
+ "step": 16100
1263
+ },
1264
+ {
1265
+ "epoch": 14.872618774386046,
1266
+ "grad_norm": 1.0680583715438843,
1267
+ "learning_rate": 0.0003,
1268
+ "loss": 0.3275,
1269
+ "step": 16200
1270
+ },
1271
+ {
1272
+ "epoch": 14.964425063116824,
1273
+ "grad_norm": 1.0475704669952393,
1274
+ "learning_rate": 0.0003,
1275
+ "loss": 0.3341,
1276
+ "step": 16300
1277
+ },
1278
+ {
1279
+ "epoch": 14.999311452834519,
1280
+ "eval_accuracy": 0.7735604075691412,
1281
+ "eval_loss": 0.4847230315208435,
1282
+ "eval_runtime": 9.1634,
1283
+ "eval_samples_per_second": 54.565,
1284
+ "eval_steps_per_second": 6.875,
1285
+ "step": 16338
1286
+ },
1287
+ {
1288
+ "epoch": 15.056231351847602,
1289
+ "grad_norm": 0.7305497527122498,
1290
+ "learning_rate": 0.0003,
1291
+ "loss": 0.2829,
1292
+ "step": 16400
1293
+ },
1294
+ {
1295
+ "epoch": 15.14803764057838,
1296
+ "grad_norm": 0.936439037322998,
1297
+ "learning_rate": 0.0003,
1298
+ "loss": 0.2585,
1299
+ "step": 16500
1300
+ },
1301
+ {
1302
+ "epoch": 15.239843929309158,
1303
+ "grad_norm": 0.9285767078399658,
1304
+ "learning_rate": 0.0003,
1305
+ "loss": 0.262,
1306
+ "step": 16600
1307
+ },
1308
+ {
1309
+ "epoch": 15.331650218039936,
1310
+ "grad_norm": 1.0587061643600464,
1311
+ "learning_rate": 0.0003,
1312
+ "loss": 0.2795,
1313
+ "step": 16700
1314
+ },
1315
+ {
1316
+ "epoch": 15.423456506770714,
1317
+ "grad_norm": 1.0315121412277222,
1318
+ "learning_rate": 0.0003,
1319
+ "loss": 0.2858,
1320
+ "step": 16800
1321
+ },
1322
+ {
1323
+ "epoch": 15.515262795501492,
1324
+ "grad_norm": 1.007581114768982,
1325
+ "learning_rate": 0.0003,
1326
+ "loss": 0.2941,
1327
+ "step": 16900
1328
+ },
1329
+ {
1330
+ "epoch": 15.60706908423227,
1331
+ "grad_norm": 1.123679280281067,
1332
+ "learning_rate": 0.0003,
1333
+ "loss": 0.2998,
1334
+ "step": 17000
1335
+ },
1336
+ {
1337
+ "epoch": 15.698875372963048,
1338
+ "grad_norm": 1.245398759841919,
1339
+ "learning_rate": 0.0003,
1340
+ "loss": 0.3086,
1341
+ "step": 17100
1342
+ },
1343
+ {
1344
+ "epoch": 15.790681661693826,
1345
+ "grad_norm": 0.9799935817718506,
1346
+ "learning_rate": 0.0003,
1347
+ "loss": 0.3133,
1348
+ "step": 17200
1349
+ },
1350
+ {
1351
+ "epoch": 15.882487950424604,
1352
+ "grad_norm": 1.1230483055114746,
1353
+ "learning_rate": 0.0003,
1354
+ "loss": 0.3251,
1355
+ "step": 17300
1356
+ },
1357
+ {
1358
+ "epoch": 15.974294239155382,
1359
+ "grad_norm": 1.2086437940597534,
1360
+ "learning_rate": 0.0003,
1361
+ "loss": 0.3275,
1362
+ "step": 17400
1363
+ },
1364
+ {
1365
+ "epoch": 16.0,
1366
+ "eval_accuracy": 0.7748180494905386,
1367
+ "eval_loss": 0.4808007478713989,
1368
+ "eval_runtime": 8.8958,
1369
+ "eval_samples_per_second": 56.206,
1370
+ "eval_steps_per_second": 7.082,
1371
+ "step": 17428
1372
+ },
1373
+ {
1374
+ "epoch": 16.06610052788616,
1375
+ "grad_norm": 0.8386597633361816,
1376
+ "learning_rate": 0.0003,
1377
+ "loss": 0.2679,
1378
+ "step": 17500
1379
+ },
1380
+ {
1381
+ "epoch": 16.15790681661694,
1382
+ "grad_norm": 0.865949273109436,
1383
+ "learning_rate": 0.0003,
1384
+ "loss": 0.2542,
1385
+ "step": 17600
1386
+ },
1387
+ {
1388
+ "epoch": 16.249713105347716,
1389
+ "grad_norm": 1.052322506904602,
1390
+ "learning_rate": 0.0003,
1391
+ "loss": 0.2646,
1392
+ "step": 17700
1393
+ },
1394
+ {
1395
+ "epoch": 16.341519394078496,
1396
+ "grad_norm": 0.8787432312965393,
1397
+ "learning_rate": 0.0003,
1398
+ "loss": 0.2671,
1399
+ "step": 17800
1400
+ },
1401
+ {
1402
+ "epoch": 16.433325682809272,
1403
+ "grad_norm": 0.9127426147460938,
1404
+ "learning_rate": 0.0003,
1405
+ "loss": 0.2772,
1406
+ "step": 17900
1407
+ },
1408
+ {
1409
+ "epoch": 16.525131971540052,
1410
+ "grad_norm": 0.9554562568664551,
1411
+ "learning_rate": 0.0003,
1412
+ "loss": 0.286,
1413
+ "step": 18000
1414
+ },
1415
+ {
1416
+ "epoch": 16.616938260270828,
1417
+ "grad_norm": 0.9382279515266418,
1418
+ "learning_rate": 0.0003,
1419
+ "loss": 0.2972,
1420
+ "step": 18100
1421
+ },
1422
+ {
1423
+ "epoch": 16.708744549001608,
1424
+ "grad_norm": 0.928916335105896,
1425
+ "learning_rate": 0.0003,
1426
+ "loss": 0.3031,
1427
+ "step": 18200
1428
+ },
1429
+ {
1430
+ "epoch": 16.800550837732384,
1431
+ "grad_norm": 0.9512932300567627,
1432
+ "learning_rate": 0.0003,
1433
+ "loss": 0.3058,
1434
+ "step": 18300
1435
+ },
1436
+ {
1437
+ "epoch": 16.892357126463164,
1438
+ "grad_norm": 1.2069571018218994,
1439
+ "learning_rate": 0.0003,
1440
+ "loss": 0.3168,
1441
+ "step": 18400
1442
+ },
1443
+ {
1444
+ "epoch": 16.98416341519394,
1445
+ "grad_norm": 1.1233407258987427,
1446
+ "learning_rate": 0.0003,
1447
+ "loss": 0.3223,
1448
+ "step": 18500
1449
+ },
1450
+ {
1451
+ "epoch": 16.999770484278173,
1452
+ "eval_accuracy": 0.7750887918486172,
1453
+ "eval_loss": 0.4775759279727936,
1454
+ "eval_runtime": 8.8897,
1455
+ "eval_samples_per_second": 56.245,
1456
+ "eval_steps_per_second": 7.087,
1457
+ "step": 18517
1458
+ },
1459
+ {
1460
+ "epoch": 17.07596970392472,
1461
+ "grad_norm": 0.9757447838783264,
1462
+ "learning_rate": 0.0003,
1463
+ "loss": 0.2534,
1464
+ "step": 18600
1465
+ },
1466
+ {
1467
+ "epoch": 17.167775992655496,
1468
+ "grad_norm": 0.7774830460548401,
1469
+ "learning_rate": 0.0003,
1470
+ "loss": 0.2487,
1471
+ "step": 18700
1472
+ },
1473
+ {
1474
+ "epoch": 17.259582281386276,
1475
+ "grad_norm": 0.9797073602676392,
1476
+ "learning_rate": 0.0003,
1477
+ "loss": 0.2564,
1478
+ "step": 18800
1479
+ },
1480
+ {
1481
+ "epoch": 17.351388570117052,
1482
+ "grad_norm": 0.9221961498260498,
1483
+ "learning_rate": 0.0003,
1484
+ "loss": 0.2675,
1485
+ "step": 18900
1486
+ },
1487
+ {
1488
+ "epoch": 17.443194858847832,
1489
+ "grad_norm": 0.9980019927024841,
1490
+ "learning_rate": 0.0003,
1491
+ "loss": 0.2759,
1492
+ "step": 19000
1493
+ },
1494
+ {
1495
+ "epoch": 17.53500114757861,
1496
+ "grad_norm": 1.1230412721633911,
1497
+ "learning_rate": 0.0003,
1498
+ "loss": 0.2884,
1499
+ "step": 19100
1500
+ },
1501
+ {
1502
+ "epoch": 17.626807436309388,
1503
+ "grad_norm": 1.0681424140930176,
1504
+ "learning_rate": 0.0003,
1505
+ "loss": 0.2894,
1506
+ "step": 19200
1507
+ },
1508
+ {
1509
+ "epoch": 17.718613725040164,
1510
+ "grad_norm": 1.0071791410446167,
1511
+ "learning_rate": 0.0003,
1512
+ "loss": 0.294,
1513
+ "step": 19300
1514
+ },
1515
+ {
1516
+ "epoch": 17.810420013770944,
1517
+ "grad_norm": 1.0229710340499878,
1518
+ "learning_rate": 0.0003,
1519
+ "loss": 0.305,
1520
+ "step": 19400
1521
+ },
1522
+ {
1523
+ "epoch": 17.90222630250172,
1524
+ "grad_norm": 1.1899082660675049,
1525
+ "learning_rate": 0.0003,
1526
+ "loss": 0.3114,
1527
+ "step": 19500
1528
+ },
1529
+ {
1530
+ "epoch": 17.9940325912325,
1531
+ "grad_norm": 1.1344189643859863,
1532
+ "learning_rate": 0.0003,
1533
+ "loss": 0.3155,
1534
+ "step": 19600
1535
+ },
1536
+ {
1537
+ "epoch": 17.999540968556346,
1538
+ "eval_accuracy": 0.7757671033478893,
1539
+ "eval_loss": 0.4804111421108246,
1540
+ "eval_runtime": 8.8913,
1541
+ "eval_samples_per_second": 56.234,
1542
+ "eval_steps_per_second": 7.086,
1543
+ "step": 19606
1544
+ },
1545
+ {
1546
+ "epoch": 18.085838879963276,
1547
+ "grad_norm": 0.9845724105834961,
1548
+ "learning_rate": 0.0003,
1549
+ "loss": 0.2418,
1550
+ "step": 19700
1551
+ },
1552
+ {
1553
+ "epoch": 18.177645168694056,
1554
+ "grad_norm": 0.879173994064331,
1555
+ "learning_rate": 0.0003,
1556
+ "loss": 0.2453,
1557
+ "step": 19800
1558
+ },
1559
+ {
1560
+ "epoch": 18.269451457424832,
1561
+ "grad_norm": 0.8902878761291504,
1562
+ "learning_rate": 0.0003,
1563
+ "loss": 0.2545,
1564
+ "step": 19900
1565
+ },
1566
+ {
1567
+ "epoch": 18.361257746155612,
1568
+ "grad_norm": 1.160914421081543,
1569
+ "learning_rate": 0.0003,
1570
+ "loss": 0.2648,
1571
+ "step": 20000
1572
+ },
1573
+ {
1574
+ "epoch": 18.45306403488639,
1575
+ "grad_norm": 0.9650329947471619,
1576
+ "learning_rate": 0.0003,
1577
+ "loss": 0.271,
1578
+ "step": 20100
1579
+ },
1580
+ {
1581
+ "epoch": 18.544870323617168,
1582
+ "grad_norm": 1.0495669841766357,
1583
+ "learning_rate": 0.0003,
1584
+ "loss": 0.2782,
1585
+ "step": 20200
1586
+ },
1587
+ {
1588
+ "epoch": 18.636676612347944,
1589
+ "grad_norm": 0.9071341156959534,
1590
+ "learning_rate": 0.0003,
1591
+ "loss": 0.2886,
1592
+ "step": 20300
1593
+ },
1594
+ {
1595
+ "epoch": 18.728482901078724,
1596
+ "grad_norm": 1.0429463386535645,
1597
+ "learning_rate": 0.0003,
1598
+ "loss": 0.2934,
1599
+ "step": 20400
1600
+ },
1601
+ {
1602
+ "epoch": 18.8202891898095,
1603
+ "grad_norm": 1.096994400024414,
1604
+ "learning_rate": 0.0003,
1605
+ "loss": 0.2992,
1606
+ "step": 20500
1607
+ },
1608
+ {
1609
+ "epoch": 18.91209547854028,
1610
+ "grad_norm": 1.0189508199691772,
1611
+ "learning_rate": 0.0003,
1612
+ "loss": 0.3033,
1613
+ "step": 20600
1614
+ },
1615
+ {
1616
+ "epoch": 18.99931145283452,
1617
+ "eval_accuracy": 0.7760727802037846,
1618
+ "eval_loss": 0.4787416458129883,
1619
+ "eval_runtime": 9.278,
1620
+ "eval_samples_per_second": 53.891,
1621
+ "eval_steps_per_second": 6.79,
1622
+ "step": 20695
1623
+ },
1624
+ {
1625
+ "epoch": 19.003901767271056,
1626
+ "grad_norm": 0.8995434045791626,
1627
+ "learning_rate": 0.0003,
1628
+ "loss": 0.3075,
1629
+ "step": 20700
1630
+ },
1631
+ {
1632
+ "epoch": 19.095708056001836,
1633
+ "grad_norm": 0.8744321465492249,
1634
+ "learning_rate": 0.0003,
1635
+ "loss": 0.2342,
1636
+ "step": 20800
1637
+ },
1638
+ {
1639
+ "epoch": 19.187514344732612,
1640
+ "grad_norm": 0.9471040964126587,
1641
+ "learning_rate": 0.0003,
1642
+ "loss": 0.2422,
1643
+ "step": 20900
1644
+ },
1645
+ {
1646
+ "epoch": 19.279320633463392,
1647
+ "grad_norm": 1.0133309364318848,
1648
+ "learning_rate": 0.0003,
1649
+ "loss": 0.2533,
1650
+ "step": 21000
1651
+ },
1652
+ {
1653
+ "epoch": 19.371126922194172,
1654
+ "grad_norm": 1.0121233463287354,
1655
+ "learning_rate": 0.0003,
1656
+ "loss": 0.2607,
1657
+ "step": 21100
1658
+ },
1659
+ {
1660
+ "epoch": 19.462933210924948,
1661
+ "grad_norm": 1.1256521940231323,
1662
+ "learning_rate": 0.0003,
1663
+ "loss": 0.2706,
1664
+ "step": 21200
1665
+ },
1666
+ {
1667
+ "epoch": 19.554739499655728,
1668
+ "grad_norm": 1.0843769311904907,
1669
+ "learning_rate": 0.0003,
1670
+ "loss": 0.2735,
1671
+ "step": 21300
1672
+ },
1673
+ {
1674
+ "epoch": 19.646545788386504,
1675
+ "grad_norm": 1.1019864082336426,
1676
+ "learning_rate": 0.0003,
1677
+ "loss": 0.286,
1678
+ "step": 21400
1679
+ },
1680
+ {
1681
+ "epoch": 19.738352077117284,
1682
+ "grad_norm": 1.135688066482544,
1683
+ "learning_rate": 0.0003,
1684
+ "loss": 0.2886,
1685
+ "step": 21500
1686
+ },
1687
+ {
1688
+ "epoch": 19.83015836584806,
1689
+ "grad_norm": 1.0445754528045654,
1690
+ "learning_rate": 0.0003,
1691
+ "loss": 0.2953,
1692
+ "step": 21600
1693
+ },
1694
+ {
1695
+ "epoch": 19.92196465457884,
1696
+ "grad_norm": 1.035718560218811,
1697
+ "learning_rate": 0.0003,
1698
+ "loss": 0.2989,
1699
+ "step": 21700
1700
+ },
1701
+ {
1702
+ "epoch": 19.995409685563462,
1703
+ "eval_accuracy": 0.7763580786026201,
1704
+ "eval_loss": 0.475557804107666,
1705
+ "eval_runtime": 9.1559,
1706
+ "eval_samples_per_second": 54.61,
1707
+ "eval_steps_per_second": 6.881,
1708
+ "step": 21780
1709
+ },
1710
+ {
1711
+ "epoch": 19.995409685563462,
1712
+ "step": 21780,
1713
+ "total_flos": 2.2953223726028554e+18,
1714
+ "train_loss": 0.5338389528903313,
1715
+ "train_runtime": 46593.736,
1716
+ "train_samples_per_second": 14.961,
1717
+ "train_steps_per_second": 0.467
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": 2.2953223726028554e+18,
1726
+ "train_batch_size": 1,
1727
+ "trial_name": null,
1728
+ "trial_params": null
1729
+ }