AmberYifan commited on
Commit
925e161
·
verified ·
1 Parent(s): d889a9b

Model save

Browse files
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-7b
3
+ library_name: transformers
4
+ model_name: Gemma-7b-sft-ultrachat
5
+ tags:
6
+ - generated_from_trainer
7
+ - trl
8
+ - sft
9
+ licence: license
10
+ ---
11
+
12
+ # Model Card for Gemma-7b-sft-ultrachat
13
+
14
+ This model is a fine-tuned version of [google/gemma-7b](https://huggingface.co/google/gemma-7b).
15
+ It has been trained using [TRL](https://github.com/huggingface/trl).
16
+
17
+ ## Quick start
18
+
19
+ ```python
20
+ from transformers import pipeline
21
+
22
+ question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
23
+ generator = pipeline("text-generation", model="AmberYifan/Gemma-7b-sft-ultrachat", device="cuda")
24
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
25
+ print(output["generated_text"])
26
+ ```
27
+
28
+ ## Training procedure
29
+
30
+
31
+
32
+ This model was trained with SFT.
33
+
34
+ ### Framework versions
35
+
36
+ - TRL: 0.12.2
37
+ - Transformers: 4.46.3
38
+ - Pytorch: 2.5.1+cu118
39
+ - Datasets: 3.2.0
40
+ - Tokenizers: 0.20.3
41
+
42
+ ## Citations
43
+
44
+
45
+
46
+ Cite TRL as:
47
+
48
+ ```bibtex
49
+ @misc{vonwerra2022trl,
50
+ title = {{TRL: Transformer Reinforcement Learning}},
51
+ author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallouédec},
52
+ year = 2020,
53
+ journal = {GitHub repository},
54
+ publisher = {GitHub},
55
+ howpublished = {\url{https://github.com/huggingface/trl}}
56
+ }
57
+ ```
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 55902786895872.0,
4
+ "train_loss": 1.3673941268415875,
5
+ "train_runtime": 11829.2918,
6
+ "train_samples": 51966,
7
+ "train_samples_per_second": 4.393,
8
+ "train_steps_per_second": 0.137
9
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "eos_token_id": 1,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.46.3"
7
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 55902786895872.0,
4
+ "train_loss": 1.3673941268415875,
5
+ "train_runtime": 11829.2918,
6
+ "train_samples": 51966,
7
+ "train_samples_per_second": 4.393,
8
+ "train_steps_per_second": 0.137
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,2325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1624,
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.0006157635467980296,
13
+ "grad_norm": 30.824097187840486,
14
+ "learning_rate": 1.226993865030675e-07,
15
+ "loss": 2.8545,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.003078817733990148,
20
+ "grad_norm": 28.957796650466456,
21
+ "learning_rate": 6.134969325153375e-07,
22
+ "loss": 3.0839,
23
+ "step": 5
24
+ },
25
+ {
26
+ "epoch": 0.006157635467980296,
27
+ "grad_norm": 22.518967134774034,
28
+ "learning_rate": 1.226993865030675e-06,
29
+ "loss": 2.4164,
30
+ "step": 10
31
+ },
32
+ {
33
+ "epoch": 0.009236453201970444,
34
+ "grad_norm": 26.505709981925232,
35
+ "learning_rate": 1.8404907975460124e-06,
36
+ "loss": 2.0071,
37
+ "step": 15
38
+ },
39
+ {
40
+ "epoch": 0.012315270935960592,
41
+ "grad_norm": 23.700055015543413,
42
+ "learning_rate": 2.45398773006135e-06,
43
+ "loss": 1.7303,
44
+ "step": 20
45
+ },
46
+ {
47
+ "epoch": 0.01539408866995074,
48
+ "grad_norm": 11.507447830970856,
49
+ "learning_rate": 3.0674846625766875e-06,
50
+ "loss": 1.6109,
51
+ "step": 25
52
+ },
53
+ {
54
+ "epoch": 0.01847290640394089,
55
+ "grad_norm": 15.955773713752077,
56
+ "learning_rate": 3.680981595092025e-06,
57
+ "loss": 1.4732,
58
+ "step": 30
59
+ },
60
+ {
61
+ "epoch": 0.021551724137931036,
62
+ "grad_norm": 17.608595737910424,
63
+ "learning_rate": 4.294478527607362e-06,
64
+ "loss": 1.3481,
65
+ "step": 35
66
+ },
67
+ {
68
+ "epoch": 0.024630541871921183,
69
+ "grad_norm": 15.205660456590286,
70
+ "learning_rate": 4.9079754601227e-06,
71
+ "loss": 1.4631,
72
+ "step": 40
73
+ },
74
+ {
75
+ "epoch": 0.02770935960591133,
76
+ "grad_norm": 14.926475675775917,
77
+ "learning_rate": 5.521472392638038e-06,
78
+ "loss": 1.2939,
79
+ "step": 45
80
+ },
81
+ {
82
+ "epoch": 0.03078817733990148,
83
+ "grad_norm": 11.878509548852609,
84
+ "learning_rate": 6.134969325153375e-06,
85
+ "loss": 1.1734,
86
+ "step": 50
87
+ },
88
+ {
89
+ "epoch": 0.033866995073891626,
90
+ "grad_norm": 11.287096380726847,
91
+ "learning_rate": 6.748466257668712e-06,
92
+ "loss": 1.1496,
93
+ "step": 55
94
+ },
95
+ {
96
+ "epoch": 0.03694581280788178,
97
+ "grad_norm": 11.043680477312911,
98
+ "learning_rate": 7.36196319018405e-06,
99
+ "loss": 1.307,
100
+ "step": 60
101
+ },
102
+ {
103
+ "epoch": 0.04002463054187192,
104
+ "grad_norm": 19.7956889039234,
105
+ "learning_rate": 7.975460122699386e-06,
106
+ "loss": 1.2151,
107
+ "step": 65
108
+ },
109
+ {
110
+ "epoch": 0.04310344827586207,
111
+ "grad_norm": 11.377885840797095,
112
+ "learning_rate": 8.588957055214725e-06,
113
+ "loss": 1.2581,
114
+ "step": 70
115
+ },
116
+ {
117
+ "epoch": 0.046182266009852216,
118
+ "grad_norm": 11.664969491446978,
119
+ "learning_rate": 9.202453987730062e-06,
120
+ "loss": 1.2859,
121
+ "step": 75
122
+ },
123
+ {
124
+ "epoch": 0.04926108374384237,
125
+ "grad_norm": 14.738756950790513,
126
+ "learning_rate": 9.8159509202454e-06,
127
+ "loss": 1.2863,
128
+ "step": 80
129
+ },
130
+ {
131
+ "epoch": 0.05233990147783251,
132
+ "grad_norm": 28.65525103550205,
133
+ "learning_rate": 1.0429447852760737e-05,
134
+ "loss": 1.2419,
135
+ "step": 85
136
+ },
137
+ {
138
+ "epoch": 0.05541871921182266,
139
+ "grad_norm": 14.288459529090195,
140
+ "learning_rate": 1.1042944785276076e-05,
141
+ "loss": 1.2857,
142
+ "step": 90
143
+ },
144
+ {
145
+ "epoch": 0.058497536945812806,
146
+ "grad_norm": 25.32489993232227,
147
+ "learning_rate": 1.1656441717791411e-05,
148
+ "loss": 1.2733,
149
+ "step": 95
150
+ },
151
+ {
152
+ "epoch": 0.06157635467980296,
153
+ "grad_norm": 18.317851808388852,
154
+ "learning_rate": 1.226993865030675e-05,
155
+ "loss": 1.2374,
156
+ "step": 100
157
+ },
158
+ {
159
+ "epoch": 0.06465517241379311,
160
+ "grad_norm": 9.54576913856584,
161
+ "learning_rate": 1.2883435582822085e-05,
162
+ "loss": 1.2803,
163
+ "step": 105
164
+ },
165
+ {
166
+ "epoch": 0.06773399014778325,
167
+ "grad_norm": 26.096411464584367,
168
+ "learning_rate": 1.3496932515337424e-05,
169
+ "loss": 1.2756,
170
+ "step": 110
171
+ },
172
+ {
173
+ "epoch": 0.0708128078817734,
174
+ "grad_norm": 47.039712003079835,
175
+ "learning_rate": 1.4110429447852763e-05,
176
+ "loss": 1.3109,
177
+ "step": 115
178
+ },
179
+ {
180
+ "epoch": 0.07389162561576355,
181
+ "grad_norm": 26.480731126203683,
182
+ "learning_rate": 1.47239263803681e-05,
183
+ "loss": 1.2405,
184
+ "step": 120
185
+ },
186
+ {
187
+ "epoch": 0.0769704433497537,
188
+ "grad_norm": 22.417192506804327,
189
+ "learning_rate": 1.5337423312883436e-05,
190
+ "loss": 1.3085,
191
+ "step": 125
192
+ },
193
+ {
194
+ "epoch": 0.08004926108374384,
195
+ "grad_norm": 229.896969186069,
196
+ "learning_rate": 1.5950920245398772e-05,
197
+ "loss": 1.2753,
198
+ "step": 130
199
+ },
200
+ {
201
+ "epoch": 0.08312807881773399,
202
+ "grad_norm": 28.154903593032678,
203
+ "learning_rate": 1.656441717791411e-05,
204
+ "loss": 1.3574,
205
+ "step": 135
206
+ },
207
+ {
208
+ "epoch": 0.08620689655172414,
209
+ "grad_norm": 47.5704177966797,
210
+ "learning_rate": 1.717791411042945e-05,
211
+ "loss": 1.3427,
212
+ "step": 140
213
+ },
214
+ {
215
+ "epoch": 0.08928571428571429,
216
+ "grad_norm": 46.686158390206586,
217
+ "learning_rate": 1.7791411042944788e-05,
218
+ "loss": 1.3606,
219
+ "step": 145
220
+ },
221
+ {
222
+ "epoch": 0.09236453201970443,
223
+ "grad_norm": 24.242903960555118,
224
+ "learning_rate": 1.8404907975460123e-05,
225
+ "loss": 1.3456,
226
+ "step": 150
227
+ },
228
+ {
229
+ "epoch": 0.09544334975369458,
230
+ "grad_norm": 83.57525649609255,
231
+ "learning_rate": 1.9018404907975462e-05,
232
+ "loss": 1.2728,
233
+ "step": 155
234
+ },
235
+ {
236
+ "epoch": 0.09852216748768473,
237
+ "grad_norm": 51.36060094160884,
238
+ "learning_rate": 1.96319018404908e-05,
239
+ "loss": 1.3103,
240
+ "step": 160
241
+ },
242
+ {
243
+ "epoch": 0.10160098522167488,
244
+ "grad_norm": 23.34010834199715,
245
+ "learning_rate": 1.999990752408443e-05,
246
+ "loss": 1.3648,
247
+ "step": 165
248
+ },
249
+ {
250
+ "epoch": 0.10467980295566502,
251
+ "grad_norm": 62.696412256468925,
252
+ "learning_rate": 1.9998867189676517e-05,
253
+ "loss": 1.3233,
254
+ "step": 170
255
+ },
256
+ {
257
+ "epoch": 0.10775862068965517,
258
+ "grad_norm": 50.97473664105039,
259
+ "learning_rate": 1.999667104662347e-05,
260
+ "loss": 1.3172,
261
+ "step": 175
262
+ },
263
+ {
264
+ "epoch": 0.11083743842364532,
265
+ "grad_norm": 29.4465582030845,
266
+ "learning_rate": 1.9993319348786157e-05,
267
+ "loss": 1.3562,
268
+ "step": 180
269
+ },
270
+ {
271
+ "epoch": 0.11391625615763547,
272
+ "grad_norm": 82.46904606677337,
273
+ "learning_rate": 1.9988812483600597e-05,
274
+ "loss": 1.2674,
275
+ "step": 185
276
+ },
277
+ {
278
+ "epoch": 0.11699507389162561,
279
+ "grad_norm": 75.96337504796978,
280
+ "learning_rate": 1.9983150972033186e-05,
281
+ "loss": 1.3079,
282
+ "step": 190
283
+ },
284
+ {
285
+ "epoch": 0.12007389162561577,
286
+ "grad_norm": 32.18683626346483,
287
+ "learning_rate": 1.9976335468520452e-05,
288
+ "loss": 1.3401,
289
+ "step": 195
290
+ },
291
+ {
292
+ "epoch": 0.12315270935960591,
293
+ "grad_norm": 60.965446926537616,
294
+ "learning_rate": 1.9968366760893437e-05,
295
+ "loss": 1.339,
296
+ "step": 200
297
+ },
298
+ {
299
+ "epoch": 0.12623152709359606,
300
+ "grad_norm": 44.43427299110902,
301
+ "learning_rate": 1.9959245770286602e-05,
302
+ "loss": 1.314,
303
+ "step": 205
304
+ },
305
+ {
306
+ "epoch": 0.12931034482758622,
307
+ "grad_norm": 29.816950647227433,
308
+ "learning_rate": 1.994897355103136e-05,
309
+ "loss": 1.2893,
310
+ "step": 210
311
+ },
312
+ {
313
+ "epoch": 0.13238916256157635,
314
+ "grad_norm": 65.76774435974697,
315
+ "learning_rate": 1.9937551290534208e-05,
316
+ "loss": 1.2433,
317
+ "step": 215
318
+ },
319
+ {
320
+ "epoch": 0.1354679802955665,
321
+ "grad_norm": 59.89081212072458,
322
+ "learning_rate": 1.9924980309139455e-05,
323
+ "loss": 1.2838,
324
+ "step": 220
325
+ },
326
+ {
327
+ "epoch": 0.13854679802955666,
328
+ "grad_norm": 28.15079173742487,
329
+ "learning_rate": 1.9911262059976614e-05,
330
+ "loss": 1.3156,
331
+ "step": 225
332
+ },
333
+ {
334
+ "epoch": 0.1416256157635468,
335
+ "grad_norm": 45.241325512315925,
336
+ "learning_rate": 1.9896398128792413e-05,
337
+ "loss": 1.3083,
338
+ "step": 230
339
+ },
340
+ {
341
+ "epoch": 0.14470443349753695,
342
+ "grad_norm": 44.86580327646113,
343
+ "learning_rate": 1.988039023376751e-05,
344
+ "loss": 1.3469,
345
+ "step": 235
346
+ },
347
+ {
348
+ "epoch": 0.1477832512315271,
349
+ "grad_norm": 21.115693175077368,
350
+ "learning_rate": 1.9863240225317868e-05,
351
+ "loss": 1.4001,
352
+ "step": 240
353
+ },
354
+ {
355
+ "epoch": 0.15086206896551724,
356
+ "grad_norm": 75.7892769694395,
357
+ "learning_rate": 1.984495008588086e-05,
358
+ "loss": 1.2874,
359
+ "step": 245
360
+ },
361
+ {
362
+ "epoch": 0.1539408866995074,
363
+ "grad_norm": 53.7846306002013,
364
+ "learning_rate": 1.982552192968612e-05,
365
+ "loss": 1.3804,
366
+ "step": 250
367
+ },
368
+ {
369
+ "epoch": 0.15701970443349753,
370
+ "grad_norm": 37.234004867589846,
371
+ "learning_rate": 1.9804958002511137e-05,
372
+ "loss": 1.3289,
373
+ "step": 255
374
+ },
375
+ {
376
+ "epoch": 0.16009852216748768,
377
+ "grad_norm": 62.77047280372136,
378
+ "learning_rate": 1.9783260681421667e-05,
379
+ "loss": 1.3782,
380
+ "step": 260
381
+ },
382
+ {
383
+ "epoch": 0.16317733990147784,
384
+ "grad_norm": 12.191885254525328,
385
+ "learning_rate": 1.9760432474496963e-05,
386
+ "loss": 1.3038,
387
+ "step": 265
388
+ },
389
+ {
390
+ "epoch": 0.16625615763546797,
391
+ "grad_norm": 16.393270767950437,
392
+ "learning_rate": 1.973647602053984e-05,
393
+ "loss": 1.3244,
394
+ "step": 270
395
+ },
396
+ {
397
+ "epoch": 0.16933497536945813,
398
+ "grad_norm": 40.63770181450056,
399
+ "learning_rate": 1.9711394088771658e-05,
400
+ "loss": 1.4164,
401
+ "step": 275
402
+ },
403
+ {
404
+ "epoch": 0.1724137931034483,
405
+ "grad_norm": 31.879401330035773,
406
+ "learning_rate": 1.9685189578512206e-05,
407
+ "loss": 1.4478,
408
+ "step": 280
409
+ },
410
+ {
411
+ "epoch": 0.17549261083743842,
412
+ "grad_norm": 36.847483784788245,
413
+ "learning_rate": 1.9657865518844578e-05,
414
+ "loss": 1.4149,
415
+ "step": 285
416
+ },
417
+ {
418
+ "epoch": 0.17857142857142858,
419
+ "grad_norm": 37.64073996560774,
420
+ "learning_rate": 1.962942506826501e-05,
421
+ "loss": 1.4085,
422
+ "step": 290
423
+ },
424
+ {
425
+ "epoch": 0.1816502463054187,
426
+ "grad_norm": 20.26824397019875,
427
+ "learning_rate": 1.9599871514317785e-05,
428
+ "loss": 1.4283,
429
+ "step": 295
430
+ },
431
+ {
432
+ "epoch": 0.18472906403940886,
433
+ "grad_norm": 34.37390352199536,
434
+ "learning_rate": 1.9569208273215204e-05,
435
+ "loss": 1.3624,
436
+ "step": 300
437
+ },
438
+ {
439
+ "epoch": 0.18780788177339902,
440
+ "grad_norm": 21.987807875880346,
441
+ "learning_rate": 1.953743888944271e-05,
442
+ "loss": 1.3447,
443
+ "step": 305
444
+ },
445
+ {
446
+ "epoch": 0.19088669950738915,
447
+ "grad_norm": 71.06224034941917,
448
+ "learning_rate": 1.950456703534915e-05,
449
+ "loss": 1.4409,
450
+ "step": 310
451
+ },
452
+ {
453
+ "epoch": 0.1939655172413793,
454
+ "grad_norm": 26.76193289078792,
455
+ "learning_rate": 1.9470596510722285e-05,
456
+ "loss": 1.3622,
457
+ "step": 315
458
+ },
459
+ {
460
+ "epoch": 0.19704433497536947,
461
+ "grad_norm": 40.072539824672745,
462
+ "learning_rate": 1.9435531242349545e-05,
463
+ "loss": 1.5042,
464
+ "step": 320
465
+ },
466
+ {
467
+ "epoch": 0.2001231527093596,
468
+ "grad_norm": 27.51647995399636,
469
+ "learning_rate": 1.9399375283564134e-05,
470
+ "loss": 1.4148,
471
+ "step": 325
472
+ },
473
+ {
474
+ "epoch": 0.20320197044334976,
475
+ "grad_norm": 55.02644275886537,
476
+ "learning_rate": 1.9362132813776472e-05,
477
+ "loss": 1.4064,
478
+ "step": 330
479
+ },
480
+ {
481
+ "epoch": 0.2062807881773399,
482
+ "grad_norm": 59.041970278330794,
483
+ "learning_rate": 1.9323808137991084e-05,
484
+ "loss": 1.4128,
485
+ "step": 335
486
+ },
487
+ {
488
+ "epoch": 0.20935960591133004,
489
+ "grad_norm": 14.92203181577856,
490
+ "learning_rate": 1.9284405686308982e-05,
491
+ "loss": 1.3831,
492
+ "step": 340
493
+ },
494
+ {
495
+ "epoch": 0.2124384236453202,
496
+ "grad_norm": 37.0357475469201,
497
+ "learning_rate": 1.924393001341555e-05,
498
+ "loss": 1.412,
499
+ "step": 345
500
+ },
501
+ {
502
+ "epoch": 0.21551724137931033,
503
+ "grad_norm": 19.900833922344106,
504
+ "learning_rate": 1.9202385798054073e-05,
505
+ "loss": 1.3703,
506
+ "step": 350
507
+ },
508
+ {
509
+ "epoch": 0.2185960591133005,
510
+ "grad_norm": 28.8884233173782,
511
+ "learning_rate": 1.9159777842484878e-05,
512
+ "loss": 1.411,
513
+ "step": 355
514
+ },
515
+ {
516
+ "epoch": 0.22167487684729065,
517
+ "grad_norm": 23.69174182203317,
518
+ "learning_rate": 1.911611107193024e-05,
519
+ "loss": 1.4163,
520
+ "step": 360
521
+ },
522
+ {
523
+ "epoch": 0.22475369458128078,
524
+ "grad_norm": 18.40122277597206,
525
+ "learning_rate": 1.9071390534005045e-05,
526
+ "loss": 1.4395,
527
+ "step": 365
528
+ },
529
+ {
530
+ "epoch": 0.22783251231527094,
531
+ "grad_norm": 52.548048906777154,
532
+ "learning_rate": 1.9025621398133333e-05,
533
+ "loss": 1.4706,
534
+ "step": 370
535
+ },
536
+ {
537
+ "epoch": 0.2309113300492611,
538
+ "grad_norm": 50.694263768607094,
539
+ "learning_rate": 1.8978808954950722e-05,
540
+ "loss": 1.4759,
541
+ "step": 375
542
+ },
543
+ {
544
+ "epoch": 0.23399014778325122,
545
+ "grad_norm": 29.15179740458261,
546
+ "learning_rate": 1.8930958615692854e-05,
547
+ "loss": 1.5095,
548
+ "step": 380
549
+ },
550
+ {
551
+ "epoch": 0.23706896551724138,
552
+ "grad_norm": 22.170887953050535,
553
+ "learning_rate": 1.8882075911569887e-05,
554
+ "loss": 1.3458,
555
+ "step": 385
556
+ },
557
+ {
558
+ "epoch": 0.24014778325123154,
559
+ "grad_norm": 26.55797739898958,
560
+ "learning_rate": 1.8832166493127128e-05,
561
+ "loss": 1.4092,
562
+ "step": 390
563
+ },
564
+ {
565
+ "epoch": 0.24322660098522167,
566
+ "grad_norm": 23.773293163951188,
567
+ "learning_rate": 1.8781236129591847e-05,
568
+ "loss": 1.3733,
569
+ "step": 395
570
+ },
571
+ {
572
+ "epoch": 0.24630541871921183,
573
+ "grad_norm": 38.277657106378115,
574
+ "learning_rate": 1.8729290708206412e-05,
575
+ "loss": 1.4268,
576
+ "step": 400
577
+ },
578
+ {
579
+ "epoch": 0.24938423645320196,
580
+ "grad_norm": 18.30009002302841,
581
+ "learning_rate": 1.867633623354773e-05,
582
+ "loss": 1.4443,
583
+ "step": 405
584
+ },
585
+ {
586
+ "epoch": 0.2524630541871921,
587
+ "grad_norm": 46.84980763430157,
588
+ "learning_rate": 1.8622378826833186e-05,
589
+ "loss": 1.4581,
590
+ "step": 410
591
+ },
592
+ {
593
+ "epoch": 0.2555418719211823,
594
+ "grad_norm": 14.0324980387513,
595
+ "learning_rate": 1.856742472521304e-05,
596
+ "loss": 1.4517,
597
+ "step": 415
598
+ },
599
+ {
600
+ "epoch": 0.25862068965517243,
601
+ "grad_norm": 15.706776811258118,
602
+ "learning_rate": 1.8511480281049475e-05,
603
+ "loss": 1.4459,
604
+ "step": 420
605
+ },
606
+ {
607
+ "epoch": 0.2616995073891626,
608
+ "grad_norm": 13.632481739237138,
609
+ "learning_rate": 1.8454551961182276e-05,
610
+ "loss": 1.4012,
611
+ "step": 425
612
+ },
613
+ {
614
+ "epoch": 0.2647783251231527,
615
+ "grad_norm": 45.128284427780166,
616
+ "learning_rate": 1.8396646346181327e-05,
617
+ "loss": 1.4216,
618
+ "step": 430
619
+ },
620
+ {
621
+ "epoch": 0.26785714285714285,
622
+ "grad_norm": 18.61287164945975,
623
+ "learning_rate": 1.8337770129585918e-05,
624
+ "loss": 1.4912,
625
+ "step": 435
626
+ },
627
+ {
628
+ "epoch": 0.270935960591133,
629
+ "grad_norm": 33.25836863651266,
630
+ "learning_rate": 1.8277930117131025e-05,
631
+ "loss": 1.4829,
632
+ "step": 440
633
+ },
634
+ {
635
+ "epoch": 0.27401477832512317,
636
+ "grad_norm": 31.56004722863592,
637
+ "learning_rate": 1.8217133225960597e-05,
638
+ "loss": 1.4024,
639
+ "step": 445
640
+ },
641
+ {
642
+ "epoch": 0.2770935960591133,
643
+ "grad_norm": 23.203442638131012,
644
+ "learning_rate": 1.8155386483827995e-05,
645
+ "loss": 1.4356,
646
+ "step": 450
647
+ },
648
+ {
649
+ "epoch": 0.2801724137931034,
650
+ "grad_norm": 17.965500461906817,
651
+ "learning_rate": 1.8092697028283598e-05,
652
+ "loss": 1.4272,
653
+ "step": 455
654
+ },
655
+ {
656
+ "epoch": 0.2832512315270936,
657
+ "grad_norm": 17.880734027839548,
658
+ "learning_rate": 1.8029072105849767e-05,
659
+ "loss": 1.4096,
660
+ "step": 460
661
+ },
662
+ {
663
+ "epoch": 0.28633004926108374,
664
+ "grad_norm": 34.46926823265854,
665
+ "learning_rate": 1.7964519071183188e-05,
666
+ "loss": 1.4568,
667
+ "step": 465
668
+ },
669
+ {
670
+ "epoch": 0.2894088669950739,
671
+ "grad_norm": 33.69072735250714,
672
+ "learning_rate": 1.789904538622471e-05,
673
+ "loss": 1.4619,
674
+ "step": 470
675
+ },
676
+ {
677
+ "epoch": 0.29248768472906406,
678
+ "grad_norm": 40.54364819482425,
679
+ "learning_rate": 1.7832658619336794e-05,
680
+ "loss": 1.4764,
681
+ "step": 475
682
+ },
683
+ {
684
+ "epoch": 0.2955665024630542,
685
+ "grad_norm": 16.132335947901723,
686
+ "learning_rate": 1.7765366444428655e-05,
687
+ "loss": 1.4647,
688
+ "step": 480
689
+ },
690
+ {
691
+ "epoch": 0.2986453201970443,
692
+ "grad_norm": 14.936210207581604,
693
+ "learning_rate": 1.7697176640069217e-05,
694
+ "loss": 1.3972,
695
+ "step": 485
696
+ },
697
+ {
698
+ "epoch": 0.3017241379310345,
699
+ "grad_norm": 36.71541735028421,
700
+ "learning_rate": 1.762809708858793e-05,
701
+ "loss": 1.4476,
702
+ "step": 490
703
+ },
704
+ {
705
+ "epoch": 0.30480295566502463,
706
+ "grad_norm": 27.189619322043708,
707
+ "learning_rate": 1.7558135775163645e-05,
708
+ "loss": 1.4563,
709
+ "step": 495
710
+ },
711
+ {
712
+ "epoch": 0.3078817733990148,
713
+ "grad_norm": 28.56013806002953,
714
+ "learning_rate": 1.7487300786901568e-05,
715
+ "loss": 1.373,
716
+ "step": 500
717
+ },
718
+ {
719
+ "epoch": 0.31096059113300495,
720
+ "grad_norm": 39.40623446814172,
721
+ "learning_rate": 1.7415600311898436e-05,
722
+ "loss": 1.5221,
723
+ "step": 505
724
+ },
725
+ {
726
+ "epoch": 0.31403940886699505,
727
+ "grad_norm": 92.53539153545226,
728
+ "learning_rate": 1.734304263829602e-05,
729
+ "loss": 1.5007,
730
+ "step": 510
731
+ },
732
+ {
733
+ "epoch": 0.3171182266009852,
734
+ "grad_norm": 41.59882820578932,
735
+ "learning_rate": 1.726963615332308e-05,
736
+ "loss": 1.5236,
737
+ "step": 515
738
+ },
739
+ {
740
+ "epoch": 0.32019704433497537,
741
+ "grad_norm": 45.960026820732985,
742
+ "learning_rate": 1.7195389342325843e-05,
743
+ "loss": 1.4876,
744
+ "step": 520
745
+ },
746
+ {
747
+ "epoch": 0.3232758620689655,
748
+ "grad_norm": 22.864306475782886,
749
+ "learning_rate": 1.7120310787787136e-05,
750
+ "loss": 1.4331,
751
+ "step": 525
752
+ },
753
+ {
754
+ "epoch": 0.3263546798029557,
755
+ "grad_norm": 12.642507080193463,
756
+ "learning_rate": 1.7044409168334327e-05,
757
+ "loss": 1.4261,
758
+ "step": 530
759
+ },
760
+ {
761
+ "epoch": 0.3294334975369458,
762
+ "grad_norm": 20.36555056001907,
763
+ "learning_rate": 1.696769325773611e-05,
764
+ "loss": 1.3857,
765
+ "step": 535
766
+ },
767
+ {
768
+ "epoch": 0.33251231527093594,
769
+ "grad_norm": 34.44303190420096,
770
+ "learning_rate": 1.6890171923888323e-05,
771
+ "loss": 1.4474,
772
+ "step": 540
773
+ },
774
+ {
775
+ "epoch": 0.3355911330049261,
776
+ "grad_norm": 23.295684871020136,
777
+ "learning_rate": 1.6811854127788857e-05,
778
+ "loss": 1.5049,
779
+ "step": 545
780
+ },
781
+ {
782
+ "epoch": 0.33866995073891626,
783
+ "grad_norm": 32.38754659254767,
784
+ "learning_rate": 1.6732748922501832e-05,
785
+ "loss": 1.5208,
786
+ "step": 550
787
+ },
788
+ {
789
+ "epoch": 0.3417487684729064,
790
+ "grad_norm": 13.296570283727492,
791
+ "learning_rate": 1.6652865452111115e-05,
792
+ "loss": 1.3801,
793
+ "step": 555
794
+ },
795
+ {
796
+ "epoch": 0.3448275862068966,
797
+ "grad_norm": 16.805850521256307,
798
+ "learning_rate": 1.657221295066332e-05,
799
+ "loss": 1.4474,
800
+ "step": 560
801
+ },
802
+ {
803
+ "epoch": 0.3479064039408867,
804
+ "grad_norm": 27.42875404689886,
805
+ "learning_rate": 1.6490800741100396e-05,
806
+ "loss": 1.4329,
807
+ "step": 565
808
+ },
809
+ {
810
+ "epoch": 0.35098522167487683,
811
+ "grad_norm": 28.230443570138807,
812
+ "learning_rate": 1.6408638234181975e-05,
813
+ "loss": 1.4483,
814
+ "step": 570
815
+ },
816
+ {
817
+ "epoch": 0.354064039408867,
818
+ "grad_norm": 13.32519726088819,
819
+ "learning_rate": 1.6325734927397514e-05,
820
+ "loss": 1.3896,
821
+ "step": 575
822
+ },
823
+ {
824
+ "epoch": 0.35714285714285715,
825
+ "grad_norm": 27.4675811711817,
826
+ "learning_rate": 1.6242100403868472e-05,
827
+ "loss": 1.4182,
828
+ "step": 580
829
+ },
830
+ {
831
+ "epoch": 0.3602216748768473,
832
+ "grad_norm": 17.582212129726077,
833
+ "learning_rate": 1.615774433124054e-05,
834
+ "loss": 1.4333,
835
+ "step": 585
836
+ },
837
+ {
838
+ "epoch": 0.3633004926108374,
839
+ "grad_norm": 32.55456987218266,
840
+ "learning_rate": 1.6072676460566136e-05,
841
+ "loss": 1.4552,
842
+ "step": 590
843
+ },
844
+ {
845
+ "epoch": 0.36637931034482757,
846
+ "grad_norm": 14.52780288644456,
847
+ "learning_rate": 1.5986906625177215e-05,
848
+ "loss": 1.4584,
849
+ "step": 595
850
+ },
851
+ {
852
+ "epoch": 0.3694581280788177,
853
+ "grad_norm": 38.095789663333,
854
+ "learning_rate": 1.590044473954863e-05,
855
+ "loss": 1.5388,
856
+ "step": 600
857
+ },
858
+ {
859
+ "epoch": 0.3725369458128079,
860
+ "grad_norm": 13.377997762493838,
861
+ "learning_rate": 1.5813300798152048e-05,
862
+ "loss": 1.4395,
863
+ "step": 605
864
+ },
865
+ {
866
+ "epoch": 0.37561576354679804,
867
+ "grad_norm": 23.274433382861258,
868
+ "learning_rate": 1.5725484874300673e-05,
869
+ "loss": 1.4929,
870
+ "step": 610
871
+ },
872
+ {
873
+ "epoch": 0.3786945812807882,
874
+ "grad_norm": 28.742993330560854,
875
+ "learning_rate": 1.5637007118984814e-05,
876
+ "loss": 1.4463,
877
+ "step": 615
878
+ },
879
+ {
880
+ "epoch": 0.3817733990147783,
881
+ "grad_norm": 19.366450983318067,
882
+ "learning_rate": 1.5547877759698498e-05,
883
+ "loss": 1.4487,
884
+ "step": 620
885
+ },
886
+ {
887
+ "epoch": 0.38485221674876846,
888
+ "grad_norm": 20.41604184202308,
889
+ "learning_rate": 1.5458107099257245e-05,
890
+ "loss": 1.4614,
891
+ "step": 625
892
+ },
893
+ {
894
+ "epoch": 0.3879310344827586,
895
+ "grad_norm": 13.577917003534072,
896
+ "learning_rate": 1.5367705514607107e-05,
897
+ "loss": 1.4096,
898
+ "step": 630
899
+ },
900
+ {
901
+ "epoch": 0.3910098522167488,
902
+ "grad_norm": 14.857276479488586,
903
+ "learning_rate": 1.527668345562516e-05,
904
+ "loss": 1.4112,
905
+ "step": 635
906
+ },
907
+ {
908
+ "epoch": 0.39408866995073893,
909
+ "grad_norm": 13.564931885711946,
910
+ "learning_rate": 1.518505144391157e-05,
911
+ "loss": 1.4325,
912
+ "step": 640
913
+ },
914
+ {
915
+ "epoch": 0.39716748768472904,
916
+ "grad_norm": 19.557479990947304,
917
+ "learning_rate": 1.5092820071573358e-05,
918
+ "loss": 1.4823,
919
+ "step": 645
920
+ },
921
+ {
922
+ "epoch": 0.4002463054187192,
923
+ "grad_norm": 26.631608175080384,
924
+ "learning_rate": 1.5000000000000002e-05,
925
+ "loss": 1.453,
926
+ "step": 650
927
+ },
928
+ {
929
+ "epoch": 0.40332512315270935,
930
+ "grad_norm": 30.709105530238208,
931
+ "learning_rate": 1.490660195863106e-05,
932
+ "loss": 1.4173,
933
+ "step": 655
934
+ },
935
+ {
936
+ "epoch": 0.4064039408866995,
937
+ "grad_norm": 18.57808903837633,
938
+ "learning_rate": 1.4812636743715912e-05,
939
+ "loss": 1.4274,
940
+ "step": 660
941
+ },
942
+ {
943
+ "epoch": 0.40948275862068967,
944
+ "grad_norm": 14.798272723989436,
945
+ "learning_rate": 1.4718115217065766e-05,
946
+ "loss": 1.4599,
947
+ "step": 665
948
+ },
949
+ {
950
+ "epoch": 0.4125615763546798,
951
+ "grad_norm": 14.5356657578583,
952
+ "learning_rate": 1.462304830479811e-05,
953
+ "loss": 1.4103,
954
+ "step": 670
955
+ },
956
+ {
957
+ "epoch": 0.41564039408866993,
958
+ "grad_norm": 36.27561493072455,
959
+ "learning_rate": 1.4527446996073714e-05,
960
+ "loss": 1.4217,
961
+ "step": 675
962
+ },
963
+ {
964
+ "epoch": 0.4187192118226601,
965
+ "grad_norm": 32.24737869090583,
966
+ "learning_rate": 1.4431322341826348e-05,
967
+ "loss": 1.4406,
968
+ "step": 680
969
+ },
970
+ {
971
+ "epoch": 0.42179802955665024,
972
+ "grad_norm": 16.536051884815873,
973
+ "learning_rate": 1.433468545348537e-05,
974
+ "loss": 1.4618,
975
+ "step": 685
976
+ },
977
+ {
978
+ "epoch": 0.4248768472906404,
979
+ "grad_norm": 19.30327522321086,
980
+ "learning_rate": 1.4237547501691298e-05,
981
+ "loss": 1.4777,
982
+ "step": 690
983
+ },
984
+ {
985
+ "epoch": 0.42795566502463056,
986
+ "grad_norm": 13.035000719900685,
987
+ "learning_rate": 1.4139919715004558e-05,
988
+ "loss": 1.4576,
989
+ "step": 695
990
+ },
991
+ {
992
+ "epoch": 0.43103448275862066,
993
+ "grad_norm": 24.61662490249352,
994
+ "learning_rate": 1.4041813378607534e-05,
995
+ "loss": 1.5325,
996
+ "step": 700
997
+ },
998
+ {
999
+ "epoch": 0.4341133004926108,
1000
+ "grad_norm": 31.28228825862423,
1001
+ "learning_rate": 1.3943239833000068e-05,
1002
+ "loss": 1.4268,
1003
+ "step": 705
1004
+ },
1005
+ {
1006
+ "epoch": 0.437192118226601,
1007
+ "grad_norm": 13.659381666322691,
1008
+ "learning_rate": 1.3844210472688557e-05,
1009
+ "loss": 1.394,
1010
+ "step": 710
1011
+ },
1012
+ {
1013
+ "epoch": 0.44027093596059114,
1014
+ "grad_norm": 11.196127515614847,
1015
+ "learning_rate": 1.3744736744868832e-05,
1016
+ "loss": 1.4252,
1017
+ "step": 715
1018
+ },
1019
+ {
1020
+ "epoch": 0.4433497536945813,
1021
+ "grad_norm": 22.383901587181395,
1022
+ "learning_rate": 1.3644830148102915e-05,
1023
+ "loss": 1.4811,
1024
+ "step": 720
1025
+ },
1026
+ {
1027
+ "epoch": 0.44642857142857145,
1028
+ "grad_norm": 17.83615025815634,
1029
+ "learning_rate": 1.3544502230989868e-05,
1030
+ "loss": 1.4489,
1031
+ "step": 725
1032
+ },
1033
+ {
1034
+ "epoch": 0.44950738916256155,
1035
+ "grad_norm": 20.615332188902258,
1036
+ "learning_rate": 1.344376459083085e-05,
1037
+ "loss": 1.4591,
1038
+ "step": 730
1039
+ },
1040
+ {
1041
+ "epoch": 0.4525862068965517,
1042
+ "grad_norm": 35.365894961811776,
1043
+ "learning_rate": 1.3342628872288505e-05,
1044
+ "loss": 1.4503,
1045
+ "step": 735
1046
+ },
1047
+ {
1048
+ "epoch": 0.45566502463054187,
1049
+ "grad_norm": 12.761046766989047,
1050
+ "learning_rate": 1.3241106766040957e-05,
1051
+ "loss": 1.4035,
1052
+ "step": 740
1053
+ },
1054
+ {
1055
+ "epoch": 0.45874384236453203,
1056
+ "grad_norm": 30.14161857999299,
1057
+ "learning_rate": 1.3139210007430404e-05,
1058
+ "loss": 1.4156,
1059
+ "step": 745
1060
+ },
1061
+ {
1062
+ "epoch": 0.4618226600985222,
1063
+ "grad_norm": 16.885037039184166,
1064
+ "learning_rate": 1.3036950375106588e-05,
1065
+ "loss": 1.4376,
1066
+ "step": 750
1067
+ },
1068
+ {
1069
+ "epoch": 0.4649014778325123,
1070
+ "grad_norm": 22.489148333724426,
1071
+ "learning_rate": 1.2934339689665274e-05,
1072
+ "loss": 1.4184,
1073
+ "step": 755
1074
+ },
1075
+ {
1076
+ "epoch": 0.46798029556650245,
1077
+ "grad_norm": 10.494163494195895,
1078
+ "learning_rate": 1.283138981228184e-05,
1079
+ "loss": 1.4479,
1080
+ "step": 760
1081
+ },
1082
+ {
1083
+ "epoch": 0.4710591133004926,
1084
+ "grad_norm": 23.592356007614587,
1085
+ "learning_rate": 1.2728112643340201e-05,
1086
+ "loss": 1.4353,
1087
+ "step": 765
1088
+ },
1089
+ {
1090
+ "epoch": 0.47413793103448276,
1091
+ "grad_norm": 17.52804287104563,
1092
+ "learning_rate": 1.26245201210572e-05,
1093
+ "loss": 1.4191,
1094
+ "step": 770
1095
+ },
1096
+ {
1097
+ "epoch": 0.4772167487684729,
1098
+ "grad_norm": 18.009386689354745,
1099
+ "learning_rate": 1.2520624220102623e-05,
1100
+ "loss": 1.4509,
1101
+ "step": 775
1102
+ },
1103
+ {
1104
+ "epoch": 0.4802955665024631,
1105
+ "grad_norm": 14.48974652665118,
1106
+ "learning_rate": 1.2416436950215001e-05,
1107
+ "loss": 1.4469,
1108
+ "step": 780
1109
+ },
1110
+ {
1111
+ "epoch": 0.4833743842364532,
1112
+ "grad_norm": 10.958672298212598,
1113
+ "learning_rate": 1.2311970354813345e-05,
1114
+ "loss": 1.5327,
1115
+ "step": 785
1116
+ },
1117
+ {
1118
+ "epoch": 0.48645320197044334,
1119
+ "grad_norm": 7.7667441337425,
1120
+ "learning_rate": 1.220723650960502e-05,
1121
+ "loss": 1.42,
1122
+ "step": 790
1123
+ },
1124
+ {
1125
+ "epoch": 0.4895320197044335,
1126
+ "grad_norm": 9.14412567269568,
1127
+ "learning_rate": 1.2102247521189838e-05,
1128
+ "loss": 1.3924,
1129
+ "step": 795
1130
+ },
1131
+ {
1132
+ "epoch": 0.49261083743842365,
1133
+ "grad_norm": 15.758001094856118,
1134
+ "learning_rate": 1.199701552566064e-05,
1135
+ "loss": 1.3854,
1136
+ "step": 800
1137
+ },
1138
+ {
1139
+ "epoch": 0.4956896551724138,
1140
+ "grad_norm": 9.118909852310507,
1141
+ "learning_rate": 1.1891552687200414e-05,
1142
+ "loss": 1.4841,
1143
+ "step": 805
1144
+ },
1145
+ {
1146
+ "epoch": 0.4987684729064039,
1147
+ "grad_norm": 17.14996406716137,
1148
+ "learning_rate": 1.1785871196676196e-05,
1149
+ "loss": 1.5099,
1150
+ "step": 810
1151
+ },
1152
+ {
1153
+ "epoch": 0.5018472906403941,
1154
+ "grad_norm": 21.72121993201183,
1155
+ "learning_rate": 1.167998327022988e-05,
1156
+ "loss": 1.5371,
1157
+ "step": 815
1158
+ },
1159
+ {
1160
+ "epoch": 0.5049261083743842,
1161
+ "grad_norm": 15.280975846414641,
1162
+ "learning_rate": 1.1573901147866108e-05,
1163
+ "loss": 1.4375,
1164
+ "step": 820
1165
+ },
1166
+ {
1167
+ "epoch": 0.5080049261083743,
1168
+ "grad_norm": 16.226129759030037,
1169
+ "learning_rate": 1.1467637092037399e-05,
1170
+ "loss": 1.4342,
1171
+ "step": 825
1172
+ },
1173
+ {
1174
+ "epoch": 0.5110837438423645,
1175
+ "grad_norm": 8.038464949776358,
1176
+ "learning_rate": 1.1361203386226672e-05,
1177
+ "loss": 1.4387,
1178
+ "step": 830
1179
+ },
1180
+ {
1181
+ "epoch": 0.5141625615763546,
1182
+ "grad_norm": 19.365038241185463,
1183
+ "learning_rate": 1.1254612333527368e-05,
1184
+ "loss": 1.384,
1185
+ "step": 835
1186
+ },
1187
+ {
1188
+ "epoch": 0.5172413793103449,
1189
+ "grad_norm": 14.789904589004234,
1190
+ "learning_rate": 1.1147876255221274e-05,
1191
+ "loss": 1.4382,
1192
+ "step": 840
1193
+ },
1194
+ {
1195
+ "epoch": 0.520320197044335,
1196
+ "grad_norm": 21.23210928827207,
1197
+ "learning_rate": 1.1041007489354263e-05,
1198
+ "loss": 1.4166,
1199
+ "step": 845
1200
+ },
1201
+ {
1202
+ "epoch": 0.5233990147783252,
1203
+ "grad_norm": 10.650809601674084,
1204
+ "learning_rate": 1.093401838931009e-05,
1205
+ "loss": 1.4269,
1206
+ "step": 850
1207
+ },
1208
+ {
1209
+ "epoch": 0.5264778325123153,
1210
+ "grad_norm": 17.153586268388544,
1211
+ "learning_rate": 1.0826921322382407e-05,
1212
+ "loss": 1.4112,
1213
+ "step": 855
1214
+ },
1215
+ {
1216
+ "epoch": 0.5295566502463054,
1217
+ "grad_norm": 12.23318853282514,
1218
+ "learning_rate": 1.071972866834519e-05,
1219
+ "loss": 1.3409,
1220
+ "step": 860
1221
+ },
1222
+ {
1223
+ "epoch": 0.5326354679802956,
1224
+ "grad_norm": 9.79980745523444,
1225
+ "learning_rate": 1.061245281802171e-05,
1226
+ "loss": 1.4392,
1227
+ "step": 865
1228
+ },
1229
+ {
1230
+ "epoch": 0.5357142857142857,
1231
+ "grad_norm": 13.39047711234012,
1232
+ "learning_rate": 1.0505106171852226e-05,
1233
+ "loss": 1.3005,
1234
+ "step": 870
1235
+ },
1236
+ {
1237
+ "epoch": 0.5387931034482759,
1238
+ "grad_norm": 27.935567545937946,
1239
+ "learning_rate": 1.039770113846056e-05,
1240
+ "loss": 1.3531,
1241
+ "step": 875
1242
+ },
1243
+ {
1244
+ "epoch": 0.541871921182266,
1245
+ "grad_norm": 21.112232870571965,
1246
+ "learning_rate": 1.0290250133219755e-05,
1247
+ "loss": 1.4231,
1248
+ "step": 880
1249
+ },
1250
+ {
1251
+ "epoch": 0.5449507389162561,
1252
+ "grad_norm": 14.018625193344477,
1253
+ "learning_rate": 1.0182765576816916e-05,
1254
+ "loss": 1.493,
1255
+ "step": 885
1256
+ },
1257
+ {
1258
+ "epoch": 0.5480295566502463,
1259
+ "grad_norm": 47.019213796032155,
1260
+ "learning_rate": 1.0075259893817465e-05,
1261
+ "loss": 1.4117,
1262
+ "step": 890
1263
+ },
1264
+ {
1265
+ "epoch": 0.5511083743842364,
1266
+ "grad_norm": 21.905968001772294,
1267
+ "learning_rate": 9.967745511228922e-06,
1268
+ "loss": 1.3714,
1269
+ "step": 895
1270
+ },
1271
+ {
1272
+ "epoch": 0.5541871921182266,
1273
+ "grad_norm": 10.600750962435368,
1274
+ "learning_rate": 9.860234857064439e-06,
1275
+ "loss": 1.4149,
1276
+ "step": 900
1277
+ },
1278
+ {
1279
+ "epoch": 0.5572660098522167,
1280
+ "grad_norm": 19.368746856411462,
1281
+ "learning_rate": 9.752740358906168e-06,
1282
+ "loss": 1.4068,
1283
+ "step": 905
1284
+ },
1285
+ {
1286
+ "epoch": 0.5603448275862069,
1287
+ "grad_norm": 10.340212723912037,
1288
+ "learning_rate": 9.645274442468746e-06,
1289
+ "loss": 1.381,
1290
+ "step": 910
1291
+ },
1292
+ {
1293
+ "epoch": 0.5634236453201971,
1294
+ "grad_norm": 17.209489283241304,
1295
+ "learning_rate": 9.537849530162915e-06,
1296
+ "loss": 1.4018,
1297
+ "step": 915
1298
+ },
1299
+ {
1300
+ "epoch": 0.5665024630541872,
1301
+ "grad_norm": 16.192710445420914,
1302
+ "learning_rate": 9.430478039659604e-06,
1303
+ "loss": 1.3763,
1304
+ "step": 920
1305
+ },
1306
+ {
1307
+ "epoch": 0.5695812807881774,
1308
+ "grad_norm": 10.665049867143576,
1309
+ "learning_rate": 9.323172382454494e-06,
1310
+ "loss": 1.3917,
1311
+ "step": 925
1312
+ },
1313
+ {
1314
+ "epoch": 0.5726600985221675,
1315
+ "grad_norm": 23.488462682807576,
1316
+ "learning_rate": 9.215944962433329e-06,
1317
+ "loss": 1.3135,
1318
+ "step": 930
1319
+ },
1320
+ {
1321
+ "epoch": 0.5757389162561576,
1322
+ "grad_norm": 21.67168819889345,
1323
+ "learning_rate": 9.108808174438128e-06,
1324
+ "loss": 1.407,
1325
+ "step": 935
1326
+ },
1327
+ {
1328
+ "epoch": 0.5788177339901478,
1329
+ "grad_norm": 21.02636023745943,
1330
+ "learning_rate": 9.001774402834375e-06,
1331
+ "loss": 1.3427,
1332
+ "step": 940
1333
+ },
1334
+ {
1335
+ "epoch": 0.5818965517241379,
1336
+ "grad_norm": 8.044561556098252,
1337
+ "learning_rate": 8.89485602007949e-06,
1338
+ "loss": 1.378,
1339
+ "step": 945
1340
+ },
1341
+ {
1342
+ "epoch": 0.5849753694581281,
1343
+ "grad_norm": 16.484248656670655,
1344
+ "learning_rate": 8.788065385292637e-06,
1345
+ "loss": 1.3633,
1346
+ "step": 950
1347
+ },
1348
+ {
1349
+ "epoch": 0.5880541871921182,
1350
+ "grad_norm": 12.965003760380185,
1351
+ "learning_rate": 8.68141484282609e-06,
1352
+ "loss": 1.4083,
1353
+ "step": 955
1354
+ },
1355
+ {
1356
+ "epoch": 0.5911330049261084,
1357
+ "grad_norm": 18.259361751180567,
1358
+ "learning_rate": 8.574916720838293e-06,
1359
+ "loss": 1.431,
1360
+ "step": 960
1361
+ },
1362
+ {
1363
+ "epoch": 0.5942118226600985,
1364
+ "grad_norm": 14.931940073877918,
1365
+ "learning_rate": 8.468583329868805e-06,
1366
+ "loss": 1.4134,
1367
+ "step": 965
1368
+ },
1369
+ {
1370
+ "epoch": 0.5972906403940886,
1371
+ "grad_norm": 7.9389796967423845,
1372
+ "learning_rate": 8.362426961415274e-06,
1373
+ "loss": 1.3798,
1374
+ "step": 970
1375
+ },
1376
+ {
1377
+ "epoch": 0.6003694581280788,
1378
+ "grad_norm": 10.911398304396144,
1379
+ "learning_rate": 8.256459886512618e-06,
1380
+ "loss": 1.3546,
1381
+ "step": 975
1382
+ },
1383
+ {
1384
+ "epoch": 0.603448275862069,
1385
+ "grad_norm": 19.695152731292648,
1386
+ "learning_rate": 8.150694354314556e-06,
1387
+ "loss": 1.4425,
1388
+ "step": 980
1389
+ },
1390
+ {
1391
+ "epoch": 0.6065270935960592,
1392
+ "grad_norm": 15.555720674983748,
1393
+ "learning_rate": 8.0451425906777e-06,
1394
+ "loss": 1.3925,
1395
+ "step": 985
1396
+ },
1397
+ {
1398
+ "epoch": 0.6096059113300493,
1399
+ "grad_norm": 26.83456471123147,
1400
+ "learning_rate": 7.939816796748296e-06,
1401
+ "loss": 1.3358,
1402
+ "step": 990
1403
+ },
1404
+ {
1405
+ "epoch": 0.6126847290640394,
1406
+ "grad_norm": 17.412398845782374,
1407
+ "learning_rate": 7.834729147551858e-06,
1408
+ "loss": 1.3782,
1409
+ "step": 995
1410
+ },
1411
+ {
1412
+ "epoch": 0.6157635467980296,
1413
+ "grad_norm": 14.175946894851235,
1414
+ "learning_rate": 7.729891790585817e-06,
1415
+ "loss": 1.3165,
1416
+ "step": 1000
1417
+ },
1418
+ {
1419
+ "epoch": 0.6188423645320197,
1420
+ "grad_norm": 8.623021255345796,
1421
+ "learning_rate": 7.625316844415327e-06,
1422
+ "loss": 1.3017,
1423
+ "step": 1005
1424
+ },
1425
+ {
1426
+ "epoch": 0.6219211822660099,
1427
+ "grad_norm": 10.20752311555882,
1428
+ "learning_rate": 7.521016397272436e-06,
1429
+ "loss": 1.3772,
1430
+ "step": 1010
1431
+ },
1432
+ {
1433
+ "epoch": 0.625,
1434
+ "grad_norm": 8.29466538031788,
1435
+ "learning_rate": 7.417002505658773e-06,
1436
+ "loss": 1.4227,
1437
+ "step": 1015
1438
+ },
1439
+ {
1440
+ "epoch": 0.6280788177339901,
1441
+ "grad_norm": 9.706478317484397,
1442
+ "learning_rate": 7.313287192951866e-06,
1443
+ "loss": 1.3848,
1444
+ "step": 1020
1445
+ },
1446
+ {
1447
+ "epoch": 0.6311576354679803,
1448
+ "grad_norm": 10.802336009782953,
1449
+ "learning_rate": 7.209882448015338e-06,
1450
+ "loss": 1.3446,
1451
+ "step": 1025
1452
+ },
1453
+ {
1454
+ "epoch": 0.6342364532019704,
1455
+ "grad_norm": 18.98546241888069,
1456
+ "learning_rate": 7.1068002238130465e-06,
1457
+ "loss": 1.3682,
1458
+ "step": 1030
1459
+ },
1460
+ {
1461
+ "epoch": 0.6373152709359606,
1462
+ "grad_norm": 9.536444897433284,
1463
+ "learning_rate": 7.004052436027397e-06,
1464
+ "loss": 1.3615,
1465
+ "step": 1035
1466
+ },
1467
+ {
1468
+ "epoch": 0.6403940886699507,
1469
+ "grad_norm": 8.159252929197551,
1470
+ "learning_rate": 6.901650961681976e-06,
1471
+ "loss": 1.3406,
1472
+ "step": 1040
1473
+ },
1474
+ {
1475
+ "epoch": 0.6434729064039408,
1476
+ "grad_norm": 8.417979006236454,
1477
+ "learning_rate": 6.799607637768621e-06,
1478
+ "loss": 1.3694,
1479
+ "step": 1045
1480
+ },
1481
+ {
1482
+ "epoch": 0.646551724137931,
1483
+ "grad_norm": 11.129778045558496,
1484
+ "learning_rate": 6.6979342598791395e-06,
1485
+ "loss": 1.3766,
1486
+ "step": 1050
1487
+ },
1488
+ {
1489
+ "epoch": 0.6496305418719212,
1490
+ "grad_norm": 11.957608169763887,
1491
+ "learning_rate": 6.596642580841827e-06,
1492
+ "loss": 1.3597,
1493
+ "step": 1055
1494
+ },
1495
+ {
1496
+ "epoch": 0.6527093596059114,
1497
+ "grad_norm": 16.8182044633009,
1498
+ "learning_rate": 6.495744309362879e-06,
1499
+ "loss": 1.3064,
1500
+ "step": 1060
1501
+ },
1502
+ {
1503
+ "epoch": 0.6557881773399015,
1504
+ "grad_norm": 17.103923571365467,
1505
+ "learning_rate": 6.395251108672975e-06,
1506
+ "loss": 1.331,
1507
+ "step": 1065
1508
+ },
1509
+ {
1510
+ "epoch": 0.6588669950738916,
1511
+ "grad_norm": 9.356263358149233,
1512
+ "learning_rate": 6.295174595179041e-06,
1513
+ "loss": 1.36,
1514
+ "step": 1070
1515
+ },
1516
+ {
1517
+ "epoch": 0.6619458128078818,
1518
+ "grad_norm": 14.770806738027815,
1519
+ "learning_rate": 6.195526337121483e-06,
1520
+ "loss": 1.3919,
1521
+ "step": 1075
1522
+ },
1523
+ {
1524
+ "epoch": 0.6650246305418719,
1525
+ "grad_norm": 22.999125215792372,
1526
+ "learning_rate": 6.096317853236975e-06,
1527
+ "loss": 1.2782,
1528
+ "step": 1080
1529
+ },
1530
+ {
1531
+ "epoch": 0.6681034482758621,
1532
+ "grad_norm": 8.809923298393809,
1533
+ "learning_rate": 5.997560611426947e-06,
1534
+ "loss": 1.3444,
1535
+ "step": 1085
1536
+ },
1537
+ {
1538
+ "epoch": 0.6711822660098522,
1539
+ "grad_norm": 18.77979667174953,
1540
+ "learning_rate": 5.899266027431965e-06,
1541
+ "loss": 1.3848,
1542
+ "step": 1090
1543
+ },
1544
+ {
1545
+ "epoch": 0.6742610837438424,
1546
+ "grad_norm": 11.03776076734672,
1547
+ "learning_rate": 5.80144546351216e-06,
1548
+ "loss": 1.3011,
1549
+ "step": 1095
1550
+ },
1551
+ {
1552
+ "epoch": 0.6773399014778325,
1553
+ "grad_norm": 8.735851907944854,
1554
+ "learning_rate": 5.704110227133792e-06,
1555
+ "loss": 1.3439,
1556
+ "step": 1100
1557
+ },
1558
+ {
1559
+ "epoch": 0.6804187192118226,
1560
+ "grad_norm": 14.77561891944379,
1561
+ "learning_rate": 5.607271569662203e-06,
1562
+ "loss": 1.3166,
1563
+ "step": 1105
1564
+ },
1565
+ {
1566
+ "epoch": 0.6834975369458128,
1567
+ "grad_norm": 21.95252112441737,
1568
+ "learning_rate": 5.510940685061202e-06,
1569
+ "loss": 1.3284,
1570
+ "step": 1110
1571
+ },
1572
+ {
1573
+ "epoch": 0.6865763546798029,
1574
+ "grad_norm": 22.872979512272977,
1575
+ "learning_rate": 5.41512870859912e-06,
1576
+ "loss": 1.3419,
1577
+ "step": 1115
1578
+ },
1579
+ {
1580
+ "epoch": 0.6896551724137931,
1581
+ "grad_norm": 18.730673975715575,
1582
+ "learning_rate": 5.319846715561656e-06,
1583
+ "loss": 1.3474,
1584
+ "step": 1120
1585
+ },
1586
+ {
1587
+ "epoch": 0.6927339901477833,
1588
+ "grad_norm": 12.94402628113151,
1589
+ "learning_rate": 5.225105719971615e-06,
1590
+ "loss": 1.284,
1591
+ "step": 1125
1592
+ },
1593
+ {
1594
+ "epoch": 0.6958128078817734,
1595
+ "grad_norm": 11.076020901601611,
1596
+ "learning_rate": 5.130916673315762e-06,
1597
+ "loss": 1.3774,
1598
+ "step": 1130
1599
+ },
1600
+ {
1601
+ "epoch": 0.6988916256157636,
1602
+ "grad_norm": 15.519595404751641,
1603
+ "learning_rate": 5.037290463278914e-06,
1604
+ "loss": 1.3096,
1605
+ "step": 1135
1606
+ },
1607
+ {
1608
+ "epoch": 0.7019704433497537,
1609
+ "grad_norm": 9.993229180399556,
1610
+ "learning_rate": 4.94423791248536e-06,
1611
+ "loss": 1.3125,
1612
+ "step": 1140
1613
+ },
1614
+ {
1615
+ "epoch": 0.7050492610837439,
1616
+ "grad_norm": 19.385051432139623,
1617
+ "learning_rate": 4.851769777247857e-06,
1618
+ "loss": 1.4055,
1619
+ "step": 1145
1620
+ },
1621
+ {
1622
+ "epoch": 0.708128078817734,
1623
+ "grad_norm": 8.020441232215644,
1624
+ "learning_rate": 4.759896746324247e-06,
1625
+ "loss": 1.322,
1626
+ "step": 1150
1627
+ },
1628
+ {
1629
+ "epoch": 0.7112068965517241,
1630
+ "grad_norm": 8.425717242898326,
1631
+ "learning_rate": 4.668629439681907e-06,
1632
+ "loss": 1.3147,
1633
+ "step": 1155
1634
+ },
1635
+ {
1636
+ "epoch": 0.7142857142857143,
1637
+ "grad_norm": 12.858189319574025,
1638
+ "learning_rate": 4.577978407270156e-06,
1639
+ "loss": 1.33,
1640
+ "step": 1160
1641
+ },
1642
+ {
1643
+ "epoch": 0.7173645320197044,
1644
+ "grad_norm": 17.66515297002037,
1645
+ "learning_rate": 4.487954127800726e-06,
1646
+ "loss": 1.3114,
1647
+ "step": 1165
1648
+ },
1649
+ {
1650
+ "epoch": 0.7204433497536946,
1651
+ "grad_norm": 18.24711748661215,
1652
+ "learning_rate": 4.398567007536493e-06,
1653
+ "loss": 1.4077,
1654
+ "step": 1170
1655
+ },
1656
+ {
1657
+ "epoch": 0.7235221674876847,
1658
+ "grad_norm": 13.478769959260893,
1659
+ "learning_rate": 4.309827379088589e-06,
1660
+ "loss": 1.3231,
1661
+ "step": 1175
1662
+ },
1663
+ {
1664
+ "epoch": 0.7266009852216748,
1665
+ "grad_norm": 7.302618771342409,
1666
+ "learning_rate": 4.221745500221992e-06,
1667
+ "loss": 1.2599,
1668
+ "step": 1180
1669
+ },
1670
+ {
1671
+ "epoch": 0.729679802955665,
1672
+ "grad_norm": 7.6843380691337835,
1673
+ "learning_rate": 4.134331552669812e-06,
1674
+ "loss": 1.3517,
1675
+ "step": 1185
1676
+ },
1677
+ {
1678
+ "epoch": 0.7327586206896551,
1679
+ "grad_norm": 8.515558984433651,
1680
+ "learning_rate": 4.047595640956326e-06,
1681
+ "loss": 1.3627,
1682
+ "step": 1190
1683
+ },
1684
+ {
1685
+ "epoch": 0.7358374384236454,
1686
+ "grad_norm": 8.423972687424229,
1687
+ "learning_rate": 3.961547791228963e-06,
1688
+ "loss": 1.277,
1689
+ "step": 1195
1690
+ },
1691
+ {
1692
+ "epoch": 0.7389162561576355,
1693
+ "grad_norm": 9.232139997585016,
1694
+ "learning_rate": 3.876197950099351e-06,
1695
+ "loss": 1.292,
1696
+ "step": 1200
1697
+ },
1698
+ {
1699
+ "epoch": 0.7419950738916257,
1700
+ "grad_norm": 10.31580251619475,
1701
+ "learning_rate": 3.7915559834935355e-06,
1702
+ "loss": 1.3203,
1703
+ "step": 1205
1704
+ },
1705
+ {
1706
+ "epoch": 0.7450738916256158,
1707
+ "grad_norm": 7.4684234026975895,
1708
+ "learning_rate": 3.7076316755115407e-06,
1709
+ "loss": 1.2874,
1710
+ "step": 1210
1711
+ },
1712
+ {
1713
+ "epoch": 0.7481527093596059,
1714
+ "grad_norm": 8.002591900900384,
1715
+ "learning_rate": 3.6244347272963974e-06,
1716
+ "loss": 1.3066,
1717
+ "step": 1215
1718
+ },
1719
+ {
1720
+ "epoch": 0.7512315270935961,
1721
+ "grad_norm": 11.054705747477877,
1722
+ "learning_rate": 3.5419747559127294e-06,
1723
+ "loss": 1.3229,
1724
+ "step": 1220
1725
+ },
1726
+ {
1727
+ "epoch": 0.7543103448275862,
1728
+ "grad_norm": 7.81922171969261,
1729
+ "learning_rate": 3.4602612932351065e-06,
1730
+ "loss": 1.3395,
1731
+ "step": 1225
1732
+ },
1733
+ {
1734
+ "epoch": 0.7573891625615764,
1735
+ "grad_norm": 9.80272601474901,
1736
+ "learning_rate": 3.3793037848461873e-06,
1737
+ "loss": 1.301,
1738
+ "step": 1230
1739
+ },
1740
+ {
1741
+ "epoch": 0.7604679802955665,
1742
+ "grad_norm": 8.64305287763975,
1743
+ "learning_rate": 3.2991115889448877e-06,
1744
+ "loss": 1.2926,
1745
+ "step": 1235
1746
+ },
1747
+ {
1748
+ "epoch": 0.7635467980295566,
1749
+ "grad_norm": 7.806886192716367,
1750
+ "learning_rate": 3.2196939752646183e-06,
1751
+ "loss": 1.2926,
1752
+ "step": 1240
1753
+ },
1754
+ {
1755
+ "epoch": 0.7666256157635468,
1756
+ "grad_norm": 7.547666757027036,
1757
+ "learning_rate": 3.141060124001776e-06,
1758
+ "loss": 1.3068,
1759
+ "step": 1245
1760
+ },
1761
+ {
1762
+ "epoch": 0.7697044334975369,
1763
+ "grad_norm": 9.555552308692176,
1764
+ "learning_rate": 3.063219124754543e-06,
1765
+ "loss": 1.3023,
1766
+ "step": 1250
1767
+ },
1768
+ {
1769
+ "epoch": 0.7727832512315271,
1770
+ "grad_norm": 8.411419674044241,
1771
+ "learning_rate": 2.9861799754722033e-06,
1772
+ "loss": 1.2665,
1773
+ "step": 1255
1774
+ },
1775
+ {
1776
+ "epoch": 0.7758620689655172,
1777
+ "grad_norm": 10.709948989400203,
1778
+ "learning_rate": 2.9099515814150335e-06,
1779
+ "loss": 1.2541,
1780
+ "step": 1260
1781
+ },
1782
+ {
1783
+ "epoch": 0.7789408866995073,
1784
+ "grad_norm": 14.980457406276473,
1785
+ "learning_rate": 2.8345427541248993e-06,
1786
+ "loss": 1.2431,
1787
+ "step": 1265
1788
+ },
1789
+ {
1790
+ "epoch": 0.7820197044334976,
1791
+ "grad_norm": 7.561020286323297,
1792
+ "learning_rate": 2.7599622104066937e-06,
1793
+ "loss": 1.3489,
1794
+ "step": 1270
1795
+ },
1796
+ {
1797
+ "epoch": 0.7850985221674877,
1798
+ "grad_norm": 6.762857047686262,
1799
+ "learning_rate": 2.6862185713207467e-06,
1800
+ "loss": 1.2933,
1801
+ "step": 1275
1802
+ },
1803
+ {
1804
+ "epoch": 0.7881773399014779,
1805
+ "grad_norm": 10.436824156417362,
1806
+ "learning_rate": 2.6133203611862554e-06,
1807
+ "loss": 1.279,
1808
+ "step": 1280
1809
+ },
1810
+ {
1811
+ "epoch": 0.791256157635468,
1812
+ "grad_norm": 9.19121896336613,
1813
+ "learning_rate": 2.5412760065959386e-06,
1814
+ "loss": 1.2856,
1815
+ "step": 1285
1816
+ },
1817
+ {
1818
+ "epoch": 0.7943349753694581,
1819
+ "grad_norm": 7.299874225629273,
1820
+ "learning_rate": 2.4700938354419823e-06,
1821
+ "loss": 1.2808,
1822
+ "step": 1290
1823
+ },
1824
+ {
1825
+ "epoch": 0.7974137931034483,
1826
+ "grad_norm": 6.93762581606662,
1827
+ "learning_rate": 2.3997820759533654e-06,
1828
+ "loss": 1.3062,
1829
+ "step": 1295
1830
+ },
1831
+ {
1832
+ "epoch": 0.8004926108374384,
1833
+ "grad_norm": 6.867928680181049,
1834
+ "learning_rate": 2.3303488557447374e-06,
1835
+ "loss": 1.2471,
1836
+ "step": 1300
1837
+ },
1838
+ {
1839
+ "epoch": 0.8035714285714286,
1840
+ "grad_norm": 6.6252232320657924,
1841
+ "learning_rate": 2.26180220087692e-06,
1842
+ "loss": 1.2657,
1843
+ "step": 1305
1844
+ },
1845
+ {
1846
+ "epoch": 0.8066502463054187,
1847
+ "grad_norm": 7.151355762927701,
1848
+ "learning_rate": 2.194150034929133e-06,
1849
+ "loss": 1.2972,
1850
+ "step": 1310
1851
+ },
1852
+ {
1853
+ "epoch": 0.8097290640394089,
1854
+ "grad_norm": 10.61150455539557,
1855
+ "learning_rate": 2.1274001780830776e-06,
1856
+ "loss": 1.2988,
1857
+ "step": 1315
1858
+ },
1859
+ {
1860
+ "epoch": 0.812807881773399,
1861
+ "grad_norm": 8.478966940847858,
1862
+ "learning_rate": 2.0615603462189824e-06,
1863
+ "loss": 1.317,
1864
+ "step": 1320
1865
+ },
1866
+ {
1867
+ "epoch": 0.8158866995073891,
1868
+ "grad_norm": 7.647249125843244,
1869
+ "learning_rate": 1.9966381500236786e-06,
1870
+ "loss": 1.2202,
1871
+ "step": 1325
1872
+ },
1873
+ {
1874
+ "epoch": 0.8189655172413793,
1875
+ "grad_norm": 6.7760137509227425,
1876
+ "learning_rate": 1.932641094110855e-06,
1877
+ "loss": 1.265,
1878
+ "step": 1330
1879
+ },
1880
+ {
1881
+ "epoch": 0.8220443349753694,
1882
+ "grad_norm": 11.005843646770034,
1883
+ "learning_rate": 1.869576576153581e-06,
1884
+ "loss": 1.2099,
1885
+ "step": 1335
1886
+ },
1887
+ {
1888
+ "epoch": 0.8251231527093597,
1889
+ "grad_norm": 10.046995706677444,
1890
+ "learning_rate": 1.8074518860291646e-06,
1891
+ "loss": 1.2691,
1892
+ "step": 1340
1893
+ },
1894
+ {
1895
+ "epoch": 0.8282019704433498,
1896
+ "grad_norm": 7.467331282453166,
1897
+ "learning_rate": 1.746274204976498e-06,
1898
+ "loss": 1.2611,
1899
+ "step": 1345
1900
+ },
1901
+ {
1902
+ "epoch": 0.8312807881773399,
1903
+ "grad_norm": 7.229696328604628,
1904
+ "learning_rate": 1.6860506047659442e-06,
1905
+ "loss": 1.2688,
1906
+ "step": 1350
1907
+ },
1908
+ {
1909
+ "epoch": 0.8343596059113301,
1910
+ "grad_norm": 6.744110485516448,
1911
+ "learning_rate": 1.6267880468818787e-06,
1912
+ "loss": 1.2412,
1913
+ "step": 1355
1914
+ },
1915
+ {
1916
+ "epoch": 0.8374384236453202,
1917
+ "grad_norm": 8.852264527144929,
1918
+ "learning_rate": 1.5684933817180014e-06,
1919
+ "loss": 1.2771,
1920
+ "step": 1360
1921
+ },
1922
+ {
1923
+ "epoch": 0.8405172413793104,
1924
+ "grad_norm": 12.735778529994441,
1925
+ "learning_rate": 1.5111733477854507e-06,
1926
+ "loss": 1.2872,
1927
+ "step": 1365
1928
+ },
1929
+ {
1930
+ "epoch": 0.8435960591133005,
1931
+ "grad_norm": 7.240920825332387,
1932
+ "learning_rate": 1.454834570933884e-06,
1933
+ "loss": 1.2302,
1934
+ "step": 1370
1935
+ },
1936
+ {
1937
+ "epoch": 0.8466748768472906,
1938
+ "grad_norm": 7.571689813788829,
1939
+ "learning_rate": 1.399483563585573e-06,
1940
+ "loss": 1.275,
1941
+ "step": 1375
1942
+ },
1943
+ {
1944
+ "epoch": 0.8497536945812808,
1945
+ "grad_norm": 7.780172978665113,
1946
+ "learning_rate": 1.345126723982594e-06,
1947
+ "loss": 1.34,
1948
+ "step": 1380
1949
+ },
1950
+ {
1951
+ "epoch": 0.8528325123152709,
1952
+ "grad_norm": 8.561225757508065,
1953
+ "learning_rate": 1.2917703354472467e-06,
1954
+ "loss": 1.2557,
1955
+ "step": 1385
1956
+ },
1957
+ {
1958
+ "epoch": 0.8559113300492611,
1959
+ "grad_norm": 10.571516988186687,
1960
+ "learning_rate": 1.2394205656557224e-06,
1961
+ "loss": 1.2487,
1962
+ "step": 1390
1963
+ },
1964
+ {
1965
+ "epoch": 0.8589901477832512,
1966
+ "grad_norm": 7.087630630952262,
1967
+ "learning_rate": 1.1880834659251706e-06,
1968
+ "loss": 1.2715,
1969
+ "step": 1395
1970
+ },
1971
+ {
1972
+ "epoch": 0.8620689655172413,
1973
+ "grad_norm": 9.265456612804266,
1974
+ "learning_rate": 1.1377649705142012e-06,
1975
+ "loss": 1.2785,
1976
+ "step": 1400
1977
+ },
1978
+ {
1979
+ "epoch": 0.8651477832512315,
1980
+ "grad_norm": 9.408590480859424,
1981
+ "learning_rate": 1.0884708959369116e-06,
1982
+ "loss": 1.303,
1983
+ "step": 1405
1984
+ },
1985
+ {
1986
+ "epoch": 0.8682266009852216,
1987
+ "grad_norm": 7.075930275063177,
1988
+ "learning_rate": 1.040206940290547e-06,
1989
+ "loss": 1.2274,
1990
+ "step": 1410
1991
+ },
1992
+ {
1993
+ "epoch": 0.8713054187192119,
1994
+ "grad_norm": 6.354199837846897,
1995
+ "learning_rate": 9.929786825968213e-07,
1996
+ "loss": 1.2342,
1997
+ "step": 1415
1998
+ },
1999
+ {
2000
+ "epoch": 0.874384236453202,
2001
+ "grad_norm": 7.4318395549675405,
2002
+ "learning_rate": 9.467915821570228e-07,
2003
+ "loss": 1.2917,
2004
+ "step": 1420
2005
+ },
2006
+ {
2007
+ "epoch": 0.8774630541871922,
2008
+ "grad_norm": 6.936418377158421,
2009
+ "learning_rate": 9.016509779209536e-07,
2010
+ "loss": 1.2708,
2011
+ "step": 1425
2012
+ },
2013
+ {
2014
+ "epoch": 0.8805418719211823,
2015
+ "grad_norm": 8.103125888344566,
2016
+ "learning_rate": 8.575620878697744e-07,
2017
+ "loss": 1.2316,
2018
+ "step": 1430
2019
+ },
2020
+ {
2021
+ "epoch": 0.8836206896551724,
2022
+ "grad_norm": 10.248646825430681,
2023
+ "learning_rate": 8.145300084128349e-07,
2024
+ "loss": 1.2637,
2025
+ "step": 1435
2026
+ },
2027
+ {
2028
+ "epoch": 0.8866995073891626,
2029
+ "grad_norm": 5.970922877419386,
2030
+ "learning_rate": 7.725597137985741e-07,
2031
+ "loss": 1.1892,
2032
+ "step": 1440
2033
+ },
2034
+ {
2035
+ "epoch": 0.8897783251231527,
2036
+ "grad_norm": 8.287948622274875,
2037
+ "learning_rate": 7.316560555395069e-07,
2038
+ "loss": 1.2157,
2039
+ "step": 1445
2040
+ },
2041
+ {
2042
+ "epoch": 0.8928571428571429,
2043
+ "grad_norm": 8.447501834857656,
2044
+ "learning_rate": 6.918237618514378e-07,
2045
+ "loss": 1.1855,
2046
+ "step": 1450
2047
+ },
2048
+ {
2049
+ "epoch": 0.895935960591133,
2050
+ "grad_norm": 7.159131346667986,
2051
+ "learning_rate": 6.530674371068946e-07,
2052
+ "loss": 1.257,
2053
+ "step": 1455
2054
+ },
2055
+ {
2056
+ "epoch": 0.8990147783251231,
2057
+ "grad_norm": 10.533560917394905,
2058
+ "learning_rate": 6.153915613028915e-07,
2059
+ "loss": 1.2347,
2060
+ "step": 1460
2061
+ },
2062
+ {
2063
+ "epoch": 0.9020935960591133,
2064
+ "grad_norm": 8.866898875480516,
2065
+ "learning_rate": 5.788004895430799e-07,
2066
+ "loss": 1.1854,
2067
+ "step": 1465
2068
+ },
2069
+ {
2070
+ "epoch": 0.9051724137931034,
2071
+ "grad_norm": 8.194881676375312,
2072
+ "learning_rate": 5.43298451534312e-07,
2073
+ "loss": 1.2982,
2074
+ "step": 1470
2075
+ },
2076
+ {
2077
+ "epoch": 0.9082512315270936,
2078
+ "grad_norm": 7.016734395939443,
2079
+ "learning_rate": 5.088895510977154e-07,
2080
+ "loss": 1.2356,
2081
+ "step": 1475
2082
+ },
2083
+ {
2084
+ "epoch": 0.9113300492610837,
2085
+ "grad_norm": 7.085958022802171,
2086
+ "learning_rate": 4.755777656943239e-07,
2087
+ "loss": 1.2744,
2088
+ "step": 1480
2089
+ },
2090
+ {
2091
+ "epoch": 0.9144088669950738,
2092
+ "grad_norm": 9.454871601471178,
2093
+ "learning_rate": 4.433669459652945e-07,
2094
+ "loss": 1.2263,
2095
+ "step": 1485
2096
+ },
2097
+ {
2098
+ "epoch": 0.9174876847290641,
2099
+ "grad_norm": 7.94562063795173,
2100
+ "learning_rate": 4.1226081528680907e-07,
2101
+ "loss": 1.2799,
2102
+ "step": 1490
2103
+ },
2104
+ {
2105
+ "epoch": 0.9205665024630542,
2106
+ "grad_norm": 6.748156588514909,
2107
+ "learning_rate": 3.822629693396651e-07,
2108
+ "loss": 1.2173,
2109
+ "step": 1495
2110
+ },
2111
+ {
2112
+ "epoch": 0.9236453201970444,
2113
+ "grad_norm": 7.1052859489691125,
2114
+ "learning_rate": 3.5337687569363734e-07,
2115
+ "loss": 1.2749,
2116
+ "step": 1500
2117
+ },
2118
+ {
2119
+ "epoch": 0.9267241379310345,
2120
+ "grad_norm": 7.280418494562587,
2121
+ "learning_rate": 3.2560587340665694e-07,
2122
+ "loss": 1.2514,
2123
+ "step": 1505
2124
+ },
2125
+ {
2126
+ "epoch": 0.9298029556650246,
2127
+ "grad_norm": 6.511194976095366,
2128
+ "learning_rate": 2.989531726388262e-07,
2129
+ "loss": 1.2674,
2130
+ "step": 1510
2131
+ },
2132
+ {
2133
+ "epoch": 0.9328817733990148,
2134
+ "grad_norm": 9.154084778928757,
2135
+ "learning_rate": 2.7342185428134604e-07,
2136
+ "loss": 1.2745,
2137
+ "step": 1515
2138
+ },
2139
+ {
2140
+ "epoch": 0.9359605911330049,
2141
+ "grad_norm": 7.957060401797473,
2142
+ "learning_rate": 2.4901486960039025e-07,
2143
+ "loss": 1.2681,
2144
+ "step": 1520
2145
+ },
2146
+ {
2147
+ "epoch": 0.9390394088669951,
2148
+ "grad_norm": 6.873067183698468,
2149
+ "learning_rate": 2.257350398959457e-07,
2150
+ "loss": 1.2312,
2151
+ "step": 1525
2152
+ },
2153
+ {
2154
+ "epoch": 0.9421182266009852,
2155
+ "grad_norm": 10.68387181654707,
2156
+ "learning_rate": 2.035850561756969e-07,
2157
+ "loss": 1.245,
2158
+ "step": 1530
2159
+ },
2160
+ {
2161
+ "epoch": 0.9451970443349754,
2162
+ "grad_norm": 6.894582373427124,
2163
+ "learning_rate": 1.8256747884395577e-07,
2164
+ "loss": 1.2479,
2165
+ "step": 1535
2166
+ },
2167
+ {
2168
+ "epoch": 0.9482758620689655,
2169
+ "grad_norm": 7.101633764094371,
2170
+ "learning_rate": 1.6268473740569723e-07,
2171
+ "loss": 1.3312,
2172
+ "step": 1540
2173
+ },
2174
+ {
2175
+ "epoch": 0.9513546798029556,
2176
+ "grad_norm": 7.043121051092255,
2177
+ "learning_rate": 1.4393913018572182e-07,
2178
+ "loss": 1.2224,
2179
+ "step": 1545
2180
+ },
2181
+ {
2182
+ "epoch": 0.9544334975369458,
2183
+ "grad_norm": 6.668479034325025,
2184
+ "learning_rate": 1.2633282406298576e-07,
2185
+ "loss": 1.2493,
2186
+ "step": 1550
2187
+ },
2188
+ {
2189
+ "epoch": 0.9575123152709359,
2190
+ "grad_norm": 7.036438292666957,
2191
+ "learning_rate": 1.0986785422011593e-07,
2192
+ "loss": 1.2326,
2193
+ "step": 1555
2194
+ },
2195
+ {
2196
+ "epoch": 0.9605911330049262,
2197
+ "grad_norm": 6.0704303828222965,
2198
+ "learning_rate": 9.454612390816686e-08,
2199
+ "loss": 1.2284,
2200
+ "step": 1560
2201
+ },
2202
+ {
2203
+ "epoch": 0.9636699507389163,
2204
+ "grad_norm": 6.331625313562051,
2205
+ "learning_rate": 8.036940422660345e-08,
2206
+ "loss": 1.2493,
2207
+ "step": 1565
2208
+ },
2209
+ {
2210
+ "epoch": 0.9667487684729064,
2211
+ "grad_norm": 7.32852887589745,
2212
+ "learning_rate": 6.733933391858238e-08,
2213
+ "loss": 1.3042,
2214
+ "step": 1570
2215
+ },
2216
+ {
2217
+ "epoch": 0.9698275862068966,
2218
+ "grad_norm": 9.963995739558282,
2219
+ "learning_rate": 5.5457419181517145e-08,
2220
+ "loss": 1.236,
2221
+ "step": 1575
2222
+ },
2223
+ {
2224
+ "epoch": 0.9729064039408867,
2225
+ "grad_norm": 6.627733686300748,
2226
+ "learning_rate": 4.472503349297497e-08,
2227
+ "loss": 1.1996,
2228
+ "step": 1580
2229
+ },
2230
+ {
2231
+ "epoch": 0.9759852216748769,
2232
+ "grad_norm": 7.234989701478282,
2233
+ "learning_rate": 3.5143417451907195e-08,
2234
+ "loss": 1.2076,
2235
+ "step": 1585
2236
+ },
2237
+ {
2238
+ "epoch": 0.979064039408867,
2239
+ "grad_norm": 12.472880054360536,
2240
+ "learning_rate": 2.671367863524732e-08,
2241
+ "loss": 1.2612,
2242
+ "step": 1590
2243
+ },
2244
+ {
2245
+ "epoch": 0.9821428571428571,
2246
+ "grad_norm": 7.0817535398795854,
2247
+ "learning_rate": 1.943679146988009e-08,
2248
+ "loss": 1.276,
2249
+ "step": 1595
2250
+ },
2251
+ {
2252
+ "epoch": 0.9852216748768473,
2253
+ "grad_norm": 8.107209810494863,
2254
+ "learning_rate": 1.3313597120002686e-08,
2255
+ "loss": 1.2662,
2256
+ "step": 1600
2257
+ },
2258
+ {
2259
+ "epoch": 0.9883004926108374,
2260
+ "grad_norm": 7.688683508919599,
2261
+ "learning_rate": 8.34480338989141e-09,
2262
+ "loss": 1.2943,
2263
+ "step": 1605
2264
+ },
2265
+ {
2266
+ "epoch": 0.9913793103448276,
2267
+ "grad_norm": 6.1964489042565765,
2268
+ "learning_rate": 4.530984642087122e-09,
2269
+ "loss": 1.1709,
2270
+ "step": 1610
2271
+ },
2272
+ {
2273
+ "epoch": 0.9944581280788177,
2274
+ "grad_norm": 6.73265107054657,
2275
+ "learning_rate": 1.872581730997247e-09,
2276
+ "loss": 1.2853,
2277
+ "step": 1615
2278
+ },
2279
+ {
2280
+ "epoch": 0.9975369458128078,
2281
+ "grad_norm": 6.616322833119161,
2282
+ "learning_rate": 3.699019519387559e-10,
2283
+ "loss": 1.1907,
2284
+ "step": 1620
2285
+ },
2286
+ {
2287
+ "epoch": 1.0,
2288
+ "eval_loss": 1.2451802492141724,
2289
+ "eval_runtime": 910.1999,
2290
+ "eval_samples_per_second": 25.389,
2291
+ "eval_steps_per_second": 0.794,
2292
+ "step": 1624
2293
+ },
2294
+ {
2295
+ "epoch": 1.0,
2296
+ "step": 1624,
2297
+ "total_flos": 55902786895872.0,
2298
+ "train_loss": 1.3673941268415875,
2299
+ "train_runtime": 11829.2918,
2300
+ "train_samples_per_second": 4.393,
2301
+ "train_steps_per_second": 0.137
2302
+ }
2303
+ ],
2304
+ "logging_steps": 5,
2305
+ "max_steps": 1624,
2306
+ "num_input_tokens_seen": 0,
2307
+ "num_train_epochs": 1,
2308
+ "save_steps": 500,
2309
+ "stateful_callbacks": {
2310
+ "TrainerControl": {
2311
+ "args": {
2312
+ "should_epoch_stop": false,
2313
+ "should_evaluate": false,
2314
+ "should_log": false,
2315
+ "should_save": true,
2316
+ "should_training_stop": true
2317
+ },
2318
+ "attributes": {}
2319
+ }
2320
+ },
2321
+ "total_flos": 55902786895872.0,
2322
+ "train_batch_size": 8,
2323
+ "trial_name": null,
2324
+ "trial_params": null
2325
+ }