weizhepei commited on
Commit
cb7959f
·
verified ·
1 Parent(s): 0e88400

Model save

Browse files
Files changed (5) hide show
  1. README.md +58 -0
  2. all_results.json +8 -0
  3. generation_config.json +12 -0
  4. train_results.json +8 -0
  5. trainer_state.json +2114 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-3.1-8B-Instruct
3
+ library_name: transformers
4
+ model_name: Llama3.1-8B-WebArena-Lite-SFT-CoT-QwQ-32B-epoch-5
5
+ tags:
6
+ - generated_from_trainer
7
+ - trl
8
+ - sft
9
+ licence: license
10
+ ---
11
+
12
+ # Model Card for Llama3.1-8B-WebArena-Lite-SFT-CoT-QwQ-32B-epoch-5
13
+
14
+ This model is a fine-tuned version of [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct).
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="weizhepei/Llama3.1-8B-WebArena-Lite-SFT-CoT-QwQ-32B-epoch-5", 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
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/uva-llm/huggingface/runs/tu0odzth)
31
+
32
+
33
+ This model was trained with SFT.
34
+
35
+ ### Framework versions
36
+
37
+ - TRL: 0.16.0.dev0
38
+ - Transformers: 4.49.0
39
+ - Pytorch: 2.5.1
40
+ - Datasets: 3.4.1
41
+ - Tokenizers: 0.21.1
42
+
43
+ ## Citations
44
+
45
+
46
+
47
+ Cite TRL as:
48
+
49
+ ```bibtex
50
+ @misc{vonwerra2022trl,
51
+ title = {{TRL: Transformer Reinforcement Learning}},
52
+ 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},
53
+ year = 2020,
54
+ journal = {GitHub repository},
55
+ publisher = {GitHub},
56
+ howpublished = {\url{https://github.com/huggingface/trl}}
57
+ }
58
+ ```
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_flos": 688205834289152.0,
3
+ "train_loss": 0.36633790682598544,
4
+ "train_runtime": 23733.8855,
5
+ "train_samples": 9460,
6
+ "train_samples_per_second": 1.993,
7
+ "train_steps_per_second": 0.062
8
+ }
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128008,
7
+ 128009
8
+ ],
9
+ "temperature": 0.6,
10
+ "top_p": 0.9,
11
+ "transformers_version": "4.49.0"
12
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_flos": 688205834289152.0,
3
+ "train_loss": 0.36633790682598544,
4
+ "train_runtime": 23733.8855,
5
+ "train_samples": 9460,
6
+ "train_samples_per_second": 1.993,
7
+ "train_steps_per_second": 0.062
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,2114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1480,
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.016891891891891893,
13
+ "grad_norm": 6.462106284368249,
14
+ "learning_rate": 3.3783783783783788e-06,
15
+ "loss": 1.2799,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.033783783783783786,
20
+ "grad_norm": 5.796465322090743,
21
+ "learning_rate": 6.7567567567567575e-06,
22
+ "loss": 1.1537,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.05067567567567568,
27
+ "grad_norm": 4.2218820593408095,
28
+ "learning_rate": 1.0135135135135136e-05,
29
+ "loss": 1.0065,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.06756756756756757,
34
+ "grad_norm": 3.7249576431741684,
35
+ "learning_rate": 1.3513513513513515e-05,
36
+ "loss": 0.9447,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.08445945945945946,
41
+ "grad_norm": 3.190895360133061,
42
+ "learning_rate": 1.6891891891891892e-05,
43
+ "loss": 0.9273,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.10135135135135136,
48
+ "grad_norm": 2.970371594299886,
49
+ "learning_rate": 2.0270270270270273e-05,
50
+ "loss": 0.9025,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.11824324324324324,
55
+ "grad_norm": 2.963735798525872,
56
+ "learning_rate": 2.364864864864865e-05,
57
+ "loss": 0.9132,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.13513513513513514,
62
+ "grad_norm": 2.8827468495825426,
63
+ "learning_rate": 2.702702702702703e-05,
64
+ "loss": 0.9218,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.15202702702702703,
69
+ "grad_norm": 2.761334881573851,
70
+ "learning_rate": 3.0405405405405407e-05,
71
+ "loss": 0.9476,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.16891891891891891,
76
+ "grad_norm": 2.668519821436992,
77
+ "learning_rate": 3.3783783783783784e-05,
78
+ "loss": 0.9359,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.1858108108108108,
83
+ "grad_norm": 2.6190244017441064,
84
+ "learning_rate": 3.7162162162162165e-05,
85
+ "loss": 0.9183,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.20270270270270271,
90
+ "grad_norm": 2.719864590265737,
91
+ "learning_rate": 4.0540540540540545e-05,
92
+ "loss": 0.9458,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 0.2195945945945946,
97
+ "grad_norm": 2.4818549466218336,
98
+ "learning_rate": 4.391891891891892e-05,
99
+ "loss": 0.9429,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 0.23648648648648649,
104
+ "grad_norm": 2.724969057424987,
105
+ "learning_rate": 4.72972972972973e-05,
106
+ "loss": 0.9683,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 0.2533783783783784,
111
+ "grad_norm": 2.326953092679936,
112
+ "learning_rate": 4.999994383297182e-05,
113
+ "loss": 0.9661,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 0.2702702702702703,
118
+ "grad_norm": 2.4334462522009828,
119
+ "learning_rate": 4.9997978016429605e-05,
120
+ "loss": 0.9672,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 0.28716216216216217,
125
+ "grad_norm": 2.566697711672114,
126
+ "learning_rate": 4.9993204128893056e-05,
127
+ "loss": 0.9751,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 0.30405405405405406,
132
+ "grad_norm": 2.044279421214079,
133
+ "learning_rate": 4.9985622766211935e-05,
134
+ "loss": 0.9376,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 0.32094594594594594,
139
+ "grad_norm": 2.094911920965702,
140
+ "learning_rate": 4.997523487464928e-05,
141
+ "loss": 0.9416,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 0.33783783783783783,
146
+ "grad_norm": 2.150093740481432,
147
+ "learning_rate": 4.996204175076325e-05,
148
+ "loss": 0.9629,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 0.3547297297297297,
153
+ "grad_norm": 2.136510625512231,
154
+ "learning_rate": 4.99460450412453e-05,
155
+ "loss": 0.9651,
156
+ "step": 105
157
+ },
158
+ {
159
+ "epoch": 0.3716216216216216,
160
+ "grad_norm": 1.9860540005802636,
161
+ "learning_rate": 4.99272467427147e-05,
162
+ "loss": 0.9677,
163
+ "step": 110
164
+ },
165
+ {
166
+ "epoch": 0.3885135135135135,
167
+ "grad_norm": 2.1097510332573397,
168
+ "learning_rate": 4.990564920146926e-05,
169
+ "loss": 0.9881,
170
+ "step": 115
171
+ },
172
+ {
173
+ "epoch": 0.40540540540540543,
174
+ "grad_norm": 2.0395479749604557,
175
+ "learning_rate": 4.9881255113192526e-05,
176
+ "loss": 0.9276,
177
+ "step": 120
178
+ },
179
+ {
180
+ "epoch": 0.4222972972972973,
181
+ "grad_norm": 2.13291160788017,
182
+ "learning_rate": 4.985406752261731e-05,
183
+ "loss": 0.9456,
184
+ "step": 125
185
+ },
186
+ {
187
+ "epoch": 0.4391891891891892,
188
+ "grad_norm": 1.9035262700170335,
189
+ "learning_rate": 4.982408982314565e-05,
190
+ "loss": 0.9681,
191
+ "step": 130
192
+ },
193
+ {
194
+ "epoch": 0.4560810810810811,
195
+ "grad_norm": 2.169802087902646,
196
+ "learning_rate": 4.9791325756425264e-05,
197
+ "loss": 0.9418,
198
+ "step": 135
199
+ },
200
+ {
201
+ "epoch": 0.47297297297297297,
202
+ "grad_norm": 1.693828140694662,
203
+ "learning_rate": 4.975577941188258e-05,
204
+ "loss": 0.9342,
205
+ "step": 140
206
+ },
207
+ {
208
+ "epoch": 0.48986486486486486,
209
+ "grad_norm": 1.8426685577613464,
210
+ "learning_rate": 4.971745522621225e-05,
211
+ "loss": 0.9583,
212
+ "step": 145
213
+ },
214
+ {
215
+ "epoch": 0.5067567567567568,
216
+ "grad_norm": 1.7092078037372602,
217
+ "learning_rate": 4.967635798282344e-05,
218
+ "loss": 0.975,
219
+ "step": 150
220
+ },
221
+ {
222
+ "epoch": 0.5236486486486487,
223
+ "grad_norm": 1.8143108389578015,
224
+ "learning_rate": 4.963249281124278e-05,
225
+ "loss": 0.9144,
226
+ "step": 155
227
+ },
228
+ {
229
+ "epoch": 0.5405405405405406,
230
+ "grad_norm": 1.6486030826900318,
231
+ "learning_rate": 4.958586518647407e-05,
232
+ "loss": 0.904,
233
+ "step": 160
234
+ },
235
+ {
236
+ "epoch": 0.5574324324324325,
237
+ "grad_norm": 1.581894032306616,
238
+ "learning_rate": 4.953648092831505e-05,
239
+ "loss": 0.9359,
240
+ "step": 165
241
+ },
242
+ {
243
+ "epoch": 0.5743243243243243,
244
+ "grad_norm": 1.7011324331322406,
245
+ "learning_rate": 4.9484346200630855e-05,
246
+ "loss": 0.9401,
247
+ "step": 170
248
+ },
249
+ {
250
+ "epoch": 0.5912162162162162,
251
+ "grad_norm": 1.7197831463163102,
252
+ "learning_rate": 4.9429467510584794e-05,
253
+ "loss": 0.8993,
254
+ "step": 175
255
+ },
256
+ {
257
+ "epoch": 0.6081081081081081,
258
+ "grad_norm": 1.7969747554181748,
259
+ "learning_rate": 4.937185170782607e-05,
260
+ "loss": 0.941,
261
+ "step": 180
262
+ },
263
+ {
264
+ "epoch": 0.625,
265
+ "grad_norm": 1.7326030021356258,
266
+ "learning_rate": 4.931150598363494e-05,
267
+ "loss": 0.9136,
268
+ "step": 185
269
+ },
270
+ {
271
+ "epoch": 0.6418918918918919,
272
+ "grad_norm": 1.6989345371043831,
273
+ "learning_rate": 4.9248437870025035e-05,
274
+ "loss": 0.9027,
275
+ "step": 190
276
+ },
277
+ {
278
+ "epoch": 0.6587837837837838,
279
+ "grad_norm": 1.7071249886299835,
280
+ "learning_rate": 4.9182655238803365e-05,
281
+ "loss": 0.9028,
282
+ "step": 195
283
+ },
284
+ {
285
+ "epoch": 0.6756756756756757,
286
+ "grad_norm": 1.6364386352714728,
287
+ "learning_rate": 4.911416630058772e-05,
288
+ "loss": 0.8891,
289
+ "step": 200
290
+ },
291
+ {
292
+ "epoch": 0.6925675675675675,
293
+ "grad_norm": 1.6826896509560934,
294
+ "learning_rate": 4.9042979603781884e-05,
295
+ "loss": 0.9066,
296
+ "step": 205
297
+ },
298
+ {
299
+ "epoch": 0.7094594594594594,
300
+ "grad_norm": 1.5845413735256957,
301
+ "learning_rate": 4.896910403350873e-05,
302
+ "loss": 0.9229,
303
+ "step": 210
304
+ },
305
+ {
306
+ "epoch": 0.7263513513513513,
307
+ "grad_norm": 1.651057950784663,
308
+ "learning_rate": 4.8892548810501146e-05,
309
+ "loss": 0.9044,
310
+ "step": 215
311
+ },
312
+ {
313
+ "epoch": 0.7432432432432432,
314
+ "grad_norm": 1.504806433052808,
315
+ "learning_rate": 4.88133234899512e-05,
316
+ "loss": 0.8887,
317
+ "step": 220
318
+ },
319
+ {
320
+ "epoch": 0.7601351351351351,
321
+ "grad_norm": 1.6483855326386294,
322
+ "learning_rate": 4.873143796031752e-05,
323
+ "loss": 0.8843,
324
+ "step": 225
325
+ },
326
+ {
327
+ "epoch": 0.777027027027027,
328
+ "grad_norm": 1.5281476898536954,
329
+ "learning_rate": 4.864690244209105e-05,
330
+ "loss": 0.8905,
331
+ "step": 230
332
+ },
333
+ {
334
+ "epoch": 0.793918918918919,
335
+ "grad_norm": 1.6270015828836966,
336
+ "learning_rate": 4.855972748651939e-05,
337
+ "loss": 0.9052,
338
+ "step": 235
339
+ },
340
+ {
341
+ "epoch": 0.8108108108108109,
342
+ "grad_norm": 1.570164320094409,
343
+ "learning_rate": 4.8469923974289874e-05,
344
+ "loss": 0.8783,
345
+ "step": 240
346
+ },
347
+ {
348
+ "epoch": 0.8277027027027027,
349
+ "grad_norm": 1.7197408315182336,
350
+ "learning_rate": 4.837750311417146e-05,
351
+ "loss": 0.8776,
352
+ "step": 245
353
+ },
354
+ {
355
+ "epoch": 0.8445945945945946,
356
+ "grad_norm": 1.706044145062568,
357
+ "learning_rate": 4.828247644161577e-05,
358
+ "loss": 0.9271,
359
+ "step": 250
360
+ },
361
+ {
362
+ "epoch": 0.8614864864864865,
363
+ "grad_norm": 1.615230215894314,
364
+ "learning_rate": 4.8184855817317226e-05,
365
+ "loss": 0.8851,
366
+ "step": 255
367
+ },
368
+ {
369
+ "epoch": 0.8783783783783784,
370
+ "grad_norm": 1.3941648443551302,
371
+ "learning_rate": 4.808465342573274e-05,
372
+ "loss": 0.8629,
373
+ "step": 260
374
+ },
375
+ {
376
+ "epoch": 0.8952702702702703,
377
+ "grad_norm": 1.7444726060654847,
378
+ "learning_rate": 4.7981881773560886e-05,
379
+ "loss": 0.8933,
380
+ "step": 265
381
+ },
382
+ {
383
+ "epoch": 0.9121621621621622,
384
+ "grad_norm": 1.4855383267727116,
385
+ "learning_rate": 4.787655368818087e-05,
386
+ "loss": 0.8642,
387
+ "step": 270
388
+ },
389
+ {
390
+ "epoch": 0.9290540540540541,
391
+ "grad_norm": 1.5235974901150469,
392
+ "learning_rate": 4.77686823160515e-05,
393
+ "loss": 0.8646,
394
+ "step": 275
395
+ },
396
+ {
397
+ "epoch": 0.9459459459459459,
398
+ "grad_norm": 1.5469261416890907,
399
+ "learning_rate": 4.765828112107034e-05,
400
+ "loss": 0.8691,
401
+ "step": 280
402
+ },
403
+ {
404
+ "epoch": 0.9628378378378378,
405
+ "grad_norm": 1.477007681771187,
406
+ "learning_rate": 4.75453638828932e-05,
407
+ "loss": 0.8656,
408
+ "step": 285
409
+ },
410
+ {
411
+ "epoch": 0.9797297297297297,
412
+ "grad_norm": 1.4326160380137902,
413
+ "learning_rate": 4.742994469521421e-05,
414
+ "loss": 0.8594,
415
+ "step": 290
416
+ },
417
+ {
418
+ "epoch": 0.9966216216216216,
419
+ "grad_norm": 1.3672369112488894,
420
+ "learning_rate": 4.7312037964006806e-05,
421
+ "loss": 0.8542,
422
+ "step": 295
423
+ },
424
+ {
425
+ "epoch": 1.0135135135135136,
426
+ "grad_norm": 1.7102173891202228,
427
+ "learning_rate": 4.719165840572557e-05,
428
+ "loss": 0.6417,
429
+ "step": 300
430
+ },
431
+ {
432
+ "epoch": 1.0304054054054055,
433
+ "grad_norm": 1.352890869957888,
434
+ "learning_rate": 4.7068821045469464e-05,
435
+ "loss": 0.5555,
436
+ "step": 305
437
+ },
438
+ {
439
+ "epoch": 1.0472972972972974,
440
+ "grad_norm": 1.6709854946304417,
441
+ "learning_rate": 4.694354121510644e-05,
442
+ "loss": 0.5489,
443
+ "step": 310
444
+ },
445
+ {
446
+ "epoch": 1.0641891891891893,
447
+ "grad_norm": 1.5112125205457065,
448
+ "learning_rate": 4.681583455135985e-05,
449
+ "loss": 0.5353,
450
+ "step": 315
451
+ },
452
+ {
453
+ "epoch": 1.0810810810810811,
454
+ "grad_norm": 1.3624666862976014,
455
+ "learning_rate": 4.668571699385668e-05,
456
+ "loss": 0.5432,
457
+ "step": 320
458
+ },
459
+ {
460
+ "epoch": 1.097972972972973,
461
+ "grad_norm": 1.5384986763994564,
462
+ "learning_rate": 4.655320478313817e-05,
463
+ "loss": 0.5344,
464
+ "step": 325
465
+ },
466
+ {
467
+ "epoch": 1.114864864864865,
468
+ "grad_norm": 1.3995917440377128,
469
+ "learning_rate": 4.641831445863265e-05,
470
+ "loss": 0.5531,
471
+ "step": 330
472
+ },
473
+ {
474
+ "epoch": 1.1317567567567568,
475
+ "grad_norm": 1.4884708367489115,
476
+ "learning_rate": 4.628106285659124e-05,
477
+ "loss": 0.5705,
478
+ "step": 335
479
+ },
480
+ {
481
+ "epoch": 1.1486486486486487,
482
+ "grad_norm": 1.766828873521366,
483
+ "learning_rate": 4.614146710798645e-05,
484
+ "loss": 0.5437,
485
+ "step": 340
486
+ },
487
+ {
488
+ "epoch": 1.1655405405405406,
489
+ "grad_norm": 1.4872551854409901,
490
+ "learning_rate": 4.599954463637394e-05,
491
+ "loss": 0.5852,
492
+ "step": 345
493
+ },
494
+ {
495
+ "epoch": 1.1824324324324325,
496
+ "grad_norm": 1.3549745842300658,
497
+ "learning_rate": 4.585531315571788e-05,
498
+ "loss": 0.5446,
499
+ "step": 350
500
+ },
501
+ {
502
+ "epoch": 1.1993243243243243,
503
+ "grad_norm": 1.4438381968118856,
504
+ "learning_rate": 4.570879066817991e-05,
505
+ "loss": 0.5498,
506
+ "step": 355
507
+ },
508
+ {
509
+ "epoch": 1.2162162162162162,
510
+ "grad_norm": 1.4828526458644822,
511
+ "learning_rate": 4.555999546187229e-05,
512
+ "loss": 0.5718,
513
+ "step": 360
514
+ },
515
+ {
516
+ "epoch": 1.2331081081081081,
517
+ "grad_norm": 1.4194022003950522,
518
+ "learning_rate": 4.5408946108575215e-05,
519
+ "loss": 0.5636,
520
+ "step": 365
521
+ },
522
+ {
523
+ "epoch": 1.25,
524
+ "grad_norm": 1.3621643995050003,
525
+ "learning_rate": 4.5255661461418854e-05,
526
+ "loss": 0.5568,
527
+ "step": 370
528
+ },
529
+ {
530
+ "epoch": 1.2668918918918919,
531
+ "grad_norm": 1.463520965102366,
532
+ "learning_rate": 4.510016065253016e-05,
533
+ "loss": 0.5558,
534
+ "step": 375
535
+ },
536
+ {
537
+ "epoch": 1.2837837837837838,
538
+ "grad_norm": 1.4624357397789567,
539
+ "learning_rate": 4.4942463090644896e-05,
540
+ "loss": 0.5892,
541
+ "step": 380
542
+ },
543
+ {
544
+ "epoch": 1.3006756756756757,
545
+ "grad_norm": 1.3917330520100684,
546
+ "learning_rate": 4.478258845868522e-05,
547
+ "loss": 0.5735,
548
+ "step": 385
549
+ },
550
+ {
551
+ "epoch": 1.3175675675675675,
552
+ "grad_norm": 1.4054292296666042,
553
+ "learning_rate": 4.462055671130289e-05,
554
+ "loss": 0.5699,
555
+ "step": 390
556
+ },
557
+ {
558
+ "epoch": 1.3344594594594594,
559
+ "grad_norm": 1.5019153889843935,
560
+ "learning_rate": 4.445638807238865e-05,
561
+ "loss": 0.5738,
562
+ "step": 395
563
+ },
564
+ {
565
+ "epoch": 1.3513513513513513,
566
+ "grad_norm": 1.5369414617688213,
567
+ "learning_rate": 4.4290103032548094e-05,
568
+ "loss": 0.5679,
569
+ "step": 400
570
+ },
571
+ {
572
+ "epoch": 1.3682432432432432,
573
+ "grad_norm": 1.2808436044425764,
574
+ "learning_rate": 4.412172234654399e-05,
575
+ "loss": 0.5483,
576
+ "step": 405
577
+ },
578
+ {
579
+ "epoch": 1.385135135135135,
580
+ "grad_norm": 1.481756459621886,
581
+ "learning_rate": 4.395126703070589e-05,
582
+ "loss": 0.5503,
583
+ "step": 410
584
+ },
585
+ {
586
+ "epoch": 1.402027027027027,
587
+ "grad_norm": 1.430885737073211,
588
+ "learning_rate": 4.3778758360306986e-05,
589
+ "loss": 0.5638,
590
+ "step": 415
591
+ },
592
+ {
593
+ "epoch": 1.4189189189189189,
594
+ "grad_norm": 1.2997035063938607,
595
+ "learning_rate": 4.360421786690862e-05,
596
+ "loss": 0.5535,
597
+ "step": 420
598
+ },
599
+ {
600
+ "epoch": 1.4358108108108107,
601
+ "grad_norm": 1.4154480312272155,
602
+ "learning_rate": 4.3427667335672815e-05,
603
+ "loss": 0.5732,
604
+ "step": 425
605
+ },
606
+ {
607
+ "epoch": 1.4527027027027026,
608
+ "grad_norm": 1.3832906340350364,
609
+ "learning_rate": 4.324912880264326e-05,
610
+ "loss": 0.5452,
611
+ "step": 430
612
+ },
613
+ {
614
+ "epoch": 1.4695945945945945,
615
+ "grad_norm": 1.4379805126978302,
616
+ "learning_rate": 4.30686245519948e-05,
617
+ "loss": 0.5404,
618
+ "step": 435
619
+ },
620
+ {
621
+ "epoch": 1.4864864864864864,
622
+ "grad_norm": 1.2425338062053777,
623
+ "learning_rate": 4.288617711325207e-05,
624
+ "loss": 0.5816,
625
+ "step": 440
626
+ },
627
+ {
628
+ "epoch": 1.5033783783783785,
629
+ "grad_norm": 1.4500671971300003,
630
+ "learning_rate": 4.2701809258477575e-05,
631
+ "loss": 0.5762,
632
+ "step": 445
633
+ },
634
+ {
635
+ "epoch": 1.5202702702702702,
636
+ "grad_norm": 1.2990880876677995,
637
+ "learning_rate": 4.251554399942928e-05,
638
+ "loss": 0.565,
639
+ "step": 450
640
+ },
641
+ {
642
+ "epoch": 1.5371621621621623,
643
+ "grad_norm": 1.2337100226741404,
644
+ "learning_rate": 4.2327404584688495e-05,
645
+ "loss": 0.589,
646
+ "step": 455
647
+ },
648
+ {
649
+ "epoch": 1.554054054054054,
650
+ "grad_norm": 1.4390554313953952,
651
+ "learning_rate": 4.21374144967581e-05,
652
+ "loss": 0.5575,
653
+ "step": 460
654
+ },
655
+ {
656
+ "epoch": 1.570945945945946,
657
+ "grad_norm": 1.430055972450592,
658
+ "learning_rate": 4.194559744913157e-05,
659
+ "loss": 0.556,
660
+ "step": 465
661
+ },
662
+ {
663
+ "epoch": 1.5878378378378377,
664
+ "grad_norm": 1.380773353267627,
665
+ "learning_rate": 4.1751977383333224e-05,
666
+ "loss": 0.5558,
667
+ "step": 470
668
+ },
669
+ {
670
+ "epoch": 1.6047297297297298,
671
+ "grad_norm": 1.3482546972942344,
672
+ "learning_rate": 4.1556578465929955e-05,
673
+ "loss": 0.5638,
674
+ "step": 475
675
+ },
676
+ {
677
+ "epoch": 1.6216216216216215,
678
+ "grad_norm": 1.3888644742506622,
679
+ "learning_rate": 4.1359425085514906e-05,
680
+ "loss": 0.5857,
681
+ "step": 480
682
+ },
683
+ {
684
+ "epoch": 1.6385135135135136,
685
+ "grad_norm": 1.3257552271684938,
686
+ "learning_rate": 4.1160541849663404e-05,
687
+ "loss": 0.5686,
688
+ "step": 485
689
+ },
690
+ {
691
+ "epoch": 1.6554054054054053,
692
+ "grad_norm": 1.3125538494518993,
693
+ "learning_rate": 4.095995358186162e-05,
694
+ "loss": 0.5698,
695
+ "step": 490
696
+ },
697
+ {
698
+ "epoch": 1.6722972972972974,
699
+ "grad_norm": 1.2858747479904953,
700
+ "learning_rate": 4.0757685318408186e-05,
701
+ "loss": 0.5505,
702
+ "step": 495
703
+ },
704
+ {
705
+ "epoch": 1.689189189189189,
706
+ "grad_norm": 1.2802134094898805,
707
+ "learning_rate": 4.055376230528936e-05,
708
+ "loss": 0.5576,
709
+ "step": 500
710
+ },
711
+ {
712
+ "epoch": 1.7060810810810811,
713
+ "grad_norm": 1.354705799711518,
714
+ "learning_rate": 4.034820999502794e-05,
715
+ "loss": 0.5684,
716
+ "step": 505
717
+ },
718
+ {
719
+ "epoch": 1.722972972972973,
720
+ "grad_norm": 1.2611870103615626,
721
+ "learning_rate": 4.0141054043506406e-05,
722
+ "loss": 0.5705,
723
+ "step": 510
724
+ },
725
+ {
726
+ "epoch": 1.739864864864865,
727
+ "grad_norm": 1.2589476932660713,
728
+ "learning_rate": 3.993232030676473e-05,
729
+ "loss": 0.5635,
730
+ "step": 515
731
+ },
732
+ {
733
+ "epoch": 1.7567567567567568,
734
+ "grad_norm": 1.2999787013352957,
735
+ "learning_rate": 3.972203483777315e-05,
736
+ "loss": 0.5509,
737
+ "step": 520
738
+ },
739
+ {
740
+ "epoch": 1.7736486486486487,
741
+ "grad_norm": 1.4037046064106253,
742
+ "learning_rate": 3.95102238831804e-05,
743
+ "loss": 0.5898,
744
+ "step": 525
745
+ },
746
+ {
747
+ "epoch": 1.7905405405405406,
748
+ "grad_norm": 1.3826344219389248,
749
+ "learning_rate": 3.929691388003772e-05,
750
+ "loss": 0.567,
751
+ "step": 530
752
+ },
753
+ {
754
+ "epoch": 1.8074324324324325,
755
+ "grad_norm": 1.325240320783927,
756
+ "learning_rate": 3.908213145249916e-05,
757
+ "loss": 0.5653,
758
+ "step": 535
759
+ },
760
+ {
761
+ "epoch": 1.8243243243243243,
762
+ "grad_norm": 1.329132097993209,
763
+ "learning_rate": 3.886590340849852e-05,
764
+ "loss": 0.564,
765
+ "step": 540
766
+ },
767
+ {
768
+ "epoch": 1.8412162162162162,
769
+ "grad_norm": 1.3619617065732015,
770
+ "learning_rate": 3.864825673640326e-05,
771
+ "loss": 0.5512,
772
+ "step": 545
773
+ },
774
+ {
775
+ "epoch": 1.8581081081081081,
776
+ "grad_norm": 1.3104136200516292,
777
+ "learning_rate": 3.842921860164607e-05,
778
+ "loss": 0.562,
779
+ "step": 550
780
+ },
781
+ {
782
+ "epoch": 1.875,
783
+ "grad_norm": 1.3568591849701919,
784
+ "learning_rate": 3.8208816343334156e-05,
785
+ "loss": 0.5474,
786
+ "step": 555
787
+ },
788
+ {
789
+ "epoch": 1.8918918918918919,
790
+ "grad_norm": 1.3029059698575418,
791
+ "learning_rate": 3.798707747083694e-05,
792
+ "loss": 0.57,
793
+ "step": 560
794
+ },
795
+ {
796
+ "epoch": 1.9087837837837838,
797
+ "grad_norm": 1.3161190691167883,
798
+ "learning_rate": 3.776402966035251e-05,
799
+ "loss": 0.5763,
800
+ "step": 565
801
+ },
802
+ {
803
+ "epoch": 1.9256756756756757,
804
+ "grad_norm": 1.4737785688634046,
805
+ "learning_rate": 3.753970075145322e-05,
806
+ "loss": 0.5482,
807
+ "step": 570
808
+ },
809
+ {
810
+ "epoch": 1.9425675675675675,
811
+ "grad_norm": 1.3302662116752713,
812
+ "learning_rate": 3.731411874361094e-05,
813
+ "loss": 0.5425,
814
+ "step": 575
815
+ },
816
+ {
817
+ "epoch": 1.9594594594594594,
818
+ "grad_norm": 1.2988092591143818,
819
+ "learning_rate": 3.7087311792702265e-05,
820
+ "loss": 0.5587,
821
+ "step": 580
822
+ },
823
+ {
824
+ "epoch": 1.9763513513513513,
825
+ "grad_norm": 1.3706395491828778,
826
+ "learning_rate": 3.685930820749433e-05,
827
+ "loss": 0.5518,
828
+ "step": 585
829
+ },
830
+ {
831
+ "epoch": 1.9932432432432432,
832
+ "grad_norm": 1.2498855644934173,
833
+ "learning_rate": 3.663013644611139e-05,
834
+ "loss": 0.5511,
835
+ "step": 590
836
+ },
837
+ {
838
+ "epoch": 2.010135135135135,
839
+ "grad_norm": 1.182047436740319,
840
+ "learning_rate": 3.639982511248289e-05,
841
+ "loss": 0.3749,
842
+ "step": 595
843
+ },
844
+ {
845
+ "epoch": 2.027027027027027,
846
+ "grad_norm": 1.292806145449219,
847
+ "learning_rate": 3.616840295277328e-05,
848
+ "loss": 0.2401,
849
+ "step": 600
850
+ },
851
+ {
852
+ "epoch": 2.043918918918919,
853
+ "grad_norm": 1.2836873422540378,
854
+ "learning_rate": 3.593589885179405e-05,
855
+ "loss": 0.2507,
856
+ "step": 605
857
+ },
858
+ {
859
+ "epoch": 2.060810810810811,
860
+ "grad_norm": 1.1629236979557103,
861
+ "learning_rate": 3.5702341829398525e-05,
862
+ "loss": 0.2436,
863
+ "step": 610
864
+ },
865
+ {
866
+ "epoch": 2.0777027027027026,
867
+ "grad_norm": 1.2145870883157541,
868
+ "learning_rate": 3.5467761036859736e-05,
869
+ "loss": 0.2473,
870
+ "step": 615
871
+ },
872
+ {
873
+ "epoch": 2.0945945945945947,
874
+ "grad_norm": 1.1669700401553293,
875
+ "learning_rate": 3.523218575323198e-05,
876
+ "loss": 0.2395,
877
+ "step": 620
878
+ },
879
+ {
880
+ "epoch": 2.1114864864864864,
881
+ "grad_norm": 1.0949827165418597,
882
+ "learning_rate": 3.499564538169629e-05,
883
+ "loss": 0.2386,
884
+ "step": 625
885
+ },
886
+ {
887
+ "epoch": 2.1283783783783785,
888
+ "grad_norm": 1.2354405531271948,
889
+ "learning_rate": 3.475816944589058e-05,
890
+ "loss": 0.2438,
891
+ "step": 630
892
+ },
893
+ {
894
+ "epoch": 2.14527027027027,
895
+ "grad_norm": 1.2220320680113108,
896
+ "learning_rate": 3.451978758622458e-05,
897
+ "loss": 0.2554,
898
+ "step": 635
899
+ },
900
+ {
901
+ "epoch": 2.1621621621621623,
902
+ "grad_norm": 1.1171635389193193,
903
+ "learning_rate": 3.4280529556180404e-05,
904
+ "loss": 0.2426,
905
+ "step": 640
906
+ },
907
+ {
908
+ "epoch": 2.179054054054054,
909
+ "grad_norm": 1.1397501569198598,
910
+ "learning_rate": 3.4040425218598755e-05,
911
+ "loss": 0.2406,
912
+ "step": 645
913
+ },
914
+ {
915
+ "epoch": 2.195945945945946,
916
+ "grad_norm": 1.2436627285985906,
917
+ "learning_rate": 3.379950454195172e-05,
918
+ "loss": 0.2498,
919
+ "step": 650
920
+ },
921
+ {
922
+ "epoch": 2.2128378378378377,
923
+ "grad_norm": 1.177199277178587,
924
+ "learning_rate": 3.355779759660223e-05,
925
+ "loss": 0.2468,
926
+ "step": 655
927
+ },
928
+ {
929
+ "epoch": 2.22972972972973,
930
+ "grad_norm": 1.2056688245242106,
931
+ "learning_rate": 3.331533455105084e-05,
932
+ "loss": 0.2398,
933
+ "step": 660
934
+ },
935
+ {
936
+ "epoch": 2.2466216216216215,
937
+ "grad_norm": 1.1195023322495838,
938
+ "learning_rate": 3.307214566817027e-05,
939
+ "loss": 0.2477,
940
+ "step": 665
941
+ },
942
+ {
943
+ "epoch": 2.2635135135135136,
944
+ "grad_norm": 1.158884403290133,
945
+ "learning_rate": 3.2828261301428206e-05,
946
+ "loss": 0.251,
947
+ "step": 670
948
+ },
949
+ {
950
+ "epoch": 2.2804054054054053,
951
+ "grad_norm": 1.163288318918253,
952
+ "learning_rate": 3.2583711891098665e-05,
953
+ "loss": 0.2521,
954
+ "step": 675
955
+ },
956
+ {
957
+ "epoch": 2.2972972972972974,
958
+ "grad_norm": 1.2145258921719575,
959
+ "learning_rate": 3.23385279604627e-05,
960
+ "loss": 0.2537,
961
+ "step": 680
962
+ },
963
+ {
964
+ "epoch": 2.314189189189189,
965
+ "grad_norm": 1.180178858453737,
966
+ "learning_rate": 3.209274011199861e-05,
967
+ "loss": 0.251,
968
+ "step": 685
969
+ },
970
+ {
971
+ "epoch": 2.331081081081081,
972
+ "grad_norm": 1.1237237084221496,
973
+ "learning_rate": 3.18463790235623e-05,
974
+ "loss": 0.2526,
975
+ "step": 690
976
+ },
977
+ {
978
+ "epoch": 2.347972972972973,
979
+ "grad_norm": 1.2239335542726613,
980
+ "learning_rate": 3.159947544455828e-05,
981
+ "loss": 0.2469,
982
+ "step": 695
983
+ },
984
+ {
985
+ "epoch": 2.364864864864865,
986
+ "grad_norm": 1.2230291299298848,
987
+ "learning_rate": 3.135206019210167e-05,
988
+ "loss": 0.2481,
989
+ "step": 700
990
+ },
991
+ {
992
+ "epoch": 2.3817567567567566,
993
+ "grad_norm": 1.113596170808197,
994
+ "learning_rate": 3.110416414717181e-05,
995
+ "loss": 0.2583,
996
+ "step": 705
997
+ },
998
+ {
999
+ "epoch": 2.3986486486486487,
1000
+ "grad_norm": 1.1731188839672357,
1001
+ "learning_rate": 3.085581825075782e-05,
1002
+ "loss": 0.2431,
1003
+ "step": 710
1004
+ },
1005
+ {
1006
+ "epoch": 2.4155405405405403,
1007
+ "grad_norm": 1.1790462900350855,
1008
+ "learning_rate": 3.060705349999677e-05,
1009
+ "loss": 0.2593,
1010
+ "step": 715
1011
+ },
1012
+ {
1013
+ "epoch": 2.4324324324324325,
1014
+ "grad_norm": 1.1562129145645026,
1015
+ "learning_rate": 3.0357900944304774e-05,
1016
+ "loss": 0.2552,
1017
+ "step": 720
1018
+ },
1019
+ {
1020
+ "epoch": 2.4493243243243246,
1021
+ "grad_norm": 1.079877803058021,
1022
+ "learning_rate": 3.0108391681501564e-05,
1023
+ "loss": 0.2479,
1024
+ "step": 725
1025
+ },
1026
+ {
1027
+ "epoch": 2.4662162162162162,
1028
+ "grad_norm": 1.1505133985264928,
1029
+ "learning_rate": 2.9858556853929048e-05,
1030
+ "loss": 0.2546,
1031
+ "step": 730
1032
+ },
1033
+ {
1034
+ "epoch": 2.483108108108108,
1035
+ "grad_norm": 1.112481855217279,
1036
+ "learning_rate": 2.96084276445643e-05,
1037
+ "loss": 0.2598,
1038
+ "step": 735
1039
+ },
1040
+ {
1041
+ "epoch": 2.5,
1042
+ "grad_norm": 1.1013323666381978,
1043
+ "learning_rate": 2.9358035273127483e-05,
1044
+ "loss": 0.241,
1045
+ "step": 740
1046
+ },
1047
+ {
1048
+ "epoch": 2.516891891891892,
1049
+ "grad_norm": 1.15739883490395,
1050
+ "learning_rate": 2.910741099218514e-05,
1051
+ "loss": 0.251,
1052
+ "step": 745
1053
+ },
1054
+ {
1055
+ "epoch": 2.5337837837837838,
1056
+ "grad_norm": 1.2252184761757072,
1057
+ "learning_rate": 2.8856586083249487e-05,
1058
+ "loss": 0.2574,
1059
+ "step": 750
1060
+ },
1061
+ {
1062
+ "epoch": 2.5506756756756754,
1063
+ "grad_norm": 1.20081050339093,
1064
+ "learning_rate": 2.860559185287397e-05,
1065
+ "loss": 0.2492,
1066
+ "step": 755
1067
+ },
1068
+ {
1069
+ "epoch": 2.5675675675675675,
1070
+ "grad_norm": 1.1421908058638464,
1071
+ "learning_rate": 2.83544596287458e-05,
1072
+ "loss": 0.25,
1073
+ "step": 760
1074
+ },
1075
+ {
1076
+ "epoch": 2.5844594594594597,
1077
+ "grad_norm": 1.2024371718558493,
1078
+ "learning_rate": 2.8103220755775776e-05,
1079
+ "loss": 0.2507,
1080
+ "step": 765
1081
+ },
1082
+ {
1083
+ "epoch": 2.6013513513513513,
1084
+ "grad_norm": 1.1267137517129018,
1085
+ "learning_rate": 2.785190659218604e-05,
1086
+ "loss": 0.2556,
1087
+ "step": 770
1088
+ },
1089
+ {
1090
+ "epoch": 2.618243243243243,
1091
+ "grad_norm": 1.236903788139508,
1092
+ "learning_rate": 2.760054850559603e-05,
1093
+ "loss": 0.2433,
1094
+ "step": 775
1095
+ },
1096
+ {
1097
+ "epoch": 2.635135135135135,
1098
+ "grad_norm": 1.2356894950363584,
1099
+ "learning_rate": 2.7349177869107462e-05,
1100
+ "loss": 0.2438,
1101
+ "step": 780
1102
+ },
1103
+ {
1104
+ "epoch": 2.652027027027027,
1105
+ "grad_norm": 1.1854186446919905,
1106
+ "learning_rate": 2.709782605738842e-05,
1107
+ "loss": 0.2505,
1108
+ "step": 785
1109
+ },
1110
+ {
1111
+ "epoch": 2.668918918918919,
1112
+ "grad_norm": 1.1863404508336286,
1113
+ "learning_rate": 2.684652444275741e-05,
1114
+ "loss": 0.2481,
1115
+ "step": 790
1116
+ },
1117
+ {
1118
+ "epoch": 2.685810810810811,
1119
+ "grad_norm": 1.287742827707764,
1120
+ "learning_rate": 2.6595304391267605e-05,
1121
+ "loss": 0.246,
1122
+ "step": 795
1123
+ },
1124
+ {
1125
+ "epoch": 2.7027027027027026,
1126
+ "grad_norm": 1.1464548020357286,
1127
+ "learning_rate": 2.634419725879193e-05,
1128
+ "loss": 0.24,
1129
+ "step": 800
1130
+ },
1131
+ {
1132
+ "epoch": 2.7195945945945947,
1133
+ "grad_norm": 1.1726381757168638,
1134
+ "learning_rate": 2.60932343871094e-05,
1135
+ "loss": 0.2369,
1136
+ "step": 805
1137
+ },
1138
+ {
1139
+ "epoch": 2.7364864864864864,
1140
+ "grad_norm": 1.2183808849866478,
1141
+ "learning_rate": 2.58424470999932e-05,
1142
+ "loss": 0.2399,
1143
+ "step": 810
1144
+ },
1145
+ {
1146
+ "epoch": 2.7533783783783785,
1147
+ "grad_norm": 1.1780764773888983,
1148
+ "learning_rate": 2.5591866699301055e-05,
1149
+ "loss": 0.238,
1150
+ "step": 815
1151
+ },
1152
+ {
1153
+ "epoch": 2.77027027027027,
1154
+ "grad_norm": 1.1405655258294773,
1155
+ "learning_rate": 2.534152446106825e-05,
1156
+ "loss": 0.2417,
1157
+ "step": 820
1158
+ },
1159
+ {
1160
+ "epoch": 2.7871621621621623,
1161
+ "grad_norm": 1.2008872094756395,
1162
+ "learning_rate": 2.5091451631604033e-05,
1163
+ "loss": 0.2403,
1164
+ "step": 825
1165
+ },
1166
+ {
1167
+ "epoch": 2.804054054054054,
1168
+ "grad_norm": 1.2336776534307317,
1169
+ "learning_rate": 2.4841679423591523e-05,
1170
+ "loss": 0.2385,
1171
+ "step": 830
1172
+ },
1173
+ {
1174
+ "epoch": 2.820945945945946,
1175
+ "grad_norm": 1.1106811690944616,
1176
+ "learning_rate": 2.4592239012191977e-05,
1177
+ "loss": 0.2348,
1178
+ "step": 835
1179
+ },
1180
+ {
1181
+ "epoch": 2.8378378378378377,
1182
+ "grad_norm": 1.0383736357246989,
1183
+ "learning_rate": 2.4343161531153647e-05,
1184
+ "loss": 0.2318,
1185
+ "step": 840
1186
+ },
1187
+ {
1188
+ "epoch": 2.85472972972973,
1189
+ "grad_norm": 1.170166493718478,
1190
+ "learning_rate": 2.4094478068925884e-05,
1191
+ "loss": 0.2489,
1192
+ "step": 845
1193
+ },
1194
+ {
1195
+ "epoch": 2.8716216216216215,
1196
+ "grad_norm": 1.1394443830669667,
1197
+ "learning_rate": 2.3846219664778824e-05,
1198
+ "loss": 0.2327,
1199
+ "step": 850
1200
+ },
1201
+ {
1202
+ "epoch": 2.8885135135135136,
1203
+ "grad_norm": 1.0682485518263032,
1204
+ "learning_rate": 2.3598417304929226e-05,
1205
+ "loss": 0.2366,
1206
+ "step": 855
1207
+ },
1208
+ {
1209
+ "epoch": 2.9054054054054053,
1210
+ "grad_norm": 1.1539830932451005,
1211
+ "learning_rate": 2.3351101918672985e-05,
1212
+ "loss": 0.2317,
1213
+ "step": 860
1214
+ },
1215
+ {
1216
+ "epoch": 2.9222972972972974,
1217
+ "grad_norm": 1.1643714559592864,
1218
+ "learning_rate": 2.3104304374524704e-05,
1219
+ "loss": 0.2345,
1220
+ "step": 865
1221
+ },
1222
+ {
1223
+ "epoch": 2.939189189189189,
1224
+ "grad_norm": 1.1872533494513688,
1225
+ "learning_rate": 2.2858055476364822e-05,
1226
+ "loss": 0.2428,
1227
+ "step": 870
1228
+ },
1229
+ {
1230
+ "epoch": 2.956081081081081,
1231
+ "grad_norm": 1.1078526680690635,
1232
+ "learning_rate": 2.2612385959594877e-05,
1233
+ "loss": 0.2325,
1234
+ "step": 875
1235
+ },
1236
+ {
1237
+ "epoch": 2.972972972972973,
1238
+ "grad_norm": 1.1173105295894745,
1239
+ "learning_rate": 2.2367326487301317e-05,
1240
+ "loss": 0.2377,
1241
+ "step": 880
1242
+ },
1243
+ {
1244
+ "epoch": 2.989864864864865,
1245
+ "grad_norm": 1.146990785070699,
1246
+ "learning_rate": 2.2122907646428214e-05,
1247
+ "loss": 0.2322,
1248
+ "step": 885
1249
+ },
1250
+ {
1251
+ "epoch": 3.0067567567567566,
1252
+ "grad_norm": 0.7760183399891705,
1253
+ "learning_rate": 2.1879159943959686e-05,
1254
+ "loss": 0.1711,
1255
+ "step": 890
1256
+ },
1257
+ {
1258
+ "epoch": 3.0236486486486487,
1259
+ "grad_norm": 0.7976649358102162,
1260
+ "learning_rate": 2.1636113803112097e-05,
1261
+ "loss": 0.0884,
1262
+ "step": 895
1263
+ },
1264
+ {
1265
+ "epoch": 3.0405405405405403,
1266
+ "grad_norm": 1.0091290097140033,
1267
+ "learning_rate": 2.139379955953686e-05,
1268
+ "loss": 0.0836,
1269
+ "step": 900
1270
+ },
1271
+ {
1272
+ "epoch": 3.0574324324324325,
1273
+ "grad_norm": 0.9660423218316871,
1274
+ "learning_rate": 2.1152247457534065e-05,
1275
+ "loss": 0.0823,
1276
+ "step": 905
1277
+ },
1278
+ {
1279
+ "epoch": 3.074324324324324,
1280
+ "grad_norm": 0.9235201506843036,
1281
+ "learning_rate": 2.0911487646277623e-05,
1282
+ "loss": 0.0834,
1283
+ "step": 910
1284
+ },
1285
+ {
1286
+ "epoch": 3.0912162162162162,
1287
+ "grad_norm": 0.824557453248684,
1288
+ "learning_rate": 2.067155017605212e-05,
1289
+ "loss": 0.082,
1290
+ "step": 915
1291
+ },
1292
+ {
1293
+ "epoch": 3.108108108108108,
1294
+ "grad_norm": 0.8414113561244017,
1295
+ "learning_rate": 2.0432464994502203e-05,
1296
+ "loss": 0.0836,
1297
+ "step": 920
1298
+ },
1299
+ {
1300
+ "epoch": 3.125,
1301
+ "grad_norm": 0.8910092987005708,
1302
+ "learning_rate": 2.0194261942894628e-05,
1303
+ "loss": 0.0856,
1304
+ "step": 925
1305
+ },
1306
+ {
1307
+ "epoch": 3.141891891891892,
1308
+ "grad_norm": 0.8672585195826027,
1309
+ "learning_rate": 1.995697075239365e-05,
1310
+ "loss": 0.0842,
1311
+ "step": 930
1312
+ },
1313
+ {
1314
+ "epoch": 3.1587837837837838,
1315
+ "grad_norm": 0.845424189240467,
1316
+ "learning_rate": 1.972062104035017e-05,
1317
+ "loss": 0.0823,
1318
+ "step": 935
1319
+ },
1320
+ {
1321
+ "epoch": 3.175675675675676,
1322
+ "grad_norm": 0.8566673924138892,
1323
+ "learning_rate": 1.9485242306605028e-05,
1324
+ "loss": 0.0908,
1325
+ "step": 940
1326
+ },
1327
+ {
1328
+ "epoch": 3.1925675675675675,
1329
+ "grad_norm": 0.8200502766583625,
1330
+ "learning_rate": 1.9250863929807027e-05,
1331
+ "loss": 0.0777,
1332
+ "step": 945
1333
+ },
1334
+ {
1335
+ "epoch": 3.2094594594594597,
1336
+ "grad_norm": 0.9603217468544512,
1337
+ "learning_rate": 1.9017515163746058e-05,
1338
+ "loss": 0.0824,
1339
+ "step": 950
1340
+ },
1341
+ {
1342
+ "epoch": 3.2263513513513513,
1343
+ "grad_norm": 0.7892710086022029,
1344
+ "learning_rate": 1.878522513370177e-05,
1345
+ "loss": 0.083,
1346
+ "step": 955
1347
+ },
1348
+ {
1349
+ "epoch": 3.2432432432432434,
1350
+ "grad_norm": 0.8686350772681539,
1351
+ "learning_rate": 1.855402283280836e-05,
1352
+ "loss": 0.081,
1353
+ "step": 960
1354
+ },
1355
+ {
1356
+ "epoch": 3.260135135135135,
1357
+ "grad_norm": 0.8007518648810419,
1358
+ "learning_rate": 1.8323937118435786e-05,
1359
+ "loss": 0.0821,
1360
+ "step": 965
1361
+ },
1362
+ {
1363
+ "epoch": 3.277027027027027,
1364
+ "grad_norm": 0.9003546198296242,
1365
+ "learning_rate": 1.8094996708587958e-05,
1366
+ "loss": 0.0863,
1367
+ "step": 970
1368
+ },
1369
+ {
1370
+ "epoch": 3.293918918918919,
1371
+ "grad_norm": 1.0054385141581792,
1372
+ "learning_rate": 1.7867230178318334e-05,
1373
+ "loss": 0.0794,
1374
+ "step": 975
1375
+ },
1376
+ {
1377
+ "epoch": 3.310810810810811,
1378
+ "grad_norm": 0.8872527151741653,
1379
+ "learning_rate": 1.7640665956163306e-05,
1380
+ "loss": 0.0797,
1381
+ "step": 980
1382
+ },
1383
+ {
1384
+ "epoch": 3.3277027027027026,
1385
+ "grad_norm": 0.7977119970077569,
1386
+ "learning_rate": 1.7415332320593964e-05,
1387
+ "loss": 0.079,
1388
+ "step": 985
1389
+ },
1390
+ {
1391
+ "epoch": 3.3445945945945947,
1392
+ "grad_norm": 0.8448885628803706,
1393
+ "learning_rate": 1.719125739648648e-05,
1394
+ "loss": 0.0808,
1395
+ "step": 990
1396
+ },
1397
+ {
1398
+ "epoch": 3.3614864864864864,
1399
+ "grad_norm": 0.8453887264829997,
1400
+ "learning_rate": 1.6968469151611766e-05,
1401
+ "loss": 0.077,
1402
+ "step": 995
1403
+ },
1404
+ {
1405
+ "epoch": 3.3783783783783785,
1406
+ "grad_norm": 0.8136095971332963,
1407
+ "learning_rate": 1.6746995393144668e-05,
1408
+ "loss": 0.079,
1409
+ "step": 1000
1410
+ },
1411
+ {
1412
+ "epoch": 3.39527027027027,
1413
+ "grad_norm": 0.9218687872899989,
1414
+ "learning_rate": 1.6526863764193228e-05,
1415
+ "loss": 0.08,
1416
+ "step": 1005
1417
+ },
1418
+ {
1419
+ "epoch": 3.4121621621621623,
1420
+ "grad_norm": 0.8502918546022624,
1421
+ "learning_rate": 1.6308101740348433e-05,
1422
+ "loss": 0.0849,
1423
+ "step": 1010
1424
+ },
1425
+ {
1426
+ "epoch": 3.429054054054054,
1427
+ "grad_norm": 0.7936393521711613,
1428
+ "learning_rate": 1.6090736626254894e-05,
1429
+ "loss": 0.08,
1430
+ "step": 1015
1431
+ },
1432
+ {
1433
+ "epoch": 3.445945945945946,
1434
+ "grad_norm": 0.8187403520204729,
1435
+ "learning_rate": 1.5874795552202773e-05,
1436
+ "loss": 0.0752,
1437
+ "step": 1020
1438
+ },
1439
+ {
1440
+ "epoch": 3.4628378378378377,
1441
+ "grad_norm": 0.857235124255491,
1442
+ "learning_rate": 1.5660305470741603e-05,
1443
+ "loss": 0.0819,
1444
+ "step": 1025
1445
+ },
1446
+ {
1447
+ "epoch": 3.47972972972973,
1448
+ "grad_norm": 0.9031578400293898,
1449
+ "learning_rate": 1.5447293153316163e-05,
1450
+ "loss": 0.0729,
1451
+ "step": 1030
1452
+ },
1453
+ {
1454
+ "epoch": 3.4966216216216215,
1455
+ "grad_norm": 0.912864587424618,
1456
+ "learning_rate": 1.523578518692505e-05,
1457
+ "loss": 0.0835,
1458
+ "step": 1035
1459
+ },
1460
+ {
1461
+ "epoch": 3.5135135135135136,
1462
+ "grad_norm": 0.8737092915969449,
1463
+ "learning_rate": 1.5025807970802252e-05,
1464
+ "loss": 0.0779,
1465
+ "step": 1040
1466
+ },
1467
+ {
1468
+ "epoch": 3.5304054054054053,
1469
+ "grad_norm": 0.834810088012881,
1470
+ "learning_rate": 1.481738771312209e-05,
1471
+ "loss": 0.077,
1472
+ "step": 1045
1473
+ },
1474
+ {
1475
+ "epoch": 3.5472972972972974,
1476
+ "grad_norm": 0.8458941272972602,
1477
+ "learning_rate": 1.4610550427728103e-05,
1478
+ "loss": 0.0776,
1479
+ "step": 1050
1480
+ },
1481
+ {
1482
+ "epoch": 3.564189189189189,
1483
+ "grad_norm": 0.8428642842357928,
1484
+ "learning_rate": 1.4405321930886161e-05,
1485
+ "loss": 0.0793,
1486
+ "step": 1055
1487
+ },
1488
+ {
1489
+ "epoch": 3.581081081081081,
1490
+ "grad_norm": 0.7664417243233291,
1491
+ "learning_rate": 1.4201727838062181e-05,
1492
+ "loss": 0.0746,
1493
+ "step": 1060
1494
+ },
1495
+ {
1496
+ "epoch": 3.597972972972973,
1497
+ "grad_norm": 0.8901858386185703,
1498
+ "learning_rate": 1.3999793560724966e-05,
1499
+ "loss": 0.0769,
1500
+ "step": 1065
1501
+ },
1502
+ {
1503
+ "epoch": 3.614864864864865,
1504
+ "grad_norm": 0.8735041757018948,
1505
+ "learning_rate": 1.3799544303174514e-05,
1506
+ "loss": 0.0756,
1507
+ "step": 1070
1508
+ },
1509
+ {
1510
+ "epoch": 3.631756756756757,
1511
+ "grad_norm": 0.7769463844925831,
1512
+ "learning_rate": 1.3601005059396104e-05,
1513
+ "loss": 0.074,
1514
+ "step": 1075
1515
+ },
1516
+ {
1517
+ "epoch": 3.6486486486486487,
1518
+ "grad_norm": 0.832941867148951,
1519
+ "learning_rate": 1.3404200609940754e-05,
1520
+ "loss": 0.0768,
1521
+ "step": 1080
1522
+ },
1523
+ {
1524
+ "epoch": 3.6655405405405403,
1525
+ "grad_norm": 0.8426081644466242,
1526
+ "learning_rate": 1.3209155518832203e-05,
1527
+ "loss": 0.0749,
1528
+ "step": 1085
1529
+ },
1530
+ {
1531
+ "epoch": 3.6824324324324325,
1532
+ "grad_norm": 0.9273419971193093,
1533
+ "learning_rate": 1.3015894130500977e-05,
1534
+ "loss": 0.0728,
1535
+ "step": 1090
1536
+ },
1537
+ {
1538
+ "epoch": 3.6993243243243246,
1539
+ "grad_norm": 0.8455533228945179,
1540
+ "learning_rate": 1.2824440566745865e-05,
1541
+ "loss": 0.0713,
1542
+ "step": 1095
1543
+ },
1544
+ {
1545
+ "epoch": 3.7162162162162162,
1546
+ "grad_norm": 0.8554325418217714,
1547
+ "learning_rate": 1.2634818723723174e-05,
1548
+ "loss": 0.0757,
1549
+ "step": 1100
1550
+ },
1551
+ {
1552
+ "epoch": 3.733108108108108,
1553
+ "grad_norm": 0.8201944585960416,
1554
+ "learning_rate": 1.2447052268964122e-05,
1555
+ "loss": 0.0692,
1556
+ "step": 1105
1557
+ },
1558
+ {
1559
+ "epoch": 3.75,
1560
+ "grad_norm": 0.8991946334049652,
1561
+ "learning_rate": 1.2261164638420832e-05,
1562
+ "loss": 0.069,
1563
+ "step": 1110
1564
+ },
1565
+ {
1566
+ "epoch": 3.766891891891892,
1567
+ "grad_norm": 0.825382132844153,
1568
+ "learning_rate": 1.2077179033541139e-05,
1569
+ "loss": 0.0712,
1570
+ "step": 1115
1571
+ },
1572
+ {
1573
+ "epoch": 3.7837837837837838,
1574
+ "grad_norm": 0.793074622490174,
1575
+ "learning_rate": 1.1895118418372734e-05,
1576
+ "loss": 0.0753,
1577
+ "step": 1120
1578
+ },
1579
+ {
1580
+ "epoch": 3.8006756756756754,
1581
+ "grad_norm": 0.7555696916585037,
1582
+ "learning_rate": 1.171500551669697e-05,
1583
+ "loss": 0.0694,
1584
+ "step": 1125
1585
+ },
1586
+ {
1587
+ "epoch": 3.8175675675675675,
1588
+ "grad_norm": 0.8346510652902012,
1589
+ "learning_rate": 1.1536862809192518e-05,
1590
+ "loss": 0.0698,
1591
+ "step": 1130
1592
+ },
1593
+ {
1594
+ "epoch": 3.8344594594594597,
1595
+ "grad_norm": 0.836330470853335,
1596
+ "learning_rate": 1.1360712530629513e-05,
1597
+ "loss": 0.0742,
1598
+ "step": 1135
1599
+ },
1600
+ {
1601
+ "epoch": 3.8513513513513513,
1602
+ "grad_norm": 0.7869441843004726,
1603
+ "learning_rate": 1.1186576667094342e-05,
1604
+ "loss": 0.0709,
1605
+ "step": 1140
1606
+ },
1607
+ {
1608
+ "epoch": 3.868243243243243,
1609
+ "grad_norm": 0.8183714182060285,
1610
+ "learning_rate": 1.1014476953245423e-05,
1611
+ "loss": 0.0692,
1612
+ "step": 1145
1613
+ },
1614
+ {
1615
+ "epoch": 3.885135135135135,
1616
+ "grad_norm": 0.7866580509216339,
1617
+ "learning_rate": 1.0844434869600428e-05,
1618
+ "loss": 0.0697,
1619
+ "step": 1150
1620
+ },
1621
+ {
1622
+ "epoch": 3.902027027027027,
1623
+ "grad_norm": 0.8685504391204759,
1624
+ "learning_rate": 1.0676471639855235e-05,
1625
+ "loss": 0.0717,
1626
+ "step": 1155
1627
+ },
1628
+ {
1629
+ "epoch": 3.918918918918919,
1630
+ "grad_norm": 0.7572894210884165,
1631
+ "learning_rate": 1.0510608228234848e-05,
1632
+ "loss": 0.0694,
1633
+ "step": 1160
1634
+ },
1635
+ {
1636
+ "epoch": 3.935810810810811,
1637
+ "grad_norm": 0.752642827805834,
1638
+ "learning_rate": 1.0346865336876809e-05,
1639
+ "loss": 0.0683,
1640
+ "step": 1165
1641
+ },
1642
+ {
1643
+ "epoch": 3.9527027027027026,
1644
+ "grad_norm": 0.8356745483123115,
1645
+ "learning_rate": 1.0185263403247256e-05,
1646
+ "loss": 0.0659,
1647
+ "step": 1170
1648
+ },
1649
+ {
1650
+ "epoch": 3.9695945945945947,
1651
+ "grad_norm": 0.8778946453117659,
1652
+ "learning_rate": 1.002582259759002e-05,
1653
+ "loss": 0.0679,
1654
+ "step": 1175
1655
+ },
1656
+ {
1657
+ "epoch": 3.9864864864864864,
1658
+ "grad_norm": 0.9091930366746289,
1659
+ "learning_rate": 9.868562820409103e-06,
1660
+ "loss": 0.0716,
1661
+ "step": 1180
1662
+ },
1663
+ {
1664
+ "epoch": 4.003378378378378,
1665
+ "grad_norm": 0.4280982875248494,
1666
+ "learning_rate": 9.713503699984825e-06,
1667
+ "loss": 0.0546,
1668
+ "step": 1185
1669
+ },
1670
+ {
1671
+ "epoch": 4.02027027027027,
1672
+ "grad_norm": 0.4036282601764634,
1673
+ "learning_rate": 9.560664589923895e-06,
1674
+ "loss": 0.0216,
1675
+ "step": 1190
1676
+ },
1677
+ {
1678
+ "epoch": 4.037162162162162,
1679
+ "grad_norm": 0.35859643293655324,
1680
+ "learning_rate": 9.410064566743841e-06,
1681
+ "loss": 0.0212,
1682
+ "step": 1195
1683
+ },
1684
+ {
1685
+ "epoch": 4.054054054054054,
1686
+ "grad_norm": 0.41435811979990983,
1687
+ "learning_rate": 9.261722427491953e-06,
1688
+ "loss": 0.0205,
1689
+ "step": 1200
1690
+ },
1691
+ {
1692
+ "epoch": 4.070945945945946,
1693
+ "grad_norm": 0.5677279791425531,
1694
+ "learning_rate": 9.115656687399149e-06,
1695
+ "loss": 0.0188,
1696
+ "step": 1205
1697
+ },
1698
+ {
1699
+ "epoch": 4.087837837837838,
1700
+ "grad_norm": 0.4965394018576192,
1701
+ "learning_rate": 8.971885577569058e-06,
1702
+ "loss": 0.0178,
1703
+ "step": 1210
1704
+ },
1705
+ {
1706
+ "epoch": 4.10472972972973,
1707
+ "grad_norm": 0.4501724877394163,
1708
+ "learning_rate": 8.83042704270243e-06,
1709
+ "loss": 0.0186,
1710
+ "step": 1215
1711
+ },
1712
+ {
1713
+ "epoch": 4.121621621621622,
1714
+ "grad_norm": 0.46429914065223105,
1715
+ "learning_rate": 8.691298738857432e-06,
1716
+ "loss": 0.0178,
1717
+ "step": 1220
1718
+ },
1719
+ {
1720
+ "epoch": 4.138513513513513,
1721
+ "grad_norm": 0.5862559180728094,
1722
+ "learning_rate": 8.554518031245934e-06,
1723
+ "loss": 0.0195,
1724
+ "step": 1225
1725
+ },
1726
+ {
1727
+ "epoch": 4.155405405405405,
1728
+ "grad_norm": 0.40012503088293433,
1729
+ "learning_rate": 8.420101992066028e-06,
1730
+ "loss": 0.0178,
1731
+ "step": 1230
1732
+ },
1733
+ {
1734
+ "epoch": 4.172297297297297,
1735
+ "grad_norm": 0.48420732126049076,
1736
+ "learning_rate": 8.288067398371214e-06,
1737
+ "loss": 0.0168,
1738
+ "step": 1235
1739
+ },
1740
+ {
1741
+ "epoch": 4.1891891891891895,
1742
+ "grad_norm": 0.4065785940795942,
1743
+ "learning_rate": 8.158430729976372e-06,
1744
+ "loss": 0.0189,
1745
+ "step": 1240
1746
+ },
1747
+ {
1748
+ "epoch": 4.206081081081081,
1749
+ "grad_norm": 0.4907199226940373,
1750
+ "learning_rate": 8.031208167400833e-06,
1751
+ "loss": 0.0184,
1752
+ "step": 1245
1753
+ },
1754
+ {
1755
+ "epoch": 4.222972972972973,
1756
+ "grad_norm": 0.5139722509677537,
1757
+ "learning_rate": 7.906415589848834e-06,
1758
+ "loss": 0.0191,
1759
+ "step": 1250
1760
+ },
1761
+ {
1762
+ "epoch": 4.239864864864865,
1763
+ "grad_norm": 0.3932459122852539,
1764
+ "learning_rate": 7.78406857322756e-06,
1765
+ "loss": 0.017,
1766
+ "step": 1255
1767
+ },
1768
+ {
1769
+ "epoch": 4.256756756756757,
1770
+ "grad_norm": 0.4917048473564634,
1771
+ "learning_rate": 7.664182388203037e-06,
1772
+ "loss": 0.0192,
1773
+ "step": 1260
1774
+ },
1775
+ {
1776
+ "epoch": 4.273648648648648,
1777
+ "grad_norm": 0.49328061068221307,
1778
+ "learning_rate": 7.54677199829414e-06,
1779
+ "loss": 0.0175,
1780
+ "step": 1265
1781
+ },
1782
+ {
1783
+ "epoch": 4.29054054054054,
1784
+ "grad_norm": 0.5069962368547102,
1785
+ "learning_rate": 7.4318520580049444e-06,
1786
+ "loss": 0.0167,
1787
+ "step": 1270
1788
+ },
1789
+ {
1790
+ "epoch": 4.3074324324324325,
1791
+ "grad_norm": 0.45503300031661426,
1792
+ "learning_rate": 7.3194369109956e-06,
1793
+ "loss": 0.0181,
1794
+ "step": 1275
1795
+ },
1796
+ {
1797
+ "epoch": 4.324324324324325,
1798
+ "grad_norm": 0.4688634600711951,
1799
+ "learning_rate": 7.209540588292083e-06,
1800
+ "loss": 0.0154,
1801
+ "step": 1280
1802
+ },
1803
+ {
1804
+ "epoch": 4.341216216216216,
1805
+ "grad_norm": 0.43975517813047615,
1806
+ "learning_rate": 7.102176806534873e-06,
1807
+ "loss": 0.0174,
1808
+ "step": 1285
1809
+ },
1810
+ {
1811
+ "epoch": 4.358108108108108,
1812
+ "grad_norm": 0.49349351945560754,
1813
+ "learning_rate": 6.9973589662669455e-06,
1814
+ "loss": 0.0173,
1815
+ "step": 1290
1816
+ },
1817
+ {
1818
+ "epoch": 4.375,
1819
+ "grad_norm": 0.4598136925028294,
1820
+ "learning_rate": 6.8951001502612065e-06,
1821
+ "loss": 0.018,
1822
+ "step": 1295
1823
+ },
1824
+ {
1825
+ "epoch": 4.391891891891892,
1826
+ "grad_norm": 0.4783402057258077,
1827
+ "learning_rate": 6.7954131218875404e-06,
1828
+ "loss": 0.0162,
1829
+ "step": 1300
1830
+ },
1831
+ {
1832
+ "epoch": 4.408783783783784,
1833
+ "grad_norm": 0.4185232247836625,
1834
+ "learning_rate": 6.69831032351977e-06,
1835
+ "loss": 0.0172,
1836
+ "step": 1305
1837
+ },
1838
+ {
1839
+ "epoch": 4.425675675675675,
1840
+ "grad_norm": 0.4040507147266634,
1841
+ "learning_rate": 6.603803874982687e-06,
1842
+ "loss": 0.0164,
1843
+ "step": 1310
1844
+ },
1845
+ {
1846
+ "epoch": 4.4425675675675675,
1847
+ "grad_norm": 0.418881018157173,
1848
+ "learning_rate": 6.511905572039298e-06,
1849
+ "loss": 0.0183,
1850
+ "step": 1315
1851
+ },
1852
+ {
1853
+ "epoch": 4.45945945945946,
1854
+ "grad_norm": 0.46713689101304967,
1855
+ "learning_rate": 6.422626884918559e-06,
1856
+ "loss": 0.0176,
1857
+ "step": 1320
1858
+ },
1859
+ {
1860
+ "epoch": 4.476351351351352,
1861
+ "grad_norm": 0.43989858747637034,
1862
+ "learning_rate": 6.33597895688373e-06,
1863
+ "loss": 0.0153,
1864
+ "step": 1325
1865
+ },
1866
+ {
1867
+ "epoch": 4.493243243243243,
1868
+ "grad_norm": 0.5858107139869251,
1869
+ "learning_rate": 6.2519726028415145e-06,
1870
+ "loss": 0.0168,
1871
+ "step": 1330
1872
+ },
1873
+ {
1874
+ "epoch": 4.510135135135135,
1875
+ "grad_norm": 0.42880372637640857,
1876
+ "learning_rate": 6.170618307992231e-06,
1877
+ "loss": 0.0168,
1878
+ "step": 1335
1879
+ },
1880
+ {
1881
+ "epoch": 4.527027027027027,
1882
+ "grad_norm": 0.43939563736912374,
1883
+ "learning_rate": 6.091926226521089e-06,
1884
+ "loss": 0.016,
1885
+ "step": 1340
1886
+ },
1887
+ {
1888
+ "epoch": 4.543918918918919,
1889
+ "grad_norm": 0.44821397296457444,
1890
+ "learning_rate": 6.015906180330808e-06,
1891
+ "loss": 0.0164,
1892
+ "step": 1345
1893
+ },
1894
+ {
1895
+ "epoch": 4.5608108108108105,
1896
+ "grad_norm": 0.44489436762013035,
1897
+ "learning_rate": 5.942567657815696e-06,
1898
+ "loss": 0.0169,
1899
+ "step": 1350
1900
+ },
1901
+ {
1902
+ "epoch": 4.577702702702703,
1903
+ "grad_norm": 0.5275823096329626,
1904
+ "learning_rate": 5.871919812677383e-06,
1905
+ "loss": 0.0161,
1906
+ "step": 1355
1907
+ },
1908
+ {
1909
+ "epoch": 4.594594594594595,
1910
+ "grad_norm": 0.4838695631385133,
1911
+ "learning_rate": 5.8039714627822754e-06,
1912
+ "loss": 0.0155,
1913
+ "step": 1360
1914
+ },
1915
+ {
1916
+ "epoch": 4.611486486486487,
1917
+ "grad_norm": 0.45828429488716665,
1918
+ "learning_rate": 5.738731089060995e-06,
1919
+ "loss": 0.0147,
1920
+ "step": 1365
1921
+ },
1922
+ {
1923
+ "epoch": 4.628378378378378,
1924
+ "grad_norm": 0.5039221100761726,
1925
+ "learning_rate": 5.676206834449797e-06,
1926
+ "loss": 0.0166,
1927
+ "step": 1370
1928
+ },
1929
+ {
1930
+ "epoch": 4.64527027027027,
1931
+ "grad_norm": 0.4323629744407566,
1932
+ "learning_rate": 5.616406502874251e-06,
1933
+ "loss": 0.0144,
1934
+ "step": 1375
1935
+ },
1936
+ {
1937
+ "epoch": 4.662162162162162,
1938
+ "grad_norm": 0.39180413197402647,
1939
+ "learning_rate": 5.55933755827518e-06,
1940
+ "loss": 0.015,
1941
+ "step": 1380
1942
+ },
1943
+ {
1944
+ "epoch": 4.679054054054054,
1945
+ "grad_norm": 0.5188515254318021,
1946
+ "learning_rate": 5.505007123677063e-06,
1947
+ "loss": 0.0155,
1948
+ "step": 1385
1949
+ },
1950
+ {
1951
+ "epoch": 4.695945945945946,
1952
+ "grad_norm": 0.4352611281412726,
1953
+ "learning_rate": 5.453421980298957e-06,
1954
+ "loss": 0.0152,
1955
+ "step": 1390
1956
+ },
1957
+ {
1958
+ "epoch": 4.712837837837838,
1959
+ "grad_norm": 0.44967726061497926,
1960
+ "learning_rate": 5.4045885667081375e-06,
1961
+ "loss": 0.0161,
1962
+ "step": 1395
1963
+ },
1964
+ {
1965
+ "epoch": 4.72972972972973,
1966
+ "grad_norm": 0.4588466562342778,
1967
+ "learning_rate": 5.358512978016445e-06,
1968
+ "loss": 0.0156,
1969
+ "step": 1400
1970
+ },
1971
+ {
1972
+ "epoch": 4.746621621621622,
1973
+ "grad_norm": 0.5035061702054565,
1974
+ "learning_rate": 5.315200965119541e-06,
1975
+ "loss": 0.0162,
1976
+ "step": 1405
1977
+ },
1978
+ {
1979
+ "epoch": 4.763513513513513,
1980
+ "grad_norm": 0.4333645143853134,
1981
+ "learning_rate": 5.27465793397911e-06,
1982
+ "loss": 0.0155,
1983
+ "step": 1410
1984
+ },
1985
+ {
1986
+ "epoch": 4.780405405405405,
1987
+ "grad_norm": 0.3946393039972133,
1988
+ "learning_rate": 5.236888944948117e-06,
1989
+ "loss": 0.0139,
1990
+ "step": 1415
1991
+ },
1992
+ {
1993
+ "epoch": 4.797297297297297,
1994
+ "grad_norm": 0.5052154455542381,
1995
+ "learning_rate": 5.201898712139201e-06,
1996
+ "loss": 0.0152,
1997
+ "step": 1420
1998
+ },
1999
+ {
2000
+ "epoch": 4.8141891891891895,
2001
+ "grad_norm": 0.4651474482374252,
2002
+ "learning_rate": 5.1696916028362964e-06,
2003
+ "loss": 0.0156,
2004
+ "step": 1425
2005
+ },
2006
+ {
2007
+ "epoch": 4.831081081081081,
2008
+ "grad_norm": 0.48548100702560065,
2009
+ "learning_rate": 5.1402716369495194e-06,
2010
+ "loss": 0.016,
2011
+ "step": 1430
2012
+ },
2013
+ {
2014
+ "epoch": 4.847972972972973,
2015
+ "grad_norm": 0.541954209956823,
2016
+ "learning_rate": 5.113642486513428e-06,
2017
+ "loss": 0.0153,
2018
+ "step": 1435
2019
+ },
2020
+ {
2021
+ "epoch": 4.864864864864865,
2022
+ "grad_norm": 0.4361644908440262,
2023
+ "learning_rate": 5.089807475228711e-06,
2024
+ "loss": 0.0136,
2025
+ "step": 1440
2026
+ },
2027
+ {
2028
+ "epoch": 4.881756756756757,
2029
+ "grad_norm": 0.5665164351885903,
2030
+ "learning_rate": 5.06876957804733e-06,
2031
+ "loss": 0.0166,
2032
+ "step": 1445
2033
+ },
2034
+ {
2035
+ "epoch": 4.898648648648649,
2036
+ "grad_norm": 0.4085257367805478,
2037
+ "learning_rate": 5.050531420801205e-06,
2038
+ "loss": 0.0147,
2039
+ "step": 1450
2040
+ },
2041
+ {
2042
+ "epoch": 4.91554054054054,
2043
+ "grad_norm": 0.38586369741019666,
2044
+ "learning_rate": 5.03509527987448e-06,
2045
+ "loss": 0.0155,
2046
+ "step": 1455
2047
+ },
2048
+ {
2049
+ "epoch": 4.9324324324324325,
2050
+ "grad_norm": 0.49715228224020613,
2051
+ "learning_rate": 5.022463081919386e-06,
2052
+ "loss": 0.0141,
2053
+ "step": 1460
2054
+ },
2055
+ {
2056
+ "epoch": 4.949324324324325,
2057
+ "grad_norm": 0.37623948634094945,
2058
+ "learning_rate": 5.012636403615775e-06,
2059
+ "loss": 0.016,
2060
+ "step": 1465
2061
+ },
2062
+ {
2063
+ "epoch": 4.966216216216216,
2064
+ "grad_norm": 0.4510174340251159,
2065
+ "learning_rate": 5.005616471474332e-06,
2066
+ "loss": 0.0148,
2067
+ "step": 1470
2068
+ },
2069
+ {
2070
+ "epoch": 4.983108108108108,
2071
+ "grad_norm": 0.4307246592198199,
2072
+ "learning_rate": 5.001404161683473e-06,
2073
+ "loss": 0.0145,
2074
+ "step": 1475
2075
+ },
2076
+ {
2077
+ "epoch": 5.0,
2078
+ "grad_norm": 0.31889541013471795,
2079
+ "learning_rate": 5e-06,
2080
+ "loss": 0.0135,
2081
+ "step": 1480
2082
+ },
2083
+ {
2084
+ "epoch": 5.0,
2085
+ "step": 1480,
2086
+ "total_flos": 688205834289152.0,
2087
+ "train_loss": 0.36633790682598544,
2088
+ "train_runtime": 23733.8855,
2089
+ "train_samples_per_second": 1.993,
2090
+ "train_steps_per_second": 0.062
2091
+ }
2092
+ ],
2093
+ "logging_steps": 5,
2094
+ "max_steps": 1480,
2095
+ "num_input_tokens_seen": 0,
2096
+ "num_train_epochs": 5,
2097
+ "save_steps": 500,
2098
+ "stateful_callbacks": {
2099
+ "TrainerControl": {
2100
+ "args": {
2101
+ "should_epoch_stop": false,
2102
+ "should_evaluate": false,
2103
+ "should_log": false,
2104
+ "should_save": true,
2105
+ "should_training_stop": true
2106
+ },
2107
+ "attributes": {}
2108
+ }
2109
+ },
2110
+ "total_flos": 688205834289152.0,
2111
+ "train_batch_size": 4,
2112
+ "trial_name": null,
2113
+ "trial_params": null
2114
+ }