diaenra commited on
Commit
7ce41bd
·
verified ·
1 Parent(s): 6cc7301

Training in progress, step 239, checkpoint

Browse files
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2-7B-Instruct
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
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2-7B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 64,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "embed_tokens",
19
+ "lm_head"
20
+ ],
21
+ "peft_type": "LORA",
22
+ "r": 32,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "q_proj",
27
+ "down_proj",
28
+ "up_proj",
29
+ "v_proj",
30
+ "o_proj",
31
+ "k_proj",
32
+ "gate_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96493447ef48c5ef5a374f6dbaa18f9bd1c19f8703b6ed28d7522c3fe2159c1d
3
+ size 2503003904
last-checkpoint/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
last-checkpoint/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af7428ceaf9b1eeab0575cbaf2df17bd8d6c5b3f0cbf19e23237dd8c180df2a0
3
+ size 5006244836
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a85bfbc10117a30a3cdf25b76454f2f5282ad7c86a91df07b8f117ba60fe5de
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8535ebad5f3dd28f5d6098f8b5c7f834756145ced2fe6bb016d9d45b73d0270a
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": {
7
+ "content": "<|im_end|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": {
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ }
20
+ }
last-checkpoint/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcfe42da0a4497e8b2b172c1f9f4ec423a46dc12907f4349c55025f670422ba9
3
+ size 11418266
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "additional_special_tokens": [
30
+ "<|im_start|>",
31
+ "<|im_end|>"
32
+ ],
33
+ "bos_token": null,
34
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 131072,
39
+ "pad_token": "<|endoftext|>",
40
+ "split_special_tokens": false,
41
+ "tokenizer_class": "Qwen2Tokenizer",
42
+ "unk_token": null
43
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,1706 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.1221881390593047,
5
+ "eval_steps": 500,
6
+ "global_step": 239,
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.0005112474437627812,
13
+ "grad_norm": 3.3048973083496094,
14
+ "learning_rate": 1.0000000000000002e-06,
15
+ "loss": 1.1371,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0010224948875255625,
20
+ "grad_norm": 3.735586404800415,
21
+ "learning_rate": 2.0000000000000003e-06,
22
+ "loss": 1.1928,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.0015337423312883436,
27
+ "grad_norm": 3.930663585662842,
28
+ "learning_rate": 3e-06,
29
+ "loss": 1.3484,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.002044989775051125,
34
+ "grad_norm": 4.375387668609619,
35
+ "learning_rate": 4.000000000000001e-06,
36
+ "loss": 1.2683,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.002556237218813906,
41
+ "grad_norm": 5.1499857902526855,
42
+ "learning_rate": 5e-06,
43
+ "loss": 1.1936,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.003067484662576687,
48
+ "grad_norm": 5.033441066741943,
49
+ "learning_rate": 6e-06,
50
+ "loss": 1.3051,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.0035787321063394683,
55
+ "grad_norm": 5.029082775115967,
56
+ "learning_rate": 7.000000000000001e-06,
57
+ "loss": 1.1804,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.00408997955010225,
62
+ "grad_norm": 4.745914459228516,
63
+ "learning_rate": 8.000000000000001e-06,
64
+ "loss": 1.2379,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.004601226993865031,
69
+ "grad_norm": 4.976576805114746,
70
+ "learning_rate": 9e-06,
71
+ "loss": 1.282,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.005112474437627812,
76
+ "grad_norm": 4.350550174713135,
77
+ "learning_rate": 1e-05,
78
+ "loss": 1.1822,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.005623721881390593,
83
+ "grad_norm": 4.9506940841674805,
84
+ "learning_rate": 1.1000000000000001e-05,
85
+ "loss": 1.2666,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.006134969325153374,
90
+ "grad_norm": 5.068627834320068,
91
+ "learning_rate": 1.2e-05,
92
+ "loss": 1.2411,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.0066462167689161555,
97
+ "grad_norm": 5.628175735473633,
98
+ "learning_rate": 1.3000000000000001e-05,
99
+ "loss": 1.2263,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.007157464212678937,
104
+ "grad_norm": 5.16189432144165,
105
+ "learning_rate": 1.4000000000000001e-05,
106
+ "loss": 1.2809,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.007668711656441718,
111
+ "grad_norm": 4.856331825256348,
112
+ "learning_rate": 1.5e-05,
113
+ "loss": 1.1944,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.0081799591002045,
118
+ "grad_norm": 4.980719089508057,
119
+ "learning_rate": 1.6000000000000003e-05,
120
+ "loss": 1.2265,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.008691206543967281,
125
+ "grad_norm": 5.2572832107543945,
126
+ "learning_rate": 1.7000000000000003e-05,
127
+ "loss": 1.2408,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.009202453987730062,
132
+ "grad_norm": 5.128628730773926,
133
+ "learning_rate": 1.8e-05,
134
+ "loss": 1.2272,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.009713701431492843,
139
+ "grad_norm": 5.2293829917907715,
140
+ "learning_rate": 1.9e-05,
141
+ "loss": 1.195,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.010224948875255624,
146
+ "grad_norm": 4.794898986816406,
147
+ "learning_rate": 2e-05,
148
+ "loss": 1.2411,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.010736196319018405,
153
+ "grad_norm": 5.007977485656738,
154
+ "learning_rate": 2.1e-05,
155
+ "loss": 1.1821,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.011247443762781187,
160
+ "grad_norm": 4.727319240570068,
161
+ "learning_rate": 2.2000000000000003e-05,
162
+ "loss": 1.188,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.011758691206543968,
167
+ "grad_norm": 4.606495380401611,
168
+ "learning_rate": 2.3000000000000003e-05,
169
+ "loss": 1.1372,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.012269938650306749,
174
+ "grad_norm": 4.6991753578186035,
175
+ "learning_rate": 2.4e-05,
176
+ "loss": 1.1395,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.01278118609406953,
181
+ "grad_norm": 4.635598659515381,
182
+ "learning_rate": 2.5e-05,
183
+ "loss": 1.1782,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.013292433537832311,
188
+ "grad_norm": 4.882657051086426,
189
+ "learning_rate": 2.6000000000000002e-05,
190
+ "loss": 1.1939,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.013803680981595092,
195
+ "grad_norm": 5.13659143447876,
196
+ "learning_rate": 2.7000000000000002e-05,
197
+ "loss": 1.1567,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.014314928425357873,
202
+ "grad_norm": 5.102069854736328,
203
+ "learning_rate": 2.8000000000000003e-05,
204
+ "loss": 1.2254,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 0.014826175869120654,
209
+ "grad_norm": 5.0762505531311035,
210
+ "learning_rate": 2.9e-05,
211
+ "loss": 1.1643,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 0.015337423312883436,
216
+ "grad_norm": 4.819282054901123,
217
+ "learning_rate": 3e-05,
218
+ "loss": 1.0718,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 0.015848670756646217,
223
+ "grad_norm": 4.949357032775879,
224
+ "learning_rate": 3.1e-05,
225
+ "loss": 1.091,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 0.016359918200409,
230
+ "grad_norm": 5.103873252868652,
231
+ "learning_rate": 3.2000000000000005e-05,
232
+ "loss": 1.0602,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 0.01687116564417178,
237
+ "grad_norm": 4.818650722503662,
238
+ "learning_rate": 3.3e-05,
239
+ "loss": 0.9318,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 0.017382413087934562,
244
+ "grad_norm": 4.793953895568848,
245
+ "learning_rate": 3.4000000000000007e-05,
246
+ "loss": 1.0556,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 0.01789366053169734,
251
+ "grad_norm": 5.540240287780762,
252
+ "learning_rate": 3.5e-05,
253
+ "loss": 1.1009,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 0.018404907975460124,
258
+ "grad_norm": 5.293509483337402,
259
+ "learning_rate": 3.6e-05,
260
+ "loss": 1.1285,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 0.018916155419222903,
265
+ "grad_norm": 5.887397289276123,
266
+ "learning_rate": 3.7e-05,
267
+ "loss": 1.0327,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 0.019427402862985686,
272
+ "grad_norm": 4.989732265472412,
273
+ "learning_rate": 3.8e-05,
274
+ "loss": 0.9327,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 0.019938650306748466,
279
+ "grad_norm": 5.251559257507324,
280
+ "learning_rate": 3.9000000000000006e-05,
281
+ "loss": 1.114,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 0.02044989775051125,
286
+ "grad_norm": 6.304392337799072,
287
+ "learning_rate": 4e-05,
288
+ "loss": 1.0943,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 0.020961145194274028,
293
+ "grad_norm": 5.590821266174316,
294
+ "learning_rate": 4.1e-05,
295
+ "loss": 1.0598,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 0.02147239263803681,
300
+ "grad_norm": 5.784496784210205,
301
+ "learning_rate": 4.2e-05,
302
+ "loss": 1.021,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 0.02198364008179959,
307
+ "grad_norm": 5.714466094970703,
308
+ "learning_rate": 4.3e-05,
309
+ "loss": 0.929,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 0.022494887525562373,
314
+ "grad_norm": 6.554811000823975,
315
+ "learning_rate": 4.4000000000000006e-05,
316
+ "loss": 1.1903,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 0.023006134969325152,
321
+ "grad_norm": 6.44047212600708,
322
+ "learning_rate": 4.5e-05,
323
+ "loss": 0.8508,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 0.023517382413087935,
328
+ "grad_norm": 6.655950546264648,
329
+ "learning_rate": 4.600000000000001e-05,
330
+ "loss": 0.8196,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 0.024028629856850715,
335
+ "grad_norm": 6.728236198425293,
336
+ "learning_rate": 4.7e-05,
337
+ "loss": 0.9124,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 0.024539877300613498,
342
+ "grad_norm": 7.260775566101074,
343
+ "learning_rate": 4.8e-05,
344
+ "loss": 0.7433,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 0.025051124744376277,
349
+ "grad_norm": 8.426919937133789,
350
+ "learning_rate": 4.9e-05,
351
+ "loss": 0.902,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 0.02556237218813906,
356
+ "grad_norm": 14.32536506652832,
357
+ "learning_rate": 5e-05,
358
+ "loss": 0.8194,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 0.02607361963190184,
363
+ "grad_norm": 4.535055637359619,
364
+ "learning_rate": 5.1000000000000006e-05,
365
+ "loss": 1.0298,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 0.026584867075664622,
370
+ "grad_norm": 5.038204193115234,
371
+ "learning_rate": 5.2000000000000004e-05,
372
+ "loss": 1.0745,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 0.0270961145194274,
377
+ "grad_norm": 6.9380927085876465,
378
+ "learning_rate": 5.300000000000001e-05,
379
+ "loss": 1.2208,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 0.027607361963190184,
384
+ "grad_norm": 4.157510280609131,
385
+ "learning_rate": 5.4000000000000005e-05,
386
+ "loss": 1.135,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 0.028118609406952964,
391
+ "grad_norm": 3.202308416366577,
392
+ "learning_rate": 5.500000000000001e-05,
393
+ "loss": 1.0679,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 0.028629856850715747,
398
+ "grad_norm": 3.3872716426849365,
399
+ "learning_rate": 5.6000000000000006e-05,
400
+ "loss": 1.0871,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 0.029141104294478526,
405
+ "grad_norm": 3.4161555767059326,
406
+ "learning_rate": 5.6999999999999996e-05,
407
+ "loss": 1.149,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 0.02965235173824131,
412
+ "grad_norm": 4.0091962814331055,
413
+ "learning_rate": 5.8e-05,
414
+ "loss": 1.096,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 0.03016359918200409,
419
+ "grad_norm": 3.4014410972595215,
420
+ "learning_rate": 5.9e-05,
421
+ "loss": 0.9183,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 0.03067484662576687,
426
+ "grad_norm": 3.9149327278137207,
427
+ "learning_rate": 6e-05,
428
+ "loss": 1.0704,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 0.031186094069529654,
433
+ "grad_norm": 4.084487438201904,
434
+ "learning_rate": 6.1e-05,
435
+ "loss": 1.0907,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 0.03169734151329243,
440
+ "grad_norm": 3.6023764610290527,
441
+ "learning_rate": 6.2e-05,
442
+ "loss": 0.9582,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 0.032208588957055216,
447
+ "grad_norm": 3.806703805923462,
448
+ "learning_rate": 6.3e-05,
449
+ "loss": 1.0072,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 0.032719836400818,
454
+ "grad_norm": 3.710463523864746,
455
+ "learning_rate": 6.400000000000001e-05,
456
+ "loss": 0.9751,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 0.033231083844580775,
461
+ "grad_norm": 3.8242218494415283,
462
+ "learning_rate": 6.500000000000001e-05,
463
+ "loss": 1.0477,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 0.03374233128834356,
468
+ "grad_norm": 4.025355815887451,
469
+ "learning_rate": 6.6e-05,
470
+ "loss": 1.0147,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 0.03425357873210634,
475
+ "grad_norm": 3.9239964485168457,
476
+ "learning_rate": 6.7e-05,
477
+ "loss": 1.1412,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 0.034764826175869123,
482
+ "grad_norm": 4.182487964630127,
483
+ "learning_rate": 6.800000000000001e-05,
484
+ "loss": 1.012,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 0.0352760736196319,
489
+ "grad_norm": 4.380066871643066,
490
+ "learning_rate": 6.9e-05,
491
+ "loss": 1.1207,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 0.03578732106339468,
496
+ "grad_norm": 4.1866230964660645,
497
+ "learning_rate": 7e-05,
498
+ "loss": 1.0963,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 0.036298568507157465,
503
+ "grad_norm": 4.3079833984375,
504
+ "learning_rate": 7.1e-05,
505
+ "loss": 0.9799,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 0.03680981595092025,
510
+ "grad_norm": 4.587730407714844,
511
+ "learning_rate": 7.2e-05,
512
+ "loss": 1.0129,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 0.037321063394683024,
517
+ "grad_norm": 4.465561389923096,
518
+ "learning_rate": 7.3e-05,
519
+ "loss": 1.0579,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 0.03783231083844581,
524
+ "grad_norm": 4.654197692871094,
525
+ "learning_rate": 7.4e-05,
526
+ "loss": 1.0536,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 0.03834355828220859,
531
+ "grad_norm": 4.685794353485107,
532
+ "learning_rate": 7.500000000000001e-05,
533
+ "loss": 1.0567,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 0.03885480572597137,
538
+ "grad_norm": 4.281529426574707,
539
+ "learning_rate": 7.6e-05,
540
+ "loss": 0.9689,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 0.03936605316973415,
545
+ "grad_norm": 4.096267223358154,
546
+ "learning_rate": 7.7e-05,
547
+ "loss": 1.0279,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 0.03987730061349693,
552
+ "grad_norm": 4.406935214996338,
553
+ "learning_rate": 7.800000000000001e-05,
554
+ "loss": 1.0197,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 0.040388548057259714,
559
+ "grad_norm": 4.344164848327637,
560
+ "learning_rate": 7.900000000000001e-05,
561
+ "loss": 0.9634,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 0.0408997955010225,
566
+ "grad_norm": 4.969428539276123,
567
+ "learning_rate": 8e-05,
568
+ "loss": 1.0437,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 0.04141104294478527,
573
+ "grad_norm": 4.627592086791992,
574
+ "learning_rate": 8.1e-05,
575
+ "loss": 1.0735,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 0.041922290388548056,
580
+ "grad_norm": 4.50595760345459,
581
+ "learning_rate": 8.2e-05,
582
+ "loss": 0.9614,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 0.04243353783231084,
587
+ "grad_norm": 4.57030725479126,
588
+ "learning_rate": 8.3e-05,
589
+ "loss": 0.9109,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 0.04294478527607362,
594
+ "grad_norm": 5.381258487701416,
595
+ "learning_rate": 8.4e-05,
596
+ "loss": 1.1194,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 0.0434560327198364,
601
+ "grad_norm": 5.224101543426514,
602
+ "learning_rate": 8.5e-05,
603
+ "loss": 1.0022,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 0.04396728016359918,
608
+ "grad_norm": 4.670103073120117,
609
+ "learning_rate": 8.6e-05,
610
+ "loss": 0.9712,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 0.04447852760736196,
615
+ "grad_norm": 5.264283657073975,
616
+ "learning_rate": 8.7e-05,
617
+ "loss": 0.9767,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 0.044989775051124746,
622
+ "grad_norm": 4.800637245178223,
623
+ "learning_rate": 8.800000000000001e-05,
624
+ "loss": 0.8713,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 0.04550102249488753,
629
+ "grad_norm": 5.133697986602783,
630
+ "learning_rate": 8.900000000000001e-05,
631
+ "loss": 0.9959,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 0.046012269938650305,
636
+ "grad_norm": 5.831608295440674,
637
+ "learning_rate": 9e-05,
638
+ "loss": 0.9995,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 0.04652351738241309,
643
+ "grad_norm": 5.324717998504639,
644
+ "learning_rate": 9.1e-05,
645
+ "loss": 0.9143,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 0.04703476482617587,
650
+ "grad_norm": 6.4028401374816895,
651
+ "learning_rate": 9.200000000000001e-05,
652
+ "loss": 1.1914,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 0.04754601226993865,
657
+ "grad_norm": 6.07197904586792,
658
+ "learning_rate": 9.300000000000001e-05,
659
+ "loss": 0.9809,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 0.04805725971370143,
664
+ "grad_norm": 5.957538604736328,
665
+ "learning_rate": 9.4e-05,
666
+ "loss": 1.0473,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 0.04856850715746421,
671
+ "grad_norm": 5.8357343673706055,
672
+ "learning_rate": 9.5e-05,
673
+ "loss": 0.9465,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 0.049079754601226995,
678
+ "grad_norm": 5.610650062561035,
679
+ "learning_rate": 9.6e-05,
680
+ "loss": 0.7326,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 0.04959100204498978,
685
+ "grad_norm": 6.265199661254883,
686
+ "learning_rate": 9.7e-05,
687
+ "loss": 0.9174,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 0.050102249488752554,
692
+ "grad_norm": 7.403947353363037,
693
+ "learning_rate": 9.8e-05,
694
+ "loss": 0.8325,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 0.05061349693251534,
699
+ "grad_norm": 7.57144021987915,
700
+ "learning_rate": 9.900000000000001e-05,
701
+ "loss": 0.6444,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 0.05112474437627812,
706
+ "grad_norm": 10.456438064575195,
707
+ "learning_rate": 0.0001,
708
+ "loss": 0.6351,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 0.0516359918200409,
713
+ "grad_norm": 3.450286865234375,
714
+ "learning_rate": 9.999992837185459e-05,
715
+ "loss": 1.1081,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 0.05214723926380368,
720
+ "grad_norm": 3.6296398639678955,
721
+ "learning_rate": 9.999971348762359e-05,
722
+ "loss": 1.1465,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 0.05265848670756646,
727
+ "grad_norm": 3.699775457382202,
728
+ "learning_rate": 9.999935534792264e-05,
729
+ "loss": 1.19,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 0.053169734151329244,
734
+ "grad_norm": 3.4316041469573975,
735
+ "learning_rate": 9.999885395377788e-05,
736
+ "loss": 1.1055,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 0.05368098159509203,
741
+ "grad_norm": 3.6994450092315674,
742
+ "learning_rate": 9.999820930662585e-05,
743
+ "loss": 1.1867,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 0.0541922290388548,
748
+ "grad_norm": 3.6903419494628906,
749
+ "learning_rate": 9.999742140831357e-05,
750
+ "loss": 1.077,
751
+ "step": 106
752
+ },
753
+ {
754
+ "epoch": 0.054703476482617586,
755
+ "grad_norm": 4.079493522644043,
756
+ "learning_rate": 9.999649026109845e-05,
757
+ "loss": 1.1008,
758
+ "step": 107
759
+ },
760
+ {
761
+ "epoch": 0.05521472392638037,
762
+ "grad_norm": 3.9423539638519287,
763
+ "learning_rate": 9.999541586764836e-05,
764
+ "loss": 1.2268,
765
+ "step": 108
766
+ },
767
+ {
768
+ "epoch": 0.05572597137014315,
769
+ "grad_norm": 4.003759860992432,
770
+ "learning_rate": 9.999419823104155e-05,
771
+ "loss": 1.0735,
772
+ "step": 109
773
+ },
774
+ {
775
+ "epoch": 0.05623721881390593,
776
+ "grad_norm": 3.989661693572998,
777
+ "learning_rate": 9.999283735476672e-05,
778
+ "loss": 1.0735,
779
+ "step": 110
780
+ },
781
+ {
782
+ "epoch": 0.05674846625766871,
783
+ "grad_norm": 3.9586427211761475,
784
+ "learning_rate": 9.999133324272294e-05,
785
+ "loss": 1.0708,
786
+ "step": 111
787
+ },
788
+ {
789
+ "epoch": 0.05725971370143149,
790
+ "grad_norm": 4.020519733428955,
791
+ "learning_rate": 9.998968589921969e-05,
792
+ "loss": 1.0245,
793
+ "step": 112
794
+ },
795
+ {
796
+ "epoch": 0.057770961145194276,
797
+ "grad_norm": 4.426997184753418,
798
+ "learning_rate": 9.998789532897681e-05,
799
+ "loss": 1.0745,
800
+ "step": 113
801
+ },
802
+ {
803
+ "epoch": 0.05828220858895705,
804
+ "grad_norm": 3.993692636489868,
805
+ "learning_rate": 9.998596153712451e-05,
806
+ "loss": 1.0767,
807
+ "step": 114
808
+ },
809
+ {
810
+ "epoch": 0.058793456032719835,
811
+ "grad_norm": 4.429073333740234,
812
+ "learning_rate": 9.998388452920334e-05,
813
+ "loss": 1.017,
814
+ "step": 115
815
+ },
816
+ {
817
+ "epoch": 0.05930470347648262,
818
+ "grad_norm": 3.983215093612671,
819
+ "learning_rate": 9.99816643111642e-05,
820
+ "loss": 1.021,
821
+ "step": 116
822
+ },
823
+ {
824
+ "epoch": 0.0598159509202454,
825
+ "grad_norm": 4.212836742401123,
826
+ "learning_rate": 9.997930088936828e-05,
827
+ "loss": 0.982,
828
+ "step": 117
829
+ },
830
+ {
831
+ "epoch": 0.06032719836400818,
832
+ "grad_norm": 4.086669921875,
833
+ "learning_rate": 9.997679427058713e-05,
834
+ "loss": 1.0085,
835
+ "step": 118
836
+ },
837
+ {
838
+ "epoch": 0.06083844580777096,
839
+ "grad_norm": 3.8549580574035645,
840
+ "learning_rate": 9.997414446200246e-05,
841
+ "loss": 0.9703,
842
+ "step": 119
843
+ },
844
+ {
845
+ "epoch": 0.06134969325153374,
846
+ "grad_norm": 4.432587623596191,
847
+ "learning_rate": 9.997135147120633e-05,
848
+ "loss": 1.0989,
849
+ "step": 120
850
+ },
851
+ {
852
+ "epoch": 0.061860940695296525,
853
+ "grad_norm": 4.559906959533691,
854
+ "learning_rate": 9.996841530620103e-05,
855
+ "loss": 0.9276,
856
+ "step": 121
857
+ },
858
+ {
859
+ "epoch": 0.06237218813905931,
860
+ "grad_norm": 4.4931721687316895,
861
+ "learning_rate": 9.996533597539901e-05,
862
+ "loss": 0.9899,
863
+ "step": 122
864
+ },
865
+ {
866
+ "epoch": 0.06288343558282208,
867
+ "grad_norm": 4.057201862335205,
868
+ "learning_rate": 9.996211348762296e-05,
869
+ "loss": 1.0011,
870
+ "step": 123
871
+ },
872
+ {
873
+ "epoch": 0.06339468302658487,
874
+ "grad_norm": 4.463088512420654,
875
+ "learning_rate": 9.995874785210573e-05,
876
+ "loss": 0.9554,
877
+ "step": 124
878
+ },
879
+ {
880
+ "epoch": 0.06390593047034765,
881
+ "grad_norm": 4.215217590332031,
882
+ "learning_rate": 9.995523907849024e-05,
883
+ "loss": 0.9568,
884
+ "step": 125
885
+ },
886
+ {
887
+ "epoch": 0.06441717791411043,
888
+ "grad_norm": 4.900539875030518,
889
+ "learning_rate": 9.995158717682963e-05,
890
+ "loss": 0.9864,
891
+ "step": 126
892
+ },
893
+ {
894
+ "epoch": 0.06492842535787322,
895
+ "grad_norm": 4.836815357208252,
896
+ "learning_rate": 9.9947792157587e-05,
897
+ "loss": 0.9749,
898
+ "step": 127
899
+ },
900
+ {
901
+ "epoch": 0.065439672801636,
902
+ "grad_norm": 4.402955055236816,
903
+ "learning_rate": 9.99438540316356e-05,
904
+ "loss": 0.9626,
905
+ "step": 128
906
+ },
907
+ {
908
+ "epoch": 0.06595092024539877,
909
+ "grad_norm": 4.344229698181152,
910
+ "learning_rate": 9.993977281025862e-05,
911
+ "loss": 0.9272,
912
+ "step": 129
913
+ },
914
+ {
915
+ "epoch": 0.06646216768916155,
916
+ "grad_norm": 4.652369976043701,
917
+ "learning_rate": 9.99355485051493e-05,
918
+ "loss": 1.0139,
919
+ "step": 130
920
+ },
921
+ {
922
+ "epoch": 0.06697341513292433,
923
+ "grad_norm": 4.622213840484619,
924
+ "learning_rate": 9.99311811284108e-05,
925
+ "loss": 0.9265,
926
+ "step": 131
927
+ },
928
+ {
929
+ "epoch": 0.06748466257668712,
930
+ "grad_norm": 5.247522830963135,
931
+ "learning_rate": 9.992667069255619e-05,
932
+ "loss": 1.0134,
933
+ "step": 132
934
+ },
935
+ {
936
+ "epoch": 0.0679959100204499,
937
+ "grad_norm": 4.564031600952148,
938
+ "learning_rate": 9.992201721050847e-05,
939
+ "loss": 0.9342,
940
+ "step": 133
941
+ },
942
+ {
943
+ "epoch": 0.06850715746421268,
944
+ "grad_norm": 4.3959245681762695,
945
+ "learning_rate": 9.991722069560041e-05,
946
+ "loss": 0.9452,
947
+ "step": 134
948
+ },
949
+ {
950
+ "epoch": 0.06901840490797546,
951
+ "grad_norm": 4.695987701416016,
952
+ "learning_rate": 9.991228116157466e-05,
953
+ "loss": 0.9721,
954
+ "step": 135
955
+ },
956
+ {
957
+ "epoch": 0.06952965235173825,
958
+ "grad_norm": 4.595483303070068,
959
+ "learning_rate": 9.990719862258358e-05,
960
+ "loss": 0.9288,
961
+ "step": 136
962
+ },
963
+ {
964
+ "epoch": 0.07004089979550102,
965
+ "grad_norm": 4.6917009353637695,
966
+ "learning_rate": 9.99019730931893e-05,
967
+ "loss": 0.8785,
968
+ "step": 137
969
+ },
970
+ {
971
+ "epoch": 0.0705521472392638,
972
+ "grad_norm": 6.002026081085205,
973
+ "learning_rate": 9.98966045883636e-05,
974
+ "loss": 0.9841,
975
+ "step": 138
976
+ },
977
+ {
978
+ "epoch": 0.07106339468302658,
979
+ "grad_norm": 5.35076379776001,
980
+ "learning_rate": 9.989109312348796e-05,
981
+ "loss": 1.0745,
982
+ "step": 139
983
+ },
984
+ {
985
+ "epoch": 0.07157464212678936,
986
+ "grad_norm": 5.220756530761719,
987
+ "learning_rate": 9.98854387143534e-05,
988
+ "loss": 0.9308,
989
+ "step": 140
990
+ },
991
+ {
992
+ "epoch": 0.07208588957055215,
993
+ "grad_norm": 5.255858421325684,
994
+ "learning_rate": 9.98796413771605e-05,
995
+ "loss": 0.9596,
996
+ "step": 141
997
+ },
998
+ {
999
+ "epoch": 0.07259713701431493,
1000
+ "grad_norm": 5.472203254699707,
1001
+ "learning_rate": 9.987370112851939e-05,
1002
+ "loss": 0.9245,
1003
+ "step": 142
1004
+ },
1005
+ {
1006
+ "epoch": 0.07310838445807771,
1007
+ "grad_norm": 5.4891252517700195,
1008
+ "learning_rate": 9.98676179854496e-05,
1009
+ "loss": 0.9549,
1010
+ "step": 143
1011
+ },
1012
+ {
1013
+ "epoch": 0.0736196319018405,
1014
+ "grad_norm": 5.602303504943848,
1015
+ "learning_rate": 9.986139196538011e-05,
1016
+ "loss": 0.9336,
1017
+ "step": 144
1018
+ },
1019
+ {
1020
+ "epoch": 0.07413087934560328,
1021
+ "grad_norm": 6.35874080657959,
1022
+ "learning_rate": 9.985502308614927e-05,
1023
+ "loss": 1.0135,
1024
+ "step": 145
1025
+ },
1026
+ {
1027
+ "epoch": 0.07464212678936605,
1028
+ "grad_norm": 6.352203369140625,
1029
+ "learning_rate": 9.984851136600469e-05,
1030
+ "loss": 0.8946,
1031
+ "step": 146
1032
+ },
1033
+ {
1034
+ "epoch": 0.07515337423312883,
1035
+ "grad_norm": 6.650132179260254,
1036
+ "learning_rate": 9.984185682360327e-05,
1037
+ "loss": 0.943,
1038
+ "step": 147
1039
+ },
1040
+ {
1041
+ "epoch": 0.07566462167689161,
1042
+ "grad_norm": 7.255720138549805,
1043
+ "learning_rate": 9.983505947801115e-05,
1044
+ "loss": 0.8747,
1045
+ "step": 148
1046
+ },
1047
+ {
1048
+ "epoch": 0.0761758691206544,
1049
+ "grad_norm": 7.385144233703613,
1050
+ "learning_rate": 9.982811934870353e-05,
1051
+ "loss": 0.7153,
1052
+ "step": 149
1053
+ },
1054
+ {
1055
+ "epoch": 0.07668711656441718,
1056
+ "grad_norm": 11.432644844055176,
1057
+ "learning_rate": 9.982103645556478e-05,
1058
+ "loss": 1.1386,
1059
+ "step": 150
1060
+ },
1061
+ {
1062
+ "epoch": 0.07719836400817996,
1063
+ "grad_norm": 3.1650919914245605,
1064
+ "learning_rate": 9.981381081888828e-05,
1065
+ "loss": 1.0661,
1066
+ "step": 151
1067
+ },
1068
+ {
1069
+ "epoch": 0.07770961145194274,
1070
+ "grad_norm": 3.7646584510803223,
1071
+ "learning_rate": 9.980644245937639e-05,
1072
+ "loss": 1.1944,
1073
+ "step": 152
1074
+ },
1075
+ {
1076
+ "epoch": 0.07822085889570553,
1077
+ "grad_norm": 3.43169903755188,
1078
+ "learning_rate": 9.979893139814039e-05,
1079
+ "loss": 1.1582,
1080
+ "step": 153
1081
+ },
1082
+ {
1083
+ "epoch": 0.0787321063394683,
1084
+ "grad_norm": 3.5647740364074707,
1085
+ "learning_rate": 9.979127765670039e-05,
1086
+ "loss": 1.1398,
1087
+ "step": 154
1088
+ },
1089
+ {
1090
+ "epoch": 0.07924335378323108,
1091
+ "grad_norm": 3.8447012901306152,
1092
+ "learning_rate": 9.978348125698534e-05,
1093
+ "loss": 1.1126,
1094
+ "step": 155
1095
+ },
1096
+ {
1097
+ "epoch": 0.07975460122699386,
1098
+ "grad_norm": 3.9558143615722656,
1099
+ "learning_rate": 9.977554222133292e-05,
1100
+ "loss": 1.1155,
1101
+ "step": 156
1102
+ },
1103
+ {
1104
+ "epoch": 0.08026584867075665,
1105
+ "grad_norm": 3.363036870956421,
1106
+ "learning_rate": 9.976746057248943e-05,
1107
+ "loss": 0.9753,
1108
+ "step": 157
1109
+ },
1110
+ {
1111
+ "epoch": 0.08077709611451943,
1112
+ "grad_norm": 4.080865383148193,
1113
+ "learning_rate": 9.975923633360985e-05,
1114
+ "loss": 1.1136,
1115
+ "step": 158
1116
+ },
1117
+ {
1118
+ "epoch": 0.08128834355828221,
1119
+ "grad_norm": 3.7571935653686523,
1120
+ "learning_rate": 9.975086952825762e-05,
1121
+ "loss": 1.1015,
1122
+ "step": 159
1123
+ },
1124
+ {
1125
+ "epoch": 0.081799591002045,
1126
+ "grad_norm": 3.6946327686309814,
1127
+ "learning_rate": 9.974236018040474e-05,
1128
+ "loss": 1.0684,
1129
+ "step": 160
1130
+ },
1131
+ {
1132
+ "epoch": 0.08231083844580778,
1133
+ "grad_norm": 4.085092544555664,
1134
+ "learning_rate": 9.973370831443152e-05,
1135
+ "loss": 1.082,
1136
+ "step": 161
1137
+ },
1138
+ {
1139
+ "epoch": 0.08282208588957055,
1140
+ "grad_norm": 4.023382186889648,
1141
+ "learning_rate": 9.972491395512666e-05,
1142
+ "loss": 1.059,
1143
+ "step": 162
1144
+ },
1145
+ {
1146
+ "epoch": 0.08333333333333333,
1147
+ "grad_norm": 4.119484901428223,
1148
+ "learning_rate": 9.97159771276871e-05,
1149
+ "loss": 0.996,
1150
+ "step": 163
1151
+ },
1152
+ {
1153
+ "epoch": 0.08384458077709611,
1154
+ "grad_norm": 3.6977996826171875,
1155
+ "learning_rate": 9.970689785771798e-05,
1156
+ "loss": 1.0283,
1157
+ "step": 164
1158
+ },
1159
+ {
1160
+ "epoch": 0.0843558282208589,
1161
+ "grad_norm": 3.9231314659118652,
1162
+ "learning_rate": 9.969767617123256e-05,
1163
+ "loss": 1.0912,
1164
+ "step": 165
1165
+ },
1166
+ {
1167
+ "epoch": 0.08486707566462168,
1168
+ "grad_norm": 3.965254306793213,
1169
+ "learning_rate": 9.968831209465211e-05,
1170
+ "loss": 1.0856,
1171
+ "step": 166
1172
+ },
1173
+ {
1174
+ "epoch": 0.08537832310838446,
1175
+ "grad_norm": 3.6064834594726562,
1176
+ "learning_rate": 9.967880565480589e-05,
1177
+ "loss": 0.9545,
1178
+ "step": 167
1179
+ },
1180
+ {
1181
+ "epoch": 0.08588957055214724,
1182
+ "grad_norm": 4.335506439208984,
1183
+ "learning_rate": 9.966915687893108e-05,
1184
+ "loss": 1.0064,
1185
+ "step": 168
1186
+ },
1187
+ {
1188
+ "epoch": 0.08640081799591003,
1189
+ "grad_norm": 4.090417385101318,
1190
+ "learning_rate": 9.96593657946726e-05,
1191
+ "loss": 0.9032,
1192
+ "step": 169
1193
+ },
1194
+ {
1195
+ "epoch": 0.0869120654396728,
1196
+ "grad_norm": 4.244670391082764,
1197
+ "learning_rate": 9.964943243008315e-05,
1198
+ "loss": 0.9544,
1199
+ "step": 170
1200
+ },
1201
+ {
1202
+ "epoch": 0.08742331288343558,
1203
+ "grad_norm": 4.027634143829346,
1204
+ "learning_rate": 9.963935681362308e-05,
1205
+ "loss": 1.0019,
1206
+ "step": 171
1207
+ },
1208
+ {
1209
+ "epoch": 0.08793456032719836,
1210
+ "grad_norm": 4.118989944458008,
1211
+ "learning_rate": 9.962913897416028e-05,
1212
+ "loss": 0.9132,
1213
+ "step": 172
1214
+ },
1215
+ {
1216
+ "epoch": 0.08844580777096114,
1217
+ "grad_norm": 4.275842666625977,
1218
+ "learning_rate": 9.961877894097016e-05,
1219
+ "loss": 0.9875,
1220
+ "step": 173
1221
+ },
1222
+ {
1223
+ "epoch": 0.08895705521472393,
1224
+ "grad_norm": 4.40177059173584,
1225
+ "learning_rate": 9.96082767437355e-05,
1226
+ "loss": 1.0284,
1227
+ "step": 174
1228
+ },
1229
+ {
1230
+ "epoch": 0.08946830265848671,
1231
+ "grad_norm": 4.55718994140625,
1232
+ "learning_rate": 9.959763241254645e-05,
1233
+ "loss": 1.0491,
1234
+ "step": 175
1235
+ },
1236
+ {
1237
+ "epoch": 0.08997955010224949,
1238
+ "grad_norm": 3.950263261795044,
1239
+ "learning_rate": 9.958684597790031e-05,
1240
+ "loss": 0.8668,
1241
+ "step": 176
1242
+ },
1243
+ {
1244
+ "epoch": 0.09049079754601227,
1245
+ "grad_norm": 4.344690322875977,
1246
+ "learning_rate": 9.957591747070163e-05,
1247
+ "loss": 0.9561,
1248
+ "step": 177
1249
+ },
1250
+ {
1251
+ "epoch": 0.09100204498977506,
1252
+ "grad_norm": 4.7496232986450195,
1253
+ "learning_rate": 9.95648469222619e-05,
1254
+ "loss": 1.2058,
1255
+ "step": 178
1256
+ },
1257
+ {
1258
+ "epoch": 0.09151329243353783,
1259
+ "grad_norm": 4.409940242767334,
1260
+ "learning_rate": 9.955363436429968e-05,
1261
+ "loss": 1.0548,
1262
+ "step": 179
1263
+ },
1264
+ {
1265
+ "epoch": 0.09202453987730061,
1266
+ "grad_norm": 4.629715919494629,
1267
+ "learning_rate": 9.954227982894034e-05,
1268
+ "loss": 0.9482,
1269
+ "step": 180
1270
+ },
1271
+ {
1272
+ "epoch": 0.09253578732106339,
1273
+ "grad_norm": 4.308309078216553,
1274
+ "learning_rate": 9.953078334871606e-05,
1275
+ "loss": 0.9435,
1276
+ "step": 181
1277
+ },
1278
+ {
1279
+ "epoch": 0.09304703476482618,
1280
+ "grad_norm": 4.249781131744385,
1281
+ "learning_rate": 9.951914495656569e-05,
1282
+ "loss": 0.9578,
1283
+ "step": 182
1284
+ },
1285
+ {
1286
+ "epoch": 0.09355828220858896,
1287
+ "grad_norm": 4.906545162200928,
1288
+ "learning_rate": 9.950736468583468e-05,
1289
+ "loss": 1.0188,
1290
+ "step": 183
1291
+ },
1292
+ {
1293
+ "epoch": 0.09406952965235174,
1294
+ "grad_norm": 5.413058280944824,
1295
+ "learning_rate": 9.949544257027502e-05,
1296
+ "loss": 1.1337,
1297
+ "step": 184
1298
+ },
1299
+ {
1300
+ "epoch": 0.09458077709611452,
1301
+ "grad_norm": 4.498751640319824,
1302
+ "learning_rate": 9.948337864404504e-05,
1303
+ "loss": 0.9442,
1304
+ "step": 185
1305
+ },
1306
+ {
1307
+ "epoch": 0.0950920245398773,
1308
+ "grad_norm": 4.727104187011719,
1309
+ "learning_rate": 9.947117294170944e-05,
1310
+ "loss": 1.0067,
1311
+ "step": 186
1312
+ },
1313
+ {
1314
+ "epoch": 0.09560327198364008,
1315
+ "grad_norm": 4.974936008453369,
1316
+ "learning_rate": 9.945882549823906e-05,
1317
+ "loss": 1.0294,
1318
+ "step": 187
1319
+ },
1320
+ {
1321
+ "epoch": 0.09611451942740286,
1322
+ "grad_norm": 5.312014102935791,
1323
+ "learning_rate": 9.944633634901088e-05,
1324
+ "loss": 0.9887,
1325
+ "step": 188
1326
+ },
1327
+ {
1328
+ "epoch": 0.09662576687116564,
1329
+ "grad_norm": 5.3448405265808105,
1330
+ "learning_rate": 9.943370552980791e-05,
1331
+ "loss": 0.9342,
1332
+ "step": 189
1333
+ },
1334
+ {
1335
+ "epoch": 0.09713701431492842,
1336
+ "grad_norm": 5.098217964172363,
1337
+ "learning_rate": 9.942093307681901e-05,
1338
+ "loss": 0.9,
1339
+ "step": 190
1340
+ },
1341
+ {
1342
+ "epoch": 0.09764826175869121,
1343
+ "grad_norm": 5.733004570007324,
1344
+ "learning_rate": 9.940801902663889e-05,
1345
+ "loss": 1.0274,
1346
+ "step": 191
1347
+ },
1348
+ {
1349
+ "epoch": 0.09815950920245399,
1350
+ "grad_norm": 5.353964328765869,
1351
+ "learning_rate": 9.939496341626791e-05,
1352
+ "loss": 1.0018,
1353
+ "step": 192
1354
+ },
1355
+ {
1356
+ "epoch": 0.09867075664621677,
1357
+ "grad_norm": 5.414928913116455,
1358
+ "learning_rate": 9.938176628311204e-05,
1359
+ "loss": 0.8237,
1360
+ "step": 193
1361
+ },
1362
+ {
1363
+ "epoch": 0.09918200408997956,
1364
+ "grad_norm": 5.456855297088623,
1365
+ "learning_rate": 9.936842766498273e-05,
1366
+ "loss": 0.9474,
1367
+ "step": 194
1368
+ },
1369
+ {
1370
+ "epoch": 0.09969325153374232,
1371
+ "grad_norm": 6.7383856773376465,
1372
+ "learning_rate": 9.935494760009678e-05,
1373
+ "loss": 1.0278,
1374
+ "step": 195
1375
+ },
1376
+ {
1377
+ "epoch": 0.10020449897750511,
1378
+ "grad_norm": 6.588730812072754,
1379
+ "learning_rate": 9.934132612707632e-05,
1380
+ "loss": 1.0217,
1381
+ "step": 196
1382
+ },
1383
+ {
1384
+ "epoch": 0.10071574642126789,
1385
+ "grad_norm": 7.4416093826293945,
1386
+ "learning_rate": 9.932756328494852e-05,
1387
+ "loss": 0.9317,
1388
+ "step": 197
1389
+ },
1390
+ {
1391
+ "epoch": 0.10122699386503067,
1392
+ "grad_norm": 7.225059986114502,
1393
+ "learning_rate": 9.931365911314572e-05,
1394
+ "loss": 0.8769,
1395
+ "step": 198
1396
+ },
1397
+ {
1398
+ "epoch": 0.10173824130879346,
1399
+ "grad_norm": 7.279494285583496,
1400
+ "learning_rate": 9.929961365150506e-05,
1401
+ "loss": 0.6817,
1402
+ "step": 199
1403
+ },
1404
+ {
1405
+ "epoch": 0.10224948875255624,
1406
+ "grad_norm": 10.894880294799805,
1407
+ "learning_rate": 9.928542694026862e-05,
1408
+ "loss": 0.9749,
1409
+ "step": 200
1410
+ },
1411
+ {
1412
+ "epoch": 0.10276073619631902,
1413
+ "grad_norm": 3.4081413745880127,
1414
+ "learning_rate": 9.927109902008303e-05,
1415
+ "loss": 0.9225,
1416
+ "step": 201
1417
+ },
1418
+ {
1419
+ "epoch": 0.1032719836400818,
1420
+ "grad_norm": 4.234488010406494,
1421
+ "learning_rate": 9.925662993199967e-05,
1422
+ "loss": 1.1298,
1423
+ "step": 202
1424
+ },
1425
+ {
1426
+ "epoch": 0.10378323108384459,
1427
+ "grad_norm": 3.798875093460083,
1428
+ "learning_rate": 9.924201971747423e-05,
1429
+ "loss": 1.0496,
1430
+ "step": 203
1431
+ },
1432
+ {
1433
+ "epoch": 0.10429447852760736,
1434
+ "grad_norm": 3.6677727699279785,
1435
+ "learning_rate": 9.922726841836684e-05,
1436
+ "loss": 1.1259,
1437
+ "step": 204
1438
+ },
1439
+ {
1440
+ "epoch": 0.10480572597137014,
1441
+ "grad_norm": 3.7715201377868652,
1442
+ "learning_rate": 9.921237607694184e-05,
1443
+ "loss": 1.105,
1444
+ "step": 205
1445
+ },
1446
+ {
1447
+ "epoch": 0.10531697341513292,
1448
+ "grad_norm": 3.534221649169922,
1449
+ "learning_rate": 9.919734273586767e-05,
1450
+ "loss": 1.0223,
1451
+ "step": 206
1452
+ },
1453
+ {
1454
+ "epoch": 0.1058282208588957,
1455
+ "grad_norm": 3.9099631309509277,
1456
+ "learning_rate": 9.91821684382167e-05,
1457
+ "loss": 1.0874,
1458
+ "step": 207
1459
+ },
1460
+ {
1461
+ "epoch": 0.10633946830265849,
1462
+ "grad_norm": 3.318946361541748,
1463
+ "learning_rate": 9.916685322746524e-05,
1464
+ "loss": 0.9967,
1465
+ "step": 208
1466
+ },
1467
+ {
1468
+ "epoch": 0.10685071574642127,
1469
+ "grad_norm": 4.089531421661377,
1470
+ "learning_rate": 9.915139714749328e-05,
1471
+ "loss": 0.973,
1472
+ "step": 209
1473
+ },
1474
+ {
1475
+ "epoch": 0.10736196319018405,
1476
+ "grad_norm": 3.753154993057251,
1477
+ "learning_rate": 9.913580024258442e-05,
1478
+ "loss": 1.0184,
1479
+ "step": 210
1480
+ },
1481
+ {
1482
+ "epoch": 0.10787321063394684,
1483
+ "grad_norm": 4.053317070007324,
1484
+ "learning_rate": 9.912006255742579e-05,
1485
+ "loss": 1.1166,
1486
+ "step": 211
1487
+ },
1488
+ {
1489
+ "epoch": 0.1083844580777096,
1490
+ "grad_norm": 3.554300308227539,
1491
+ "learning_rate": 9.91041841371078e-05,
1492
+ "loss": 0.9794,
1493
+ "step": 212
1494
+ },
1495
+ {
1496
+ "epoch": 0.10889570552147239,
1497
+ "grad_norm": 3.9923880100250244,
1498
+ "learning_rate": 9.908816502712415e-05,
1499
+ "loss": 1.1504,
1500
+ "step": 213
1501
+ },
1502
+ {
1503
+ "epoch": 0.10940695296523517,
1504
+ "grad_norm": 3.900874137878418,
1505
+ "learning_rate": 9.90720052733716e-05,
1506
+ "loss": 1.0554,
1507
+ "step": 214
1508
+ },
1509
+ {
1510
+ "epoch": 0.10991820040899795,
1511
+ "grad_norm": 3.914747714996338,
1512
+ "learning_rate": 9.905570492214987e-05,
1513
+ "loss": 1.0801,
1514
+ "step": 215
1515
+ },
1516
+ {
1517
+ "epoch": 0.11042944785276074,
1518
+ "grad_norm": 4.028392791748047,
1519
+ "learning_rate": 9.903926402016153e-05,
1520
+ "loss": 1.0332,
1521
+ "step": 216
1522
+ },
1523
+ {
1524
+ "epoch": 0.11094069529652352,
1525
+ "grad_norm": 4.589059829711914,
1526
+ "learning_rate": 9.902268261451182e-05,
1527
+ "loss": 1.0179,
1528
+ "step": 217
1529
+ },
1530
+ {
1531
+ "epoch": 0.1114519427402863,
1532
+ "grad_norm": 4.278644561767578,
1533
+ "learning_rate": 9.900596075270856e-05,
1534
+ "loss": 1.0743,
1535
+ "step": 218
1536
+ },
1537
+ {
1538
+ "epoch": 0.11196319018404909,
1539
+ "grad_norm": 4.3040008544921875,
1540
+ "learning_rate": 9.898909848266196e-05,
1541
+ "loss": 0.9975,
1542
+ "step": 219
1543
+ },
1544
+ {
1545
+ "epoch": 0.11247443762781185,
1546
+ "grad_norm": 3.8854451179504395,
1547
+ "learning_rate": 9.897209585268458e-05,
1548
+ "loss": 1.003,
1549
+ "step": 220
1550
+ },
1551
+ {
1552
+ "epoch": 0.11298568507157464,
1553
+ "grad_norm": 4.615149021148682,
1554
+ "learning_rate": 9.89549529114911e-05,
1555
+ "loss": 0.9241,
1556
+ "step": 221
1557
+ },
1558
+ {
1559
+ "epoch": 0.11349693251533742,
1560
+ "grad_norm": 4.247766494750977,
1561
+ "learning_rate": 9.893766970819819e-05,
1562
+ "loss": 0.9801,
1563
+ "step": 222
1564
+ },
1565
+ {
1566
+ "epoch": 0.1140081799591002,
1567
+ "grad_norm": 4.650023460388184,
1568
+ "learning_rate": 9.89202462923244e-05,
1569
+ "loss": 1.0031,
1570
+ "step": 223
1571
+ },
1572
+ {
1573
+ "epoch": 0.11451942740286299,
1574
+ "grad_norm": 4.242456912994385,
1575
+ "learning_rate": 9.890268271379e-05,
1576
+ "loss": 1.0527,
1577
+ "step": 224
1578
+ },
1579
+ {
1580
+ "epoch": 0.11503067484662577,
1581
+ "grad_norm": 4.012096881866455,
1582
+ "learning_rate": 9.888497902291685e-05,
1583
+ "loss": 0.9761,
1584
+ "step": 225
1585
+ },
1586
+ {
1587
+ "epoch": 0.11554192229038855,
1588
+ "grad_norm": 4.403133392333984,
1589
+ "learning_rate": 9.886713527042828e-05,
1590
+ "loss": 0.9944,
1591
+ "step": 226
1592
+ },
1593
+ {
1594
+ "epoch": 0.11605316973415133,
1595
+ "grad_norm": 4.339402675628662,
1596
+ "learning_rate": 9.884915150744885e-05,
1597
+ "loss": 1.0336,
1598
+ "step": 227
1599
+ },
1600
+ {
1601
+ "epoch": 0.1165644171779141,
1602
+ "grad_norm": 5.434019088745117,
1603
+ "learning_rate": 9.883102778550434e-05,
1604
+ "loss": 1.0191,
1605
+ "step": 228
1606
+ },
1607
+ {
1608
+ "epoch": 0.11707566462167689,
1609
+ "grad_norm": 4.682615280151367,
1610
+ "learning_rate": 9.881276415652148e-05,
1611
+ "loss": 0.9405,
1612
+ "step": 229
1613
+ },
1614
+ {
1615
+ "epoch": 0.11758691206543967,
1616
+ "grad_norm": 4.088139057159424,
1617
+ "learning_rate": 9.879436067282783e-05,
1618
+ "loss": 0.8859,
1619
+ "step": 230
1620
+ },
1621
+ {
1622
+ "epoch": 0.11809815950920245,
1623
+ "grad_norm": 4.25062370300293,
1624
+ "learning_rate": 9.877581738715174e-05,
1625
+ "loss": 0.9826,
1626
+ "step": 231
1627
+ },
1628
+ {
1629
+ "epoch": 0.11860940695296524,
1630
+ "grad_norm": 4.560945510864258,
1631
+ "learning_rate": 9.875713435262203e-05,
1632
+ "loss": 0.8834,
1633
+ "step": 232
1634
+ },
1635
+ {
1636
+ "epoch": 0.11912065439672802,
1637
+ "grad_norm": 4.465799331665039,
1638
+ "learning_rate": 9.873831162276796e-05,
1639
+ "loss": 0.9343,
1640
+ "step": 233
1641
+ },
1642
+ {
1643
+ "epoch": 0.1196319018404908,
1644
+ "grad_norm": 4.841387748718262,
1645
+ "learning_rate": 9.871934925151898e-05,
1646
+ "loss": 0.9551,
1647
+ "step": 234
1648
+ },
1649
+ {
1650
+ "epoch": 0.12014314928425358,
1651
+ "grad_norm": 4.5967326164245605,
1652
+ "learning_rate": 9.870024729320471e-05,
1653
+ "loss": 0.9566,
1654
+ "step": 235
1655
+ },
1656
+ {
1657
+ "epoch": 0.12065439672801637,
1658
+ "grad_norm": 5.284646987915039,
1659
+ "learning_rate": 9.868100580255466e-05,
1660
+ "loss": 0.9958,
1661
+ "step": 236
1662
+ },
1663
+ {
1664
+ "epoch": 0.12116564417177914,
1665
+ "grad_norm": 5.193093299865723,
1666
+ "learning_rate": 9.86616248346981e-05,
1667
+ "loss": 1.0898,
1668
+ "step": 237
1669
+ },
1670
+ {
1671
+ "epoch": 0.12167689161554192,
1672
+ "grad_norm": 5.222631931304932,
1673
+ "learning_rate": 9.864210444516395e-05,
1674
+ "loss": 0.9452,
1675
+ "step": 238
1676
+ },
1677
+ {
1678
+ "epoch": 0.1221881390593047,
1679
+ "grad_norm": 5.9728569984436035,
1680
+ "learning_rate": 9.86224446898806e-05,
1681
+ "loss": 1.0229,
1682
+ "step": 239
1683
+ }
1684
+ ],
1685
+ "logging_steps": 1,
1686
+ "max_steps": 1956,
1687
+ "num_input_tokens_seen": 0,
1688
+ "num_train_epochs": 1,
1689
+ "save_steps": 239,
1690
+ "stateful_callbacks": {
1691
+ "TrainerControl": {
1692
+ "args": {
1693
+ "should_epoch_stop": false,
1694
+ "should_evaluate": false,
1695
+ "should_log": false,
1696
+ "should_save": true,
1697
+ "should_training_stop": false
1698
+ },
1699
+ "attributes": {}
1700
+ }
1701
+ },
1702
+ "total_flos": 9.135735681790771e+16,
1703
+ "train_batch_size": 8,
1704
+ "trial_name": null,
1705
+ "trial_params": null
1706
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc5251bf95070f231470f9c38db9e7d00dc699a13c521ea498c351ab37f51204
3
+ size 6840
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff