maanasharma5 commited on
Commit
cffa91a
·
verified ·
1 Parent(s): afec5e5

Upload folder using huggingface_hub

Browse files
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9bbdb619c1035168f12d9291ab0a83b0d45f3dff6cd949bec95d7092ac18329e
3
  size 25172088
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:784eb23f9491cd267cea347d4eac05e861f5a586b99f9c69e9a1cb7eb19fab52
3
  size 25172088
checkpoint-3000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: gpt2-medium
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.13.2
checkpoint-3000/adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "GPT2LMHeadModel",
5
+ "parent_library": "transformers.models.gpt2.modeling_gpt2"
6
+ },
7
+ "base_model_name_or_path": "gpt2-medium",
8
+ "bias": "none",
9
+ "fan_in_fan_out": true,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_dropout": 0.0,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 64,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "c_attn"
27
+ ],
28
+ "task_type": null,
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
checkpoint-3000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0cdd43dffd0ec1d2a2b1ab01e6266694608aca8b41038038f16d1dd4878de37
3
+ size 25172088
checkpoint-3000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-3000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:849f7fd0b257c5295cd875305d4251a8a082df7b681bd94f4e04160d08e3d803
3
+ size 50372538
checkpoint-3000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba0c49b8865826df2c1842b2b3e65c1ff65bcd673936d6c346a6a43bcd531ed7
3
+ size 14244
checkpoint-3000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23e4ccf63232c12ef44b42609842af382d45ab929466c9af416663b0ea13be7c
3
+ size 1064
checkpoint-3000/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-3000/tokenizer_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "50256": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ }
13
+ },
14
+ "bos_token": "<|endoftext|>",
15
+ "clean_up_tokenization_spaces": false,
16
+ "eos_token": "<|endoftext|>",
17
+ "errors": "replace",
18
+ "model_max_length": 1024,
19
+ "pad_token": "<|endoftext|>",
20
+ "tokenizer_class": "GPT2Tokenizer",
21
+ "unk_token": "<|endoftext|>"
22
+ }
checkpoint-3000/trainer_state.json ADDED
@@ -0,0 +1,2133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.742230347349177,
5
+ "eval_steps": 500,
6
+ "global_step": 3000,
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.009140767824497258,
13
+ "grad_norm": 260.940185546875,
14
+ "learning_rate": 6.060606060606061e-06,
15
+ "loss": 436.9001,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.018281535648994516,
20
+ "grad_norm": 676.311279296875,
21
+ "learning_rate": 1.2121212121212122e-05,
22
+ "loss": 264.6173,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.027422303473491772,
27
+ "grad_norm": 216.56329345703125,
28
+ "learning_rate": 1.8181818181818182e-05,
29
+ "loss": 351.2994,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.03656307129798903,
34
+ "grad_norm": 528.593505859375,
35
+ "learning_rate": 2.4242424242424244e-05,
36
+ "loss": 275.2166,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.04570383912248629,
41
+ "grad_norm": 1996.0186767578125,
42
+ "learning_rate": 3.0303030303030306e-05,
43
+ "loss": 438.093,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.054844606946983544,
48
+ "grad_norm": 987.8604736328125,
49
+ "learning_rate": 3.6363636363636364e-05,
50
+ "loss": 322.909,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.06398537477148081,
55
+ "grad_norm": 506.1438903808594,
56
+ "learning_rate": 4.242424242424243e-05,
57
+ "loss": 326.7121,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.07312614259597806,
62
+ "grad_norm": 250.322509765625,
63
+ "learning_rate": 4.848484848484849e-05,
64
+ "loss": 222.0992,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.08226691042047532,
69
+ "grad_norm": 646.04833984375,
70
+ "learning_rate": 5.4545454545454546e-05,
71
+ "loss": 196.281,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.09140767824497258,
76
+ "grad_norm": 1069.63818359375,
77
+ "learning_rate": 6.060606060606061e-05,
78
+ "loss": 452.9554,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.10054844606946983,
83
+ "grad_norm": 757.8883056640625,
84
+ "learning_rate": 6.666666666666667e-05,
85
+ "loss": 236.955,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.10968921389396709,
90
+ "grad_norm": 1059.343017578125,
91
+ "learning_rate": 7.272727272727273e-05,
92
+ "loss": 184.9751,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.11882998171846434,
97
+ "grad_norm": 129.31288146972656,
98
+ "learning_rate": 7.878787878787879e-05,
99
+ "loss": 261.3969,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.12797074954296161,
104
+ "grad_norm": 414.1427917480469,
105
+ "learning_rate": 8.484848484848486e-05,
106
+ "loss": 139.3192,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.13711151736745886,
111
+ "grad_norm": 1911.720458984375,
112
+ "learning_rate": 9.090909090909092e-05,
113
+ "loss": 223.8371,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.14625228519195613,
118
+ "grad_norm": 145.30606079101562,
119
+ "learning_rate": 9.696969696969698e-05,
120
+ "loss": 166.0002,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.15539305301645337,
125
+ "grad_norm": 217.95001220703125,
126
+ "learning_rate": 9.983958934873277e-05,
127
+ "loss": 305.7049,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.16453382084095064,
132
+ "grad_norm": 539.9388427734375,
133
+ "learning_rate": 9.951876804619827e-05,
134
+ "loss": 128.2679,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.1736745886654479,
139
+ "grad_norm": 1376.19580078125,
140
+ "learning_rate": 9.919794674366378e-05,
141
+ "loss": 232.9975,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.18281535648994515,
146
+ "grad_norm": 427.17901611328125,
147
+ "learning_rate": 9.88771254411293e-05,
148
+ "loss": 150.398,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.19195612431444242,
153
+ "grad_norm": 284.20556640625,
154
+ "learning_rate": 9.855630413859481e-05,
155
+ "loss": 187.1482,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.20109689213893966,
160
+ "grad_norm": 1491.8385009765625,
161
+ "learning_rate": 9.823548283606032e-05,
162
+ "loss": 166.5989,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.21023765996343693,
167
+ "grad_norm": 353.2249450683594,
168
+ "learning_rate": 9.791466153352583e-05,
169
+ "loss": 152.8306,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.21937842778793418,
174
+ "grad_norm": 1394.290283203125,
175
+ "learning_rate": 9.759384023099134e-05,
176
+ "loss": 164.9264,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.22851919561243145,
181
+ "grad_norm": 1271.5023193359375,
182
+ "learning_rate": 9.727301892845685e-05,
183
+ "loss": 197.8869,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.2376599634369287,
188
+ "grad_norm": 533.530517578125,
189
+ "learning_rate": 9.695219762592237e-05,
190
+ "loss": 203.8471,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.24680073126142596,
195
+ "grad_norm": 1195.5672607421875,
196
+ "learning_rate": 9.663137632338787e-05,
197
+ "loss": 270.3664,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.25594149908592323,
202
+ "grad_norm": 714.4176025390625,
203
+ "learning_rate": 9.631055502085339e-05,
204
+ "loss": 128.6513,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.26508226691042047,
209
+ "grad_norm": 211.16822814941406,
210
+ "learning_rate": 9.59897337183189e-05,
211
+ "loss": 110.0758,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.2742230347349177,
216
+ "grad_norm": 223.30435180664062,
217
+ "learning_rate": 9.566891241578441e-05,
218
+ "loss": 159.2649,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.283363802559415,
223
+ "grad_norm": 252.313720703125,
224
+ "learning_rate": 9.534809111324993e-05,
225
+ "loss": 75.0095,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.29250457038391225,
230
+ "grad_norm": 272.22088623046875,
231
+ "learning_rate": 9.502726981071543e-05,
232
+ "loss": 180.7573,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.3016453382084095,
237
+ "grad_norm": 257.5340576171875,
238
+ "learning_rate": 9.470644850818095e-05,
239
+ "loss": 96.0865,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.31078610603290674,
244
+ "grad_norm": 302.9118957519531,
245
+ "learning_rate": 9.438562720564645e-05,
246
+ "loss": 91.6155,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.31992687385740404,
251
+ "grad_norm": 472.8678894042969,
252
+ "learning_rate": 9.406480590311197e-05,
253
+ "loss": 89.4722,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.3290676416819013,
258
+ "grad_norm": 823.5645751953125,
259
+ "learning_rate": 9.374398460057749e-05,
260
+ "loss": 121.7768,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.3382084095063985,
265
+ "grad_norm": 194.6676025390625,
266
+ "learning_rate": 9.342316329804299e-05,
267
+ "loss": 84.9048,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.3473491773308958,
272
+ "grad_norm": 90.27143859863281,
273
+ "learning_rate": 9.31023419955085e-05,
274
+ "loss": 105.5004,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.35648994515539306,
279
+ "grad_norm": 459.11083984375,
280
+ "learning_rate": 9.278152069297403e-05,
281
+ "loss": 96.184,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.3656307129798903,
286
+ "grad_norm": 331.8974914550781,
287
+ "learning_rate": 9.246069939043953e-05,
288
+ "loss": 124.8772,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.37477148080438755,
293
+ "grad_norm": 1360.226318359375,
294
+ "learning_rate": 9.213987808790505e-05,
295
+ "loss": 135.7318,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.38391224862888484,
300
+ "grad_norm": 272.8298034667969,
301
+ "learning_rate": 9.181905678537055e-05,
302
+ "loss": 70.3503,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.3930530164533821,
307
+ "grad_norm": 349.7639465332031,
308
+ "learning_rate": 9.149823548283607e-05,
309
+ "loss": 124.1555,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.40219378427787933,
314
+ "grad_norm": 552.7006225585938,
315
+ "learning_rate": 9.117741418030159e-05,
316
+ "loss": 131.314,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.4113345521023766,
321
+ "grad_norm": 242.2020263671875,
322
+ "learning_rate": 9.085659287776709e-05,
323
+ "loss": 88.0438,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.42047531992687387,
328
+ "grad_norm": 334.97235107421875,
329
+ "learning_rate": 9.053577157523259e-05,
330
+ "loss": 75.5906,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.4296160877513711,
335
+ "grad_norm": 300.5227966308594,
336
+ "learning_rate": 9.021495027269811e-05,
337
+ "loss": 90.6419,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.43875685557586835,
342
+ "grad_norm": 1047.315185546875,
343
+ "learning_rate": 8.989412897016363e-05,
344
+ "loss": 100.1736,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.44789762340036565,
349
+ "grad_norm": 111.65030670166016,
350
+ "learning_rate": 8.957330766762913e-05,
351
+ "loss": 185.2162,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 0.4570383912248629,
356
+ "grad_norm": 334.6908874511719,
357
+ "learning_rate": 8.925248636509465e-05,
358
+ "loss": 104.2884,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 0.46617915904936014,
363
+ "grad_norm": 657.107177734375,
364
+ "learning_rate": 8.893166506256015e-05,
365
+ "loss": 125.3446,
366
+ "step": 510
367
+ },
368
+ {
369
+ "epoch": 0.4753199268738574,
370
+ "grad_norm": 980.2443237304688,
371
+ "learning_rate": 8.861084376002567e-05,
372
+ "loss": 152.18,
373
+ "step": 520
374
+ },
375
+ {
376
+ "epoch": 0.4844606946983547,
377
+ "grad_norm": 510.4859619140625,
378
+ "learning_rate": 8.829002245749119e-05,
379
+ "loss": 60.348,
380
+ "step": 530
381
+ },
382
+ {
383
+ "epoch": 0.4936014625228519,
384
+ "grad_norm": 34.65190124511719,
385
+ "learning_rate": 8.796920115495669e-05,
386
+ "loss": 153.3656,
387
+ "step": 540
388
+ },
389
+ {
390
+ "epoch": 0.5027422303473492,
391
+ "grad_norm": 498.7265930175781,
392
+ "learning_rate": 8.76483798524222e-05,
393
+ "loss": 82.3298,
394
+ "step": 550
395
+ },
396
+ {
397
+ "epoch": 0.5118829981718465,
398
+ "grad_norm": 443.69329833984375,
399
+ "learning_rate": 8.732755854988771e-05,
400
+ "loss": 109.8378,
401
+ "step": 560
402
+ },
403
+ {
404
+ "epoch": 0.5210237659963437,
405
+ "grad_norm": 204.03587341308594,
406
+ "learning_rate": 8.700673724735323e-05,
407
+ "loss": 30.8718,
408
+ "step": 570
409
+ },
410
+ {
411
+ "epoch": 0.5301645338208409,
412
+ "grad_norm": 258.6654968261719,
413
+ "learning_rate": 8.668591594481874e-05,
414
+ "loss": 94.896,
415
+ "step": 580
416
+ },
417
+ {
418
+ "epoch": 0.5393053016453382,
419
+ "grad_norm": 697.8427734375,
420
+ "learning_rate": 8.636509464228425e-05,
421
+ "loss": 97.1383,
422
+ "step": 590
423
+ },
424
+ {
425
+ "epoch": 0.5484460694698354,
426
+ "grad_norm": 767.0765991210938,
427
+ "learning_rate": 8.604427333974977e-05,
428
+ "loss": 100.5029,
429
+ "step": 600
430
+ },
431
+ {
432
+ "epoch": 0.5575868372943327,
433
+ "grad_norm": 253.9947967529297,
434
+ "learning_rate": 8.572345203721528e-05,
435
+ "loss": 140.3264,
436
+ "step": 610
437
+ },
438
+ {
439
+ "epoch": 0.56672760511883,
440
+ "grad_norm": 235.54190063476562,
441
+ "learning_rate": 8.540263073468079e-05,
442
+ "loss": 157.6984,
443
+ "step": 620
444
+ },
445
+ {
446
+ "epoch": 0.5758683729433273,
447
+ "grad_norm": 646.70849609375,
448
+ "learning_rate": 8.50818094321463e-05,
449
+ "loss": 110.9081,
450
+ "step": 630
451
+ },
452
+ {
453
+ "epoch": 0.5850091407678245,
454
+ "grad_norm": 273.0348815917969,
455
+ "learning_rate": 8.476098812961181e-05,
456
+ "loss": 78.1939,
457
+ "step": 640
458
+ },
459
+ {
460
+ "epoch": 0.5941499085923218,
461
+ "grad_norm": 338.3017272949219,
462
+ "learning_rate": 8.444016682707732e-05,
463
+ "loss": 63.7435,
464
+ "step": 650
465
+ },
466
+ {
467
+ "epoch": 0.603290676416819,
468
+ "grad_norm": 866.8550415039062,
469
+ "learning_rate": 8.411934552454284e-05,
470
+ "loss": 98.2337,
471
+ "step": 660
472
+ },
473
+ {
474
+ "epoch": 0.6124314442413162,
475
+ "grad_norm": 518.7411499023438,
476
+ "learning_rate": 8.379852422200834e-05,
477
+ "loss": 94.2334,
478
+ "step": 670
479
+ },
480
+ {
481
+ "epoch": 0.6215722120658135,
482
+ "grad_norm": 228.7216339111328,
483
+ "learning_rate": 8.347770291947385e-05,
484
+ "loss": 49.5267,
485
+ "step": 680
486
+ },
487
+ {
488
+ "epoch": 0.6307129798903108,
489
+ "grad_norm": 508.92657470703125,
490
+ "learning_rate": 8.315688161693937e-05,
491
+ "loss": 79.5228,
492
+ "step": 690
493
+ },
494
+ {
495
+ "epoch": 0.6398537477148081,
496
+ "grad_norm": 123.67599487304688,
497
+ "learning_rate": 8.283606031440488e-05,
498
+ "loss": 57.175,
499
+ "step": 700
500
+ },
501
+ {
502
+ "epoch": 0.6489945155393053,
503
+ "grad_norm": 183.09039306640625,
504
+ "learning_rate": 8.25152390118704e-05,
505
+ "loss": 55.3279,
506
+ "step": 710
507
+ },
508
+ {
509
+ "epoch": 0.6581352833638026,
510
+ "grad_norm": 427.5462951660156,
511
+ "learning_rate": 8.21944177093359e-05,
512
+ "loss": 110.3164,
513
+ "step": 720
514
+ },
515
+ {
516
+ "epoch": 0.6672760511882998,
517
+ "grad_norm": 329.3439025878906,
518
+ "learning_rate": 8.187359640680141e-05,
519
+ "loss": 93.5338,
520
+ "step": 730
521
+ },
522
+ {
523
+ "epoch": 0.676416819012797,
524
+ "grad_norm": 284.8849182128906,
525
+ "learning_rate": 8.155277510426694e-05,
526
+ "loss": 138.9423,
527
+ "step": 740
528
+ },
529
+ {
530
+ "epoch": 0.6855575868372943,
531
+ "grad_norm": 163.978759765625,
532
+ "learning_rate": 8.123195380173244e-05,
533
+ "loss": 79.6135,
534
+ "step": 750
535
+ },
536
+ {
537
+ "epoch": 0.6946983546617916,
538
+ "grad_norm": 168.90318298339844,
539
+ "learning_rate": 8.091113249919795e-05,
540
+ "loss": 73.7101,
541
+ "step": 760
542
+ },
543
+ {
544
+ "epoch": 0.7038391224862889,
545
+ "grad_norm": 1092.7216796875,
546
+ "learning_rate": 8.059031119666346e-05,
547
+ "loss": 77.8197,
548
+ "step": 770
549
+ },
550
+ {
551
+ "epoch": 0.7129798903107861,
552
+ "grad_norm": 222.06326293945312,
553
+ "learning_rate": 8.026948989412897e-05,
554
+ "loss": 108.1544,
555
+ "step": 780
556
+ },
557
+ {
558
+ "epoch": 0.7221206581352834,
559
+ "grad_norm": 245.73614501953125,
560
+ "learning_rate": 7.994866859159448e-05,
561
+ "loss": 79.9073,
562
+ "step": 790
563
+ },
564
+ {
565
+ "epoch": 0.7312614259597806,
566
+ "grad_norm": 918.3074951171875,
567
+ "learning_rate": 7.962784728906e-05,
568
+ "loss": 111.9161,
569
+ "step": 800
570
+ },
571
+ {
572
+ "epoch": 0.7404021937842779,
573
+ "grad_norm": 593.3427734375,
574
+ "learning_rate": 7.93070259865255e-05,
575
+ "loss": 114.006,
576
+ "step": 810
577
+ },
578
+ {
579
+ "epoch": 0.7495429616087751,
580
+ "grad_norm": 134.29385375976562,
581
+ "learning_rate": 7.898620468399102e-05,
582
+ "loss": 78.4144,
583
+ "step": 820
584
+ },
585
+ {
586
+ "epoch": 0.7586837294332724,
587
+ "grad_norm": 385.83154296875,
588
+ "learning_rate": 7.866538338145654e-05,
589
+ "loss": 84.7223,
590
+ "step": 830
591
+ },
592
+ {
593
+ "epoch": 0.7678244972577697,
594
+ "grad_norm": 106.50463104248047,
595
+ "learning_rate": 7.834456207892204e-05,
596
+ "loss": 51.7148,
597
+ "step": 840
598
+ },
599
+ {
600
+ "epoch": 0.7769652650822669,
601
+ "grad_norm": 145.80538940429688,
602
+ "learning_rate": 7.802374077638756e-05,
603
+ "loss": 94.0602,
604
+ "step": 850
605
+ },
606
+ {
607
+ "epoch": 0.7861060329067642,
608
+ "grad_norm": 719.95458984375,
609
+ "learning_rate": 7.770291947385306e-05,
610
+ "loss": 69.0898,
611
+ "step": 860
612
+ },
613
+ {
614
+ "epoch": 0.7952468007312614,
615
+ "grad_norm": 440.1884460449219,
616
+ "learning_rate": 7.738209817131858e-05,
617
+ "loss": 86.5842,
618
+ "step": 870
619
+ },
620
+ {
621
+ "epoch": 0.8043875685557587,
622
+ "grad_norm": 95.28292846679688,
623
+ "learning_rate": 7.70612768687841e-05,
624
+ "loss": 112.5773,
625
+ "step": 880
626
+ },
627
+ {
628
+ "epoch": 0.8135283363802559,
629
+ "grad_norm": 797.3502807617188,
630
+ "learning_rate": 7.67404555662496e-05,
631
+ "loss": 109.5814,
632
+ "step": 890
633
+ },
634
+ {
635
+ "epoch": 0.8226691042047533,
636
+ "grad_norm": 285.2242126464844,
637
+ "learning_rate": 7.641963426371512e-05,
638
+ "loss": 55.3018,
639
+ "step": 900
640
+ },
641
+ {
642
+ "epoch": 0.8318098720292505,
643
+ "grad_norm": 421.9645690917969,
644
+ "learning_rate": 7.609881296118062e-05,
645
+ "loss": 80.5481,
646
+ "step": 910
647
+ },
648
+ {
649
+ "epoch": 0.8409506398537477,
650
+ "grad_norm": 923.3325805664062,
651
+ "learning_rate": 7.577799165864614e-05,
652
+ "loss": 80.415,
653
+ "step": 920
654
+ },
655
+ {
656
+ "epoch": 0.850091407678245,
657
+ "grad_norm": 156.87168884277344,
658
+ "learning_rate": 7.545717035611166e-05,
659
+ "loss": 88.6137,
660
+ "step": 930
661
+ },
662
+ {
663
+ "epoch": 0.8592321755027422,
664
+ "grad_norm": 130.00653076171875,
665
+ "learning_rate": 7.513634905357716e-05,
666
+ "loss": 62.9207,
667
+ "step": 940
668
+ },
669
+ {
670
+ "epoch": 0.8683729433272395,
671
+ "grad_norm": 376.0680236816406,
672
+ "learning_rate": 7.481552775104266e-05,
673
+ "loss": 68.4894,
674
+ "step": 950
675
+ },
676
+ {
677
+ "epoch": 0.8775137111517367,
678
+ "grad_norm": 593.0867919921875,
679
+ "learning_rate": 7.44947064485082e-05,
680
+ "loss": 52.0687,
681
+ "step": 960
682
+ },
683
+ {
684
+ "epoch": 0.886654478976234,
685
+ "grad_norm": 380.33746337890625,
686
+ "learning_rate": 7.41738851459737e-05,
687
+ "loss": 83.9681,
688
+ "step": 970
689
+ },
690
+ {
691
+ "epoch": 0.8957952468007313,
692
+ "grad_norm": 115.80391693115234,
693
+ "learning_rate": 7.38530638434392e-05,
694
+ "loss": 45.7156,
695
+ "step": 980
696
+ },
697
+ {
698
+ "epoch": 0.9049360146252285,
699
+ "grad_norm": 339.1954650878906,
700
+ "learning_rate": 7.353224254090472e-05,
701
+ "loss": 124.9924,
702
+ "step": 990
703
+ },
704
+ {
705
+ "epoch": 0.9140767824497258,
706
+ "grad_norm": 56.616905212402344,
707
+ "learning_rate": 7.321142123837022e-05,
708
+ "loss": 65.1577,
709
+ "step": 1000
710
+ },
711
+ {
712
+ "epoch": 0.923217550274223,
713
+ "grad_norm": 275.77386474609375,
714
+ "learning_rate": 7.289059993583574e-05,
715
+ "loss": 48.4217,
716
+ "step": 1010
717
+ },
718
+ {
719
+ "epoch": 0.9323583180987203,
720
+ "grad_norm": 103.85697937011719,
721
+ "learning_rate": 7.256977863330126e-05,
722
+ "loss": 55.4886,
723
+ "step": 1020
724
+ },
725
+ {
726
+ "epoch": 0.9414990859232175,
727
+ "grad_norm": 214.60858154296875,
728
+ "learning_rate": 7.224895733076676e-05,
729
+ "loss": 60.7877,
730
+ "step": 1030
731
+ },
732
+ {
733
+ "epoch": 0.9506398537477148,
734
+ "grad_norm": 228.8570098876953,
735
+ "learning_rate": 7.192813602823228e-05,
736
+ "loss": 41.307,
737
+ "step": 1040
738
+ },
739
+ {
740
+ "epoch": 0.9597806215722121,
741
+ "grad_norm": 325.7366027832031,
742
+ "learning_rate": 7.16073147256978e-05,
743
+ "loss": 81.8322,
744
+ "step": 1050
745
+ },
746
+ {
747
+ "epoch": 0.9689213893967094,
748
+ "grad_norm": 595.0969848632812,
749
+ "learning_rate": 7.12864934231633e-05,
750
+ "loss": 109.1215,
751
+ "step": 1060
752
+ },
753
+ {
754
+ "epoch": 0.9780621572212066,
755
+ "grad_norm": 694.5578002929688,
756
+ "learning_rate": 7.096567212062882e-05,
757
+ "loss": 94.9387,
758
+ "step": 1070
759
+ },
760
+ {
761
+ "epoch": 0.9872029250457038,
762
+ "grad_norm": 80.9468994140625,
763
+ "learning_rate": 7.064485081809432e-05,
764
+ "loss": 45.7846,
765
+ "step": 1080
766
+ },
767
+ {
768
+ "epoch": 0.9963436928702011,
769
+ "grad_norm": 490.2159423828125,
770
+ "learning_rate": 7.032402951555984e-05,
771
+ "loss": 90.1966,
772
+ "step": 1090
773
+ },
774
+ {
775
+ "epoch": 1.0054844606946984,
776
+ "grad_norm": 389.57696533203125,
777
+ "learning_rate": 7.000320821302535e-05,
778
+ "loss": 40.9986,
779
+ "step": 1100
780
+ },
781
+ {
782
+ "epoch": 1.0146252285191957,
783
+ "grad_norm": 290.03924560546875,
784
+ "learning_rate": 6.968238691049086e-05,
785
+ "loss": 36.9683,
786
+ "step": 1110
787
+ },
788
+ {
789
+ "epoch": 1.023765996343693,
790
+ "grad_norm": 329.0925598144531,
791
+ "learning_rate": 6.936156560795637e-05,
792
+ "loss": 58.5668,
793
+ "step": 1120
794
+ },
795
+ {
796
+ "epoch": 1.0329067641681902,
797
+ "grad_norm": 822.98046875,
798
+ "learning_rate": 6.904074430542188e-05,
799
+ "loss": 70.7054,
800
+ "step": 1130
801
+ },
802
+ {
803
+ "epoch": 1.0420475319926874,
804
+ "grad_norm": 224.3262481689453,
805
+ "learning_rate": 6.87199230028874e-05,
806
+ "loss": 76.8558,
807
+ "step": 1140
808
+ },
809
+ {
810
+ "epoch": 1.0511882998171846,
811
+ "grad_norm": 194.4867706298828,
812
+ "learning_rate": 6.839910170035291e-05,
813
+ "loss": 48.4904,
814
+ "step": 1150
815
+ },
816
+ {
817
+ "epoch": 1.0603290676416819,
818
+ "grad_norm": 755.8245849609375,
819
+ "learning_rate": 6.807828039781842e-05,
820
+ "loss": 62.4196,
821
+ "step": 1160
822
+ },
823
+ {
824
+ "epoch": 1.0694698354661791,
825
+ "grad_norm": 439.7247619628906,
826
+ "learning_rate": 6.775745909528392e-05,
827
+ "loss": 95.8963,
828
+ "step": 1170
829
+ },
830
+ {
831
+ "epoch": 1.0786106032906764,
832
+ "grad_norm": 54.21474838256836,
833
+ "learning_rate": 6.743663779274945e-05,
834
+ "loss": 61.0699,
835
+ "step": 1180
836
+ },
837
+ {
838
+ "epoch": 1.0877513711151736,
839
+ "grad_norm": 776.222412109375,
840
+ "learning_rate": 6.711581649021495e-05,
841
+ "loss": 104.9846,
842
+ "step": 1190
843
+ },
844
+ {
845
+ "epoch": 1.0968921389396709,
846
+ "grad_norm": 323.9495849609375,
847
+ "learning_rate": 6.679499518768047e-05,
848
+ "loss": 34.871,
849
+ "step": 1200
850
+ },
851
+ {
852
+ "epoch": 1.106032906764168,
853
+ "grad_norm": 380.50341796875,
854
+ "learning_rate": 6.647417388514597e-05,
855
+ "loss": 46.8799,
856
+ "step": 1210
857
+ },
858
+ {
859
+ "epoch": 1.1151736745886653,
860
+ "grad_norm": 75.23844909667969,
861
+ "learning_rate": 6.615335258261148e-05,
862
+ "loss": 35.9573,
863
+ "step": 1220
864
+ },
865
+ {
866
+ "epoch": 1.1243144424131628,
867
+ "grad_norm": 151.40017700195312,
868
+ "learning_rate": 6.583253128007701e-05,
869
+ "loss": 66.4443,
870
+ "step": 1230
871
+ },
872
+ {
873
+ "epoch": 1.13345521023766,
874
+ "grad_norm": 362.979248046875,
875
+ "learning_rate": 6.551170997754251e-05,
876
+ "loss": 72.9427,
877
+ "step": 1240
878
+ },
879
+ {
880
+ "epoch": 1.1425959780621573,
881
+ "grad_norm": 214.4113006591797,
882
+ "learning_rate": 6.519088867500802e-05,
883
+ "loss": 63.0676,
884
+ "step": 1250
885
+ },
886
+ {
887
+ "epoch": 1.1517367458866545,
888
+ "grad_norm": 101.43631744384766,
889
+ "learning_rate": 6.487006737247353e-05,
890
+ "loss": 62.8417,
891
+ "step": 1260
892
+ },
893
+ {
894
+ "epoch": 1.1608775137111518,
895
+ "grad_norm": 606.4091796875,
896
+ "learning_rate": 6.454924606993905e-05,
897
+ "loss": 57.1243,
898
+ "step": 1270
899
+ },
900
+ {
901
+ "epoch": 1.170018281535649,
902
+ "grad_norm": 212.71681213378906,
903
+ "learning_rate": 6.422842476740455e-05,
904
+ "loss": 59.3004,
905
+ "step": 1280
906
+ },
907
+ {
908
+ "epoch": 1.1791590493601463,
909
+ "grad_norm": 510.6803894042969,
910
+ "learning_rate": 6.390760346487007e-05,
911
+ "loss": 47.127,
912
+ "step": 1290
913
+ },
914
+ {
915
+ "epoch": 1.1882998171846435,
916
+ "grad_norm": 401.02398681640625,
917
+ "learning_rate": 6.358678216233558e-05,
918
+ "loss": 65.0232,
919
+ "step": 1300
920
+ },
921
+ {
922
+ "epoch": 1.1974405850091407,
923
+ "grad_norm": 126.86668395996094,
924
+ "learning_rate": 6.326596085980109e-05,
925
+ "loss": 58.8562,
926
+ "step": 1310
927
+ },
928
+ {
929
+ "epoch": 1.206581352833638,
930
+ "grad_norm": 418.5237731933594,
931
+ "learning_rate": 6.294513955726661e-05,
932
+ "loss": 69.3234,
933
+ "step": 1320
934
+ },
935
+ {
936
+ "epoch": 1.2157221206581352,
937
+ "grad_norm": 304.5541076660156,
938
+ "learning_rate": 6.262431825473211e-05,
939
+ "loss": 54.8462,
940
+ "step": 1330
941
+ },
942
+ {
943
+ "epoch": 1.2248628884826325,
944
+ "grad_norm": 629.0361938476562,
945
+ "learning_rate": 6.230349695219763e-05,
946
+ "loss": 88.0809,
947
+ "step": 1340
948
+ },
949
+ {
950
+ "epoch": 1.2340036563071297,
951
+ "grad_norm": 825.0767211914062,
952
+ "learning_rate": 6.198267564966313e-05,
953
+ "loss": 54.2713,
954
+ "step": 1350
955
+ },
956
+ {
957
+ "epoch": 1.2431444241316272,
958
+ "grad_norm": 435.57659912109375,
959
+ "learning_rate": 6.166185434712865e-05,
960
+ "loss": 50.3611,
961
+ "step": 1360
962
+ },
963
+ {
964
+ "epoch": 1.2522851919561244,
965
+ "grad_norm": 326.2455749511719,
966
+ "learning_rate": 6.134103304459417e-05,
967
+ "loss": 60.0435,
968
+ "step": 1370
969
+ },
970
+ {
971
+ "epoch": 1.2614259597806217,
972
+ "grad_norm": 178.89276123046875,
973
+ "learning_rate": 6.102021174205967e-05,
974
+ "loss": 47.0021,
975
+ "step": 1380
976
+ },
977
+ {
978
+ "epoch": 1.270566727605119,
979
+ "grad_norm": 626.9290161132812,
980
+ "learning_rate": 6.069939043952518e-05,
981
+ "loss": 95.9446,
982
+ "step": 1390
983
+ },
984
+ {
985
+ "epoch": 1.2797074954296161,
986
+ "grad_norm": 1050.6358642578125,
987
+ "learning_rate": 6.0378569136990706e-05,
988
+ "loss": 79.7294,
989
+ "step": 1400
990
+ },
991
+ {
992
+ "epoch": 1.2888482632541134,
993
+ "grad_norm": 160.46630859375,
994
+ "learning_rate": 6.005774783445621e-05,
995
+ "loss": 44.1936,
996
+ "step": 1410
997
+ },
998
+ {
999
+ "epoch": 1.2979890310786106,
1000
+ "grad_norm": 224.45852661132812,
1001
+ "learning_rate": 5.973692653192172e-05,
1002
+ "loss": 48.4314,
1003
+ "step": 1420
1004
+ },
1005
+ {
1006
+ "epoch": 1.3071297989031079,
1007
+ "grad_norm": 167.81529235839844,
1008
+ "learning_rate": 5.941610522938723e-05,
1009
+ "loss": 76.5728,
1010
+ "step": 1430
1011
+ },
1012
+ {
1013
+ "epoch": 1.3162705667276051,
1014
+ "grad_norm": 92.61337280273438,
1015
+ "learning_rate": 5.909528392685275e-05,
1016
+ "loss": 106.0546,
1017
+ "step": 1440
1018
+ },
1019
+ {
1020
+ "epoch": 1.3254113345521024,
1021
+ "grad_norm": 122.11158752441406,
1022
+ "learning_rate": 5.877446262431826e-05,
1023
+ "loss": 73.5907,
1024
+ "step": 1450
1025
+ },
1026
+ {
1027
+ "epoch": 1.3345521023765996,
1028
+ "grad_norm": 195.2500457763672,
1029
+ "learning_rate": 5.845364132178377e-05,
1030
+ "loss": 37.5685,
1031
+ "step": 1460
1032
+ },
1033
+ {
1034
+ "epoch": 1.3436928702010968,
1035
+ "grad_norm": 384.23248291015625,
1036
+ "learning_rate": 5.813282001924928e-05,
1037
+ "loss": 86.9328,
1038
+ "step": 1470
1039
+ },
1040
+ {
1041
+ "epoch": 1.352833638025594,
1042
+ "grad_norm": 456.5828857421875,
1043
+ "learning_rate": 5.781199871671479e-05,
1044
+ "loss": 61.3565,
1045
+ "step": 1480
1046
+ },
1047
+ {
1048
+ "epoch": 1.3619744058500913,
1049
+ "grad_norm": 892.6777954101562,
1050
+ "learning_rate": 5.749117741418031e-05,
1051
+ "loss": 119.6432,
1052
+ "step": 1490
1053
+ },
1054
+ {
1055
+ "epoch": 1.3711151736745886,
1056
+ "grad_norm": 301.5769348144531,
1057
+ "learning_rate": 5.717035611164582e-05,
1058
+ "loss": 61.6756,
1059
+ "step": 1500
1060
+ },
1061
+ {
1062
+ "epoch": 1.3802559414990858,
1063
+ "grad_norm": 538.19873046875,
1064
+ "learning_rate": 5.684953480911133e-05,
1065
+ "loss": 81.7909,
1066
+ "step": 1510
1067
+ },
1068
+ {
1069
+ "epoch": 1.389396709323583,
1070
+ "grad_norm": 738.8610229492188,
1071
+ "learning_rate": 5.652871350657684e-05,
1072
+ "loss": 69.8545,
1073
+ "step": 1520
1074
+ },
1075
+ {
1076
+ "epoch": 1.3985374771480805,
1077
+ "grad_norm": 160.80288696289062,
1078
+ "learning_rate": 5.6207892204042355e-05,
1079
+ "loss": 73.2593,
1080
+ "step": 1530
1081
+ },
1082
+ {
1083
+ "epoch": 1.4076782449725778,
1084
+ "grad_norm": 76.41590881347656,
1085
+ "learning_rate": 5.5887070901507866e-05,
1086
+ "loss": 68.1857,
1087
+ "step": 1540
1088
+ },
1089
+ {
1090
+ "epoch": 1.416819012797075,
1091
+ "grad_norm": 190.09555053710938,
1092
+ "learning_rate": 5.5566249598973376e-05,
1093
+ "loss": 57.4196,
1094
+ "step": 1550
1095
+ },
1096
+ {
1097
+ "epoch": 1.4259597806215722,
1098
+ "grad_norm": 501.9085388183594,
1099
+ "learning_rate": 5.5245428296438887e-05,
1100
+ "loss": 41.8515,
1101
+ "step": 1560
1102
+ },
1103
+ {
1104
+ "epoch": 1.4351005484460695,
1105
+ "grad_norm": 421.9640197753906,
1106
+ "learning_rate": 5.492460699390439e-05,
1107
+ "loss": 48.7804,
1108
+ "step": 1570
1109
+ },
1110
+ {
1111
+ "epoch": 1.4442413162705667,
1112
+ "grad_norm": 445.1888732910156,
1113
+ "learning_rate": 5.4603785691369914e-05,
1114
+ "loss": 65.6821,
1115
+ "step": 1580
1116
+ },
1117
+ {
1118
+ "epoch": 1.453382084095064,
1119
+ "grad_norm": 352.141357421875,
1120
+ "learning_rate": 5.4282964388835425e-05,
1121
+ "loss": 50.4527,
1122
+ "step": 1590
1123
+ },
1124
+ {
1125
+ "epoch": 1.4625228519195612,
1126
+ "grad_norm": 354.512939453125,
1127
+ "learning_rate": 5.396214308630093e-05,
1128
+ "loss": 87.8049,
1129
+ "step": 1600
1130
+ },
1131
+ {
1132
+ "epoch": 1.4716636197440585,
1133
+ "grad_norm": 316.26837158203125,
1134
+ "learning_rate": 5.364132178376644e-05,
1135
+ "loss": 44.685,
1136
+ "step": 1610
1137
+ },
1138
+ {
1139
+ "epoch": 1.4808043875685557,
1140
+ "grad_norm": 552.4888305664062,
1141
+ "learning_rate": 5.332050048123196e-05,
1142
+ "loss": 65.4632,
1143
+ "step": 1620
1144
+ },
1145
+ {
1146
+ "epoch": 1.489945155393053,
1147
+ "grad_norm": 144.33033752441406,
1148
+ "learning_rate": 5.299967917869747e-05,
1149
+ "loss": 57.807,
1150
+ "step": 1630
1151
+ },
1152
+ {
1153
+ "epoch": 1.4990859232175504,
1154
+ "grad_norm": 523.9928588867188,
1155
+ "learning_rate": 5.2678857876162977e-05,
1156
+ "loss": 68.2157,
1157
+ "step": 1640
1158
+ },
1159
+ {
1160
+ "epoch": 1.5082266910420477,
1161
+ "grad_norm": 237.13250732421875,
1162
+ "learning_rate": 5.235803657362849e-05,
1163
+ "loss": 36.1587,
1164
+ "step": 1650
1165
+ },
1166
+ {
1167
+ "epoch": 1.517367458866545,
1168
+ "grad_norm": 250.57667541503906,
1169
+ "learning_rate": 5.203721527109401e-05,
1170
+ "loss": 36.1182,
1171
+ "step": 1660
1172
+ },
1173
+ {
1174
+ "epoch": 1.5265082266910421,
1175
+ "grad_norm": 183.94630432128906,
1176
+ "learning_rate": 5.1716393968559515e-05,
1177
+ "loss": 78.54,
1178
+ "step": 1670
1179
+ },
1180
+ {
1181
+ "epoch": 1.5356489945155394,
1182
+ "grad_norm": 440.01348876953125,
1183
+ "learning_rate": 5.1395572666025025e-05,
1184
+ "loss": 62.1728,
1185
+ "step": 1680
1186
+ },
1187
+ {
1188
+ "epoch": 1.5447897623400366,
1189
+ "grad_norm": 287.7170715332031,
1190
+ "learning_rate": 5.1074751363490535e-05,
1191
+ "loss": 52.5159,
1192
+ "step": 1690
1193
+ },
1194
+ {
1195
+ "epoch": 1.5539305301645339,
1196
+ "grad_norm": 255.0261993408203,
1197
+ "learning_rate": 5.0753930060956046e-05,
1198
+ "loss": 55.4169,
1199
+ "step": 1700
1200
+ },
1201
+ {
1202
+ "epoch": 1.563071297989031,
1203
+ "grad_norm": 405.0152282714844,
1204
+ "learning_rate": 5.043310875842156e-05,
1205
+ "loss": 59.2684,
1206
+ "step": 1710
1207
+ },
1208
+ {
1209
+ "epoch": 1.5722120658135283,
1210
+ "grad_norm": 168.93789672851562,
1211
+ "learning_rate": 5.0112287455887073e-05,
1212
+ "loss": 55.2886,
1213
+ "step": 1720
1214
+ },
1215
+ {
1216
+ "epoch": 1.5813528336380256,
1217
+ "grad_norm": 163.51608276367188,
1218
+ "learning_rate": 4.9791466153352584e-05,
1219
+ "loss": 49.8952,
1220
+ "step": 1730
1221
+ },
1222
+ {
1223
+ "epoch": 1.5904936014625228,
1224
+ "grad_norm": 375.8588562011719,
1225
+ "learning_rate": 4.94706448508181e-05,
1226
+ "loss": 53.3746,
1227
+ "step": 1740
1228
+ },
1229
+ {
1230
+ "epoch": 1.59963436928702,
1231
+ "grad_norm": 499.8594055175781,
1232
+ "learning_rate": 4.9149823548283605e-05,
1233
+ "loss": 65.7376,
1234
+ "step": 1750
1235
+ },
1236
+ {
1237
+ "epoch": 1.6087751371115173,
1238
+ "grad_norm": 174.7491455078125,
1239
+ "learning_rate": 4.882900224574912e-05,
1240
+ "loss": 100.7555,
1241
+ "step": 1760
1242
+ },
1243
+ {
1244
+ "epoch": 1.6179159049360146,
1245
+ "grad_norm": 54.832550048828125,
1246
+ "learning_rate": 4.850818094321463e-05,
1247
+ "loss": 57.4989,
1248
+ "step": 1770
1249
+ },
1250
+ {
1251
+ "epoch": 1.6270566727605118,
1252
+ "grad_norm": 461.7685241699219,
1253
+ "learning_rate": 4.818735964068014e-05,
1254
+ "loss": 63.8133,
1255
+ "step": 1780
1256
+ },
1257
+ {
1258
+ "epoch": 1.636197440585009,
1259
+ "grad_norm": 248.3633270263672,
1260
+ "learning_rate": 4.786653833814565e-05,
1261
+ "loss": 73.878,
1262
+ "step": 1790
1263
+ },
1264
+ {
1265
+ "epoch": 1.6453382084095063,
1266
+ "grad_norm": 255.8621826171875,
1267
+ "learning_rate": 4.7545717035611163e-05,
1268
+ "loss": 47.1018,
1269
+ "step": 1800
1270
+ },
1271
+ {
1272
+ "epoch": 1.6544789762340035,
1273
+ "grad_norm": 700.4326171875,
1274
+ "learning_rate": 4.722489573307668e-05,
1275
+ "loss": 50.2293,
1276
+ "step": 1810
1277
+ },
1278
+ {
1279
+ "epoch": 1.6636197440585008,
1280
+ "grad_norm": 156.88095092773438,
1281
+ "learning_rate": 4.690407443054219e-05,
1282
+ "loss": 54.0425,
1283
+ "step": 1820
1284
+ },
1285
+ {
1286
+ "epoch": 1.672760511882998,
1287
+ "grad_norm": 199.52505493164062,
1288
+ "learning_rate": 4.65832531280077e-05,
1289
+ "loss": 38.6943,
1290
+ "step": 1830
1291
+ },
1292
+ {
1293
+ "epoch": 1.6819012797074955,
1294
+ "grad_norm": 206.1431121826172,
1295
+ "learning_rate": 4.626243182547321e-05,
1296
+ "loss": 63.2094,
1297
+ "step": 1840
1298
+ },
1299
+ {
1300
+ "epoch": 1.6910420475319927,
1301
+ "grad_norm": 161.38711547851562,
1302
+ "learning_rate": 4.594161052293873e-05,
1303
+ "loss": 58.7904,
1304
+ "step": 1850
1305
+ },
1306
+ {
1307
+ "epoch": 1.70018281535649,
1308
+ "grad_norm": 482.67218017578125,
1309
+ "learning_rate": 4.562078922040424e-05,
1310
+ "loss": 51.3702,
1311
+ "step": 1860
1312
+ },
1313
+ {
1314
+ "epoch": 1.7093235831809872,
1315
+ "grad_norm": 225.03390502929688,
1316
+ "learning_rate": 4.529996791786975e-05,
1317
+ "loss": 38.6791,
1318
+ "step": 1870
1319
+ },
1320
+ {
1321
+ "epoch": 1.7184643510054844,
1322
+ "grad_norm": 844.7947387695312,
1323
+ "learning_rate": 4.497914661533526e-05,
1324
+ "loss": 63.0548,
1325
+ "step": 1880
1326
+ },
1327
+ {
1328
+ "epoch": 1.7276051188299817,
1329
+ "grad_norm": 1063.25830078125,
1330
+ "learning_rate": 4.465832531280077e-05,
1331
+ "loss": 73.0614,
1332
+ "step": 1890
1333
+ },
1334
+ {
1335
+ "epoch": 1.736745886654479,
1336
+ "grad_norm": 327.56817626953125,
1337
+ "learning_rate": 4.433750401026628e-05,
1338
+ "loss": 56.8311,
1339
+ "step": 1900
1340
+ },
1341
+ {
1342
+ "epoch": 1.7458866544789764,
1343
+ "grad_norm": 984.6160278320312,
1344
+ "learning_rate": 4.401668270773179e-05,
1345
+ "loss": 86.2777,
1346
+ "step": 1910
1347
+ },
1348
+ {
1349
+ "epoch": 1.7550274223034736,
1350
+ "grad_norm": 443.1976013183594,
1351
+ "learning_rate": 4.369586140519731e-05,
1352
+ "loss": 47.832,
1353
+ "step": 1920
1354
+ },
1355
+ {
1356
+ "epoch": 1.7641681901279709,
1357
+ "grad_norm": 334.854736328125,
1358
+ "learning_rate": 4.337504010266282e-05,
1359
+ "loss": 67.92,
1360
+ "step": 1930
1361
+ },
1362
+ {
1363
+ "epoch": 1.7733089579524681,
1364
+ "grad_norm": 325.6578063964844,
1365
+ "learning_rate": 4.305421880012833e-05,
1366
+ "loss": 66.8875,
1367
+ "step": 1940
1368
+ },
1369
+ {
1370
+ "epoch": 1.7824497257769654,
1371
+ "grad_norm": 75.82917785644531,
1372
+ "learning_rate": 4.273339749759384e-05,
1373
+ "loss": 53.9459,
1374
+ "step": 1950
1375
+ },
1376
+ {
1377
+ "epoch": 1.7915904936014626,
1378
+ "grad_norm": 327.4137878417969,
1379
+ "learning_rate": 4.241257619505936e-05,
1380
+ "loss": 63.3992,
1381
+ "step": 1960
1382
+ },
1383
+ {
1384
+ "epoch": 1.8007312614259599,
1385
+ "grad_norm": 415.7958068847656,
1386
+ "learning_rate": 4.209175489252487e-05,
1387
+ "loss": 69.3571,
1388
+ "step": 1970
1389
+ },
1390
+ {
1391
+ "epoch": 1.809872029250457,
1392
+ "grad_norm": 285.184326171875,
1393
+ "learning_rate": 4.177093358999038e-05,
1394
+ "loss": 27.7929,
1395
+ "step": 1980
1396
+ },
1397
+ {
1398
+ "epoch": 1.8190127970749543,
1399
+ "grad_norm": 80.81680297851562,
1400
+ "learning_rate": 4.145011228745589e-05,
1401
+ "loss": 71.8153,
1402
+ "step": 1990
1403
+ },
1404
+ {
1405
+ "epoch": 1.8281535648994516,
1406
+ "grad_norm": 79.71477508544922,
1407
+ "learning_rate": 4.11292909849214e-05,
1408
+ "loss": 45.7917,
1409
+ "step": 2000
1410
+ },
1411
+ {
1412
+ "epoch": 1.8372943327239488,
1413
+ "grad_norm": 127.43443298339844,
1414
+ "learning_rate": 4.0808469682386916e-05,
1415
+ "loss": 73.5014,
1416
+ "step": 2010
1417
+ },
1418
+ {
1419
+ "epoch": 1.846435100548446,
1420
+ "grad_norm": 585.3748779296875,
1421
+ "learning_rate": 4.048764837985242e-05,
1422
+ "loss": 64.0959,
1423
+ "step": 2020
1424
+ },
1425
+ {
1426
+ "epoch": 1.8555758683729433,
1427
+ "grad_norm": 203.79953002929688,
1428
+ "learning_rate": 4.016682707731794e-05,
1429
+ "loss": 44.9706,
1430
+ "step": 2030
1431
+ },
1432
+ {
1433
+ "epoch": 1.8647166361974405,
1434
+ "grad_norm": 101.41716766357422,
1435
+ "learning_rate": 3.984600577478345e-05,
1436
+ "loss": 37.9354,
1437
+ "step": 2040
1438
+ },
1439
+ {
1440
+ "epoch": 1.8738574040219378,
1441
+ "grad_norm": 522.1127319335938,
1442
+ "learning_rate": 3.952518447224896e-05,
1443
+ "loss": 73.4881,
1444
+ "step": 2050
1445
+ },
1446
+ {
1447
+ "epoch": 1.882998171846435,
1448
+ "grad_norm": 51.162567138671875,
1449
+ "learning_rate": 3.920436316971447e-05,
1450
+ "loss": 41.6036,
1451
+ "step": 2060
1452
+ },
1453
+ {
1454
+ "epoch": 1.8921389396709323,
1455
+ "grad_norm": 322.2761535644531,
1456
+ "learning_rate": 3.8883541867179985e-05,
1457
+ "loss": 71.9573,
1458
+ "step": 2070
1459
+ },
1460
+ {
1461
+ "epoch": 1.9012797074954295,
1462
+ "grad_norm": 42.85429000854492,
1463
+ "learning_rate": 3.8562720564645496e-05,
1464
+ "loss": 78.6528,
1465
+ "step": 2080
1466
+ },
1467
+ {
1468
+ "epoch": 1.9104204753199268,
1469
+ "grad_norm": 161.92837524414062,
1470
+ "learning_rate": 3.8241899262111006e-05,
1471
+ "loss": 70.341,
1472
+ "step": 2090
1473
+ },
1474
+ {
1475
+ "epoch": 1.919561243144424,
1476
+ "grad_norm": 200.19508361816406,
1477
+ "learning_rate": 3.7921077959576516e-05,
1478
+ "loss": 45.3792,
1479
+ "step": 2100
1480
+ },
1481
+ {
1482
+ "epoch": 1.9287020109689212,
1483
+ "grad_norm": 66.9397964477539,
1484
+ "learning_rate": 3.760025665704203e-05,
1485
+ "loss": 41.1852,
1486
+ "step": 2110
1487
+ },
1488
+ {
1489
+ "epoch": 1.9378427787934185,
1490
+ "grad_norm": 137.03411865234375,
1491
+ "learning_rate": 3.7279435354507544e-05,
1492
+ "loss": 42.4638,
1493
+ "step": 2120
1494
+ },
1495
+ {
1496
+ "epoch": 1.946983546617916,
1497
+ "grad_norm": 826.55224609375,
1498
+ "learning_rate": 3.695861405197305e-05,
1499
+ "loss": 67.8235,
1500
+ "step": 2130
1501
+ },
1502
+ {
1503
+ "epoch": 1.9561243144424132,
1504
+ "grad_norm": 588.8446655273438,
1505
+ "learning_rate": 3.6637792749438565e-05,
1506
+ "loss": 61.8779,
1507
+ "step": 2140
1508
+ },
1509
+ {
1510
+ "epoch": 1.9652650822669104,
1511
+ "grad_norm": 131.35011291503906,
1512
+ "learning_rate": 3.6316971446904075e-05,
1513
+ "loss": 49.5222,
1514
+ "step": 2150
1515
+ },
1516
+ {
1517
+ "epoch": 1.9744058500914077,
1518
+ "grad_norm": 143.0016326904297,
1519
+ "learning_rate": 3.599615014436959e-05,
1520
+ "loss": 68.4488,
1521
+ "step": 2160
1522
+ },
1523
+ {
1524
+ "epoch": 1.983546617915905,
1525
+ "grad_norm": 450.7435302734375,
1526
+ "learning_rate": 3.5675328841835096e-05,
1527
+ "loss": 41.6662,
1528
+ "step": 2170
1529
+ },
1530
+ {
1531
+ "epoch": 1.9926873857404022,
1532
+ "grad_norm": 145.626953125,
1533
+ "learning_rate": 3.535450753930061e-05,
1534
+ "loss": 53.2949,
1535
+ "step": 2180
1536
+ },
1537
+ {
1538
+ "epoch": 2.0018281535648996,
1539
+ "grad_norm": 97.68402862548828,
1540
+ "learning_rate": 3.5033686236766124e-05,
1541
+ "loss": 33.3209,
1542
+ "step": 2190
1543
+ },
1544
+ {
1545
+ "epoch": 2.010968921389397,
1546
+ "grad_norm": 158.07537841796875,
1547
+ "learning_rate": 3.4712864934231634e-05,
1548
+ "loss": 35.3536,
1549
+ "step": 2200
1550
+ },
1551
+ {
1552
+ "epoch": 2.020109689213894,
1553
+ "grad_norm": 301.2078857421875,
1554
+ "learning_rate": 3.4392043631697144e-05,
1555
+ "loss": 65.9762,
1556
+ "step": 2210
1557
+ },
1558
+ {
1559
+ "epoch": 2.0292504570383914,
1560
+ "grad_norm": 794.13134765625,
1561
+ "learning_rate": 3.4071222329162655e-05,
1562
+ "loss": 57.0205,
1563
+ "step": 2220
1564
+ },
1565
+ {
1566
+ "epoch": 2.0383912248628886,
1567
+ "grad_norm": 467.3346252441406,
1568
+ "learning_rate": 3.375040102662817e-05,
1569
+ "loss": 44.2007,
1570
+ "step": 2230
1571
+ },
1572
+ {
1573
+ "epoch": 2.047531992687386,
1574
+ "grad_norm": 759.9224243164062,
1575
+ "learning_rate": 3.342957972409368e-05,
1576
+ "loss": 66.661,
1577
+ "step": 2240
1578
+ },
1579
+ {
1580
+ "epoch": 2.056672760511883,
1581
+ "grad_norm": 354.2312316894531,
1582
+ "learning_rate": 3.310875842155919e-05,
1583
+ "loss": 59.7192,
1584
+ "step": 2250
1585
+ },
1586
+ {
1587
+ "epoch": 2.0658135283363803,
1588
+ "grad_norm": 768.9191284179688,
1589
+ "learning_rate": 3.27879371190247e-05,
1590
+ "loss": 67.0076,
1591
+ "step": 2260
1592
+ },
1593
+ {
1594
+ "epoch": 2.0749542961608776,
1595
+ "grad_norm": 389.7624816894531,
1596
+ "learning_rate": 3.246711581649022e-05,
1597
+ "loss": 50.7631,
1598
+ "step": 2270
1599
+ },
1600
+ {
1601
+ "epoch": 2.084095063985375,
1602
+ "grad_norm": 115.14312744140625,
1603
+ "learning_rate": 3.2146294513955724e-05,
1604
+ "loss": 61.1182,
1605
+ "step": 2280
1606
+ },
1607
+ {
1608
+ "epoch": 2.093235831809872,
1609
+ "grad_norm": 85.39751434326172,
1610
+ "learning_rate": 3.182547321142124e-05,
1611
+ "loss": 45.4716,
1612
+ "step": 2290
1613
+ },
1614
+ {
1615
+ "epoch": 2.1023765996343693,
1616
+ "grad_norm": 286.1578674316406,
1617
+ "learning_rate": 3.150465190888675e-05,
1618
+ "loss": 32.2911,
1619
+ "step": 2300
1620
+ },
1621
+ {
1622
+ "epoch": 2.1115173674588665,
1623
+ "grad_norm": 646.9050903320312,
1624
+ "learning_rate": 3.118383060635227e-05,
1625
+ "loss": 59.6985,
1626
+ "step": 2310
1627
+ },
1628
+ {
1629
+ "epoch": 2.1206581352833638,
1630
+ "grad_norm": 120.31472778320312,
1631
+ "learning_rate": 3.086300930381777e-05,
1632
+ "loss": 31.9781,
1633
+ "step": 2320
1634
+ },
1635
+ {
1636
+ "epoch": 2.129798903107861,
1637
+ "grad_norm": 460.7472839355469,
1638
+ "learning_rate": 3.054218800128328e-05,
1639
+ "loss": 58.4212,
1640
+ "step": 2330
1641
+ },
1642
+ {
1643
+ "epoch": 2.1389396709323583,
1644
+ "grad_norm": 84.85320281982422,
1645
+ "learning_rate": 3.02213666987488e-05,
1646
+ "loss": 60.0623,
1647
+ "step": 2340
1648
+ },
1649
+ {
1650
+ "epoch": 2.1480804387568555,
1651
+ "grad_norm": 518.13427734375,
1652
+ "learning_rate": 2.9900545396214307e-05,
1653
+ "loss": 62.7022,
1654
+ "step": 2350
1655
+ },
1656
+ {
1657
+ "epoch": 2.1572212065813527,
1658
+ "grad_norm": 515.07568359375,
1659
+ "learning_rate": 2.957972409367982e-05,
1660
+ "loss": 73.1615,
1661
+ "step": 2360
1662
+ },
1663
+ {
1664
+ "epoch": 2.16636197440585,
1665
+ "grad_norm": 604.5113525390625,
1666
+ "learning_rate": 2.925890279114533e-05,
1667
+ "loss": 42.211,
1668
+ "step": 2370
1669
+ },
1670
+ {
1671
+ "epoch": 2.1755027422303472,
1672
+ "grad_norm": 384.373779296875,
1673
+ "learning_rate": 2.8938081488610845e-05,
1674
+ "loss": 65.816,
1675
+ "step": 2380
1676
+ },
1677
+ {
1678
+ "epoch": 2.1846435100548445,
1679
+ "grad_norm": 858.6636352539062,
1680
+ "learning_rate": 2.8617260186076356e-05,
1681
+ "loss": 69.494,
1682
+ "step": 2390
1683
+ },
1684
+ {
1685
+ "epoch": 2.1937842778793417,
1686
+ "grad_norm": 211.51779174804688,
1687
+ "learning_rate": 2.829643888354187e-05,
1688
+ "loss": 33.002,
1689
+ "step": 2400
1690
+ },
1691
+ {
1692
+ "epoch": 2.202925045703839,
1693
+ "grad_norm": 484.17242431640625,
1694
+ "learning_rate": 2.797561758100738e-05,
1695
+ "loss": 46.836,
1696
+ "step": 2410
1697
+ },
1698
+ {
1699
+ "epoch": 2.212065813528336,
1700
+ "grad_norm": 356.3825988769531,
1701
+ "learning_rate": 2.7654796278472894e-05,
1702
+ "loss": 51.222,
1703
+ "step": 2420
1704
+ },
1705
+ {
1706
+ "epoch": 2.2212065813528334,
1707
+ "grad_norm": 327.9115295410156,
1708
+ "learning_rate": 2.7333974975938404e-05,
1709
+ "loss": 55.844,
1710
+ "step": 2430
1711
+ },
1712
+ {
1713
+ "epoch": 2.2303473491773307,
1714
+ "grad_norm": 441.5762634277344,
1715
+ "learning_rate": 2.701315367340391e-05,
1716
+ "loss": 79.1593,
1717
+ "step": 2440
1718
+ },
1719
+ {
1720
+ "epoch": 2.2394881170018284,
1721
+ "grad_norm": 205.86769104003906,
1722
+ "learning_rate": 2.6692332370869428e-05,
1723
+ "loss": 50.9705,
1724
+ "step": 2450
1725
+ },
1726
+ {
1727
+ "epoch": 2.2486288848263256,
1728
+ "grad_norm": 364.0689392089844,
1729
+ "learning_rate": 2.6371511068334935e-05,
1730
+ "loss": 41.6802,
1731
+ "step": 2460
1732
+ },
1733
+ {
1734
+ "epoch": 2.257769652650823,
1735
+ "grad_norm": 287.58062744140625,
1736
+ "learning_rate": 2.6050689765800452e-05,
1737
+ "loss": 61.5377,
1738
+ "step": 2470
1739
+ },
1740
+ {
1741
+ "epoch": 2.26691042047532,
1742
+ "grad_norm": 44.519344329833984,
1743
+ "learning_rate": 2.572986846326596e-05,
1744
+ "loss": 40.3147,
1745
+ "step": 2480
1746
+ },
1747
+ {
1748
+ "epoch": 2.2760511882998173,
1749
+ "grad_norm": 519.4692993164062,
1750
+ "learning_rate": 2.5409047160731477e-05,
1751
+ "loss": 51.7015,
1752
+ "step": 2490
1753
+ },
1754
+ {
1755
+ "epoch": 2.2851919561243146,
1756
+ "grad_norm": 58.88140869140625,
1757
+ "learning_rate": 2.5088225858196984e-05,
1758
+ "loss": 51.9041,
1759
+ "step": 2500
1760
+ },
1761
+ {
1762
+ "epoch": 2.294332723948812,
1763
+ "grad_norm": 298.2325134277344,
1764
+ "learning_rate": 2.4767404555662497e-05,
1765
+ "loss": 65.2758,
1766
+ "step": 2510
1767
+ },
1768
+ {
1769
+ "epoch": 2.303473491773309,
1770
+ "grad_norm": 460.4312744140625,
1771
+ "learning_rate": 2.4446583253128008e-05,
1772
+ "loss": 28.7803,
1773
+ "step": 2520
1774
+ },
1775
+ {
1776
+ "epoch": 2.3126142595978063,
1777
+ "grad_norm": 139.5202178955078,
1778
+ "learning_rate": 2.412576195059352e-05,
1779
+ "loss": 51.1086,
1780
+ "step": 2530
1781
+ },
1782
+ {
1783
+ "epoch": 2.3217550274223036,
1784
+ "grad_norm": 36.80610275268555,
1785
+ "learning_rate": 2.3804940648059032e-05,
1786
+ "loss": 55.0598,
1787
+ "step": 2540
1788
+ },
1789
+ {
1790
+ "epoch": 2.330895795246801,
1791
+ "grad_norm": 279.7023010253906,
1792
+ "learning_rate": 2.3484119345524542e-05,
1793
+ "loss": 60.0014,
1794
+ "step": 2550
1795
+ },
1796
+ {
1797
+ "epoch": 2.340036563071298,
1798
+ "grad_norm": 197.73202514648438,
1799
+ "learning_rate": 2.3163298042990056e-05,
1800
+ "loss": 40.116,
1801
+ "step": 2560
1802
+ },
1803
+ {
1804
+ "epoch": 2.3491773308957953,
1805
+ "grad_norm": 271.733154296875,
1806
+ "learning_rate": 2.2842476740455567e-05,
1807
+ "loss": 53.253,
1808
+ "step": 2570
1809
+ },
1810
+ {
1811
+ "epoch": 2.3583180987202925,
1812
+ "grad_norm": 398.4982604980469,
1813
+ "learning_rate": 2.252165543792108e-05,
1814
+ "loss": 51.7903,
1815
+ "step": 2580
1816
+ },
1817
+ {
1818
+ "epoch": 2.3674588665447898,
1819
+ "grad_norm": 175.04502868652344,
1820
+ "learning_rate": 2.220083413538659e-05,
1821
+ "loss": 32.8888,
1822
+ "step": 2590
1823
+ },
1824
+ {
1825
+ "epoch": 2.376599634369287,
1826
+ "grad_norm": 69.18201446533203,
1827
+ "learning_rate": 2.1880012832852105e-05,
1828
+ "loss": 55.5434,
1829
+ "step": 2600
1830
+ },
1831
+ {
1832
+ "epoch": 2.3857404021937842,
1833
+ "grad_norm": 393.758056640625,
1834
+ "learning_rate": 2.155919153031761e-05,
1835
+ "loss": 64.7355,
1836
+ "step": 2610
1837
+ },
1838
+ {
1839
+ "epoch": 2.3948811700182815,
1840
+ "grad_norm": 123.46823120117188,
1841
+ "learning_rate": 2.1238370227783125e-05,
1842
+ "loss": 47.7983,
1843
+ "step": 2620
1844
+ },
1845
+ {
1846
+ "epoch": 2.4040219378427787,
1847
+ "grad_norm": 115.19212341308594,
1848
+ "learning_rate": 2.0917548925248636e-05,
1849
+ "loss": 42.0484,
1850
+ "step": 2630
1851
+ },
1852
+ {
1853
+ "epoch": 2.413162705667276,
1854
+ "grad_norm": 371.9660949707031,
1855
+ "learning_rate": 2.059672762271415e-05,
1856
+ "loss": 46.2585,
1857
+ "step": 2640
1858
+ },
1859
+ {
1860
+ "epoch": 2.422303473491773,
1861
+ "grad_norm": 365.719970703125,
1862
+ "learning_rate": 2.027590632017966e-05,
1863
+ "loss": 77.2379,
1864
+ "step": 2650
1865
+ },
1866
+ {
1867
+ "epoch": 2.4314442413162705,
1868
+ "grad_norm": 758.6395874023438,
1869
+ "learning_rate": 1.9955085017645174e-05,
1870
+ "loss": 55.9531,
1871
+ "step": 2660
1872
+ },
1873
+ {
1874
+ "epoch": 2.4405850091407677,
1875
+ "grad_norm": 392.85968017578125,
1876
+ "learning_rate": 1.9634263715110684e-05,
1877
+ "loss": 73.6187,
1878
+ "step": 2670
1879
+ },
1880
+ {
1881
+ "epoch": 2.449725776965265,
1882
+ "grad_norm": 154.37864685058594,
1883
+ "learning_rate": 1.9313442412576198e-05,
1884
+ "loss": 32.2465,
1885
+ "step": 2680
1886
+ },
1887
+ {
1888
+ "epoch": 2.458866544789762,
1889
+ "grad_norm": 439.09173583984375,
1890
+ "learning_rate": 1.899262111004171e-05,
1891
+ "loss": 40.7641,
1892
+ "step": 2690
1893
+ },
1894
+ {
1895
+ "epoch": 2.4680073126142594,
1896
+ "grad_norm": 375.32647705078125,
1897
+ "learning_rate": 1.867179980750722e-05,
1898
+ "loss": 36.0746,
1899
+ "step": 2700
1900
+ },
1901
+ {
1902
+ "epoch": 2.4771480804387567,
1903
+ "grad_norm": 51.80974197387695,
1904
+ "learning_rate": 1.8350978504972733e-05,
1905
+ "loss": 47.2423,
1906
+ "step": 2710
1907
+ },
1908
+ {
1909
+ "epoch": 2.4862888482632544,
1910
+ "grad_norm": 119.46561431884766,
1911
+ "learning_rate": 1.8030157202438243e-05,
1912
+ "loss": 33.2428,
1913
+ "step": 2720
1914
+ },
1915
+ {
1916
+ "epoch": 2.495429616087751,
1917
+ "grad_norm": 159.38148498535156,
1918
+ "learning_rate": 1.7709335899903754e-05,
1919
+ "loss": 29.6123,
1920
+ "step": 2730
1921
+ },
1922
+ {
1923
+ "epoch": 2.504570383912249,
1924
+ "grad_norm": 173.39764404296875,
1925
+ "learning_rate": 1.7388514597369264e-05,
1926
+ "loss": 45.1714,
1927
+ "step": 2740
1928
+ },
1929
+ {
1930
+ "epoch": 2.5137111517367456,
1931
+ "grad_norm": 481.88238525390625,
1932
+ "learning_rate": 1.7067693294834778e-05,
1933
+ "loss": 56.1429,
1934
+ "step": 2750
1935
+ },
1936
+ {
1937
+ "epoch": 2.5228519195612433,
1938
+ "grad_norm": 340.9162292480469,
1939
+ "learning_rate": 1.6746871992300288e-05,
1940
+ "loss": 32.2987,
1941
+ "step": 2760
1942
+ },
1943
+ {
1944
+ "epoch": 2.53199268738574,
1945
+ "grad_norm": 514.698486328125,
1946
+ "learning_rate": 1.6426050689765802e-05,
1947
+ "loss": 46.9,
1948
+ "step": 2770
1949
+ },
1950
+ {
1951
+ "epoch": 2.541133455210238,
1952
+ "grad_norm": 74.61953735351562,
1953
+ "learning_rate": 1.6105229387231312e-05,
1954
+ "loss": 51.778,
1955
+ "step": 2780
1956
+ },
1957
+ {
1958
+ "epoch": 2.550274223034735,
1959
+ "grad_norm": 48.40650177001953,
1960
+ "learning_rate": 1.5784408084696826e-05,
1961
+ "loss": 31.5124,
1962
+ "step": 2790
1963
+ },
1964
+ {
1965
+ "epoch": 2.5594149908592323,
1966
+ "grad_norm": 142.07469177246094,
1967
+ "learning_rate": 1.5463586782162337e-05,
1968
+ "loss": 37.8758,
1969
+ "step": 2800
1970
+ },
1971
+ {
1972
+ "epoch": 2.5685557586837295,
1973
+ "grad_norm": 207.90650939941406,
1974
+ "learning_rate": 1.5142765479627849e-05,
1975
+ "loss": 45.5998,
1976
+ "step": 2810
1977
+ },
1978
+ {
1979
+ "epoch": 2.577696526508227,
1980
+ "grad_norm": 306.5293884277344,
1981
+ "learning_rate": 1.482194417709336e-05,
1982
+ "loss": 52.5005,
1983
+ "step": 2820
1984
+ },
1985
+ {
1986
+ "epoch": 2.586837294332724,
1987
+ "grad_norm": 55.67700958251953,
1988
+ "learning_rate": 1.450112287455887e-05,
1989
+ "loss": 58.1674,
1990
+ "step": 2830
1991
+ },
1992
+ {
1993
+ "epoch": 2.5959780621572213,
1994
+ "grad_norm": 61.855098724365234,
1995
+ "learning_rate": 1.4180301572024382e-05,
1996
+ "loss": 34.6744,
1997
+ "step": 2840
1998
+ },
1999
+ {
2000
+ "epoch": 2.6051188299817185,
2001
+ "grad_norm": 62.168033599853516,
2002
+ "learning_rate": 1.3859480269489894e-05,
2003
+ "loss": 41.7195,
2004
+ "step": 2850
2005
+ },
2006
+ {
2007
+ "epoch": 2.6142595978062158,
2008
+ "grad_norm": 514.5320434570312,
2009
+ "learning_rate": 1.3538658966955406e-05,
2010
+ "loss": 56.119,
2011
+ "step": 2860
2012
+ },
2013
+ {
2014
+ "epoch": 2.623400365630713,
2015
+ "grad_norm": 82.32935333251953,
2016
+ "learning_rate": 1.3217837664420918e-05,
2017
+ "loss": 51.0474,
2018
+ "step": 2870
2019
+ },
2020
+ {
2021
+ "epoch": 2.6325411334552102,
2022
+ "grad_norm": 215.1729736328125,
2023
+ "learning_rate": 1.289701636188643e-05,
2024
+ "loss": 31.4202,
2025
+ "step": 2880
2026
+ },
2027
+ {
2028
+ "epoch": 2.6416819012797075,
2029
+ "grad_norm": 92.7133560180664,
2030
+ "learning_rate": 1.2576195059351942e-05,
2031
+ "loss": 77.8591,
2032
+ "step": 2890
2033
+ },
2034
+ {
2035
+ "epoch": 2.6508226691042047,
2036
+ "grad_norm": 121.55033111572266,
2037
+ "learning_rate": 1.2255373756817454e-05,
2038
+ "loss": 47.3877,
2039
+ "step": 2900
2040
+ },
2041
+ {
2042
+ "epoch": 2.659963436928702,
2043
+ "grad_norm": 138.25633239746094,
2044
+ "learning_rate": 1.1934552454282966e-05,
2045
+ "loss": 38.6043,
2046
+ "step": 2910
2047
+ },
2048
+ {
2049
+ "epoch": 2.669104204753199,
2050
+ "grad_norm": 189.0697021484375,
2051
+ "learning_rate": 1.1613731151748477e-05,
2052
+ "loss": 60.2701,
2053
+ "step": 2920
2054
+ },
2055
+ {
2056
+ "epoch": 2.6782449725776964,
2057
+ "grad_norm": 109.17052459716797,
2058
+ "learning_rate": 1.1292909849213989e-05,
2059
+ "loss": 43.2321,
2060
+ "step": 2930
2061
+ },
2062
+ {
2063
+ "epoch": 2.6873857404021937,
2064
+ "grad_norm": 409.8960266113281,
2065
+ "learning_rate": 1.09720885466795e-05,
2066
+ "loss": 66.4123,
2067
+ "step": 2940
2068
+ },
2069
+ {
2070
+ "epoch": 2.696526508226691,
2071
+ "grad_norm": 146.8896026611328,
2072
+ "learning_rate": 1.0651267244145011e-05,
2073
+ "loss": 36.041,
2074
+ "step": 2950
2075
+ },
2076
+ {
2077
+ "epoch": 2.705667276051188,
2078
+ "grad_norm": 129.5012664794922,
2079
+ "learning_rate": 1.0330445941610523e-05,
2080
+ "loss": 37.3377,
2081
+ "step": 2960
2082
+ },
2083
+ {
2084
+ "epoch": 2.7148080438756854,
2085
+ "grad_norm": 460.07281494140625,
2086
+ "learning_rate": 1.0009624639076034e-05,
2087
+ "loss": 46.2339,
2088
+ "step": 2970
2089
+ },
2090
+ {
2091
+ "epoch": 2.7239488117001827,
2092
+ "grad_norm": 337.9052734375,
2093
+ "learning_rate": 9.688803336541546e-06,
2094
+ "loss": 49.1024,
2095
+ "step": 2980
2096
+ },
2097
+ {
2098
+ "epoch": 2.7330895795246803,
2099
+ "grad_norm": 677.74658203125,
2100
+ "learning_rate": 9.367982034007058e-06,
2101
+ "loss": 51.9223,
2102
+ "step": 2990
2103
+ },
2104
+ {
2105
+ "epoch": 2.742230347349177,
2106
+ "grad_norm": 562.9922485351562,
2107
+ "learning_rate": 9.04716073147257e-06,
2108
+ "loss": 77.6934,
2109
+ "step": 3000
2110
+ }
2111
+ ],
2112
+ "logging_steps": 10,
2113
+ "max_steps": 3282,
2114
+ "num_input_tokens_seen": 0,
2115
+ "num_train_epochs": 3,
2116
+ "save_steps": 500,
2117
+ "stateful_callbacks": {
2118
+ "TrainerControl": {
2119
+ "args": {
2120
+ "should_epoch_stop": false,
2121
+ "should_evaluate": false,
2122
+ "should_log": false,
2123
+ "should_save": true,
2124
+ "should_training_stop": false
2125
+ },
2126
+ "attributes": {}
2127
+ }
2128
+ },
2129
+ "total_flos": 1.42180506402816e+16,
2130
+ "train_batch_size": 32,
2131
+ "trial_name": null,
2132
+ "trial_params": null
2133
+ }
checkpoint-3000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:471c98bf25e4de2d4203ae4d0dccb2e7a231855d6bd548a911709b7feeb4ee6e
3
+ size 5240
checkpoint-3000/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-3282/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: gpt2-medium
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.13.2
checkpoint-3282/adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "GPT2LMHeadModel",
5
+ "parent_library": "transformers.models.gpt2.modeling_gpt2"
6
+ },
7
+ "base_model_name_or_path": "gpt2-medium",
8
+ "bias": "none",
9
+ "fan_in_fan_out": true,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_dropout": 0.0,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 64,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "c_attn"
27
+ ],
28
+ "task_type": null,
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
checkpoint-3282/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:784eb23f9491cd267cea347d4eac05e861f5a586b99f9c69e9a1cb7eb19fab52
3
+ size 25172088
checkpoint-3282/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-3282/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4977f46f378860b435aafab1fd66e648929949ae198bbdeac5261680b2386bd
3
+ size 50372538
checkpoint-3282/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a5139ebdecdd3f9f0032f0242b987e4079a68b7d9d2b65b40b6c92460cdd893
3
+ size 14244
checkpoint-3282/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b032d095628b230d5a302c2145ac7f46acd00604855c3d26fbf61428458dd5e
3
+ size 1064
checkpoint-3282/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-3282/tokenizer_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "50256": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ }
13
+ },
14
+ "bos_token": "<|endoftext|>",
15
+ "clean_up_tokenization_spaces": false,
16
+ "eos_token": "<|endoftext|>",
17
+ "errors": "replace",
18
+ "model_max_length": 1024,
19
+ "pad_token": "<|endoftext|>",
20
+ "tokenizer_class": "GPT2Tokenizer",
21
+ "unk_token": "<|endoftext|>"
22
+ }
checkpoint-3282/trainer_state.json ADDED
@@ -0,0 +1,2329 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 3282,
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.009140767824497258,
13
+ "grad_norm": 260.940185546875,
14
+ "learning_rate": 6.060606060606061e-06,
15
+ "loss": 436.9001,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.018281535648994516,
20
+ "grad_norm": 676.311279296875,
21
+ "learning_rate": 1.2121212121212122e-05,
22
+ "loss": 264.6173,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.027422303473491772,
27
+ "grad_norm": 216.56329345703125,
28
+ "learning_rate": 1.8181818181818182e-05,
29
+ "loss": 351.2994,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.03656307129798903,
34
+ "grad_norm": 528.593505859375,
35
+ "learning_rate": 2.4242424242424244e-05,
36
+ "loss": 275.2166,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.04570383912248629,
41
+ "grad_norm": 1996.0186767578125,
42
+ "learning_rate": 3.0303030303030306e-05,
43
+ "loss": 438.093,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.054844606946983544,
48
+ "grad_norm": 987.8604736328125,
49
+ "learning_rate": 3.6363636363636364e-05,
50
+ "loss": 322.909,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.06398537477148081,
55
+ "grad_norm": 506.1438903808594,
56
+ "learning_rate": 4.242424242424243e-05,
57
+ "loss": 326.7121,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.07312614259597806,
62
+ "grad_norm": 250.322509765625,
63
+ "learning_rate": 4.848484848484849e-05,
64
+ "loss": 222.0992,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.08226691042047532,
69
+ "grad_norm": 646.04833984375,
70
+ "learning_rate": 5.4545454545454546e-05,
71
+ "loss": 196.281,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.09140767824497258,
76
+ "grad_norm": 1069.63818359375,
77
+ "learning_rate": 6.060606060606061e-05,
78
+ "loss": 452.9554,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.10054844606946983,
83
+ "grad_norm": 757.8883056640625,
84
+ "learning_rate": 6.666666666666667e-05,
85
+ "loss": 236.955,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.10968921389396709,
90
+ "grad_norm": 1059.343017578125,
91
+ "learning_rate": 7.272727272727273e-05,
92
+ "loss": 184.9751,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.11882998171846434,
97
+ "grad_norm": 129.31288146972656,
98
+ "learning_rate": 7.878787878787879e-05,
99
+ "loss": 261.3969,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.12797074954296161,
104
+ "grad_norm": 414.1427917480469,
105
+ "learning_rate": 8.484848484848486e-05,
106
+ "loss": 139.3192,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.13711151736745886,
111
+ "grad_norm": 1911.720458984375,
112
+ "learning_rate": 9.090909090909092e-05,
113
+ "loss": 223.8371,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.14625228519195613,
118
+ "grad_norm": 145.30606079101562,
119
+ "learning_rate": 9.696969696969698e-05,
120
+ "loss": 166.0002,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.15539305301645337,
125
+ "grad_norm": 217.95001220703125,
126
+ "learning_rate": 9.983958934873277e-05,
127
+ "loss": 305.7049,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.16453382084095064,
132
+ "grad_norm": 539.9388427734375,
133
+ "learning_rate": 9.951876804619827e-05,
134
+ "loss": 128.2679,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.1736745886654479,
139
+ "grad_norm": 1376.19580078125,
140
+ "learning_rate": 9.919794674366378e-05,
141
+ "loss": 232.9975,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.18281535648994515,
146
+ "grad_norm": 427.17901611328125,
147
+ "learning_rate": 9.88771254411293e-05,
148
+ "loss": 150.398,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.19195612431444242,
153
+ "grad_norm": 284.20556640625,
154
+ "learning_rate": 9.855630413859481e-05,
155
+ "loss": 187.1482,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.20109689213893966,
160
+ "grad_norm": 1491.8385009765625,
161
+ "learning_rate": 9.823548283606032e-05,
162
+ "loss": 166.5989,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.21023765996343693,
167
+ "grad_norm": 353.2249450683594,
168
+ "learning_rate": 9.791466153352583e-05,
169
+ "loss": 152.8306,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.21937842778793418,
174
+ "grad_norm": 1394.290283203125,
175
+ "learning_rate": 9.759384023099134e-05,
176
+ "loss": 164.9264,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.22851919561243145,
181
+ "grad_norm": 1271.5023193359375,
182
+ "learning_rate": 9.727301892845685e-05,
183
+ "loss": 197.8869,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.2376599634369287,
188
+ "grad_norm": 533.530517578125,
189
+ "learning_rate": 9.695219762592237e-05,
190
+ "loss": 203.8471,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.24680073126142596,
195
+ "grad_norm": 1195.5672607421875,
196
+ "learning_rate": 9.663137632338787e-05,
197
+ "loss": 270.3664,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.25594149908592323,
202
+ "grad_norm": 714.4176025390625,
203
+ "learning_rate": 9.631055502085339e-05,
204
+ "loss": 128.6513,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.26508226691042047,
209
+ "grad_norm": 211.16822814941406,
210
+ "learning_rate": 9.59897337183189e-05,
211
+ "loss": 110.0758,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.2742230347349177,
216
+ "grad_norm": 223.30435180664062,
217
+ "learning_rate": 9.566891241578441e-05,
218
+ "loss": 159.2649,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.283363802559415,
223
+ "grad_norm": 252.313720703125,
224
+ "learning_rate": 9.534809111324993e-05,
225
+ "loss": 75.0095,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.29250457038391225,
230
+ "grad_norm": 272.22088623046875,
231
+ "learning_rate": 9.502726981071543e-05,
232
+ "loss": 180.7573,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.3016453382084095,
237
+ "grad_norm": 257.5340576171875,
238
+ "learning_rate": 9.470644850818095e-05,
239
+ "loss": 96.0865,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.31078610603290674,
244
+ "grad_norm": 302.9118957519531,
245
+ "learning_rate": 9.438562720564645e-05,
246
+ "loss": 91.6155,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.31992687385740404,
251
+ "grad_norm": 472.8678894042969,
252
+ "learning_rate": 9.406480590311197e-05,
253
+ "loss": 89.4722,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.3290676416819013,
258
+ "grad_norm": 823.5645751953125,
259
+ "learning_rate": 9.374398460057749e-05,
260
+ "loss": 121.7768,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.3382084095063985,
265
+ "grad_norm": 194.6676025390625,
266
+ "learning_rate": 9.342316329804299e-05,
267
+ "loss": 84.9048,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.3473491773308958,
272
+ "grad_norm": 90.27143859863281,
273
+ "learning_rate": 9.31023419955085e-05,
274
+ "loss": 105.5004,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.35648994515539306,
279
+ "grad_norm": 459.11083984375,
280
+ "learning_rate": 9.278152069297403e-05,
281
+ "loss": 96.184,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.3656307129798903,
286
+ "grad_norm": 331.8974914550781,
287
+ "learning_rate": 9.246069939043953e-05,
288
+ "loss": 124.8772,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.37477148080438755,
293
+ "grad_norm": 1360.226318359375,
294
+ "learning_rate": 9.213987808790505e-05,
295
+ "loss": 135.7318,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.38391224862888484,
300
+ "grad_norm": 272.8298034667969,
301
+ "learning_rate": 9.181905678537055e-05,
302
+ "loss": 70.3503,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.3930530164533821,
307
+ "grad_norm": 349.7639465332031,
308
+ "learning_rate": 9.149823548283607e-05,
309
+ "loss": 124.1555,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.40219378427787933,
314
+ "grad_norm": 552.7006225585938,
315
+ "learning_rate": 9.117741418030159e-05,
316
+ "loss": 131.314,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.4113345521023766,
321
+ "grad_norm": 242.2020263671875,
322
+ "learning_rate": 9.085659287776709e-05,
323
+ "loss": 88.0438,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.42047531992687387,
328
+ "grad_norm": 334.97235107421875,
329
+ "learning_rate": 9.053577157523259e-05,
330
+ "loss": 75.5906,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.4296160877513711,
335
+ "grad_norm": 300.5227966308594,
336
+ "learning_rate": 9.021495027269811e-05,
337
+ "loss": 90.6419,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.43875685557586835,
342
+ "grad_norm": 1047.315185546875,
343
+ "learning_rate": 8.989412897016363e-05,
344
+ "loss": 100.1736,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.44789762340036565,
349
+ "grad_norm": 111.65030670166016,
350
+ "learning_rate": 8.957330766762913e-05,
351
+ "loss": 185.2162,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 0.4570383912248629,
356
+ "grad_norm": 334.6908874511719,
357
+ "learning_rate": 8.925248636509465e-05,
358
+ "loss": 104.2884,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 0.46617915904936014,
363
+ "grad_norm": 657.107177734375,
364
+ "learning_rate": 8.893166506256015e-05,
365
+ "loss": 125.3446,
366
+ "step": 510
367
+ },
368
+ {
369
+ "epoch": 0.4753199268738574,
370
+ "grad_norm": 980.2443237304688,
371
+ "learning_rate": 8.861084376002567e-05,
372
+ "loss": 152.18,
373
+ "step": 520
374
+ },
375
+ {
376
+ "epoch": 0.4844606946983547,
377
+ "grad_norm": 510.4859619140625,
378
+ "learning_rate": 8.829002245749119e-05,
379
+ "loss": 60.348,
380
+ "step": 530
381
+ },
382
+ {
383
+ "epoch": 0.4936014625228519,
384
+ "grad_norm": 34.65190124511719,
385
+ "learning_rate": 8.796920115495669e-05,
386
+ "loss": 153.3656,
387
+ "step": 540
388
+ },
389
+ {
390
+ "epoch": 0.5027422303473492,
391
+ "grad_norm": 498.7265930175781,
392
+ "learning_rate": 8.76483798524222e-05,
393
+ "loss": 82.3298,
394
+ "step": 550
395
+ },
396
+ {
397
+ "epoch": 0.5118829981718465,
398
+ "grad_norm": 443.69329833984375,
399
+ "learning_rate": 8.732755854988771e-05,
400
+ "loss": 109.8378,
401
+ "step": 560
402
+ },
403
+ {
404
+ "epoch": 0.5210237659963437,
405
+ "grad_norm": 204.03587341308594,
406
+ "learning_rate": 8.700673724735323e-05,
407
+ "loss": 30.8718,
408
+ "step": 570
409
+ },
410
+ {
411
+ "epoch": 0.5301645338208409,
412
+ "grad_norm": 258.6654968261719,
413
+ "learning_rate": 8.668591594481874e-05,
414
+ "loss": 94.896,
415
+ "step": 580
416
+ },
417
+ {
418
+ "epoch": 0.5393053016453382,
419
+ "grad_norm": 697.8427734375,
420
+ "learning_rate": 8.636509464228425e-05,
421
+ "loss": 97.1383,
422
+ "step": 590
423
+ },
424
+ {
425
+ "epoch": 0.5484460694698354,
426
+ "grad_norm": 767.0765991210938,
427
+ "learning_rate": 8.604427333974977e-05,
428
+ "loss": 100.5029,
429
+ "step": 600
430
+ },
431
+ {
432
+ "epoch": 0.5575868372943327,
433
+ "grad_norm": 253.9947967529297,
434
+ "learning_rate": 8.572345203721528e-05,
435
+ "loss": 140.3264,
436
+ "step": 610
437
+ },
438
+ {
439
+ "epoch": 0.56672760511883,
440
+ "grad_norm": 235.54190063476562,
441
+ "learning_rate": 8.540263073468079e-05,
442
+ "loss": 157.6984,
443
+ "step": 620
444
+ },
445
+ {
446
+ "epoch": 0.5758683729433273,
447
+ "grad_norm": 646.70849609375,
448
+ "learning_rate": 8.50818094321463e-05,
449
+ "loss": 110.9081,
450
+ "step": 630
451
+ },
452
+ {
453
+ "epoch": 0.5850091407678245,
454
+ "grad_norm": 273.0348815917969,
455
+ "learning_rate": 8.476098812961181e-05,
456
+ "loss": 78.1939,
457
+ "step": 640
458
+ },
459
+ {
460
+ "epoch": 0.5941499085923218,
461
+ "grad_norm": 338.3017272949219,
462
+ "learning_rate": 8.444016682707732e-05,
463
+ "loss": 63.7435,
464
+ "step": 650
465
+ },
466
+ {
467
+ "epoch": 0.603290676416819,
468
+ "grad_norm": 866.8550415039062,
469
+ "learning_rate": 8.411934552454284e-05,
470
+ "loss": 98.2337,
471
+ "step": 660
472
+ },
473
+ {
474
+ "epoch": 0.6124314442413162,
475
+ "grad_norm": 518.7411499023438,
476
+ "learning_rate": 8.379852422200834e-05,
477
+ "loss": 94.2334,
478
+ "step": 670
479
+ },
480
+ {
481
+ "epoch": 0.6215722120658135,
482
+ "grad_norm": 228.7216339111328,
483
+ "learning_rate": 8.347770291947385e-05,
484
+ "loss": 49.5267,
485
+ "step": 680
486
+ },
487
+ {
488
+ "epoch": 0.6307129798903108,
489
+ "grad_norm": 508.92657470703125,
490
+ "learning_rate": 8.315688161693937e-05,
491
+ "loss": 79.5228,
492
+ "step": 690
493
+ },
494
+ {
495
+ "epoch": 0.6398537477148081,
496
+ "grad_norm": 123.67599487304688,
497
+ "learning_rate": 8.283606031440488e-05,
498
+ "loss": 57.175,
499
+ "step": 700
500
+ },
501
+ {
502
+ "epoch": 0.6489945155393053,
503
+ "grad_norm": 183.09039306640625,
504
+ "learning_rate": 8.25152390118704e-05,
505
+ "loss": 55.3279,
506
+ "step": 710
507
+ },
508
+ {
509
+ "epoch": 0.6581352833638026,
510
+ "grad_norm": 427.5462951660156,
511
+ "learning_rate": 8.21944177093359e-05,
512
+ "loss": 110.3164,
513
+ "step": 720
514
+ },
515
+ {
516
+ "epoch": 0.6672760511882998,
517
+ "grad_norm": 329.3439025878906,
518
+ "learning_rate": 8.187359640680141e-05,
519
+ "loss": 93.5338,
520
+ "step": 730
521
+ },
522
+ {
523
+ "epoch": 0.676416819012797,
524
+ "grad_norm": 284.8849182128906,
525
+ "learning_rate": 8.155277510426694e-05,
526
+ "loss": 138.9423,
527
+ "step": 740
528
+ },
529
+ {
530
+ "epoch": 0.6855575868372943,
531
+ "grad_norm": 163.978759765625,
532
+ "learning_rate": 8.123195380173244e-05,
533
+ "loss": 79.6135,
534
+ "step": 750
535
+ },
536
+ {
537
+ "epoch": 0.6946983546617916,
538
+ "grad_norm": 168.90318298339844,
539
+ "learning_rate": 8.091113249919795e-05,
540
+ "loss": 73.7101,
541
+ "step": 760
542
+ },
543
+ {
544
+ "epoch": 0.7038391224862889,
545
+ "grad_norm": 1092.7216796875,
546
+ "learning_rate": 8.059031119666346e-05,
547
+ "loss": 77.8197,
548
+ "step": 770
549
+ },
550
+ {
551
+ "epoch": 0.7129798903107861,
552
+ "grad_norm": 222.06326293945312,
553
+ "learning_rate": 8.026948989412897e-05,
554
+ "loss": 108.1544,
555
+ "step": 780
556
+ },
557
+ {
558
+ "epoch": 0.7221206581352834,
559
+ "grad_norm": 245.73614501953125,
560
+ "learning_rate": 7.994866859159448e-05,
561
+ "loss": 79.9073,
562
+ "step": 790
563
+ },
564
+ {
565
+ "epoch": 0.7312614259597806,
566
+ "grad_norm": 918.3074951171875,
567
+ "learning_rate": 7.962784728906e-05,
568
+ "loss": 111.9161,
569
+ "step": 800
570
+ },
571
+ {
572
+ "epoch": 0.7404021937842779,
573
+ "grad_norm": 593.3427734375,
574
+ "learning_rate": 7.93070259865255e-05,
575
+ "loss": 114.006,
576
+ "step": 810
577
+ },
578
+ {
579
+ "epoch": 0.7495429616087751,
580
+ "grad_norm": 134.29385375976562,
581
+ "learning_rate": 7.898620468399102e-05,
582
+ "loss": 78.4144,
583
+ "step": 820
584
+ },
585
+ {
586
+ "epoch": 0.7586837294332724,
587
+ "grad_norm": 385.83154296875,
588
+ "learning_rate": 7.866538338145654e-05,
589
+ "loss": 84.7223,
590
+ "step": 830
591
+ },
592
+ {
593
+ "epoch": 0.7678244972577697,
594
+ "grad_norm": 106.50463104248047,
595
+ "learning_rate": 7.834456207892204e-05,
596
+ "loss": 51.7148,
597
+ "step": 840
598
+ },
599
+ {
600
+ "epoch": 0.7769652650822669,
601
+ "grad_norm": 145.80538940429688,
602
+ "learning_rate": 7.802374077638756e-05,
603
+ "loss": 94.0602,
604
+ "step": 850
605
+ },
606
+ {
607
+ "epoch": 0.7861060329067642,
608
+ "grad_norm": 719.95458984375,
609
+ "learning_rate": 7.770291947385306e-05,
610
+ "loss": 69.0898,
611
+ "step": 860
612
+ },
613
+ {
614
+ "epoch": 0.7952468007312614,
615
+ "grad_norm": 440.1884460449219,
616
+ "learning_rate": 7.738209817131858e-05,
617
+ "loss": 86.5842,
618
+ "step": 870
619
+ },
620
+ {
621
+ "epoch": 0.8043875685557587,
622
+ "grad_norm": 95.28292846679688,
623
+ "learning_rate": 7.70612768687841e-05,
624
+ "loss": 112.5773,
625
+ "step": 880
626
+ },
627
+ {
628
+ "epoch": 0.8135283363802559,
629
+ "grad_norm": 797.3502807617188,
630
+ "learning_rate": 7.67404555662496e-05,
631
+ "loss": 109.5814,
632
+ "step": 890
633
+ },
634
+ {
635
+ "epoch": 0.8226691042047533,
636
+ "grad_norm": 285.2242126464844,
637
+ "learning_rate": 7.641963426371512e-05,
638
+ "loss": 55.3018,
639
+ "step": 900
640
+ },
641
+ {
642
+ "epoch": 0.8318098720292505,
643
+ "grad_norm": 421.9645690917969,
644
+ "learning_rate": 7.609881296118062e-05,
645
+ "loss": 80.5481,
646
+ "step": 910
647
+ },
648
+ {
649
+ "epoch": 0.8409506398537477,
650
+ "grad_norm": 923.3325805664062,
651
+ "learning_rate": 7.577799165864614e-05,
652
+ "loss": 80.415,
653
+ "step": 920
654
+ },
655
+ {
656
+ "epoch": 0.850091407678245,
657
+ "grad_norm": 156.87168884277344,
658
+ "learning_rate": 7.545717035611166e-05,
659
+ "loss": 88.6137,
660
+ "step": 930
661
+ },
662
+ {
663
+ "epoch": 0.8592321755027422,
664
+ "grad_norm": 130.00653076171875,
665
+ "learning_rate": 7.513634905357716e-05,
666
+ "loss": 62.9207,
667
+ "step": 940
668
+ },
669
+ {
670
+ "epoch": 0.8683729433272395,
671
+ "grad_norm": 376.0680236816406,
672
+ "learning_rate": 7.481552775104266e-05,
673
+ "loss": 68.4894,
674
+ "step": 950
675
+ },
676
+ {
677
+ "epoch": 0.8775137111517367,
678
+ "grad_norm": 593.0867919921875,
679
+ "learning_rate": 7.44947064485082e-05,
680
+ "loss": 52.0687,
681
+ "step": 960
682
+ },
683
+ {
684
+ "epoch": 0.886654478976234,
685
+ "grad_norm": 380.33746337890625,
686
+ "learning_rate": 7.41738851459737e-05,
687
+ "loss": 83.9681,
688
+ "step": 970
689
+ },
690
+ {
691
+ "epoch": 0.8957952468007313,
692
+ "grad_norm": 115.80391693115234,
693
+ "learning_rate": 7.38530638434392e-05,
694
+ "loss": 45.7156,
695
+ "step": 980
696
+ },
697
+ {
698
+ "epoch": 0.9049360146252285,
699
+ "grad_norm": 339.1954650878906,
700
+ "learning_rate": 7.353224254090472e-05,
701
+ "loss": 124.9924,
702
+ "step": 990
703
+ },
704
+ {
705
+ "epoch": 0.9140767824497258,
706
+ "grad_norm": 56.616905212402344,
707
+ "learning_rate": 7.321142123837022e-05,
708
+ "loss": 65.1577,
709
+ "step": 1000
710
+ },
711
+ {
712
+ "epoch": 0.923217550274223,
713
+ "grad_norm": 275.77386474609375,
714
+ "learning_rate": 7.289059993583574e-05,
715
+ "loss": 48.4217,
716
+ "step": 1010
717
+ },
718
+ {
719
+ "epoch": 0.9323583180987203,
720
+ "grad_norm": 103.85697937011719,
721
+ "learning_rate": 7.256977863330126e-05,
722
+ "loss": 55.4886,
723
+ "step": 1020
724
+ },
725
+ {
726
+ "epoch": 0.9414990859232175,
727
+ "grad_norm": 214.60858154296875,
728
+ "learning_rate": 7.224895733076676e-05,
729
+ "loss": 60.7877,
730
+ "step": 1030
731
+ },
732
+ {
733
+ "epoch": 0.9506398537477148,
734
+ "grad_norm": 228.8570098876953,
735
+ "learning_rate": 7.192813602823228e-05,
736
+ "loss": 41.307,
737
+ "step": 1040
738
+ },
739
+ {
740
+ "epoch": 0.9597806215722121,
741
+ "grad_norm": 325.7366027832031,
742
+ "learning_rate": 7.16073147256978e-05,
743
+ "loss": 81.8322,
744
+ "step": 1050
745
+ },
746
+ {
747
+ "epoch": 0.9689213893967094,
748
+ "grad_norm": 595.0969848632812,
749
+ "learning_rate": 7.12864934231633e-05,
750
+ "loss": 109.1215,
751
+ "step": 1060
752
+ },
753
+ {
754
+ "epoch": 0.9780621572212066,
755
+ "grad_norm": 694.5578002929688,
756
+ "learning_rate": 7.096567212062882e-05,
757
+ "loss": 94.9387,
758
+ "step": 1070
759
+ },
760
+ {
761
+ "epoch": 0.9872029250457038,
762
+ "grad_norm": 80.9468994140625,
763
+ "learning_rate": 7.064485081809432e-05,
764
+ "loss": 45.7846,
765
+ "step": 1080
766
+ },
767
+ {
768
+ "epoch": 0.9963436928702011,
769
+ "grad_norm": 490.2159423828125,
770
+ "learning_rate": 7.032402951555984e-05,
771
+ "loss": 90.1966,
772
+ "step": 1090
773
+ },
774
+ {
775
+ "epoch": 1.0054844606946984,
776
+ "grad_norm": 389.57696533203125,
777
+ "learning_rate": 7.000320821302535e-05,
778
+ "loss": 40.9986,
779
+ "step": 1100
780
+ },
781
+ {
782
+ "epoch": 1.0146252285191957,
783
+ "grad_norm": 290.03924560546875,
784
+ "learning_rate": 6.968238691049086e-05,
785
+ "loss": 36.9683,
786
+ "step": 1110
787
+ },
788
+ {
789
+ "epoch": 1.023765996343693,
790
+ "grad_norm": 329.0925598144531,
791
+ "learning_rate": 6.936156560795637e-05,
792
+ "loss": 58.5668,
793
+ "step": 1120
794
+ },
795
+ {
796
+ "epoch": 1.0329067641681902,
797
+ "grad_norm": 822.98046875,
798
+ "learning_rate": 6.904074430542188e-05,
799
+ "loss": 70.7054,
800
+ "step": 1130
801
+ },
802
+ {
803
+ "epoch": 1.0420475319926874,
804
+ "grad_norm": 224.3262481689453,
805
+ "learning_rate": 6.87199230028874e-05,
806
+ "loss": 76.8558,
807
+ "step": 1140
808
+ },
809
+ {
810
+ "epoch": 1.0511882998171846,
811
+ "grad_norm": 194.4867706298828,
812
+ "learning_rate": 6.839910170035291e-05,
813
+ "loss": 48.4904,
814
+ "step": 1150
815
+ },
816
+ {
817
+ "epoch": 1.0603290676416819,
818
+ "grad_norm": 755.8245849609375,
819
+ "learning_rate": 6.807828039781842e-05,
820
+ "loss": 62.4196,
821
+ "step": 1160
822
+ },
823
+ {
824
+ "epoch": 1.0694698354661791,
825
+ "grad_norm": 439.7247619628906,
826
+ "learning_rate": 6.775745909528392e-05,
827
+ "loss": 95.8963,
828
+ "step": 1170
829
+ },
830
+ {
831
+ "epoch": 1.0786106032906764,
832
+ "grad_norm": 54.21474838256836,
833
+ "learning_rate": 6.743663779274945e-05,
834
+ "loss": 61.0699,
835
+ "step": 1180
836
+ },
837
+ {
838
+ "epoch": 1.0877513711151736,
839
+ "grad_norm": 776.222412109375,
840
+ "learning_rate": 6.711581649021495e-05,
841
+ "loss": 104.9846,
842
+ "step": 1190
843
+ },
844
+ {
845
+ "epoch": 1.0968921389396709,
846
+ "grad_norm": 323.9495849609375,
847
+ "learning_rate": 6.679499518768047e-05,
848
+ "loss": 34.871,
849
+ "step": 1200
850
+ },
851
+ {
852
+ "epoch": 1.106032906764168,
853
+ "grad_norm": 380.50341796875,
854
+ "learning_rate": 6.647417388514597e-05,
855
+ "loss": 46.8799,
856
+ "step": 1210
857
+ },
858
+ {
859
+ "epoch": 1.1151736745886653,
860
+ "grad_norm": 75.23844909667969,
861
+ "learning_rate": 6.615335258261148e-05,
862
+ "loss": 35.9573,
863
+ "step": 1220
864
+ },
865
+ {
866
+ "epoch": 1.1243144424131628,
867
+ "grad_norm": 151.40017700195312,
868
+ "learning_rate": 6.583253128007701e-05,
869
+ "loss": 66.4443,
870
+ "step": 1230
871
+ },
872
+ {
873
+ "epoch": 1.13345521023766,
874
+ "grad_norm": 362.979248046875,
875
+ "learning_rate": 6.551170997754251e-05,
876
+ "loss": 72.9427,
877
+ "step": 1240
878
+ },
879
+ {
880
+ "epoch": 1.1425959780621573,
881
+ "grad_norm": 214.4113006591797,
882
+ "learning_rate": 6.519088867500802e-05,
883
+ "loss": 63.0676,
884
+ "step": 1250
885
+ },
886
+ {
887
+ "epoch": 1.1517367458866545,
888
+ "grad_norm": 101.43631744384766,
889
+ "learning_rate": 6.487006737247353e-05,
890
+ "loss": 62.8417,
891
+ "step": 1260
892
+ },
893
+ {
894
+ "epoch": 1.1608775137111518,
895
+ "grad_norm": 606.4091796875,
896
+ "learning_rate": 6.454924606993905e-05,
897
+ "loss": 57.1243,
898
+ "step": 1270
899
+ },
900
+ {
901
+ "epoch": 1.170018281535649,
902
+ "grad_norm": 212.71681213378906,
903
+ "learning_rate": 6.422842476740455e-05,
904
+ "loss": 59.3004,
905
+ "step": 1280
906
+ },
907
+ {
908
+ "epoch": 1.1791590493601463,
909
+ "grad_norm": 510.6803894042969,
910
+ "learning_rate": 6.390760346487007e-05,
911
+ "loss": 47.127,
912
+ "step": 1290
913
+ },
914
+ {
915
+ "epoch": 1.1882998171846435,
916
+ "grad_norm": 401.02398681640625,
917
+ "learning_rate": 6.358678216233558e-05,
918
+ "loss": 65.0232,
919
+ "step": 1300
920
+ },
921
+ {
922
+ "epoch": 1.1974405850091407,
923
+ "grad_norm": 126.86668395996094,
924
+ "learning_rate": 6.326596085980109e-05,
925
+ "loss": 58.8562,
926
+ "step": 1310
927
+ },
928
+ {
929
+ "epoch": 1.206581352833638,
930
+ "grad_norm": 418.5237731933594,
931
+ "learning_rate": 6.294513955726661e-05,
932
+ "loss": 69.3234,
933
+ "step": 1320
934
+ },
935
+ {
936
+ "epoch": 1.2157221206581352,
937
+ "grad_norm": 304.5541076660156,
938
+ "learning_rate": 6.262431825473211e-05,
939
+ "loss": 54.8462,
940
+ "step": 1330
941
+ },
942
+ {
943
+ "epoch": 1.2248628884826325,
944
+ "grad_norm": 629.0361938476562,
945
+ "learning_rate": 6.230349695219763e-05,
946
+ "loss": 88.0809,
947
+ "step": 1340
948
+ },
949
+ {
950
+ "epoch": 1.2340036563071297,
951
+ "grad_norm": 825.0767211914062,
952
+ "learning_rate": 6.198267564966313e-05,
953
+ "loss": 54.2713,
954
+ "step": 1350
955
+ },
956
+ {
957
+ "epoch": 1.2431444241316272,
958
+ "grad_norm": 435.57659912109375,
959
+ "learning_rate": 6.166185434712865e-05,
960
+ "loss": 50.3611,
961
+ "step": 1360
962
+ },
963
+ {
964
+ "epoch": 1.2522851919561244,
965
+ "grad_norm": 326.2455749511719,
966
+ "learning_rate": 6.134103304459417e-05,
967
+ "loss": 60.0435,
968
+ "step": 1370
969
+ },
970
+ {
971
+ "epoch": 1.2614259597806217,
972
+ "grad_norm": 178.89276123046875,
973
+ "learning_rate": 6.102021174205967e-05,
974
+ "loss": 47.0021,
975
+ "step": 1380
976
+ },
977
+ {
978
+ "epoch": 1.270566727605119,
979
+ "grad_norm": 626.9290161132812,
980
+ "learning_rate": 6.069939043952518e-05,
981
+ "loss": 95.9446,
982
+ "step": 1390
983
+ },
984
+ {
985
+ "epoch": 1.2797074954296161,
986
+ "grad_norm": 1050.6358642578125,
987
+ "learning_rate": 6.0378569136990706e-05,
988
+ "loss": 79.7294,
989
+ "step": 1400
990
+ },
991
+ {
992
+ "epoch": 1.2888482632541134,
993
+ "grad_norm": 160.46630859375,
994
+ "learning_rate": 6.005774783445621e-05,
995
+ "loss": 44.1936,
996
+ "step": 1410
997
+ },
998
+ {
999
+ "epoch": 1.2979890310786106,
1000
+ "grad_norm": 224.45852661132812,
1001
+ "learning_rate": 5.973692653192172e-05,
1002
+ "loss": 48.4314,
1003
+ "step": 1420
1004
+ },
1005
+ {
1006
+ "epoch": 1.3071297989031079,
1007
+ "grad_norm": 167.81529235839844,
1008
+ "learning_rate": 5.941610522938723e-05,
1009
+ "loss": 76.5728,
1010
+ "step": 1430
1011
+ },
1012
+ {
1013
+ "epoch": 1.3162705667276051,
1014
+ "grad_norm": 92.61337280273438,
1015
+ "learning_rate": 5.909528392685275e-05,
1016
+ "loss": 106.0546,
1017
+ "step": 1440
1018
+ },
1019
+ {
1020
+ "epoch": 1.3254113345521024,
1021
+ "grad_norm": 122.11158752441406,
1022
+ "learning_rate": 5.877446262431826e-05,
1023
+ "loss": 73.5907,
1024
+ "step": 1450
1025
+ },
1026
+ {
1027
+ "epoch": 1.3345521023765996,
1028
+ "grad_norm": 195.2500457763672,
1029
+ "learning_rate": 5.845364132178377e-05,
1030
+ "loss": 37.5685,
1031
+ "step": 1460
1032
+ },
1033
+ {
1034
+ "epoch": 1.3436928702010968,
1035
+ "grad_norm": 384.23248291015625,
1036
+ "learning_rate": 5.813282001924928e-05,
1037
+ "loss": 86.9328,
1038
+ "step": 1470
1039
+ },
1040
+ {
1041
+ "epoch": 1.352833638025594,
1042
+ "grad_norm": 456.5828857421875,
1043
+ "learning_rate": 5.781199871671479e-05,
1044
+ "loss": 61.3565,
1045
+ "step": 1480
1046
+ },
1047
+ {
1048
+ "epoch": 1.3619744058500913,
1049
+ "grad_norm": 892.6777954101562,
1050
+ "learning_rate": 5.749117741418031e-05,
1051
+ "loss": 119.6432,
1052
+ "step": 1490
1053
+ },
1054
+ {
1055
+ "epoch": 1.3711151736745886,
1056
+ "grad_norm": 301.5769348144531,
1057
+ "learning_rate": 5.717035611164582e-05,
1058
+ "loss": 61.6756,
1059
+ "step": 1500
1060
+ },
1061
+ {
1062
+ "epoch": 1.3802559414990858,
1063
+ "grad_norm": 538.19873046875,
1064
+ "learning_rate": 5.684953480911133e-05,
1065
+ "loss": 81.7909,
1066
+ "step": 1510
1067
+ },
1068
+ {
1069
+ "epoch": 1.389396709323583,
1070
+ "grad_norm": 738.8610229492188,
1071
+ "learning_rate": 5.652871350657684e-05,
1072
+ "loss": 69.8545,
1073
+ "step": 1520
1074
+ },
1075
+ {
1076
+ "epoch": 1.3985374771480805,
1077
+ "grad_norm": 160.80288696289062,
1078
+ "learning_rate": 5.6207892204042355e-05,
1079
+ "loss": 73.2593,
1080
+ "step": 1530
1081
+ },
1082
+ {
1083
+ "epoch": 1.4076782449725778,
1084
+ "grad_norm": 76.41590881347656,
1085
+ "learning_rate": 5.5887070901507866e-05,
1086
+ "loss": 68.1857,
1087
+ "step": 1540
1088
+ },
1089
+ {
1090
+ "epoch": 1.416819012797075,
1091
+ "grad_norm": 190.09555053710938,
1092
+ "learning_rate": 5.5566249598973376e-05,
1093
+ "loss": 57.4196,
1094
+ "step": 1550
1095
+ },
1096
+ {
1097
+ "epoch": 1.4259597806215722,
1098
+ "grad_norm": 501.9085388183594,
1099
+ "learning_rate": 5.5245428296438887e-05,
1100
+ "loss": 41.8515,
1101
+ "step": 1560
1102
+ },
1103
+ {
1104
+ "epoch": 1.4351005484460695,
1105
+ "grad_norm": 421.9640197753906,
1106
+ "learning_rate": 5.492460699390439e-05,
1107
+ "loss": 48.7804,
1108
+ "step": 1570
1109
+ },
1110
+ {
1111
+ "epoch": 1.4442413162705667,
1112
+ "grad_norm": 445.1888732910156,
1113
+ "learning_rate": 5.4603785691369914e-05,
1114
+ "loss": 65.6821,
1115
+ "step": 1580
1116
+ },
1117
+ {
1118
+ "epoch": 1.453382084095064,
1119
+ "grad_norm": 352.141357421875,
1120
+ "learning_rate": 5.4282964388835425e-05,
1121
+ "loss": 50.4527,
1122
+ "step": 1590
1123
+ },
1124
+ {
1125
+ "epoch": 1.4625228519195612,
1126
+ "grad_norm": 354.512939453125,
1127
+ "learning_rate": 5.396214308630093e-05,
1128
+ "loss": 87.8049,
1129
+ "step": 1600
1130
+ },
1131
+ {
1132
+ "epoch": 1.4716636197440585,
1133
+ "grad_norm": 316.26837158203125,
1134
+ "learning_rate": 5.364132178376644e-05,
1135
+ "loss": 44.685,
1136
+ "step": 1610
1137
+ },
1138
+ {
1139
+ "epoch": 1.4808043875685557,
1140
+ "grad_norm": 552.4888305664062,
1141
+ "learning_rate": 5.332050048123196e-05,
1142
+ "loss": 65.4632,
1143
+ "step": 1620
1144
+ },
1145
+ {
1146
+ "epoch": 1.489945155393053,
1147
+ "grad_norm": 144.33033752441406,
1148
+ "learning_rate": 5.299967917869747e-05,
1149
+ "loss": 57.807,
1150
+ "step": 1630
1151
+ },
1152
+ {
1153
+ "epoch": 1.4990859232175504,
1154
+ "grad_norm": 523.9928588867188,
1155
+ "learning_rate": 5.2678857876162977e-05,
1156
+ "loss": 68.2157,
1157
+ "step": 1640
1158
+ },
1159
+ {
1160
+ "epoch": 1.5082266910420477,
1161
+ "grad_norm": 237.13250732421875,
1162
+ "learning_rate": 5.235803657362849e-05,
1163
+ "loss": 36.1587,
1164
+ "step": 1650
1165
+ },
1166
+ {
1167
+ "epoch": 1.517367458866545,
1168
+ "grad_norm": 250.57667541503906,
1169
+ "learning_rate": 5.203721527109401e-05,
1170
+ "loss": 36.1182,
1171
+ "step": 1660
1172
+ },
1173
+ {
1174
+ "epoch": 1.5265082266910421,
1175
+ "grad_norm": 183.94630432128906,
1176
+ "learning_rate": 5.1716393968559515e-05,
1177
+ "loss": 78.54,
1178
+ "step": 1670
1179
+ },
1180
+ {
1181
+ "epoch": 1.5356489945155394,
1182
+ "grad_norm": 440.01348876953125,
1183
+ "learning_rate": 5.1395572666025025e-05,
1184
+ "loss": 62.1728,
1185
+ "step": 1680
1186
+ },
1187
+ {
1188
+ "epoch": 1.5447897623400366,
1189
+ "grad_norm": 287.7170715332031,
1190
+ "learning_rate": 5.1074751363490535e-05,
1191
+ "loss": 52.5159,
1192
+ "step": 1690
1193
+ },
1194
+ {
1195
+ "epoch": 1.5539305301645339,
1196
+ "grad_norm": 255.0261993408203,
1197
+ "learning_rate": 5.0753930060956046e-05,
1198
+ "loss": 55.4169,
1199
+ "step": 1700
1200
+ },
1201
+ {
1202
+ "epoch": 1.563071297989031,
1203
+ "grad_norm": 405.0152282714844,
1204
+ "learning_rate": 5.043310875842156e-05,
1205
+ "loss": 59.2684,
1206
+ "step": 1710
1207
+ },
1208
+ {
1209
+ "epoch": 1.5722120658135283,
1210
+ "grad_norm": 168.93789672851562,
1211
+ "learning_rate": 5.0112287455887073e-05,
1212
+ "loss": 55.2886,
1213
+ "step": 1720
1214
+ },
1215
+ {
1216
+ "epoch": 1.5813528336380256,
1217
+ "grad_norm": 163.51608276367188,
1218
+ "learning_rate": 4.9791466153352584e-05,
1219
+ "loss": 49.8952,
1220
+ "step": 1730
1221
+ },
1222
+ {
1223
+ "epoch": 1.5904936014625228,
1224
+ "grad_norm": 375.8588562011719,
1225
+ "learning_rate": 4.94706448508181e-05,
1226
+ "loss": 53.3746,
1227
+ "step": 1740
1228
+ },
1229
+ {
1230
+ "epoch": 1.59963436928702,
1231
+ "grad_norm": 499.8594055175781,
1232
+ "learning_rate": 4.9149823548283605e-05,
1233
+ "loss": 65.7376,
1234
+ "step": 1750
1235
+ },
1236
+ {
1237
+ "epoch": 1.6087751371115173,
1238
+ "grad_norm": 174.7491455078125,
1239
+ "learning_rate": 4.882900224574912e-05,
1240
+ "loss": 100.7555,
1241
+ "step": 1760
1242
+ },
1243
+ {
1244
+ "epoch": 1.6179159049360146,
1245
+ "grad_norm": 54.832550048828125,
1246
+ "learning_rate": 4.850818094321463e-05,
1247
+ "loss": 57.4989,
1248
+ "step": 1770
1249
+ },
1250
+ {
1251
+ "epoch": 1.6270566727605118,
1252
+ "grad_norm": 461.7685241699219,
1253
+ "learning_rate": 4.818735964068014e-05,
1254
+ "loss": 63.8133,
1255
+ "step": 1780
1256
+ },
1257
+ {
1258
+ "epoch": 1.636197440585009,
1259
+ "grad_norm": 248.3633270263672,
1260
+ "learning_rate": 4.786653833814565e-05,
1261
+ "loss": 73.878,
1262
+ "step": 1790
1263
+ },
1264
+ {
1265
+ "epoch": 1.6453382084095063,
1266
+ "grad_norm": 255.8621826171875,
1267
+ "learning_rate": 4.7545717035611163e-05,
1268
+ "loss": 47.1018,
1269
+ "step": 1800
1270
+ },
1271
+ {
1272
+ "epoch": 1.6544789762340035,
1273
+ "grad_norm": 700.4326171875,
1274
+ "learning_rate": 4.722489573307668e-05,
1275
+ "loss": 50.2293,
1276
+ "step": 1810
1277
+ },
1278
+ {
1279
+ "epoch": 1.6636197440585008,
1280
+ "grad_norm": 156.88095092773438,
1281
+ "learning_rate": 4.690407443054219e-05,
1282
+ "loss": 54.0425,
1283
+ "step": 1820
1284
+ },
1285
+ {
1286
+ "epoch": 1.672760511882998,
1287
+ "grad_norm": 199.52505493164062,
1288
+ "learning_rate": 4.65832531280077e-05,
1289
+ "loss": 38.6943,
1290
+ "step": 1830
1291
+ },
1292
+ {
1293
+ "epoch": 1.6819012797074955,
1294
+ "grad_norm": 206.1431121826172,
1295
+ "learning_rate": 4.626243182547321e-05,
1296
+ "loss": 63.2094,
1297
+ "step": 1840
1298
+ },
1299
+ {
1300
+ "epoch": 1.6910420475319927,
1301
+ "grad_norm": 161.38711547851562,
1302
+ "learning_rate": 4.594161052293873e-05,
1303
+ "loss": 58.7904,
1304
+ "step": 1850
1305
+ },
1306
+ {
1307
+ "epoch": 1.70018281535649,
1308
+ "grad_norm": 482.67218017578125,
1309
+ "learning_rate": 4.562078922040424e-05,
1310
+ "loss": 51.3702,
1311
+ "step": 1860
1312
+ },
1313
+ {
1314
+ "epoch": 1.7093235831809872,
1315
+ "grad_norm": 225.03390502929688,
1316
+ "learning_rate": 4.529996791786975e-05,
1317
+ "loss": 38.6791,
1318
+ "step": 1870
1319
+ },
1320
+ {
1321
+ "epoch": 1.7184643510054844,
1322
+ "grad_norm": 844.7947387695312,
1323
+ "learning_rate": 4.497914661533526e-05,
1324
+ "loss": 63.0548,
1325
+ "step": 1880
1326
+ },
1327
+ {
1328
+ "epoch": 1.7276051188299817,
1329
+ "grad_norm": 1063.25830078125,
1330
+ "learning_rate": 4.465832531280077e-05,
1331
+ "loss": 73.0614,
1332
+ "step": 1890
1333
+ },
1334
+ {
1335
+ "epoch": 1.736745886654479,
1336
+ "grad_norm": 327.56817626953125,
1337
+ "learning_rate": 4.433750401026628e-05,
1338
+ "loss": 56.8311,
1339
+ "step": 1900
1340
+ },
1341
+ {
1342
+ "epoch": 1.7458866544789764,
1343
+ "grad_norm": 984.6160278320312,
1344
+ "learning_rate": 4.401668270773179e-05,
1345
+ "loss": 86.2777,
1346
+ "step": 1910
1347
+ },
1348
+ {
1349
+ "epoch": 1.7550274223034736,
1350
+ "grad_norm": 443.1976013183594,
1351
+ "learning_rate": 4.369586140519731e-05,
1352
+ "loss": 47.832,
1353
+ "step": 1920
1354
+ },
1355
+ {
1356
+ "epoch": 1.7641681901279709,
1357
+ "grad_norm": 334.854736328125,
1358
+ "learning_rate": 4.337504010266282e-05,
1359
+ "loss": 67.92,
1360
+ "step": 1930
1361
+ },
1362
+ {
1363
+ "epoch": 1.7733089579524681,
1364
+ "grad_norm": 325.6578063964844,
1365
+ "learning_rate": 4.305421880012833e-05,
1366
+ "loss": 66.8875,
1367
+ "step": 1940
1368
+ },
1369
+ {
1370
+ "epoch": 1.7824497257769654,
1371
+ "grad_norm": 75.82917785644531,
1372
+ "learning_rate": 4.273339749759384e-05,
1373
+ "loss": 53.9459,
1374
+ "step": 1950
1375
+ },
1376
+ {
1377
+ "epoch": 1.7915904936014626,
1378
+ "grad_norm": 327.4137878417969,
1379
+ "learning_rate": 4.241257619505936e-05,
1380
+ "loss": 63.3992,
1381
+ "step": 1960
1382
+ },
1383
+ {
1384
+ "epoch": 1.8007312614259599,
1385
+ "grad_norm": 415.7958068847656,
1386
+ "learning_rate": 4.209175489252487e-05,
1387
+ "loss": 69.3571,
1388
+ "step": 1970
1389
+ },
1390
+ {
1391
+ "epoch": 1.809872029250457,
1392
+ "grad_norm": 285.184326171875,
1393
+ "learning_rate": 4.177093358999038e-05,
1394
+ "loss": 27.7929,
1395
+ "step": 1980
1396
+ },
1397
+ {
1398
+ "epoch": 1.8190127970749543,
1399
+ "grad_norm": 80.81680297851562,
1400
+ "learning_rate": 4.145011228745589e-05,
1401
+ "loss": 71.8153,
1402
+ "step": 1990
1403
+ },
1404
+ {
1405
+ "epoch": 1.8281535648994516,
1406
+ "grad_norm": 79.71477508544922,
1407
+ "learning_rate": 4.11292909849214e-05,
1408
+ "loss": 45.7917,
1409
+ "step": 2000
1410
+ },
1411
+ {
1412
+ "epoch": 1.8372943327239488,
1413
+ "grad_norm": 127.43443298339844,
1414
+ "learning_rate": 4.0808469682386916e-05,
1415
+ "loss": 73.5014,
1416
+ "step": 2010
1417
+ },
1418
+ {
1419
+ "epoch": 1.846435100548446,
1420
+ "grad_norm": 585.3748779296875,
1421
+ "learning_rate": 4.048764837985242e-05,
1422
+ "loss": 64.0959,
1423
+ "step": 2020
1424
+ },
1425
+ {
1426
+ "epoch": 1.8555758683729433,
1427
+ "grad_norm": 203.79953002929688,
1428
+ "learning_rate": 4.016682707731794e-05,
1429
+ "loss": 44.9706,
1430
+ "step": 2030
1431
+ },
1432
+ {
1433
+ "epoch": 1.8647166361974405,
1434
+ "grad_norm": 101.41716766357422,
1435
+ "learning_rate": 3.984600577478345e-05,
1436
+ "loss": 37.9354,
1437
+ "step": 2040
1438
+ },
1439
+ {
1440
+ "epoch": 1.8738574040219378,
1441
+ "grad_norm": 522.1127319335938,
1442
+ "learning_rate": 3.952518447224896e-05,
1443
+ "loss": 73.4881,
1444
+ "step": 2050
1445
+ },
1446
+ {
1447
+ "epoch": 1.882998171846435,
1448
+ "grad_norm": 51.162567138671875,
1449
+ "learning_rate": 3.920436316971447e-05,
1450
+ "loss": 41.6036,
1451
+ "step": 2060
1452
+ },
1453
+ {
1454
+ "epoch": 1.8921389396709323,
1455
+ "grad_norm": 322.2761535644531,
1456
+ "learning_rate": 3.8883541867179985e-05,
1457
+ "loss": 71.9573,
1458
+ "step": 2070
1459
+ },
1460
+ {
1461
+ "epoch": 1.9012797074954295,
1462
+ "grad_norm": 42.85429000854492,
1463
+ "learning_rate": 3.8562720564645496e-05,
1464
+ "loss": 78.6528,
1465
+ "step": 2080
1466
+ },
1467
+ {
1468
+ "epoch": 1.9104204753199268,
1469
+ "grad_norm": 161.92837524414062,
1470
+ "learning_rate": 3.8241899262111006e-05,
1471
+ "loss": 70.341,
1472
+ "step": 2090
1473
+ },
1474
+ {
1475
+ "epoch": 1.919561243144424,
1476
+ "grad_norm": 200.19508361816406,
1477
+ "learning_rate": 3.7921077959576516e-05,
1478
+ "loss": 45.3792,
1479
+ "step": 2100
1480
+ },
1481
+ {
1482
+ "epoch": 1.9287020109689212,
1483
+ "grad_norm": 66.9397964477539,
1484
+ "learning_rate": 3.760025665704203e-05,
1485
+ "loss": 41.1852,
1486
+ "step": 2110
1487
+ },
1488
+ {
1489
+ "epoch": 1.9378427787934185,
1490
+ "grad_norm": 137.03411865234375,
1491
+ "learning_rate": 3.7279435354507544e-05,
1492
+ "loss": 42.4638,
1493
+ "step": 2120
1494
+ },
1495
+ {
1496
+ "epoch": 1.946983546617916,
1497
+ "grad_norm": 826.55224609375,
1498
+ "learning_rate": 3.695861405197305e-05,
1499
+ "loss": 67.8235,
1500
+ "step": 2130
1501
+ },
1502
+ {
1503
+ "epoch": 1.9561243144424132,
1504
+ "grad_norm": 588.8446655273438,
1505
+ "learning_rate": 3.6637792749438565e-05,
1506
+ "loss": 61.8779,
1507
+ "step": 2140
1508
+ },
1509
+ {
1510
+ "epoch": 1.9652650822669104,
1511
+ "grad_norm": 131.35011291503906,
1512
+ "learning_rate": 3.6316971446904075e-05,
1513
+ "loss": 49.5222,
1514
+ "step": 2150
1515
+ },
1516
+ {
1517
+ "epoch": 1.9744058500914077,
1518
+ "grad_norm": 143.0016326904297,
1519
+ "learning_rate": 3.599615014436959e-05,
1520
+ "loss": 68.4488,
1521
+ "step": 2160
1522
+ },
1523
+ {
1524
+ "epoch": 1.983546617915905,
1525
+ "grad_norm": 450.7435302734375,
1526
+ "learning_rate": 3.5675328841835096e-05,
1527
+ "loss": 41.6662,
1528
+ "step": 2170
1529
+ },
1530
+ {
1531
+ "epoch": 1.9926873857404022,
1532
+ "grad_norm": 145.626953125,
1533
+ "learning_rate": 3.535450753930061e-05,
1534
+ "loss": 53.2949,
1535
+ "step": 2180
1536
+ },
1537
+ {
1538
+ "epoch": 2.0018281535648996,
1539
+ "grad_norm": 97.68402862548828,
1540
+ "learning_rate": 3.5033686236766124e-05,
1541
+ "loss": 33.3209,
1542
+ "step": 2190
1543
+ },
1544
+ {
1545
+ "epoch": 2.010968921389397,
1546
+ "grad_norm": 158.07537841796875,
1547
+ "learning_rate": 3.4712864934231634e-05,
1548
+ "loss": 35.3536,
1549
+ "step": 2200
1550
+ },
1551
+ {
1552
+ "epoch": 2.020109689213894,
1553
+ "grad_norm": 301.2078857421875,
1554
+ "learning_rate": 3.4392043631697144e-05,
1555
+ "loss": 65.9762,
1556
+ "step": 2210
1557
+ },
1558
+ {
1559
+ "epoch": 2.0292504570383914,
1560
+ "grad_norm": 794.13134765625,
1561
+ "learning_rate": 3.4071222329162655e-05,
1562
+ "loss": 57.0205,
1563
+ "step": 2220
1564
+ },
1565
+ {
1566
+ "epoch": 2.0383912248628886,
1567
+ "grad_norm": 467.3346252441406,
1568
+ "learning_rate": 3.375040102662817e-05,
1569
+ "loss": 44.2007,
1570
+ "step": 2230
1571
+ },
1572
+ {
1573
+ "epoch": 2.047531992687386,
1574
+ "grad_norm": 759.9224243164062,
1575
+ "learning_rate": 3.342957972409368e-05,
1576
+ "loss": 66.661,
1577
+ "step": 2240
1578
+ },
1579
+ {
1580
+ "epoch": 2.056672760511883,
1581
+ "grad_norm": 354.2312316894531,
1582
+ "learning_rate": 3.310875842155919e-05,
1583
+ "loss": 59.7192,
1584
+ "step": 2250
1585
+ },
1586
+ {
1587
+ "epoch": 2.0658135283363803,
1588
+ "grad_norm": 768.9191284179688,
1589
+ "learning_rate": 3.27879371190247e-05,
1590
+ "loss": 67.0076,
1591
+ "step": 2260
1592
+ },
1593
+ {
1594
+ "epoch": 2.0749542961608776,
1595
+ "grad_norm": 389.7624816894531,
1596
+ "learning_rate": 3.246711581649022e-05,
1597
+ "loss": 50.7631,
1598
+ "step": 2270
1599
+ },
1600
+ {
1601
+ "epoch": 2.084095063985375,
1602
+ "grad_norm": 115.14312744140625,
1603
+ "learning_rate": 3.2146294513955724e-05,
1604
+ "loss": 61.1182,
1605
+ "step": 2280
1606
+ },
1607
+ {
1608
+ "epoch": 2.093235831809872,
1609
+ "grad_norm": 85.39751434326172,
1610
+ "learning_rate": 3.182547321142124e-05,
1611
+ "loss": 45.4716,
1612
+ "step": 2290
1613
+ },
1614
+ {
1615
+ "epoch": 2.1023765996343693,
1616
+ "grad_norm": 286.1578674316406,
1617
+ "learning_rate": 3.150465190888675e-05,
1618
+ "loss": 32.2911,
1619
+ "step": 2300
1620
+ },
1621
+ {
1622
+ "epoch": 2.1115173674588665,
1623
+ "grad_norm": 646.9050903320312,
1624
+ "learning_rate": 3.118383060635227e-05,
1625
+ "loss": 59.6985,
1626
+ "step": 2310
1627
+ },
1628
+ {
1629
+ "epoch": 2.1206581352833638,
1630
+ "grad_norm": 120.31472778320312,
1631
+ "learning_rate": 3.086300930381777e-05,
1632
+ "loss": 31.9781,
1633
+ "step": 2320
1634
+ },
1635
+ {
1636
+ "epoch": 2.129798903107861,
1637
+ "grad_norm": 460.7472839355469,
1638
+ "learning_rate": 3.054218800128328e-05,
1639
+ "loss": 58.4212,
1640
+ "step": 2330
1641
+ },
1642
+ {
1643
+ "epoch": 2.1389396709323583,
1644
+ "grad_norm": 84.85320281982422,
1645
+ "learning_rate": 3.02213666987488e-05,
1646
+ "loss": 60.0623,
1647
+ "step": 2340
1648
+ },
1649
+ {
1650
+ "epoch": 2.1480804387568555,
1651
+ "grad_norm": 518.13427734375,
1652
+ "learning_rate": 2.9900545396214307e-05,
1653
+ "loss": 62.7022,
1654
+ "step": 2350
1655
+ },
1656
+ {
1657
+ "epoch": 2.1572212065813527,
1658
+ "grad_norm": 515.07568359375,
1659
+ "learning_rate": 2.957972409367982e-05,
1660
+ "loss": 73.1615,
1661
+ "step": 2360
1662
+ },
1663
+ {
1664
+ "epoch": 2.16636197440585,
1665
+ "grad_norm": 604.5113525390625,
1666
+ "learning_rate": 2.925890279114533e-05,
1667
+ "loss": 42.211,
1668
+ "step": 2370
1669
+ },
1670
+ {
1671
+ "epoch": 2.1755027422303472,
1672
+ "grad_norm": 384.373779296875,
1673
+ "learning_rate": 2.8938081488610845e-05,
1674
+ "loss": 65.816,
1675
+ "step": 2380
1676
+ },
1677
+ {
1678
+ "epoch": 2.1846435100548445,
1679
+ "grad_norm": 858.6636352539062,
1680
+ "learning_rate": 2.8617260186076356e-05,
1681
+ "loss": 69.494,
1682
+ "step": 2390
1683
+ },
1684
+ {
1685
+ "epoch": 2.1937842778793417,
1686
+ "grad_norm": 211.51779174804688,
1687
+ "learning_rate": 2.829643888354187e-05,
1688
+ "loss": 33.002,
1689
+ "step": 2400
1690
+ },
1691
+ {
1692
+ "epoch": 2.202925045703839,
1693
+ "grad_norm": 484.17242431640625,
1694
+ "learning_rate": 2.797561758100738e-05,
1695
+ "loss": 46.836,
1696
+ "step": 2410
1697
+ },
1698
+ {
1699
+ "epoch": 2.212065813528336,
1700
+ "grad_norm": 356.3825988769531,
1701
+ "learning_rate": 2.7654796278472894e-05,
1702
+ "loss": 51.222,
1703
+ "step": 2420
1704
+ },
1705
+ {
1706
+ "epoch": 2.2212065813528334,
1707
+ "grad_norm": 327.9115295410156,
1708
+ "learning_rate": 2.7333974975938404e-05,
1709
+ "loss": 55.844,
1710
+ "step": 2430
1711
+ },
1712
+ {
1713
+ "epoch": 2.2303473491773307,
1714
+ "grad_norm": 441.5762634277344,
1715
+ "learning_rate": 2.701315367340391e-05,
1716
+ "loss": 79.1593,
1717
+ "step": 2440
1718
+ },
1719
+ {
1720
+ "epoch": 2.2394881170018284,
1721
+ "grad_norm": 205.86769104003906,
1722
+ "learning_rate": 2.6692332370869428e-05,
1723
+ "loss": 50.9705,
1724
+ "step": 2450
1725
+ },
1726
+ {
1727
+ "epoch": 2.2486288848263256,
1728
+ "grad_norm": 364.0689392089844,
1729
+ "learning_rate": 2.6371511068334935e-05,
1730
+ "loss": 41.6802,
1731
+ "step": 2460
1732
+ },
1733
+ {
1734
+ "epoch": 2.257769652650823,
1735
+ "grad_norm": 287.58062744140625,
1736
+ "learning_rate": 2.6050689765800452e-05,
1737
+ "loss": 61.5377,
1738
+ "step": 2470
1739
+ },
1740
+ {
1741
+ "epoch": 2.26691042047532,
1742
+ "grad_norm": 44.519344329833984,
1743
+ "learning_rate": 2.572986846326596e-05,
1744
+ "loss": 40.3147,
1745
+ "step": 2480
1746
+ },
1747
+ {
1748
+ "epoch": 2.2760511882998173,
1749
+ "grad_norm": 519.4692993164062,
1750
+ "learning_rate": 2.5409047160731477e-05,
1751
+ "loss": 51.7015,
1752
+ "step": 2490
1753
+ },
1754
+ {
1755
+ "epoch": 2.2851919561243146,
1756
+ "grad_norm": 58.88140869140625,
1757
+ "learning_rate": 2.5088225858196984e-05,
1758
+ "loss": 51.9041,
1759
+ "step": 2500
1760
+ },
1761
+ {
1762
+ "epoch": 2.294332723948812,
1763
+ "grad_norm": 298.2325134277344,
1764
+ "learning_rate": 2.4767404555662497e-05,
1765
+ "loss": 65.2758,
1766
+ "step": 2510
1767
+ },
1768
+ {
1769
+ "epoch": 2.303473491773309,
1770
+ "grad_norm": 460.4312744140625,
1771
+ "learning_rate": 2.4446583253128008e-05,
1772
+ "loss": 28.7803,
1773
+ "step": 2520
1774
+ },
1775
+ {
1776
+ "epoch": 2.3126142595978063,
1777
+ "grad_norm": 139.5202178955078,
1778
+ "learning_rate": 2.412576195059352e-05,
1779
+ "loss": 51.1086,
1780
+ "step": 2530
1781
+ },
1782
+ {
1783
+ "epoch": 2.3217550274223036,
1784
+ "grad_norm": 36.80610275268555,
1785
+ "learning_rate": 2.3804940648059032e-05,
1786
+ "loss": 55.0598,
1787
+ "step": 2540
1788
+ },
1789
+ {
1790
+ "epoch": 2.330895795246801,
1791
+ "grad_norm": 279.7023010253906,
1792
+ "learning_rate": 2.3484119345524542e-05,
1793
+ "loss": 60.0014,
1794
+ "step": 2550
1795
+ },
1796
+ {
1797
+ "epoch": 2.340036563071298,
1798
+ "grad_norm": 197.73202514648438,
1799
+ "learning_rate": 2.3163298042990056e-05,
1800
+ "loss": 40.116,
1801
+ "step": 2560
1802
+ },
1803
+ {
1804
+ "epoch": 2.3491773308957953,
1805
+ "grad_norm": 271.733154296875,
1806
+ "learning_rate": 2.2842476740455567e-05,
1807
+ "loss": 53.253,
1808
+ "step": 2570
1809
+ },
1810
+ {
1811
+ "epoch": 2.3583180987202925,
1812
+ "grad_norm": 398.4982604980469,
1813
+ "learning_rate": 2.252165543792108e-05,
1814
+ "loss": 51.7903,
1815
+ "step": 2580
1816
+ },
1817
+ {
1818
+ "epoch": 2.3674588665447898,
1819
+ "grad_norm": 175.04502868652344,
1820
+ "learning_rate": 2.220083413538659e-05,
1821
+ "loss": 32.8888,
1822
+ "step": 2590
1823
+ },
1824
+ {
1825
+ "epoch": 2.376599634369287,
1826
+ "grad_norm": 69.18201446533203,
1827
+ "learning_rate": 2.1880012832852105e-05,
1828
+ "loss": 55.5434,
1829
+ "step": 2600
1830
+ },
1831
+ {
1832
+ "epoch": 2.3857404021937842,
1833
+ "grad_norm": 393.758056640625,
1834
+ "learning_rate": 2.155919153031761e-05,
1835
+ "loss": 64.7355,
1836
+ "step": 2610
1837
+ },
1838
+ {
1839
+ "epoch": 2.3948811700182815,
1840
+ "grad_norm": 123.46823120117188,
1841
+ "learning_rate": 2.1238370227783125e-05,
1842
+ "loss": 47.7983,
1843
+ "step": 2620
1844
+ },
1845
+ {
1846
+ "epoch": 2.4040219378427787,
1847
+ "grad_norm": 115.19212341308594,
1848
+ "learning_rate": 2.0917548925248636e-05,
1849
+ "loss": 42.0484,
1850
+ "step": 2630
1851
+ },
1852
+ {
1853
+ "epoch": 2.413162705667276,
1854
+ "grad_norm": 371.9660949707031,
1855
+ "learning_rate": 2.059672762271415e-05,
1856
+ "loss": 46.2585,
1857
+ "step": 2640
1858
+ },
1859
+ {
1860
+ "epoch": 2.422303473491773,
1861
+ "grad_norm": 365.719970703125,
1862
+ "learning_rate": 2.027590632017966e-05,
1863
+ "loss": 77.2379,
1864
+ "step": 2650
1865
+ },
1866
+ {
1867
+ "epoch": 2.4314442413162705,
1868
+ "grad_norm": 758.6395874023438,
1869
+ "learning_rate": 1.9955085017645174e-05,
1870
+ "loss": 55.9531,
1871
+ "step": 2660
1872
+ },
1873
+ {
1874
+ "epoch": 2.4405850091407677,
1875
+ "grad_norm": 392.85968017578125,
1876
+ "learning_rate": 1.9634263715110684e-05,
1877
+ "loss": 73.6187,
1878
+ "step": 2670
1879
+ },
1880
+ {
1881
+ "epoch": 2.449725776965265,
1882
+ "grad_norm": 154.37864685058594,
1883
+ "learning_rate": 1.9313442412576198e-05,
1884
+ "loss": 32.2465,
1885
+ "step": 2680
1886
+ },
1887
+ {
1888
+ "epoch": 2.458866544789762,
1889
+ "grad_norm": 439.09173583984375,
1890
+ "learning_rate": 1.899262111004171e-05,
1891
+ "loss": 40.7641,
1892
+ "step": 2690
1893
+ },
1894
+ {
1895
+ "epoch": 2.4680073126142594,
1896
+ "grad_norm": 375.32647705078125,
1897
+ "learning_rate": 1.867179980750722e-05,
1898
+ "loss": 36.0746,
1899
+ "step": 2700
1900
+ },
1901
+ {
1902
+ "epoch": 2.4771480804387567,
1903
+ "grad_norm": 51.80974197387695,
1904
+ "learning_rate": 1.8350978504972733e-05,
1905
+ "loss": 47.2423,
1906
+ "step": 2710
1907
+ },
1908
+ {
1909
+ "epoch": 2.4862888482632544,
1910
+ "grad_norm": 119.46561431884766,
1911
+ "learning_rate": 1.8030157202438243e-05,
1912
+ "loss": 33.2428,
1913
+ "step": 2720
1914
+ },
1915
+ {
1916
+ "epoch": 2.495429616087751,
1917
+ "grad_norm": 159.38148498535156,
1918
+ "learning_rate": 1.7709335899903754e-05,
1919
+ "loss": 29.6123,
1920
+ "step": 2730
1921
+ },
1922
+ {
1923
+ "epoch": 2.504570383912249,
1924
+ "grad_norm": 173.39764404296875,
1925
+ "learning_rate": 1.7388514597369264e-05,
1926
+ "loss": 45.1714,
1927
+ "step": 2740
1928
+ },
1929
+ {
1930
+ "epoch": 2.5137111517367456,
1931
+ "grad_norm": 481.88238525390625,
1932
+ "learning_rate": 1.7067693294834778e-05,
1933
+ "loss": 56.1429,
1934
+ "step": 2750
1935
+ },
1936
+ {
1937
+ "epoch": 2.5228519195612433,
1938
+ "grad_norm": 340.9162292480469,
1939
+ "learning_rate": 1.6746871992300288e-05,
1940
+ "loss": 32.2987,
1941
+ "step": 2760
1942
+ },
1943
+ {
1944
+ "epoch": 2.53199268738574,
1945
+ "grad_norm": 514.698486328125,
1946
+ "learning_rate": 1.6426050689765802e-05,
1947
+ "loss": 46.9,
1948
+ "step": 2770
1949
+ },
1950
+ {
1951
+ "epoch": 2.541133455210238,
1952
+ "grad_norm": 74.61953735351562,
1953
+ "learning_rate": 1.6105229387231312e-05,
1954
+ "loss": 51.778,
1955
+ "step": 2780
1956
+ },
1957
+ {
1958
+ "epoch": 2.550274223034735,
1959
+ "grad_norm": 48.40650177001953,
1960
+ "learning_rate": 1.5784408084696826e-05,
1961
+ "loss": 31.5124,
1962
+ "step": 2790
1963
+ },
1964
+ {
1965
+ "epoch": 2.5594149908592323,
1966
+ "grad_norm": 142.07469177246094,
1967
+ "learning_rate": 1.5463586782162337e-05,
1968
+ "loss": 37.8758,
1969
+ "step": 2800
1970
+ },
1971
+ {
1972
+ "epoch": 2.5685557586837295,
1973
+ "grad_norm": 207.90650939941406,
1974
+ "learning_rate": 1.5142765479627849e-05,
1975
+ "loss": 45.5998,
1976
+ "step": 2810
1977
+ },
1978
+ {
1979
+ "epoch": 2.577696526508227,
1980
+ "grad_norm": 306.5293884277344,
1981
+ "learning_rate": 1.482194417709336e-05,
1982
+ "loss": 52.5005,
1983
+ "step": 2820
1984
+ },
1985
+ {
1986
+ "epoch": 2.586837294332724,
1987
+ "grad_norm": 55.67700958251953,
1988
+ "learning_rate": 1.450112287455887e-05,
1989
+ "loss": 58.1674,
1990
+ "step": 2830
1991
+ },
1992
+ {
1993
+ "epoch": 2.5959780621572213,
1994
+ "grad_norm": 61.855098724365234,
1995
+ "learning_rate": 1.4180301572024382e-05,
1996
+ "loss": 34.6744,
1997
+ "step": 2840
1998
+ },
1999
+ {
2000
+ "epoch": 2.6051188299817185,
2001
+ "grad_norm": 62.168033599853516,
2002
+ "learning_rate": 1.3859480269489894e-05,
2003
+ "loss": 41.7195,
2004
+ "step": 2850
2005
+ },
2006
+ {
2007
+ "epoch": 2.6142595978062158,
2008
+ "grad_norm": 514.5320434570312,
2009
+ "learning_rate": 1.3538658966955406e-05,
2010
+ "loss": 56.119,
2011
+ "step": 2860
2012
+ },
2013
+ {
2014
+ "epoch": 2.623400365630713,
2015
+ "grad_norm": 82.32935333251953,
2016
+ "learning_rate": 1.3217837664420918e-05,
2017
+ "loss": 51.0474,
2018
+ "step": 2870
2019
+ },
2020
+ {
2021
+ "epoch": 2.6325411334552102,
2022
+ "grad_norm": 215.1729736328125,
2023
+ "learning_rate": 1.289701636188643e-05,
2024
+ "loss": 31.4202,
2025
+ "step": 2880
2026
+ },
2027
+ {
2028
+ "epoch": 2.6416819012797075,
2029
+ "grad_norm": 92.7133560180664,
2030
+ "learning_rate": 1.2576195059351942e-05,
2031
+ "loss": 77.8591,
2032
+ "step": 2890
2033
+ },
2034
+ {
2035
+ "epoch": 2.6508226691042047,
2036
+ "grad_norm": 121.55033111572266,
2037
+ "learning_rate": 1.2255373756817454e-05,
2038
+ "loss": 47.3877,
2039
+ "step": 2900
2040
+ },
2041
+ {
2042
+ "epoch": 2.659963436928702,
2043
+ "grad_norm": 138.25633239746094,
2044
+ "learning_rate": 1.1934552454282966e-05,
2045
+ "loss": 38.6043,
2046
+ "step": 2910
2047
+ },
2048
+ {
2049
+ "epoch": 2.669104204753199,
2050
+ "grad_norm": 189.0697021484375,
2051
+ "learning_rate": 1.1613731151748477e-05,
2052
+ "loss": 60.2701,
2053
+ "step": 2920
2054
+ },
2055
+ {
2056
+ "epoch": 2.6782449725776964,
2057
+ "grad_norm": 109.17052459716797,
2058
+ "learning_rate": 1.1292909849213989e-05,
2059
+ "loss": 43.2321,
2060
+ "step": 2930
2061
+ },
2062
+ {
2063
+ "epoch": 2.6873857404021937,
2064
+ "grad_norm": 409.8960266113281,
2065
+ "learning_rate": 1.09720885466795e-05,
2066
+ "loss": 66.4123,
2067
+ "step": 2940
2068
+ },
2069
+ {
2070
+ "epoch": 2.696526508226691,
2071
+ "grad_norm": 146.8896026611328,
2072
+ "learning_rate": 1.0651267244145011e-05,
2073
+ "loss": 36.041,
2074
+ "step": 2950
2075
+ },
2076
+ {
2077
+ "epoch": 2.705667276051188,
2078
+ "grad_norm": 129.5012664794922,
2079
+ "learning_rate": 1.0330445941610523e-05,
2080
+ "loss": 37.3377,
2081
+ "step": 2960
2082
+ },
2083
+ {
2084
+ "epoch": 2.7148080438756854,
2085
+ "grad_norm": 460.07281494140625,
2086
+ "learning_rate": 1.0009624639076034e-05,
2087
+ "loss": 46.2339,
2088
+ "step": 2970
2089
+ },
2090
+ {
2091
+ "epoch": 2.7239488117001827,
2092
+ "grad_norm": 337.9052734375,
2093
+ "learning_rate": 9.688803336541546e-06,
2094
+ "loss": 49.1024,
2095
+ "step": 2980
2096
+ },
2097
+ {
2098
+ "epoch": 2.7330895795246803,
2099
+ "grad_norm": 677.74658203125,
2100
+ "learning_rate": 9.367982034007058e-06,
2101
+ "loss": 51.9223,
2102
+ "step": 2990
2103
+ },
2104
+ {
2105
+ "epoch": 2.742230347349177,
2106
+ "grad_norm": 562.9922485351562,
2107
+ "learning_rate": 9.04716073147257e-06,
2108
+ "loss": 77.6934,
2109
+ "step": 3000
2110
+ },
2111
+ {
2112
+ "epoch": 2.751371115173675,
2113
+ "grad_norm": 368.9960021972656,
2114
+ "learning_rate": 8.726339428938082e-06,
2115
+ "loss": 49.5115,
2116
+ "step": 3010
2117
+ },
2118
+ {
2119
+ "epoch": 2.7605118829981716,
2120
+ "grad_norm": 405.07745361328125,
2121
+ "learning_rate": 8.405518126403594e-06,
2122
+ "loss": 51.2438,
2123
+ "step": 3020
2124
+ },
2125
+ {
2126
+ "epoch": 2.7696526508226693,
2127
+ "grad_norm": 530.3817138671875,
2128
+ "learning_rate": 8.084696823869105e-06,
2129
+ "loss": 36.6984,
2130
+ "step": 3030
2131
+ },
2132
+ {
2133
+ "epoch": 2.778793418647166,
2134
+ "grad_norm": 188.99691772460938,
2135
+ "learning_rate": 7.763875521334617e-06,
2136
+ "loss": 28.2216,
2137
+ "step": 3040
2138
+ },
2139
+ {
2140
+ "epoch": 2.787934186471664,
2141
+ "grad_norm": 268.47027587890625,
2142
+ "learning_rate": 7.443054218800129e-06,
2143
+ "loss": 37.9342,
2144
+ "step": 3050
2145
+ },
2146
+ {
2147
+ "epoch": 2.797074954296161,
2148
+ "grad_norm": 429.7633972167969,
2149
+ "learning_rate": 7.12223291626564e-06,
2150
+ "loss": 35.4362,
2151
+ "step": 3060
2152
+ },
2153
+ {
2154
+ "epoch": 2.8062157221206583,
2155
+ "grad_norm": 212.44119262695312,
2156
+ "learning_rate": 6.801411613731152e-06,
2157
+ "loss": 42.2091,
2158
+ "step": 3070
2159
+ },
2160
+ {
2161
+ "epoch": 2.8153564899451555,
2162
+ "grad_norm": 252.35617065429688,
2163
+ "learning_rate": 6.480590311196663e-06,
2164
+ "loss": 53.3999,
2165
+ "step": 3080
2166
+ },
2167
+ {
2168
+ "epoch": 2.8244972577696528,
2169
+ "grad_norm": 261.4821472167969,
2170
+ "learning_rate": 6.159769008662176e-06,
2171
+ "loss": 42.0446,
2172
+ "step": 3090
2173
+ },
2174
+ {
2175
+ "epoch": 2.83363802559415,
2176
+ "grad_norm": 736.1470947265625,
2177
+ "learning_rate": 5.838947706127687e-06,
2178
+ "loss": 72.2668,
2179
+ "step": 3100
2180
+ },
2181
+ {
2182
+ "epoch": 2.8427787934186473,
2183
+ "grad_norm": 767.366455078125,
2184
+ "learning_rate": 5.518126403593199e-06,
2185
+ "loss": 62.9611,
2186
+ "step": 3110
2187
+ },
2188
+ {
2189
+ "epoch": 2.8519195612431445,
2190
+ "grad_norm": 146.81349182128906,
2191
+ "learning_rate": 5.19730510105871e-06,
2192
+ "loss": 30.2177,
2193
+ "step": 3120
2194
+ },
2195
+ {
2196
+ "epoch": 2.8610603290676417,
2197
+ "grad_norm": 102.68901062011719,
2198
+ "learning_rate": 4.8764837985242225e-06,
2199
+ "loss": 84.9118,
2200
+ "step": 3130
2201
+ },
2202
+ {
2203
+ "epoch": 2.870201096892139,
2204
+ "grad_norm": 71.7254638671875,
2205
+ "learning_rate": 4.555662495989734e-06,
2206
+ "loss": 53.8774,
2207
+ "step": 3140
2208
+ },
2209
+ {
2210
+ "epoch": 2.8793418647166362,
2211
+ "grad_norm": 482.4991149902344,
2212
+ "learning_rate": 4.234841193455245e-06,
2213
+ "loss": 69.9217,
2214
+ "step": 3150
2215
+ },
2216
+ {
2217
+ "epoch": 2.8884826325411335,
2218
+ "grad_norm": 234.74542236328125,
2219
+ "learning_rate": 3.914019890920757e-06,
2220
+ "loss": 35.8533,
2221
+ "step": 3160
2222
+ },
2223
+ {
2224
+ "epoch": 2.8976234003656307,
2225
+ "grad_norm": 1141.3494873046875,
2226
+ "learning_rate": 3.593198588386269e-06,
2227
+ "loss": 81.316,
2228
+ "step": 3170
2229
+ },
2230
+ {
2231
+ "epoch": 2.906764168190128,
2232
+ "grad_norm": 426.9151611328125,
2233
+ "learning_rate": 3.2723772858517804e-06,
2234
+ "loss": 42.8055,
2235
+ "step": 3180
2236
+ },
2237
+ {
2238
+ "epoch": 2.915904936014625,
2239
+ "grad_norm": 108.99275207519531,
2240
+ "learning_rate": 2.9515559833172925e-06,
2241
+ "loss": 50.8982,
2242
+ "step": 3190
2243
+ },
2244
+ {
2245
+ "epoch": 2.9250457038391224,
2246
+ "grad_norm": 112.4720230102539,
2247
+ "learning_rate": 2.6307346807828042e-06,
2248
+ "loss": 31.3245,
2249
+ "step": 3200
2250
+ },
2251
+ {
2252
+ "epoch": 2.9341864716636197,
2253
+ "grad_norm": 564.7423706054688,
2254
+ "learning_rate": 2.3099133782483155e-06,
2255
+ "loss": 66.1426,
2256
+ "step": 3210
2257
+ },
2258
+ {
2259
+ "epoch": 2.943327239488117,
2260
+ "grad_norm": 91.29218292236328,
2261
+ "learning_rate": 1.9890920757138276e-06,
2262
+ "loss": 35.454,
2263
+ "step": 3220
2264
+ },
2265
+ {
2266
+ "epoch": 2.952468007312614,
2267
+ "grad_norm": 534.3746337890625,
2268
+ "learning_rate": 1.6682707731793393e-06,
2269
+ "loss": 40.934,
2270
+ "step": 3230
2271
+ },
2272
+ {
2273
+ "epoch": 2.9616087751371114,
2274
+ "grad_norm": 356.2298278808594,
2275
+ "learning_rate": 1.3474494706448507e-06,
2276
+ "loss": 53.8993,
2277
+ "step": 3240
2278
+ },
2279
+ {
2280
+ "epoch": 2.9707495429616086,
2281
+ "grad_norm": 878.1474609375,
2282
+ "learning_rate": 1.0266281681103626e-06,
2283
+ "loss": 85.3005,
2284
+ "step": 3250
2285
+ },
2286
+ {
2287
+ "epoch": 2.979890310786106,
2288
+ "grad_norm": 79.5860595703125,
2289
+ "learning_rate": 7.058068655758743e-07,
2290
+ "loss": 34.9102,
2291
+ "step": 3260
2292
+ },
2293
+ {
2294
+ "epoch": 2.989031078610603,
2295
+ "grad_norm": 342.1897277832031,
2296
+ "learning_rate": 3.84985563041386e-07,
2297
+ "loss": 51.482,
2298
+ "step": 3270
2299
+ },
2300
+ {
2301
+ "epoch": 2.998171846435101,
2302
+ "grad_norm": 473.97509765625,
2303
+ "learning_rate": 6.416426050689766e-08,
2304
+ "loss": 32.195,
2305
+ "step": 3280
2306
+ }
2307
+ ],
2308
+ "logging_steps": 10,
2309
+ "max_steps": 3282,
2310
+ "num_input_tokens_seen": 0,
2311
+ "num_train_epochs": 3,
2312
+ "save_steps": 500,
2313
+ "stateful_callbacks": {
2314
+ "TrainerControl": {
2315
+ "args": {
2316
+ "should_epoch_stop": false,
2317
+ "should_evaluate": false,
2318
+ "should_log": false,
2319
+ "should_save": true,
2320
+ "should_training_stop": true
2321
+ },
2322
+ "attributes": {}
2323
+ }
2324
+ },
2325
+ "total_flos": 1.5553585152e+16,
2326
+ "train_batch_size": 32,
2327
+ "trial_name": null,
2328
+ "trial_params": null
2329
+ }
checkpoint-3282/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:471c98bf25e4de2d4203ae4d0dccb2e7a231855d6bd548a911709b7feeb4ee6e
3
+ size 5240
checkpoint-3282/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gpt2-medium",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50256,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
+ "n_ctx": 1024,
15
+ "n_embd": 1024,
16
+ "n_head": 16,
17
+ "n_inner": null,
18
+ "n_layer": 24,
19
+ "n_positions": 1024,
20
+ "n_special": 0,
21
+ "predict_special_tokens": true,
22
+ "reorder_and_upcast_attn": false,
23
+ "resid_pdrop": 0.1,
24
+ "scale_attn_by_inverse_layer_idx": false,
25
+ "scale_attn_weights": true,
26
+ "summary_activation": null,
27
+ "summary_first_dropout": 0.1,
28
+ "summary_proj_to_labels": true,
29
+ "summary_type": "cls_index",
30
+ "summary_use_proj": true,
31
+ "task_specific_params": {
32
+ "text-generation": {
33
+ "do_sample": true,
34
+ "max_length": 50
35
+ }
36
+ },
37
+ "transformers_version": "4.45.2",
38
+ "use_cache": true,
39
+ "vocab_size": 50257
40
+ }
training_logs.csv ADDED
@@ -0,0 +1,330 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ step,training_loss,grad_norm
2
+ 10,436.9001,260.940185546875
3
+ 20,264.6173,676.311279296875
4
+ 30,351.2994,216.56329345703125
5
+ 40,275.2166,528.593505859375
6
+ 50,438.093,1996.0186767578125
7
+ 60,322.909,987.8604736328125
8
+ 70,326.7121,506.1438903808594
9
+ 80,222.0992,250.322509765625
10
+ 90,196.281,646.04833984375
11
+ 100,452.9554,1069.63818359375
12
+ 110,236.955,757.8883056640625
13
+ 120,184.9751,1059.343017578125
14
+ 130,261.3969,129.31288146972656
15
+ 140,139.3192,414.1427917480469
16
+ 150,223.8371,1911.720458984375
17
+ 160,166.0002,145.30606079101562
18
+ 170,305.7049,217.95001220703125
19
+ 180,128.2679,539.9388427734375
20
+ 190,232.9975,1376.19580078125
21
+ 200,150.398,427.17901611328125
22
+ 210,187.1482,284.20556640625
23
+ 220,166.5989,1491.8385009765625
24
+ 230,152.8306,353.2249450683594
25
+ 240,164.9264,1394.290283203125
26
+ 250,197.8869,1271.5023193359375
27
+ 260,203.8471,533.530517578125
28
+ 270,270.3664,1195.5672607421875
29
+ 280,128.6513,714.4176025390625
30
+ 290,110.0758,211.16822814941406
31
+ 300,159.2649,223.30435180664062
32
+ 310,75.0095,252.313720703125
33
+ 320,180.7573,272.22088623046875
34
+ 330,96.0865,257.5340576171875
35
+ 340,91.6155,302.9118957519531
36
+ 350,89.4722,472.8678894042969
37
+ 360,121.7768,823.5645751953125
38
+ 370,84.9048,194.6676025390625
39
+ 380,105.5004,90.27143859863281
40
+ 390,96.184,459.11083984375
41
+ 400,124.8772,331.8974914550781
42
+ 410,135.7318,1360.226318359375
43
+ 420,70.3503,272.8298034667969
44
+ 430,124.1555,349.7639465332031
45
+ 440,131.314,552.7006225585938
46
+ 450,88.0438,242.2020263671875
47
+ 460,75.5906,334.97235107421875
48
+ 470,90.6419,300.5227966308594
49
+ 480,100.1736,1047.315185546875
50
+ 490,185.2162,111.65030670166016
51
+ 500,104.2884,334.6908874511719
52
+ 510,125.3446,657.107177734375
53
+ 520,152.18,980.2443237304688
54
+ 530,60.348,510.4859619140625
55
+ 540,153.3656,34.65190124511719
56
+ 550,82.3298,498.7265930175781
57
+ 560,109.8378,443.69329833984375
58
+ 570,30.8718,204.03587341308594
59
+ 580,94.896,258.6654968261719
60
+ 590,97.1383,697.8427734375
61
+ 600,100.5029,767.0765991210938
62
+ 610,140.3264,253.9947967529297
63
+ 620,157.6984,235.54190063476562
64
+ 630,110.9081,646.70849609375
65
+ 640,78.1939,273.0348815917969
66
+ 650,63.7435,338.3017272949219
67
+ 660,98.2337,866.8550415039062
68
+ 670,94.2334,518.7411499023438
69
+ 680,49.5267,228.7216339111328
70
+ 690,79.5228,508.92657470703125
71
+ 700,57.175,123.67599487304688
72
+ 710,55.3279,183.09039306640625
73
+ 720,110.3164,427.5462951660156
74
+ 730,93.5338,329.3439025878906
75
+ 740,138.9423,284.8849182128906
76
+ 750,79.6135,163.978759765625
77
+ 760,73.7101,168.90318298339844
78
+ 770,77.8197,1092.7216796875
79
+ 780,108.1544,222.06326293945312
80
+ 790,79.9073,245.73614501953125
81
+ 800,111.9161,918.3074951171875
82
+ 810,114.006,593.3427734375
83
+ 820,78.4144,134.29385375976562
84
+ 830,84.7223,385.83154296875
85
+ 840,51.7148,106.50463104248047
86
+ 850,94.0602,145.80538940429688
87
+ 860,69.0898,719.95458984375
88
+ 870,86.5842,440.1884460449219
89
+ 880,112.5773,95.28292846679688
90
+ 890,109.5814,797.3502807617188
91
+ 900,55.3018,285.2242126464844
92
+ 910,80.5481,421.9645690917969
93
+ 920,80.415,923.3325805664062
94
+ 930,88.6137,156.87168884277344
95
+ 940,62.9207,130.00653076171875
96
+ 950,68.4894,376.0680236816406
97
+ 960,52.0687,593.0867919921875
98
+ 970,83.9681,380.33746337890625
99
+ 980,45.7156,115.80391693115234
100
+ 990,124.9924,339.1954650878906
101
+ 1000,65.1577,56.616905212402344
102
+ 1010,48.4217,275.77386474609375
103
+ 1020,55.4886,103.85697937011719
104
+ 1030,60.7877,214.60858154296875
105
+ 1040,41.307,228.8570098876953
106
+ 1050,81.8322,325.7366027832031
107
+ 1060,109.1215,595.0969848632812
108
+ 1070,94.9387,694.5578002929688
109
+ 1080,45.7846,80.9468994140625
110
+ 1090,90.1966,490.2159423828125
111
+ 1100,40.9986,389.57696533203125
112
+ 1110,36.9683,290.03924560546875
113
+ 1120,58.5668,329.0925598144531
114
+ 1130,70.7054,822.98046875
115
+ 1140,76.8558,224.3262481689453
116
+ 1150,48.4904,194.4867706298828
117
+ 1160,62.4196,755.8245849609375
118
+ 1170,95.8963,439.7247619628906
119
+ 1180,61.0699,54.21474838256836
120
+ 1190,104.9846,776.222412109375
121
+ 1200,34.871,323.9495849609375
122
+ 1210,46.8799,380.50341796875
123
+ 1220,35.9573,75.23844909667969
124
+ 1230,66.4443,151.40017700195312
125
+ 1240,72.9427,362.979248046875
126
+ 1250,63.0676,214.4113006591797
127
+ 1260,62.8417,101.43631744384766
128
+ 1270,57.1243,606.4091796875
129
+ 1280,59.3004,212.71681213378906
130
+ 1290,47.127,510.6803894042969
131
+ 1300,65.0232,401.02398681640625
132
+ 1310,58.8562,126.86668395996094
133
+ 1320,69.3234,418.5237731933594
134
+ 1330,54.8462,304.5541076660156
135
+ 1340,88.0809,629.0361938476562
136
+ 1350,54.2713,825.0767211914062
137
+ 1360,50.3611,435.57659912109375
138
+ 1370,60.0435,326.2455749511719
139
+ 1380,47.0021,178.89276123046875
140
+ 1390,95.9446,626.9290161132812
141
+ 1400,79.7294,1050.6358642578125
142
+ 1410,44.1936,160.46630859375
143
+ 1420,48.4314,224.45852661132812
144
+ 1430,76.5728,167.81529235839844
145
+ 1440,106.0546,92.61337280273438
146
+ 1450,73.5907,122.11158752441406
147
+ 1460,37.5685,195.2500457763672
148
+ 1470,86.9328,384.23248291015625
149
+ 1480,61.3565,456.5828857421875
150
+ 1490,119.6432,892.6777954101562
151
+ 1500,61.6756,301.5769348144531
152
+ 1510,81.7909,538.19873046875
153
+ 1520,69.8545,738.8610229492188
154
+ 1530,73.2593,160.80288696289062
155
+ 1540,68.1857,76.41590881347656
156
+ 1550,57.4196,190.09555053710938
157
+ 1560,41.8515,501.9085388183594
158
+ 1570,48.7804,421.9640197753906
159
+ 1580,65.6821,445.1888732910156
160
+ 1590,50.4527,352.141357421875
161
+ 1600,87.8049,354.512939453125
162
+ 1610,44.685,316.26837158203125
163
+ 1620,65.4632,552.4888305664062
164
+ 1630,57.807,144.33033752441406
165
+ 1640,68.2157,523.9928588867188
166
+ 1650,36.1587,237.13250732421875
167
+ 1660,36.1182,250.57667541503906
168
+ 1670,78.54,183.94630432128906
169
+ 1680,62.1728,440.01348876953125
170
+ 1690,52.5159,287.7170715332031
171
+ 1700,55.4169,255.0261993408203
172
+ 1710,59.2684,405.0152282714844
173
+ 1720,55.2886,168.93789672851562
174
+ 1730,49.8952,163.51608276367188
175
+ 1740,53.3746,375.8588562011719
176
+ 1750,65.7376,499.8594055175781
177
+ 1760,100.7555,174.7491455078125
178
+ 1770,57.4989,54.832550048828125
179
+ 1780,63.8133,461.7685241699219
180
+ 1790,73.878,248.3633270263672
181
+ 1800,47.1018,255.8621826171875
182
+ 1810,50.2293,700.4326171875
183
+ 1820,54.0425,156.88095092773438
184
+ 1830,38.6943,199.52505493164062
185
+ 1840,63.2094,206.1431121826172
186
+ 1850,58.7904,161.38711547851562
187
+ 1860,51.3702,482.67218017578125
188
+ 1870,38.6791,225.03390502929688
189
+ 1880,63.0548,844.7947387695312
190
+ 1890,73.0614,1063.25830078125
191
+ 1900,56.8311,327.56817626953125
192
+ 1910,86.2777,984.6160278320312
193
+ 1920,47.832,443.1976013183594
194
+ 1930,67.92,334.854736328125
195
+ 1940,66.8875,325.6578063964844
196
+ 1950,53.9459,75.82917785644531
197
+ 1960,63.3992,327.4137878417969
198
+ 1970,69.3571,415.7958068847656
199
+ 1980,27.7929,285.184326171875
200
+ 1990,71.8153,80.81680297851562
201
+ 2000,45.7917,79.71477508544922
202
+ 2010,73.5014,127.43443298339844
203
+ 2020,64.0959,585.3748779296875
204
+ 2030,44.9706,203.79953002929688
205
+ 2040,37.9354,101.41716766357422
206
+ 2050,73.4881,522.1127319335938
207
+ 2060,41.6036,51.162567138671875
208
+ 2070,71.9573,322.2761535644531
209
+ 2080,78.6528,42.85429000854492
210
+ 2090,70.341,161.92837524414062
211
+ 2100,45.3792,200.19508361816406
212
+ 2110,41.1852,66.9397964477539
213
+ 2120,42.4638,137.03411865234375
214
+ 2130,67.8235,826.55224609375
215
+ 2140,61.8779,588.8446655273438
216
+ 2150,49.5222,131.35011291503906
217
+ 2160,68.4488,143.0016326904297
218
+ 2170,41.6662,450.7435302734375
219
+ 2180,53.2949,145.626953125
220
+ 2190,33.3209,97.68402862548828
221
+ 2200,35.3536,158.07537841796875
222
+ 2210,65.9762,301.2078857421875
223
+ 2220,57.0205,794.13134765625
224
+ 2230,44.2007,467.3346252441406
225
+ 2240,66.661,759.9224243164062
226
+ 2250,59.7192,354.2312316894531
227
+ 2260,67.0076,768.9191284179688
228
+ 2270,50.7631,389.7624816894531
229
+ 2280,61.1182,115.14312744140625
230
+ 2290,45.4716,85.39751434326172
231
+ 2300,32.2911,286.1578674316406
232
+ 2310,59.6985,646.9050903320312
233
+ 2320,31.9781,120.31472778320312
234
+ 2330,58.4212,460.7472839355469
235
+ 2340,60.0623,84.85320281982422
236
+ 2350,62.7022,518.13427734375
237
+ 2360,73.1615,515.07568359375
238
+ 2370,42.211,604.5113525390625
239
+ 2380,65.816,384.373779296875
240
+ 2390,69.494,858.6636352539062
241
+ 2400,33.002,211.51779174804688
242
+ 2410,46.836,484.17242431640625
243
+ 2420,51.222,356.3825988769531
244
+ 2430,55.844,327.9115295410156
245
+ 2440,79.1593,441.5762634277344
246
+ 2450,50.9705,205.86769104003906
247
+ 2460,41.6802,364.0689392089844
248
+ 2470,61.5377,287.58062744140625
249
+ 2480,40.3147,44.519344329833984
250
+ 2490,51.7015,519.4692993164062
251
+ 2500,51.9041,58.88140869140625
252
+ 2510,65.2758,298.2325134277344
253
+ 2520,28.7803,460.4312744140625
254
+ 2530,51.1086,139.5202178955078
255
+ 2540,55.0598,36.80610275268555
256
+ 2550,60.0014,279.7023010253906
257
+ 2560,40.116,197.73202514648438
258
+ 2570,53.253,271.733154296875
259
+ 2580,51.7903,398.4982604980469
260
+ 2590,32.8888,175.04502868652344
261
+ 2600,55.5434,69.18201446533203
262
+ 2610,64.7355,393.758056640625
263
+ 2620,47.7983,123.46823120117188
264
+ 2630,42.0484,115.19212341308594
265
+ 2640,46.2585,371.9660949707031
266
+ 2650,77.2379,365.719970703125
267
+ 2660,55.9531,758.6395874023438
268
+ 2670,73.6187,392.85968017578125
269
+ 2680,32.2465,154.37864685058594
270
+ 2690,40.7641,439.09173583984375
271
+ 2700,36.0746,375.32647705078125
272
+ 2710,47.2423,51.80974197387695
273
+ 2720,33.2428,119.46561431884766
274
+ 2730,29.6123,159.38148498535156
275
+ 2740,45.1714,173.39764404296875
276
+ 2750,56.1429,481.88238525390625
277
+ 2760,32.2987,340.9162292480469
278
+ 2770,46.9,514.698486328125
279
+ 2780,51.778,74.61953735351562
280
+ 2790,31.5124,48.40650177001953
281
+ 2800,37.8758,142.07469177246094
282
+ 2810,45.5998,207.90650939941406
283
+ 2820,52.5005,306.5293884277344
284
+ 2830,58.1674,55.67700958251953
285
+ 2840,34.6744,61.855098724365234
286
+ 2850,41.7195,62.168033599853516
287
+ 2860,56.119,514.5320434570312
288
+ 2870,51.0474,82.32935333251953
289
+ 2880,31.4202,215.1729736328125
290
+ 2890,77.8591,92.7133560180664
291
+ 2900,47.3877,121.55033111572266
292
+ 2910,38.6043,138.25633239746094
293
+ 2920,60.2701,189.0697021484375
294
+ 2930,43.2321,109.17052459716797
295
+ 2940,66.4123,409.8960266113281
296
+ 2950,36.041,146.8896026611328
297
+ 2960,37.3377,129.5012664794922
298
+ 2970,46.2339,460.07281494140625
299
+ 2980,49.1024,337.9052734375
300
+ 2990,51.9223,677.74658203125
301
+ 3000,77.6934,562.9922485351562
302
+ 3010,49.5115,368.9960021972656
303
+ 3020,51.2438,405.07745361328125
304
+ 3030,36.6984,530.3817138671875
305
+ 3040,28.2216,188.99691772460938
306
+ 3050,37.9342,268.47027587890625
307
+ 3060,35.4362,429.7633972167969
308
+ 3070,42.2091,212.44119262695312
309
+ 3080,53.3999,252.35617065429688
310
+ 3090,42.0446,261.4821472167969
311
+ 3100,72.2668,736.1470947265625
312
+ 3110,62.9611,767.366455078125
313
+ 3120,30.2177,146.81349182128906
314
+ 3130,84.9118,102.68901062011719
315
+ 3140,53.8774,71.7254638671875
316
+ 3150,69.9217,482.4991149902344
317
+ 3160,35.8533,234.74542236328125
318
+ 3170,81.316,1141.3494873046875
319
+ 3180,42.8055,426.9151611328125
320
+ 3190,50.8982,108.99275207519531
321
+ 3200,31.3245,112.4720230102539
322
+ 3210,66.1426,564.7423706054688
323
+ 3220,35.454,91.29218292236328
324
+ 3230,40.934,534.3746337890625
325
+ 3240,53.8993,356.2298278808594
326
+ 3250,85.3005,878.1474609375
327
+ 3260,34.9102,79.5860595703125
328
+ 3270,51.482,342.1897277832031
329
+ 3280,32.195,473.97509765625
330
+ 3282,nan,nan