diaenra commited on
Commit
79e01c5
·
verified ·
1 Parent(s): 110c63e

Training in progress, step 239, checkpoint

Browse files
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: TinyLlama/TinyLlama_v1.1
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": "TinyLlama/TinyLlama_v1.1",
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
+ "up_proj",
27
+ "down_proj",
28
+ "q_proj",
29
+ "gate_proj",
30
+ "v_proj",
31
+ "k_proj",
32
+ "o_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:51ed31c6886d59d8c8c84092d306ffc184e9cc05aa0d22d134137a8ca6a8219f
3
+ size 363110568
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17365ac8cba01b59e889cd7fc0f9bd9307f8892a6512d29149e289f8604a2d40
3
+ size 726400058
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c2e757348402ceb350596155b0544f8eafe5e1344a071c5e0c5fbf224dbaf55
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12efcf2c5c1be649befd35b88e929957dc53f79e84d21bc2f00fdf6966cbce86
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "bos_token": "<s>",
32
+ "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 %}",
33
+ "clean_up_tokenization_spaces": false,
34
+ "eos_token": "</s>",
35
+ "legacy": false,
36
+ "model_max_length": 1000000000000000019884624838656,
37
+ "pad_token": "</s>",
38
+ "padding_side": "right",
39
+ "sp_model_kwargs": {},
40
+ "tokenizer_class": "LlamaTokenizer",
41
+ "unk_token": "<unk>",
42
+ "use_default_system_prompt": false
43
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,1706 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.7039764359351989,
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.0029455081001472753,
13
+ "grad_norm": 148176371712.0,
14
+ "learning_rate": 1.0000000000000002e-06,
15
+ "loss": 3.5829,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.005891016200294551,
20
+ "grad_norm": 521838526464.0,
21
+ "learning_rate": 2.0000000000000003e-06,
22
+ "loss": 3.7866,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.008836524300441826,
27
+ "grad_norm": 29312.015625,
28
+ "learning_rate": 3e-06,
29
+ "loss": 5.4788,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.011782032400589101,
34
+ "grad_norm": 4224.009765625,
35
+ "learning_rate": 4.000000000000001e-06,
36
+ "loss": 4.9963,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.014727540500736377,
41
+ "grad_norm": 6816.009765625,
42
+ "learning_rate": 5e-06,
43
+ "loss": 6.1696,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.017673048600883652,
48
+ "grad_norm": 37120.00390625,
49
+ "learning_rate": 6e-06,
50
+ "loss": 6.0103,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.020618556701030927,
55
+ "grad_norm": 16512.0078125,
56
+ "learning_rate": 7.000000000000001e-06,
57
+ "loss": 5.2747,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.023564064801178203,
62
+ "grad_norm": 4544.0126953125,
63
+ "learning_rate": 8.000000000000001e-06,
64
+ "loss": 5.0828,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.026509572901325478,
69
+ "grad_norm": 1360.0126953125,
70
+ "learning_rate": 9e-06,
71
+ "loss": 4.4745,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.029455081001472753,
76
+ "grad_norm": 2528.019287109375,
77
+ "learning_rate": 1e-05,
78
+ "loss": 6.0115,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.03240058910162003,
83
+ "grad_norm": 608.0706787109375,
84
+ "learning_rate": 1.1000000000000001e-05,
85
+ "loss": 5.1475,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.035346097201767304,
90
+ "grad_norm": 1560.0152587890625,
91
+ "learning_rate": 1.2e-05,
92
+ "loss": 5.2077,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.03829160530191458,
97
+ "grad_norm": 1152.024169921875,
98
+ "learning_rate": 1.3000000000000001e-05,
99
+ "loss": 4.9248,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.041237113402061855,
104
+ "grad_norm": 1096.0169677734375,
105
+ "learning_rate": 1.4000000000000001e-05,
106
+ "loss": 4.3356,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.044182621502209134,
111
+ "grad_norm": 2560.037841796875,
112
+ "learning_rate": 1.5e-05,
113
+ "loss": 5.9271,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.047128129602356406,
118
+ "grad_norm": 1312.0172119140625,
119
+ "learning_rate": 1.6000000000000003e-05,
120
+ "loss": 4.9467,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.050073637702503684,
125
+ "grad_norm": 748.0582275390625,
126
+ "learning_rate": 1.7000000000000003e-05,
127
+ "loss": 5.5781,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.053019145802650956,
132
+ "grad_norm": 608.0347290039062,
133
+ "learning_rate": 1.8e-05,
134
+ "loss": 4.9313,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.055964653902798235,
139
+ "grad_norm": 444.0478820800781,
140
+ "learning_rate": 1.9e-05,
141
+ "loss": 4.7802,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.05891016200294551,
146
+ "grad_norm": 400.05474853515625,
147
+ "learning_rate": 2e-05,
148
+ "loss": 4.9916,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.061855670103092786,
153
+ "grad_norm": 324.0529479980469,
154
+ "learning_rate": 2.1e-05,
155
+ "loss": 4.5852,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.06480117820324006,
160
+ "grad_norm": 552.0383911132812,
161
+ "learning_rate": 2.2000000000000003e-05,
162
+ "loss": 4.5658,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.06774668630338733,
167
+ "grad_norm": 780.0543823242188,
168
+ "learning_rate": 2.3000000000000003e-05,
169
+ "loss": 4.9509,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.07069219440353461,
174
+ "grad_norm": 1352.05712890625,
175
+ "learning_rate": 2.4e-05,
176
+ "loss": 4.9526,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.07363770250368189,
181
+ "grad_norm": 692.063720703125,
182
+ "learning_rate": 2.5e-05,
183
+ "loss": 5.1079,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.07658321060382917,
188
+ "grad_norm": 940.0375366210938,
189
+ "learning_rate": 2.6000000000000002e-05,
190
+ "loss": 4.3864,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.07952871870397643,
195
+ "grad_norm": 406.0652770996094,
196
+ "learning_rate": 2.7000000000000002e-05,
197
+ "loss": 4.7486,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.08247422680412371,
202
+ "grad_norm": 736.0764770507812,
203
+ "learning_rate": 2.8000000000000003e-05,
204
+ "loss": 5.4081,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 0.08541973490427099,
209
+ "grad_norm": 1240.040283203125,
210
+ "learning_rate": 2.9e-05,
211
+ "loss": 4.6019,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 0.08836524300441827,
216
+ "grad_norm": 1312.10302734375,
217
+ "learning_rate": 3e-05,
218
+ "loss": 5.481,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 0.09131075110456553,
223
+ "grad_norm": 466.0743103027344,
224
+ "learning_rate": 3.1e-05,
225
+ "loss": 4.4326,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 0.09425625920471281,
230
+ "grad_norm": 828.0822143554688,
231
+ "learning_rate": 3.2000000000000005e-05,
232
+ "loss": 5.0284,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 0.09720176730486009,
237
+ "grad_norm": 764.077880859375,
238
+ "learning_rate": 3.3e-05,
239
+ "loss": 4.9104,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 0.10014727540500737,
244
+ "grad_norm": 231.1255340576172,
245
+ "learning_rate": 3.4000000000000007e-05,
246
+ "loss": 3.9872,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 0.10309278350515463,
251
+ "grad_norm": 434.1127624511719,
252
+ "learning_rate": 3.5e-05,
253
+ "loss": 5.2373,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 0.10603829160530191,
258
+ "grad_norm": 253.16815185546875,
259
+ "learning_rate": 3.6e-05,
260
+ "loss": 4.8148,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 0.10898379970544919,
265
+ "grad_norm": 290.1834716796875,
266
+ "learning_rate": 3.7e-05,
267
+ "loss": 3.6852,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 0.11192930780559647,
272
+ "grad_norm": 584.0982666015625,
273
+ "learning_rate": 3.8e-05,
274
+ "loss": 3.8818,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 0.11487481590574374,
279
+ "grad_norm": 904.0762329101562,
280
+ "learning_rate": 3.9000000000000006e-05,
281
+ "loss": 4.2878,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 0.11782032400589101,
286
+ "grad_norm": 336.28033447265625,
287
+ "learning_rate": 4e-05,
288
+ "loss": 4.2046,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 0.12076583210603829,
293
+ "grad_norm": 704.1439208984375,
294
+ "learning_rate": 4.1e-05,
295
+ "loss": 4.4065,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 0.12371134020618557,
300
+ "grad_norm": 804.0842895507812,
301
+ "learning_rate": 4.2e-05,
302
+ "loss": 3.9044,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 0.12665684830633284,
307
+ "grad_norm": 752.0977172851562,
308
+ "learning_rate": 4.3e-05,
309
+ "loss": 3.5964,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 0.12960235640648013,
314
+ "grad_norm": 752.181884765625,
315
+ "learning_rate": 4.4000000000000006e-05,
316
+ "loss": 4.3488,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 0.1325478645066274,
321
+ "grad_norm": 664.2083129882812,
322
+ "learning_rate": 4.5e-05,
323
+ "loss": 4.6978,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 0.13549337260677466,
328
+ "grad_norm": 1984.197998046875,
329
+ "learning_rate": 4.600000000000001e-05,
330
+ "loss": 3.8173,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 0.13843888070692195,
335
+ "grad_norm": 1536.0904541015625,
336
+ "learning_rate": 4.7e-05,
337
+ "loss": 3.3992,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 0.14138438880706922,
342
+ "grad_norm": 616.1571044921875,
343
+ "learning_rate": 4.8e-05,
344
+ "loss": 3.5619,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 0.14432989690721648,
349
+ "grad_norm": 5408.072265625,
350
+ "learning_rate": 4.9e-05,
351
+ "loss": 4.3322,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 0.14727540500736377,
356
+ "grad_norm": 3408.068603515625,
357
+ "learning_rate": 5e-05,
358
+ "loss": 4.0344,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 0.15022091310751104,
363
+ "grad_norm": 724.0775146484375,
364
+ "learning_rate": 5.1000000000000006e-05,
365
+ "loss": 3.8171,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 0.15316642120765833,
370
+ "grad_norm": 1448.1661376953125,
371
+ "learning_rate": 5.2000000000000004e-05,
372
+ "loss": 2.6826,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 0.1561119293078056,
377
+ "grad_norm": 304.0506591796875,
378
+ "learning_rate": 5.300000000000001e-05,
379
+ "loss": 2.4422,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 0.15905743740795286,
384
+ "grad_norm": 396.0224914550781,
385
+ "learning_rate": 5.4000000000000005e-05,
386
+ "loss": 2.4475,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 0.16200294550810015,
391
+ "grad_norm": 684.0194702148438,
392
+ "learning_rate": 5.500000000000001e-05,
393
+ "loss": 2.2932,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 0.16494845360824742,
398
+ "grad_norm": 231.03273010253906,
399
+ "learning_rate": 5.6000000000000006e-05,
400
+ "loss": 2.5193,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 0.16789396170839468,
405
+ "grad_norm": 164.0357208251953,
406
+ "learning_rate": 5.6999999999999996e-05,
407
+ "loss": 1.9575,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 0.17083946980854198,
412
+ "grad_norm": 1600.0091552734375,
413
+ "learning_rate": 5.8e-05,
414
+ "loss": 2.5806,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 0.17378497790868924,
419
+ "grad_norm": 50.36320114135742,
420
+ "learning_rate": 5.9e-05,
421
+ "loss": 3.651,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 0.17673048600883653,
426
+ "grad_norm": 66.08223724365234,
427
+ "learning_rate": 6e-05,
428
+ "loss": 3.5998,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 0.1796759941089838,
433
+ "grad_norm": 20.88555335998535,
434
+ "learning_rate": 6.1e-05,
435
+ "loss": 3.2898,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 0.18262150220913106,
440
+ "grad_norm": 33.95121765136719,
441
+ "learning_rate": 6.2e-05,
442
+ "loss": 3.5322,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 0.18556701030927836,
447
+ "grad_norm": 18.569725036621094,
448
+ "learning_rate": 6.3e-05,
449
+ "loss": 2.7009,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 0.18851251840942562,
454
+ "grad_norm": 11.800430297851562,
455
+ "learning_rate": 6.400000000000001e-05,
456
+ "loss": 3.0148,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 0.19145802650957292,
461
+ "grad_norm": 11.598824501037598,
462
+ "learning_rate": 6.500000000000001e-05,
463
+ "loss": 2.5356,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 0.19440353460972018,
468
+ "grad_norm": 29.798603057861328,
469
+ "learning_rate": 6.6e-05,
470
+ "loss": 3.419,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 0.19734904270986744,
475
+ "grad_norm": 23.390228271484375,
476
+ "learning_rate": 6.7e-05,
477
+ "loss": 3.0823,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 0.20029455081001474,
482
+ "grad_norm": 30.04606056213379,
483
+ "learning_rate": 6.800000000000001e-05,
484
+ "loss": 2.6675,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 0.203240058910162,
489
+ "grad_norm": 59.424739837646484,
490
+ "learning_rate": 6.9e-05,
491
+ "loss": 2.6406,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 0.20618556701030927,
496
+ "grad_norm": 18.69099235534668,
497
+ "learning_rate": 7e-05,
498
+ "loss": 2.8912,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 0.20913107511045656,
503
+ "grad_norm": 11.040902137756348,
504
+ "learning_rate": 7.1e-05,
505
+ "loss": 2.2423,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 0.21207658321060383,
510
+ "grad_norm": 15.589529991149902,
511
+ "learning_rate": 7.2e-05,
512
+ "loss": 2.6387,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 0.21502209131075112,
517
+ "grad_norm": 8.346650123596191,
518
+ "learning_rate": 7.3e-05,
519
+ "loss": 2.7416,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 0.21796759941089838,
524
+ "grad_norm": 16.002195358276367,
525
+ "learning_rate": 7.4e-05,
526
+ "loss": 2.5981,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 0.22091310751104565,
531
+ "grad_norm": 12.781440734863281,
532
+ "learning_rate": 7.500000000000001e-05,
533
+ "loss": 2.8455,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 0.22385861561119294,
538
+ "grad_norm": 14.14976978302002,
539
+ "learning_rate": 7.6e-05,
540
+ "loss": 2.3376,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 0.2268041237113402,
545
+ "grad_norm": 14.174376487731934,
546
+ "learning_rate": 7.7e-05,
547
+ "loss": 2.2975,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 0.22974963181148747,
552
+ "grad_norm": 12.794411659240723,
553
+ "learning_rate": 7.800000000000001e-05,
554
+ "loss": 2.2424,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 0.23269513991163476,
559
+ "grad_norm": 8.186522483825684,
560
+ "learning_rate": 7.900000000000001e-05,
561
+ "loss": 1.9646,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 0.23564064801178203,
566
+ "grad_norm": 7.599482536315918,
567
+ "learning_rate": 8e-05,
568
+ "loss": 2.2699,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 0.23858615611192932,
573
+ "grad_norm": 13.385209083557129,
574
+ "learning_rate": 8.1e-05,
575
+ "loss": 2.9279,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 0.24153166421207659,
580
+ "grad_norm": 10.520708084106445,
581
+ "learning_rate": 8.2e-05,
582
+ "loss": 2.6627,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 0.24447717231222385,
587
+ "grad_norm": 10.881275177001953,
588
+ "learning_rate": 8.3e-05,
589
+ "loss": 2.6776,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 0.24742268041237114,
594
+ "grad_norm": 11.189691543579102,
595
+ "learning_rate": 8.4e-05,
596
+ "loss": 2.5101,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 0.2503681885125184,
601
+ "grad_norm": 14.185538291931152,
602
+ "learning_rate": 8.5e-05,
603
+ "loss": 2.4517,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 0.2533136966126657,
608
+ "grad_norm": 11.319371223449707,
609
+ "learning_rate": 8.6e-05,
610
+ "loss": 2.3935,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 0.25625920471281294,
615
+ "grad_norm": 11.8043212890625,
616
+ "learning_rate": 8.7e-05,
617
+ "loss": 2.3776,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 0.25920471281296026,
622
+ "grad_norm": 17.876741409301758,
623
+ "learning_rate": 8.800000000000001e-05,
624
+ "loss": 2.1173,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 0.2621502209131075,
629
+ "grad_norm": 9.818507194519043,
630
+ "learning_rate": 8.900000000000001e-05,
631
+ "loss": 2.4566,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 0.2650957290132548,
636
+ "grad_norm": 17.97085189819336,
637
+ "learning_rate": 9e-05,
638
+ "loss": 2.4889,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 0.26804123711340205,
643
+ "grad_norm": 13.525333404541016,
644
+ "learning_rate": 9.1e-05,
645
+ "loss": 2.6413,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 0.2709867452135493,
650
+ "grad_norm": 11.17566204071045,
651
+ "learning_rate": 9.200000000000001e-05,
652
+ "loss": 2.5934,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 0.27393225331369664,
657
+ "grad_norm": 10.861861228942871,
658
+ "learning_rate": 9.300000000000001e-05,
659
+ "loss": 2.0431,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 0.2768777614138439,
664
+ "grad_norm": 10.782200813293457,
665
+ "learning_rate": 9.4e-05,
666
+ "loss": 2.2952,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 0.27982326951399117,
671
+ "grad_norm": 10.202653884887695,
672
+ "learning_rate": 9.5e-05,
673
+ "loss": 1.9,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 0.28276877761413843,
678
+ "grad_norm": 11.118406295776367,
679
+ "learning_rate": 9.6e-05,
680
+ "loss": 1.8267,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 0.2857142857142857,
685
+ "grad_norm": 11.998210906982422,
686
+ "learning_rate": 9.7e-05,
687
+ "loss": 2.7094,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 0.28865979381443296,
692
+ "grad_norm": 11.203243255615234,
693
+ "learning_rate": 9.8e-05,
694
+ "loss": 2.6765,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 0.2916053019145803,
699
+ "grad_norm": 11.754383087158203,
700
+ "learning_rate": 9.900000000000001e-05,
701
+ "loss": 2.323,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 0.29455081001472755,
706
+ "grad_norm": 20.766103744506836,
707
+ "learning_rate": 0.0001,
708
+ "loss": 3.2395,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 0.2974963181148748,
713
+ "grad_norm": 19.38508415222168,
714
+ "learning_rate": 9.999568045802217e-05,
715
+ "loss": 3.1611,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 0.3004418262150221,
720
+ "grad_norm": 12.322184562683105,
721
+ "learning_rate": 9.998272257842641e-05,
722
+ "loss": 1.8749,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 0.30338733431516934,
727
+ "grad_norm": 8.819778442382812,
728
+ "learning_rate": 9.996112860009688e-05,
729
+ "loss": 2.1352,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 0.30633284241531666,
734
+ "grad_norm": 4.589802265167236,
735
+ "learning_rate": 9.993090225407743e-05,
736
+ "loss": 1.9195,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 0.30927835051546393,
741
+ "grad_norm": 3.1305477619171143,
742
+ "learning_rate": 9.989204876292688e-05,
743
+ "loss": 1.6522,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 0.3122238586156112,
748
+ "grad_norm": 2.7143571376800537,
749
+ "learning_rate": 9.984457483981669e-05,
750
+ "loss": 1.1763,
751
+ "step": 106
752
+ },
753
+ {
754
+ "epoch": 0.31516936671575846,
755
+ "grad_norm": 2.8804931640625,
756
+ "learning_rate": 9.978848868737098e-05,
757
+ "loss": 1.7974,
758
+ "step": 107
759
+ },
760
+ {
761
+ "epoch": 0.3181148748159057,
762
+ "grad_norm": 3.790278673171997,
763
+ "learning_rate": 9.972379999624936e-05,
764
+ "loss": 2.1482,
765
+ "step": 108
766
+ },
767
+ {
768
+ "epoch": 0.32106038291605304,
769
+ "grad_norm": 4.674582004547119,
770
+ "learning_rate": 9.96505199434725e-05,
771
+ "loss": 2.5313,
772
+ "step": 109
773
+ },
774
+ {
775
+ "epoch": 0.3240058910162003,
776
+ "grad_norm": 3.20375657081604,
777
+ "learning_rate": 9.956866119049095e-05,
778
+ "loss": 2.2333,
779
+ "step": 110
780
+ },
781
+ {
782
+ "epoch": 0.3269513991163476,
783
+ "grad_norm": 3.65432071685791,
784
+ "learning_rate": 9.947823788099753e-05,
785
+ "loss": 2.3037,
786
+ "step": 111
787
+ },
788
+ {
789
+ "epoch": 0.32989690721649484,
790
+ "grad_norm": 4.25070858001709,
791
+ "learning_rate": 9.937926563848346e-05,
792
+ "loss": 2.1421,
793
+ "step": 112
794
+ },
795
+ {
796
+ "epoch": 0.3328424153166421,
797
+ "grad_norm": 3.4754691123962402,
798
+ "learning_rate": 9.927176156353899e-05,
799
+ "loss": 1.6731,
800
+ "step": 113
801
+ },
802
+ {
803
+ "epoch": 0.33578792341678937,
804
+ "grad_norm": 4.312386989593506,
805
+ "learning_rate": 9.91557442308987e-05,
806
+ "loss": 2.2766,
807
+ "step": 114
808
+ },
809
+ {
810
+ "epoch": 0.3387334315169367,
811
+ "grad_norm": 8.520076751708984,
812
+ "learning_rate": 9.903123368623216e-05,
813
+ "loss": 2.3844,
814
+ "step": 115
815
+ },
816
+ {
817
+ "epoch": 0.34167893961708395,
818
+ "grad_norm": 9.280426979064941,
819
+ "learning_rate": 9.889825144268029e-05,
820
+ "loss": 2.5895,
821
+ "step": 116
822
+ },
823
+ {
824
+ "epoch": 0.3446244477172312,
825
+ "grad_norm": 5.867470741271973,
826
+ "learning_rate": 9.875682047713846e-05,
827
+ "loss": 2.1818,
828
+ "step": 117
829
+ },
830
+ {
831
+ "epoch": 0.3475699558173785,
832
+ "grad_norm": 4.29853630065918,
833
+ "learning_rate": 9.860696522628639e-05,
834
+ "loss": 2.1243,
835
+ "step": 118
836
+ },
837
+ {
838
+ "epoch": 0.35051546391752575,
839
+ "grad_norm": 4.369655132293701,
840
+ "learning_rate": 9.844871158236591e-05,
841
+ "loss": 1.9835,
842
+ "step": 119
843
+ },
844
+ {
845
+ "epoch": 0.35346097201767307,
846
+ "grad_norm": 15.677599906921387,
847
+ "learning_rate": 9.828208688870735e-05,
848
+ "loss": 2.3591,
849
+ "step": 120
850
+ },
851
+ {
852
+ "epoch": 0.35640648011782033,
853
+ "grad_norm": 7.070474624633789,
854
+ "learning_rate": 9.810711993500507e-05,
855
+ "loss": 2.1378,
856
+ "step": 121
857
+ },
858
+ {
859
+ "epoch": 0.3593519882179676,
860
+ "grad_norm": 4.5425004959106445,
861
+ "learning_rate": 9.792384095234313e-05,
862
+ "loss": 1.838,
863
+ "step": 122
864
+ },
865
+ {
866
+ "epoch": 0.36229749631811486,
867
+ "grad_norm": 5.75803804397583,
868
+ "learning_rate": 9.773228160797188e-05,
869
+ "loss": 2.045,
870
+ "step": 123
871
+ },
872
+ {
873
+ "epoch": 0.36524300441826213,
874
+ "grad_norm": 4.905186653137207,
875
+ "learning_rate": 9.753247499983649e-05,
876
+ "loss": 2.263,
877
+ "step": 124
878
+ },
879
+ {
880
+ "epoch": 0.36818851251840945,
881
+ "grad_norm": 5.079438209533691,
882
+ "learning_rate": 9.732445565085824e-05,
883
+ "loss": 1.9375,
884
+ "step": 125
885
+ },
886
+ {
887
+ "epoch": 0.3711340206185567,
888
+ "grad_norm": 5.083024978637695,
889
+ "learning_rate": 9.71082595029695e-05,
890
+ "loss": 1.9512,
891
+ "step": 126
892
+ },
893
+ {
894
+ "epoch": 0.374079528718704,
895
+ "grad_norm": 5.701948642730713,
896
+ "learning_rate": 9.688392391090373e-05,
897
+ "loss": 2.0932,
898
+ "step": 127
899
+ },
900
+ {
901
+ "epoch": 0.37702503681885124,
902
+ "grad_norm": 5.612240314483643,
903
+ "learning_rate": 9.665148763574123e-05,
904
+ "loss": 2.1218,
905
+ "step": 128
906
+ },
907
+ {
908
+ "epoch": 0.3799705449189985,
909
+ "grad_norm": 5.693153381347656,
910
+ "learning_rate": 9.64109908382119e-05,
911
+ "loss": 2.4763,
912
+ "step": 129
913
+ },
914
+ {
915
+ "epoch": 0.38291605301914583,
916
+ "grad_norm": 5.299254417419434,
917
+ "learning_rate": 9.616247507175623e-05,
918
+ "loss": 2.3062,
919
+ "step": 130
920
+ },
921
+ {
922
+ "epoch": 0.3858615611192931,
923
+ "grad_norm": 5.711902618408203,
924
+ "learning_rate": 9.590598327534564e-05,
925
+ "loss": 2.4087,
926
+ "step": 131
927
+ },
928
+ {
929
+ "epoch": 0.38880706921944036,
930
+ "grad_norm": 4.181498050689697,
931
+ "learning_rate": 9.564155976606339e-05,
932
+ "loss": 1.7175,
933
+ "step": 132
934
+ },
935
+ {
936
+ "epoch": 0.3917525773195876,
937
+ "grad_norm": 5.31155252456665,
938
+ "learning_rate": 9.536925023144742e-05,
939
+ "loss": 1.6347,
940
+ "step": 133
941
+ },
942
+ {
943
+ "epoch": 0.3946980854197349,
944
+ "grad_norm": 6.574872970581055,
945
+ "learning_rate": 9.508910172159635e-05,
946
+ "loss": 1.8686,
947
+ "step": 134
948
+ },
949
+ {
950
+ "epoch": 0.39764359351988215,
951
+ "grad_norm": 6.77908992767334,
952
+ "learning_rate": 9.480116264104011e-05,
953
+ "loss": 2.1223,
954
+ "step": 135
955
+ },
956
+ {
957
+ "epoch": 0.4005891016200295,
958
+ "grad_norm": 7.450313091278076,
959
+ "learning_rate": 9.450548274037653e-05,
960
+ "loss": 2.3148,
961
+ "step": 136
962
+ },
963
+ {
964
+ "epoch": 0.40353460972017674,
965
+ "grad_norm": 5.135898113250732,
966
+ "learning_rate": 9.420211310767533e-05,
967
+ "loss": 1.386,
968
+ "step": 137
969
+ },
970
+ {
971
+ "epoch": 0.406480117820324,
972
+ "grad_norm": 8.198874473571777,
973
+ "learning_rate": 9.389110615965102e-05,
974
+ "loss": 1.9208,
975
+ "step": 138
976
+ },
977
+ {
978
+ "epoch": 0.40942562592047127,
979
+ "grad_norm": 10.153027534484863,
980
+ "learning_rate": 9.35725156326063e-05,
981
+ "loss": 2.2577,
982
+ "step": 139
983
+ },
984
+ {
985
+ "epoch": 0.41237113402061853,
986
+ "grad_norm": 8.334872245788574,
987
+ "learning_rate": 9.324639657314742e-05,
988
+ "loss": 2.0401,
989
+ "step": 140
990
+ },
991
+ {
992
+ "epoch": 0.41531664212076586,
993
+ "grad_norm": 6.7754950523376465,
994
+ "learning_rate": 9.291280532867302e-05,
995
+ "loss": 1.5202,
996
+ "step": 141
997
+ },
998
+ {
999
+ "epoch": 0.4182621502209131,
1000
+ "grad_norm": 9.433147430419922,
1001
+ "learning_rate": 9.257179953763845e-05,
1002
+ "loss": 2.1687,
1003
+ "step": 142
1004
+ },
1005
+ {
1006
+ "epoch": 0.4212076583210604,
1007
+ "grad_norm": 7.446643352508545,
1008
+ "learning_rate": 9.222343811959693e-05,
1009
+ "loss": 1.6996,
1010
+ "step": 143
1011
+ },
1012
+ {
1013
+ "epoch": 0.42415316642120765,
1014
+ "grad_norm": 7.048992156982422,
1015
+ "learning_rate": 9.186778126501916e-05,
1016
+ "loss": 1.5279,
1017
+ "step": 144
1018
+ },
1019
+ {
1020
+ "epoch": 0.4270986745213549,
1021
+ "grad_norm": 7.340887069702148,
1022
+ "learning_rate": 9.150489042489367e-05,
1023
+ "loss": 1.4406,
1024
+ "step": 145
1025
+ },
1026
+ {
1027
+ "epoch": 0.43004418262150224,
1028
+ "grad_norm": 11.633044242858887,
1029
+ "learning_rate": 9.113482830010918e-05,
1030
+ "loss": 1.5187,
1031
+ "step": 146
1032
+ },
1033
+ {
1034
+ "epoch": 0.4329896907216495,
1035
+ "grad_norm": 9.241588592529297,
1036
+ "learning_rate": 9.075765883062093e-05,
1037
+ "loss": 1.8564,
1038
+ "step": 147
1039
+ },
1040
+ {
1041
+ "epoch": 0.43593519882179677,
1042
+ "grad_norm": 8.745128631591797,
1043
+ "learning_rate": 9.037344718440322e-05,
1044
+ "loss": 1.5419,
1045
+ "step": 148
1046
+ },
1047
+ {
1048
+ "epoch": 0.43888070692194403,
1049
+ "grad_norm": 16.220924377441406,
1050
+ "learning_rate": 8.99822597461894e-05,
1051
+ "loss": 2.5006,
1052
+ "step": 149
1053
+ },
1054
+ {
1055
+ "epoch": 0.4418262150220913,
1056
+ "grad_norm": 15.44288444519043,
1057
+ "learning_rate": 8.958416410600187e-05,
1058
+ "loss": 2.0001,
1059
+ "step": 150
1060
+ },
1061
+ {
1062
+ "epoch": 0.44477172312223856,
1063
+ "grad_norm": 10.727198600769043,
1064
+ "learning_rate": 8.917922904747384e-05,
1065
+ "loss": 2.8376,
1066
+ "step": 151
1067
+ },
1068
+ {
1069
+ "epoch": 0.4477172312223859,
1070
+ "grad_norm": 5.658038139343262,
1071
+ "learning_rate": 8.876752453596462e-05,
1072
+ "loss": 1.7435,
1073
+ "step": 152
1074
+ },
1075
+ {
1076
+ "epoch": 0.45066273932253315,
1077
+ "grad_norm": 4.7606892585754395,
1078
+ "learning_rate": 8.834912170647101e-05,
1079
+ "loss": 1.3439,
1080
+ "step": 153
1081
+ },
1082
+ {
1083
+ "epoch": 0.4536082474226804,
1084
+ "grad_norm": 4.7208757400512695,
1085
+ "learning_rate": 8.792409285133642e-05,
1086
+ "loss": 1.8022,
1087
+ "step": 154
1088
+ },
1089
+ {
1090
+ "epoch": 0.4565537555228277,
1091
+ "grad_norm": 3.1722121238708496,
1092
+ "learning_rate": 8.749251140776016e-05,
1093
+ "loss": 0.7509,
1094
+ "step": 155
1095
+ },
1096
+ {
1097
+ "epoch": 0.45949926362297494,
1098
+ "grad_norm": 2.528482675552368,
1099
+ "learning_rate": 8.705445194510868e-05,
1100
+ "loss": 1.6068,
1101
+ "step": 156
1102
+ },
1103
+ {
1104
+ "epoch": 0.46244477172312226,
1105
+ "grad_norm": 2.8189425468444824,
1106
+ "learning_rate": 8.66099901520315e-05,
1107
+ "loss": 0.4364,
1108
+ "step": 157
1109
+ },
1110
+ {
1111
+ "epoch": 0.4653902798232695,
1112
+ "grad_norm": 2.734297752380371,
1113
+ "learning_rate": 8.615920282338355e-05,
1114
+ "loss": 1.6278,
1115
+ "step": 158
1116
+ },
1117
+ {
1118
+ "epoch": 0.4683357879234168,
1119
+ "grad_norm": 2.981930732727051,
1120
+ "learning_rate": 8.570216784695637e-05,
1121
+ "loss": 1.9541,
1122
+ "step": 159
1123
+ },
1124
+ {
1125
+ "epoch": 0.47128129602356406,
1126
+ "grad_norm": 3.195127248764038,
1127
+ "learning_rate": 8.52389641900206e-05,
1128
+ "loss": 2.0949,
1129
+ "step": 160
1130
+ },
1131
+ {
1132
+ "epoch": 0.4742268041237113,
1133
+ "grad_norm": 3.8657867908477783,
1134
+ "learning_rate": 8.476967188568188e-05,
1135
+ "loss": 1.8021,
1136
+ "step": 161
1137
+ },
1138
+ {
1139
+ "epoch": 0.47717231222385864,
1140
+ "grad_norm": 3.0095670223236084,
1141
+ "learning_rate": 8.429437201905254e-05,
1142
+ "loss": 1.8119,
1143
+ "step": 162
1144
+ },
1145
+ {
1146
+ "epoch": 0.4801178203240059,
1147
+ "grad_norm": 3.025339365005493,
1148
+ "learning_rate": 8.381314671324159e-05,
1149
+ "loss": 1.8117,
1150
+ "step": 163
1151
+ },
1152
+ {
1153
+ "epoch": 0.48306332842415317,
1154
+ "grad_norm": 4.113118648529053,
1155
+ "learning_rate": 8.332607911516545e-05,
1156
+ "loss": 1.7912,
1157
+ "step": 164
1158
+ },
1159
+ {
1160
+ "epoch": 0.48600883652430044,
1161
+ "grad_norm": 3.183894395828247,
1162
+ "learning_rate": 8.283325338118153e-05,
1163
+ "loss": 1.7364,
1164
+ "step": 165
1165
+ },
1166
+ {
1167
+ "epoch": 0.4889543446244477,
1168
+ "grad_norm": 5.081910610198975,
1169
+ "learning_rate": 8.233475466254765e-05,
1170
+ "loss": 2.0706,
1171
+ "step": 166
1172
+ },
1173
+ {
1174
+ "epoch": 0.49189985272459497,
1175
+ "grad_norm": 4.033633708953857,
1176
+ "learning_rate": 8.183066909070947e-05,
1177
+ "loss": 2.0481,
1178
+ "step": 167
1179
+ },
1180
+ {
1181
+ "epoch": 0.4948453608247423,
1182
+ "grad_norm": 4.505871772766113,
1183
+ "learning_rate": 8.132108376241849e-05,
1184
+ "loss": 2.044,
1185
+ "step": 168
1186
+ },
1187
+ {
1188
+ "epoch": 0.49779086892488955,
1189
+ "grad_norm": 6.440969944000244,
1190
+ "learning_rate": 8.08060867246834e-05,
1191
+ "loss": 2.209,
1192
+ "step": 169
1193
+ },
1194
+ {
1195
+ "epoch": 0.5007363770250368,
1196
+ "grad_norm": 6.235000133514404,
1197
+ "learning_rate": 8.028576695955711e-05,
1198
+ "loss": 2.0359,
1199
+ "step": 170
1200
+ },
1201
+ {
1202
+ "epoch": 0.5036818851251841,
1203
+ "grad_norm": 4.07951021194458,
1204
+ "learning_rate": 7.97602143687623e-05,
1205
+ "loss": 1.6721,
1206
+ "step": 171
1207
+ },
1208
+ {
1209
+ "epoch": 0.5066273932253313,
1210
+ "grad_norm": 4.1656413078308105,
1211
+ "learning_rate": 7.922951975815811e-05,
1212
+ "loss": 1.7503,
1213
+ "step": 172
1214
+ },
1215
+ {
1216
+ "epoch": 0.5095729013254786,
1217
+ "grad_norm": 3.7077293395996094,
1218
+ "learning_rate": 7.869377482205042e-05,
1219
+ "loss": 1.6881,
1220
+ "step": 173
1221
+ },
1222
+ {
1223
+ "epoch": 0.5125184094256259,
1224
+ "grad_norm": 4.08639669418335,
1225
+ "learning_rate": 7.815307212734888e-05,
1226
+ "loss": 1.4451,
1227
+ "step": 174
1228
+ },
1229
+ {
1230
+ "epoch": 0.5154639175257731,
1231
+ "grad_norm": 4.255699157714844,
1232
+ "learning_rate": 7.760750509757298e-05,
1233
+ "loss": 1.7914,
1234
+ "step": 175
1235
+ },
1236
+ {
1237
+ "epoch": 0.5184094256259205,
1238
+ "grad_norm": 4.119191646575928,
1239
+ "learning_rate": 7.705716799671019e-05,
1240
+ "loss": 1.8201,
1241
+ "step": 176
1242
+ },
1243
+ {
1244
+ "epoch": 0.5213549337260678,
1245
+ "grad_norm": 4.7409467697143555,
1246
+ "learning_rate": 7.650215591292888e-05,
1247
+ "loss": 1.8449,
1248
+ "step": 177
1249
+ },
1250
+ {
1251
+ "epoch": 0.524300441826215,
1252
+ "grad_norm": 5.348622798919678,
1253
+ "learning_rate": 7.594256474214882e-05,
1254
+ "loss": 1.6767,
1255
+ "step": 178
1256
+ },
1257
+ {
1258
+ "epoch": 0.5272459499263623,
1259
+ "grad_norm": 4.13510799407959,
1260
+ "learning_rate": 7.537849117147212e-05,
1261
+ "loss": 1.2513,
1262
+ "step": 179
1263
+ },
1264
+ {
1265
+ "epoch": 0.5301914580265096,
1266
+ "grad_norm": 4.210190296173096,
1267
+ "learning_rate": 7.481003266247744e-05,
1268
+ "loss": 1.5867,
1269
+ "step": 180
1270
+ },
1271
+ {
1272
+ "epoch": 0.5331369661266568,
1273
+ "grad_norm": 5.271762371063232,
1274
+ "learning_rate": 7.423728743438048e-05,
1275
+ "loss": 2.1488,
1276
+ "step": 181
1277
+ },
1278
+ {
1279
+ "epoch": 0.5360824742268041,
1280
+ "grad_norm": 5.800075054168701,
1281
+ "learning_rate": 7.366035444706347e-05,
1282
+ "loss": 1.8385,
1283
+ "step": 182
1284
+ },
1285
+ {
1286
+ "epoch": 0.5390279823269514,
1287
+ "grad_norm": 6.030768871307373,
1288
+ "learning_rate": 7.307933338397667e-05,
1289
+ "loss": 1.6634,
1290
+ "step": 183
1291
+ },
1292
+ {
1293
+ "epoch": 0.5419734904270986,
1294
+ "grad_norm": 5.144318580627441,
1295
+ "learning_rate": 7.249432463491498e-05,
1296
+ "loss": 1.4081,
1297
+ "step": 184
1298
+ },
1299
+ {
1300
+ "epoch": 0.5449189985272459,
1301
+ "grad_norm": 5.144754409790039,
1302
+ "learning_rate": 7.190542927867234e-05,
1303
+ "loss": 1.4496,
1304
+ "step": 185
1305
+ },
1306
+ {
1307
+ "epoch": 0.5478645066273933,
1308
+ "grad_norm": 7.374088764190674,
1309
+ "learning_rate": 7.131274906557725e-05,
1310
+ "loss": 1.94,
1311
+ "step": 186
1312
+ },
1313
+ {
1314
+ "epoch": 0.5508100147275405,
1315
+ "grad_norm": 6.2576003074646,
1316
+ "learning_rate": 7.071638639991207e-05,
1317
+ "loss": 1.701,
1318
+ "step": 187
1319
+ },
1320
+ {
1321
+ "epoch": 0.5537555228276878,
1322
+ "grad_norm": 5.392474174499512,
1323
+ "learning_rate": 7.011644432221958e-05,
1324
+ "loss": 1.474,
1325
+ "step": 188
1326
+ },
1327
+ {
1328
+ "epoch": 0.5567010309278351,
1329
+ "grad_norm": 7.743690013885498,
1330
+ "learning_rate": 6.95130264914993e-05,
1331
+ "loss": 2.1458,
1332
+ "step": 189
1333
+ },
1334
+ {
1335
+ "epoch": 0.5596465390279823,
1336
+ "grad_norm": 7.468958377838135,
1337
+ "learning_rate": 6.890623716729724e-05,
1338
+ "loss": 2.2593,
1339
+ "step": 190
1340
+ },
1341
+ {
1342
+ "epoch": 0.5625920471281296,
1343
+ "grad_norm": 6.144321918487549,
1344
+ "learning_rate": 6.82961811916917e-05,
1345
+ "loss": 1.3348,
1346
+ "step": 191
1347
+ },
1348
+ {
1349
+ "epoch": 0.5655375552282769,
1350
+ "grad_norm": 7.852849006652832,
1351
+ "learning_rate": 6.768296397117848e-05,
1352
+ "loss": 1.4751,
1353
+ "step": 192
1354
+ },
1355
+ {
1356
+ "epoch": 0.5684830633284241,
1357
+ "grad_norm": 7.6272172927856445,
1358
+ "learning_rate": 6.706669145845863e-05,
1359
+ "loss": 1.7606,
1360
+ "step": 193
1361
+ },
1362
+ {
1363
+ "epoch": 0.5714285714285714,
1364
+ "grad_norm": 13.624709129333496,
1365
+ "learning_rate": 6.644747013413168e-05,
1366
+ "loss": 1.9716,
1367
+ "step": 194
1368
+ },
1369
+ {
1370
+ "epoch": 0.5743740795287187,
1371
+ "grad_norm": 8.707653999328613,
1372
+ "learning_rate": 6.582540698829781e-05,
1373
+ "loss": 1.8245,
1374
+ "step": 195
1375
+ },
1376
+ {
1377
+ "epoch": 0.5773195876288659,
1378
+ "grad_norm": 6.5573039054870605,
1379
+ "learning_rate": 6.520060950207185e-05,
1380
+ "loss": 1.1733,
1381
+ "step": 196
1382
+ },
1383
+ {
1384
+ "epoch": 0.5802650957290133,
1385
+ "grad_norm": 8.433490753173828,
1386
+ "learning_rate": 6.457318562901256e-05,
1387
+ "loss": 1.2757,
1388
+ "step": 197
1389
+ },
1390
+ {
1391
+ "epoch": 0.5832106038291606,
1392
+ "grad_norm": 9.936591148376465,
1393
+ "learning_rate": 6.394324377647028e-05,
1394
+ "loss": 1.4713,
1395
+ "step": 198
1396
+ },
1397
+ {
1398
+ "epoch": 0.5861561119293078,
1399
+ "grad_norm": 12.52322769165039,
1400
+ "learning_rate": 6.331089278685599e-05,
1401
+ "loss": 1.6688,
1402
+ "step": 199
1403
+ },
1404
+ {
1405
+ "epoch": 0.5891016200294551,
1406
+ "grad_norm": 16.770870208740234,
1407
+ "learning_rate": 6.26762419188355e-05,
1408
+ "loss": 2.3924,
1409
+ "step": 200
1410
+ },
1411
+ {
1412
+ "epoch": 0.5920471281296024,
1413
+ "grad_norm": 3.7220280170440674,
1414
+ "learning_rate": 6.203940082845144e-05,
1415
+ "loss": 1.8733,
1416
+ "step": 201
1417
+ },
1418
+ {
1419
+ "epoch": 0.5949926362297496,
1420
+ "grad_norm": 3.919069290161133,
1421
+ "learning_rate": 6.140047955017671e-05,
1422
+ "loss": 0.7927,
1423
+ "step": 202
1424
+ },
1425
+ {
1426
+ "epoch": 0.5979381443298969,
1427
+ "grad_norm": 3.081045150756836,
1428
+ "learning_rate": 6.075958847790262e-05,
1429
+ "loss": 1.2878,
1430
+ "step": 203
1431
+ },
1432
+ {
1433
+ "epoch": 0.6008836524300442,
1434
+ "grad_norm": 2.82151198387146,
1435
+ "learning_rate": 6.011683834586473e-05,
1436
+ "loss": 1.2722,
1437
+ "step": 204
1438
+ },
1439
+ {
1440
+ "epoch": 0.6038291605301914,
1441
+ "grad_norm": 2.1925573348999023,
1442
+ "learning_rate": 5.947234020951015e-05,
1443
+ "loss": 0.7102,
1444
+ "step": 205
1445
+ },
1446
+ {
1447
+ "epoch": 0.6067746686303387,
1448
+ "grad_norm": 2.2746307849884033,
1449
+ "learning_rate": 5.882620542630901e-05,
1450
+ "loss": 0.8639,
1451
+ "step": 206
1452
+ },
1453
+ {
1454
+ "epoch": 0.6097201767304861,
1455
+ "grad_norm": 2.5907399654388428,
1456
+ "learning_rate": 5.8178545636514145e-05,
1457
+ "loss": 1.3898,
1458
+ "step": 207
1459
+ },
1460
+ {
1461
+ "epoch": 0.6126656848306333,
1462
+ "grad_norm": 3.3455467224121094,
1463
+ "learning_rate": 5.752947274387147e-05,
1464
+ "loss": 1.6453,
1465
+ "step": 208
1466
+ },
1467
+ {
1468
+ "epoch": 0.6156111929307806,
1469
+ "grad_norm": 3.1584908962249756,
1470
+ "learning_rate": 5.687909889628529e-05,
1471
+ "loss": 1.8621,
1472
+ "step": 209
1473
+ },
1474
+ {
1475
+ "epoch": 0.6185567010309279,
1476
+ "grad_norm": 3.1960365772247314,
1477
+ "learning_rate": 5.622753646644102e-05,
1478
+ "loss": 1.6358,
1479
+ "step": 210
1480
+ },
1481
+ {
1482
+ "epoch": 0.6215022091310751,
1483
+ "grad_norm": 3.073702573776245,
1484
+ "learning_rate": 5.557489803238933e-05,
1485
+ "loss": 1.5381,
1486
+ "step": 211
1487
+ },
1488
+ {
1489
+ "epoch": 0.6244477172312224,
1490
+ "grad_norm": 2.917039632797241,
1491
+ "learning_rate": 5.492129635809473e-05,
1492
+ "loss": 1.6452,
1493
+ "step": 212
1494
+ },
1495
+ {
1496
+ "epoch": 0.6273932253313697,
1497
+ "grad_norm": 3.823730707168579,
1498
+ "learning_rate": 5.426684437395196e-05,
1499
+ "loss": 1.7625,
1500
+ "step": 213
1501
+ },
1502
+ {
1503
+ "epoch": 0.6303387334315169,
1504
+ "grad_norm": 4.05581521987915,
1505
+ "learning_rate": 5.361165515727374e-05,
1506
+ "loss": 1.9468,
1507
+ "step": 214
1508
+ },
1509
+ {
1510
+ "epoch": 0.6332842415316642,
1511
+ "grad_norm": 3.9730498790740967,
1512
+ "learning_rate": 5.295584191275308e-05,
1513
+ "loss": 2.2487,
1514
+ "step": 215
1515
+ },
1516
+ {
1517
+ "epoch": 0.6362297496318114,
1518
+ "grad_norm": 3.2518630027770996,
1519
+ "learning_rate": 5.229951795290353e-05,
1520
+ "loss": 1.5587,
1521
+ "step": 216
1522
+ },
1523
+ {
1524
+ "epoch": 0.6391752577319587,
1525
+ "grad_norm": 4.549688816070557,
1526
+ "learning_rate": 5.164279667848094e-05,
1527
+ "loss": 1.9062,
1528
+ "step": 217
1529
+ },
1530
+ {
1531
+ "epoch": 0.6421207658321061,
1532
+ "grad_norm": 3.6768784523010254,
1533
+ "learning_rate": 5.0985791558889785e-05,
1534
+ "loss": 1.6801,
1535
+ "step": 218
1536
+ },
1537
+ {
1538
+ "epoch": 0.6450662739322534,
1539
+ "grad_norm": 3.8859946727752686,
1540
+ "learning_rate": 5.032861611257783e-05,
1541
+ "loss": 1.9869,
1542
+ "step": 219
1543
+ },
1544
+ {
1545
+ "epoch": 0.6480117820324006,
1546
+ "grad_norm": 4.19022798538208,
1547
+ "learning_rate": 4.967138388742218e-05,
1548
+ "loss": 2.0944,
1549
+ "step": 220
1550
+ },
1551
+ {
1552
+ "epoch": 0.6509572901325479,
1553
+ "grad_norm": 3.7361319065093994,
1554
+ "learning_rate": 4.901420844111021e-05,
1555
+ "loss": 1.3391,
1556
+ "step": 221
1557
+ },
1558
+ {
1559
+ "epoch": 0.6539027982326951,
1560
+ "grad_norm": 3.7620272636413574,
1561
+ "learning_rate": 4.835720332151907e-05,
1562
+ "loss": 1.2597,
1563
+ "step": 222
1564
+ },
1565
+ {
1566
+ "epoch": 0.6568483063328424,
1567
+ "grad_norm": 3.610649824142456,
1568
+ "learning_rate": 4.770048204709648e-05,
1569
+ "loss": 1.2885,
1570
+ "step": 223
1571
+ },
1572
+ {
1573
+ "epoch": 0.6597938144329897,
1574
+ "grad_norm": 4.286924839019775,
1575
+ "learning_rate": 4.7044158087246926e-05,
1576
+ "loss": 1.7704,
1577
+ "step": 224
1578
+ },
1579
+ {
1580
+ "epoch": 0.6627393225331369,
1581
+ "grad_norm": 4.295466423034668,
1582
+ "learning_rate": 4.6388344842726264e-05,
1583
+ "loss": 1.3672,
1584
+ "step": 225
1585
+ },
1586
+ {
1587
+ "epoch": 0.6656848306332842,
1588
+ "grad_norm": 5.368373870849609,
1589
+ "learning_rate": 4.5733155626048036e-05,
1590
+ "loss": 1.5249,
1591
+ "step": 226
1592
+ },
1593
+ {
1594
+ "epoch": 0.6686303387334315,
1595
+ "grad_norm": 5.0956950187683105,
1596
+ "learning_rate": 4.507870364190527e-05,
1597
+ "loss": 1.3973,
1598
+ "step": 227
1599
+ },
1600
+ {
1601
+ "epoch": 0.6715758468335787,
1602
+ "grad_norm": 4.604374408721924,
1603
+ "learning_rate": 4.4425101967610674e-05,
1604
+ "loss": 1.3965,
1605
+ "step": 228
1606
+ },
1607
+ {
1608
+ "epoch": 0.6745213549337261,
1609
+ "grad_norm": 6.400148391723633,
1610
+ "learning_rate": 4.377246353355899e-05,
1611
+ "loss": 2.1319,
1612
+ "step": 229
1613
+ },
1614
+ {
1615
+ "epoch": 0.6774668630338734,
1616
+ "grad_norm": 6.704805850982666,
1617
+ "learning_rate": 4.312090110371473e-05,
1618
+ "loss": 1.9594,
1619
+ "step": 230
1620
+ },
1621
+ {
1622
+ "epoch": 0.6804123711340206,
1623
+ "grad_norm": 4.956854343414307,
1624
+ "learning_rate": 4.247052725612852e-05,
1625
+ "loss": 1.3392,
1626
+ "step": 231
1627
+ },
1628
+ {
1629
+ "epoch": 0.6833578792341679,
1630
+ "grad_norm": 8.188490867614746,
1631
+ "learning_rate": 4.1821454363485866e-05,
1632
+ "loss": 1.7636,
1633
+ "step": 232
1634
+ },
1635
+ {
1636
+ "epoch": 0.6863033873343152,
1637
+ "grad_norm": 5.5076751708984375,
1638
+ "learning_rate": 4.1173794573690996e-05,
1639
+ "loss": 1.3066,
1640
+ "step": 233
1641
+ },
1642
+ {
1643
+ "epoch": 0.6892488954344624,
1644
+ "grad_norm": 6.480940341949463,
1645
+ "learning_rate": 4.052765979048986e-05,
1646
+ "loss": 1.8326,
1647
+ "step": 234
1648
+ },
1649
+ {
1650
+ "epoch": 0.6921944035346097,
1651
+ "grad_norm": 7.0487284660339355,
1652
+ "learning_rate": 3.988316165413528e-05,
1653
+ "loss": 1.7487,
1654
+ "step": 235
1655
+ },
1656
+ {
1657
+ "epoch": 0.695139911634757,
1658
+ "grad_norm": 6.207117557525635,
1659
+ "learning_rate": 3.924041152209739e-05,
1660
+ "loss": 1.4652,
1661
+ "step": 236
1662
+ },
1663
+ {
1664
+ "epoch": 0.6980854197349042,
1665
+ "grad_norm": 5.3427205085754395,
1666
+ "learning_rate": 3.859952044982329e-05,
1667
+ "loss": 1.3738,
1668
+ "step": 237
1669
+ },
1670
+ {
1671
+ "epoch": 0.7010309278350515,
1672
+ "grad_norm": 7.366813659667969,
1673
+ "learning_rate": 3.7960599171548574e-05,
1674
+ "loss": 1.4897,
1675
+ "step": 238
1676
+ },
1677
+ {
1678
+ "epoch": 0.7039764359351989,
1679
+ "grad_norm": 6.943472862243652,
1680
+ "learning_rate": 3.732375808116451e-05,
1681
+ "loss": 1.2526,
1682
+ "step": 239
1683
+ }
1684
+ ],
1685
+ "logging_steps": 1,
1686
+ "max_steps": 339,
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": 5.287612097809613e+16,
1703
+ "train_batch_size": 4,
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:52c9f42975a4129b5db071656434dd9d98c4afab9ab6bbb31ed1c9d580d10823
3
+ size 6840