rayonlabs alicegoesdown commited on
Commit
a25fd62
·
verified ·
0 Parent(s):

Duplicate from alicegoesdown/46x2400b14

Browse files

Co-authored-by: alice goesdown <[email protected]>

.gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
adapter_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "facebook/opt-125m",
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": 16,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "v_proj",
24
+ "q_proj",
25
+ "k_proj",
26
+ "fc1",
27
+ "fc2",
28
+ "out_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "use_dora": false,
32
+ "use_rslora": false
33
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca30eea9845254182cef3b7d6dec4966262856e7b52e8b7eb7b1bed47fe8b5bd
3
+ size 5360906
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eab8a9e2aded79d9edbd838f89021f6629087b8d20793052287f02d4fc50acf1
3
+ size 5327744
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "facebook/opt-125m",
4
+ "_remove_final_layer_norm": false,
5
+ "activation_dropout": 0.0,
6
+ "activation_function": "relu",
7
+ "architectures": [
8
+ "OPTForCausalLM"
9
+ ],
10
+ "attention_dropout": 0.0,
11
+ "bos_token_id": 2,
12
+ "do_layer_norm_before": true,
13
+ "dropout": 0.1,
14
+ "enable_bias": true,
15
+ "eos_token_id": 2,
16
+ "ffn_dim": 3072,
17
+ "hidden_size": 768,
18
+ "init_std": 0.02,
19
+ "layer_norm_elementwise_affine": true,
20
+ "layerdrop": 0.0,
21
+ "max_position_embeddings": 2048,
22
+ "model_type": "opt",
23
+ "num_attention_heads": 12,
24
+ "num_hidden_layers": 12,
25
+ "pad_token_id": 1,
26
+ "prefix": "</s>",
27
+ "torch_dtype": "float16",
28
+ "transformers_version": "4.46.0",
29
+ "use_cache": false,
30
+ "vocab_size": 50272,
31
+ "word_embed_proj_dim": 768
32
+ }
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: facebook/opt-125m
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,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "facebook/opt-125m",
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": 16,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "v_proj",
24
+ "q_proj",
25
+ "k_proj",
26
+ "fc1",
27
+ "fc2",
28
+ "out_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "use_dora": false,
32
+ "use_rslora": false
33
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eab8a9e2aded79d9edbd838f89021f6629087b8d20793052287f02d4fc50acf1
3
+ size 5327744
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:5f18488d59c86cac0d45b865b7a692172eeeb7eedd8303b0795d73cce699646d
3
+ size 10737850
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17b42f753a16fbf1cd2ed2780fea89be5d87d2f94c9c441b092817f34cc12686
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55d4277b35ca6e69ad50678714934604d373a92646f8769316d12fb42bd1f1d9
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": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "</s>",
25
+ "lstrip": false,
26
+ "normalized": true,
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_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "1": {
6
+ "content": "<pad>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "2": {
14
+ "content": "</s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ }
21
+ },
22
+ "bos_token": "</s>",
23
+ "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 %}",
24
+ "clean_up_tokenization_spaces": false,
25
+ "eos_token": "</s>",
26
+ "errors": "replace",
27
+ "model_max_length": 1000000000000000019884624838656,
28
+ "pad_token": "<pad>",
29
+ "tokenizer_class": "GPT2Tokenizer",
30
+ "unk_token": "</s>"
31
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,2978 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 2.152632236480713,
3
+ "best_model_checkpoint": "miner_id_24/checkpoint-400",
4
+ "epoch": 0.49520272361497986,
5
+ "eval_steps": 25,
6
+ "global_step": 400,
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.0012380068090374497,
13
+ "grad_norm": 2.818559408187866,
14
+ "learning_rate": 2.4999999999999998e-05,
15
+ "loss": 18.9651,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0012380068090374497,
20
+ "eval_loss": 2.4708304405212402,
21
+ "eval_runtime": 0.8454,
22
+ "eval_samples_per_second": 59.141,
23
+ "eval_steps_per_second": 8.28,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.0024760136180748994,
28
+ "grad_norm": 3.5434861183166504,
29
+ "learning_rate": 4.9999999999999996e-05,
30
+ "loss": 20.8432,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.003714020427112349,
35
+ "grad_norm": 3.321415901184082,
36
+ "learning_rate": 7.5e-05,
37
+ "loss": 20.0992,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.004952027236149799,
42
+ "grad_norm": 3.442756175994873,
43
+ "learning_rate": 9.999999999999999e-05,
44
+ "loss": 20.5289,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.0061900340451872485,
49
+ "grad_norm": 3.195467233657837,
50
+ "learning_rate": 0.000125,
51
+ "loss": 20.5212,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.007428040854224698,
56
+ "grad_norm": 3.0753700733184814,
57
+ "learning_rate": 0.00015,
58
+ "loss": 20.0682,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.008666047663262148,
63
+ "grad_norm": 3.025089740753174,
64
+ "learning_rate": 0.000175,
65
+ "loss": 20.6486,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.009904054472299598,
70
+ "grad_norm": 3.266080617904663,
71
+ "learning_rate": 0.00019999999999999998,
72
+ "loss": 20.9458,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.011142061281337047,
77
+ "grad_norm": 3.6842172145843506,
78
+ "learning_rate": 0.000225,
79
+ "loss": 20.432,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.012380068090374497,
84
+ "grad_norm": 4.245394229888916,
85
+ "learning_rate": 0.00025,
86
+ "loss": 20.469,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.013618074899411947,
91
+ "grad_norm": 3.6699397563934326,
92
+ "learning_rate": 0.00027499999999999996,
93
+ "loss": 20.0793,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.014856081708449397,
98
+ "grad_norm": 3.6665425300598145,
99
+ "learning_rate": 0.0003,
100
+ "loss": 21.1171,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.016094088517486844,
105
+ "grad_norm": 3.9322142601013184,
106
+ "learning_rate": 0.0002999955747511861,
107
+ "loss": 20.6365,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.017332095326524296,
112
+ "grad_norm": 3.919208526611328,
113
+ "learning_rate": 0.00029998229929486034,
114
+ "loss": 21.118,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.018570102135561744,
119
+ "grad_norm": 4.233679294586182,
120
+ "learning_rate": 0.00029996017450135157,
121
+ "loss": 21.0626,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.019808108944599195,
126
+ "grad_norm": 4.335453510284424,
127
+ "learning_rate": 0.0002999292018211445,
128
+ "loss": 20.6267,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.021046115753636643,
133
+ "grad_norm": 3.9314210414886475,
134
+ "learning_rate": 0.0002998893832847845,
135
+ "loss": 20.9186,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.022284122562674095,
140
+ "grad_norm": 4.088806629180908,
141
+ "learning_rate": 0.0002998407215027447,
142
+ "loss": 20.3986,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.023522129371711543,
147
+ "grad_norm": 4.220116138458252,
148
+ "learning_rate": 0.0002997832196652546,
149
+ "loss": 20.9794,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.024760136180748994,
154
+ "grad_norm": 4.280047416687012,
155
+ "learning_rate": 0.00029971688154209106,
156
+ "loss": 20.5515,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.025998142989786442,
161
+ "grad_norm": 4.594794273376465,
162
+ "learning_rate": 0.00029964171148233107,
163
+ "loss": 20.916,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.027236149798823894,
168
+ "grad_norm": 4.3702802658081055,
169
+ "learning_rate": 0.00029955771441406685,
170
+ "loss": 20.3802,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.02847415660786134,
175
+ "grad_norm": 4.664053916931152,
176
+ "learning_rate": 0.0002994648958440824,
177
+ "loss": 22.0276,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.029712163416898793,
182
+ "grad_norm": 5.1516804695129395,
183
+ "learning_rate": 0.00029936326185749286,
184
+ "loss": 21.4184,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.03095017022593624,
189
+ "grad_norm": 5.225708484649658,
190
+ "learning_rate": 0.0002992528191173453,
191
+ "loss": 20.4457,
192
+ "step": 25
193
+ },
194
+ {
195
+ "epoch": 0.03095017022593624,
196
+ "eval_loss": 2.320787191390991,
197
+ "eval_runtime": 0.4599,
198
+ "eval_samples_per_second": 108.715,
199
+ "eval_steps_per_second": 15.22,
200
+ "step": 25
201
+ },
202
+ {
203
+ "epoch": 0.03218817703497369,
204
+ "grad_norm": 5.942795276641846,
205
+ "learning_rate": 0.00029913357486418196,
206
+ "loss": 21.6554,
207
+ "step": 26
208
+ },
209
+ {
210
+ "epoch": 0.033426183844011144,
211
+ "grad_norm": 5.838959693908691,
212
+ "learning_rate": 0.0002990055369155657,
213
+ "loss": 19.8471,
214
+ "step": 27
215
+ },
216
+ {
217
+ "epoch": 0.03466419065304859,
218
+ "grad_norm": 6.582411289215088,
219
+ "learning_rate": 0.0002988687136655674,
220
+ "loss": 20.5919,
221
+ "step": 28
222
+ },
223
+ {
224
+ "epoch": 0.03590219746208604,
225
+ "grad_norm": 6.935208797454834,
226
+ "learning_rate": 0.00029872311408421547,
227
+ "loss": 21.3772,
228
+ "step": 29
229
+ },
230
+ {
231
+ "epoch": 0.03714020427112349,
232
+ "grad_norm": 7.257685661315918,
233
+ "learning_rate": 0.00029856874771690806,
234
+ "loss": 21.216,
235
+ "step": 30
236
+ },
237
+ {
238
+ "epoch": 0.03837821108016094,
239
+ "grad_norm": 7.300308704376221,
240
+ "learning_rate": 0.0002984056246837872,
241
+ "loss": 21.4553,
242
+ "step": 31
243
+ },
244
+ {
245
+ "epoch": 0.03961621788919839,
246
+ "grad_norm": 9.471358299255371,
247
+ "learning_rate": 0.0002982337556790752,
248
+ "loss": 21.2277,
249
+ "step": 32
250
+ },
251
+ {
252
+ "epoch": 0.04085422469823584,
253
+ "grad_norm": 8.72948169708252,
254
+ "learning_rate": 0.0002980531519703738,
255
+ "loss": 20.7242,
256
+ "step": 33
257
+ },
258
+ {
259
+ "epoch": 0.04209223150727329,
260
+ "grad_norm": 9.603164672851562,
261
+ "learning_rate": 0.000297863825397925,
262
+ "loss": 20.3744,
263
+ "step": 34
264
+ },
265
+ {
266
+ "epoch": 0.04333023831631074,
267
+ "grad_norm": 10.077178955078125,
268
+ "learning_rate": 0.00029766578837383547,
269
+ "loss": 20.4889,
270
+ "step": 35
271
+ },
272
+ {
273
+ "epoch": 0.04456824512534819,
274
+ "grad_norm": 11.101947784423828,
275
+ "learning_rate": 0.0002974590538812622,
276
+ "loss": 20.8914,
277
+ "step": 36
278
+ },
279
+ {
280
+ "epoch": 0.04580625193438564,
281
+ "grad_norm": 10.848258972167969,
282
+ "learning_rate": 0.00029724363547356194,
283
+ "loss": 18.5333,
284
+ "step": 37
285
+ },
286
+ {
287
+ "epoch": 0.047044258743423086,
288
+ "grad_norm": 10.411460876464844,
289
+ "learning_rate": 0.00029701954727340204,
290
+ "loss": 20.7163,
291
+ "step": 38
292
+ },
293
+ {
294
+ "epoch": 0.04828226555246054,
295
+ "grad_norm": 11.610359191894531,
296
+ "learning_rate": 0.00029678680397183485,
297
+ "loss": 21.2355,
298
+ "step": 39
299
+ },
300
+ {
301
+ "epoch": 0.04952027236149799,
302
+ "grad_norm": 12.435564041137695,
303
+ "learning_rate": 0.000296545420827335,
304
+ "loss": 20.7987,
305
+ "step": 40
306
+ },
307
+ {
308
+ "epoch": 0.050758279170535436,
309
+ "grad_norm": 13.064867973327637,
310
+ "learning_rate": 0.0002962954136647982,
311
+ "loss": 21.3197,
312
+ "step": 41
313
+ },
314
+ {
315
+ "epoch": 0.051996285979572884,
316
+ "grad_norm": 13.486992835998535,
317
+ "learning_rate": 0.0002960367988745045,
318
+ "loss": 24.3337,
319
+ "step": 42
320
+ },
321
+ {
322
+ "epoch": 0.05323429278861034,
323
+ "grad_norm": 13.281498908996582,
324
+ "learning_rate": 0.0002957695934110434,
325
+ "loss": 22.8852,
326
+ "step": 43
327
+ },
328
+ {
329
+ "epoch": 0.05447229959764779,
330
+ "grad_norm": 13.668049812316895,
331
+ "learning_rate": 0.0002954938147922025,
332
+ "loss": 21.0772,
333
+ "step": 44
334
+ },
335
+ {
336
+ "epoch": 0.055710306406685235,
337
+ "grad_norm": 15.47207260131836,
338
+ "learning_rate": 0.0002952094810978189,
339
+ "loss": 21.8438,
340
+ "step": 45
341
+ },
342
+ {
343
+ "epoch": 0.05694831321572268,
344
+ "grad_norm": 15.751750946044922,
345
+ "learning_rate": 0.00029491661096859407,
346
+ "loss": 23.0924,
347
+ "step": 46
348
+ },
349
+ {
350
+ "epoch": 0.05818632002476014,
351
+ "grad_norm": 17.3387393951416,
352
+ "learning_rate": 0.0002946152236048715,
353
+ "loss": 24.2195,
354
+ "step": 47
355
+ },
356
+ {
357
+ "epoch": 0.059424326833797586,
358
+ "grad_norm": 19.328227996826172,
359
+ "learning_rate": 0.00029430533876537824,
360
+ "loss": 25.2434,
361
+ "step": 48
362
+ },
363
+ {
364
+ "epoch": 0.060662333642835034,
365
+ "grad_norm": 26.080963134765625,
366
+ "learning_rate": 0.0002939869767659294,
367
+ "loss": 26.2704,
368
+ "step": 49
369
+ },
370
+ {
371
+ "epoch": 0.06190034045187248,
372
+ "grad_norm": 58.686161041259766,
373
+ "learning_rate": 0.0002936601584780962,
374
+ "loss": 31.1293,
375
+ "step": 50
376
+ },
377
+ {
378
+ "epoch": 0.06190034045187248,
379
+ "eval_loss": 3.0001349449157715,
380
+ "eval_runtime": 0.4579,
381
+ "eval_samples_per_second": 109.203,
382
+ "eval_steps_per_second": 15.288,
383
+ "step": 50
384
+ },
385
+ {
386
+ "epoch": 0.06313834726090993,
387
+ "grad_norm": 101.44572448730469,
388
+ "learning_rate": 0.0002933249053278378,
389
+ "loss": 26.0663,
390
+ "step": 51
391
+ },
392
+ {
393
+ "epoch": 0.06437635406994738,
394
+ "grad_norm": 92.61017608642578,
395
+ "learning_rate": 0.00029298123929409647,
396
+ "loss": 26.2133,
397
+ "step": 52
398
+ },
399
+ {
400
+ "epoch": 0.06561436087898484,
401
+ "grad_norm": 67.51494598388672,
402
+ "learning_rate": 0.00029262918290735683,
403
+ "loss": 25.3339,
404
+ "step": 53
405
+ },
406
+ {
407
+ "epoch": 0.06685236768802229,
408
+ "grad_norm": 38.48495101928711,
409
+ "learning_rate": 0.0002922687592481686,
410
+ "loss": 23.3798,
411
+ "step": 54
412
+ },
413
+ {
414
+ "epoch": 0.06809037449705974,
415
+ "grad_norm": 26.016254425048828,
416
+ "learning_rate": 0.0002918999919456335,
417
+ "loss": 22.147,
418
+ "step": 55
419
+ },
420
+ {
421
+ "epoch": 0.06932838130609718,
422
+ "grad_norm": 18.342018127441406,
423
+ "learning_rate": 0.00029152290517585637,
424
+ "loss": 21.2174,
425
+ "step": 56
426
+ },
427
+ {
428
+ "epoch": 0.07056638811513463,
429
+ "grad_norm": 14.274846076965332,
430
+ "learning_rate": 0.00029113752366035977,
431
+ "loss": 22.0883,
432
+ "step": 57
433
+ },
434
+ {
435
+ "epoch": 0.07180439492417208,
436
+ "grad_norm": 9.59068489074707,
437
+ "learning_rate": 0.0002907438726644637,
438
+ "loss": 21.2135,
439
+ "step": 58
440
+ },
441
+ {
442
+ "epoch": 0.07304240173320953,
443
+ "grad_norm": 7.411025047302246,
444
+ "learning_rate": 0.0002903419779956289,
445
+ "loss": 20.9369,
446
+ "step": 59
447
+ },
448
+ {
449
+ "epoch": 0.07428040854224698,
450
+ "grad_norm": 6.899316310882568,
451
+ "learning_rate": 0.00028993186600176504,
452
+ "loss": 20.4407,
453
+ "step": 60
454
+ },
455
+ {
456
+ "epoch": 0.07551841535128444,
457
+ "grad_norm": 6.684574604034424,
458
+ "learning_rate": 0.00028951356356950354,
459
+ "loss": 20.8978,
460
+ "step": 61
461
+ },
462
+ {
463
+ "epoch": 0.07675642216032189,
464
+ "grad_norm": 6.599917411804199,
465
+ "learning_rate": 0.00028908709812243465,
466
+ "loss": 20.2899,
467
+ "step": 62
468
+ },
469
+ {
470
+ "epoch": 0.07799442896935933,
471
+ "grad_norm": 5.652791500091553,
472
+ "learning_rate": 0.0002886524976193096,
473
+ "loss": 20.2204,
474
+ "step": 63
475
+ },
476
+ {
477
+ "epoch": 0.07923243577839678,
478
+ "grad_norm": 4.608004093170166,
479
+ "learning_rate": 0.0002882097905522079,
480
+ "loss": 19.3632,
481
+ "step": 64
482
+ },
483
+ {
484
+ "epoch": 0.08047044258743423,
485
+ "grad_norm": 4.681418418884277,
486
+ "learning_rate": 0.00028775900594466914,
487
+ "loss": 20.2131,
488
+ "step": 65
489
+ },
490
+ {
491
+ "epoch": 0.08170844939647168,
492
+ "grad_norm": 4.387142658233643,
493
+ "learning_rate": 0.0002873001733497903,
494
+ "loss": 20.5456,
495
+ "step": 66
496
+ },
497
+ {
498
+ "epoch": 0.08294645620550913,
499
+ "grad_norm": 4.114448070526123,
500
+ "learning_rate": 0.0002868333228482884,
501
+ "loss": 19.6216,
502
+ "step": 67
503
+ },
504
+ {
505
+ "epoch": 0.08418446301454657,
506
+ "grad_norm": 4.464451313018799,
507
+ "learning_rate": 0.00028635848504652834,
508
+ "loss": 20.1096,
509
+ "step": 68
510
+ },
511
+ {
512
+ "epoch": 0.08542246982358404,
513
+ "grad_norm": 4.255133628845215,
514
+ "learning_rate": 0.0002858756910745163,
515
+ "loss": 19.8431,
516
+ "step": 69
517
+ },
518
+ {
519
+ "epoch": 0.08666047663262148,
520
+ "grad_norm": 4.084961891174316,
521
+ "learning_rate": 0.00028538497258385895,
522
+ "loss": 20.6091,
523
+ "step": 70
524
+ },
525
+ {
526
+ "epoch": 0.08789848344165893,
527
+ "grad_norm": 4.125985622406006,
528
+ "learning_rate": 0.0002848863617456884,
529
+ "loss": 20.6725,
530
+ "step": 71
531
+ },
532
+ {
533
+ "epoch": 0.08913649025069638,
534
+ "grad_norm": 4.283081531524658,
535
+ "learning_rate": 0.00028437989124855317,
536
+ "loss": 20.0569,
537
+ "step": 72
538
+ },
539
+ {
540
+ "epoch": 0.09037449705973383,
541
+ "grad_norm": 4.594552040100098,
542
+ "learning_rate": 0.0002838655942962749,
543
+ "loss": 20.0793,
544
+ "step": 73
545
+ },
546
+ {
547
+ "epoch": 0.09161250386877128,
548
+ "grad_norm": 4.368784427642822,
549
+ "learning_rate": 0.0002833435046057719,
550
+ "loss": 20.0819,
551
+ "step": 74
552
+ },
553
+ {
554
+ "epoch": 0.09285051067780872,
555
+ "grad_norm": 5.178912162780762,
556
+ "learning_rate": 0.0002828136564048483,
557
+ "loss": 19.6422,
558
+ "step": 75
559
+ },
560
+ {
561
+ "epoch": 0.09285051067780872,
562
+ "eval_loss": 2.271275043487549,
563
+ "eval_runtime": 0.4591,
564
+ "eval_samples_per_second": 108.911,
565
+ "eval_steps_per_second": 15.248,
566
+ "step": 75
567
+ },
568
+ {
569
+ "epoch": 0.09408851748684617,
570
+ "grad_norm": 4.945533752441406,
571
+ "learning_rate": 0.00028227608442995037,
572
+ "loss": 19.9913,
573
+ "step": 76
574
+ },
575
+ {
576
+ "epoch": 0.09532652429588363,
577
+ "grad_norm": 5.191717624664307,
578
+ "learning_rate": 0.00028173082392388913,
579
+ "loss": 19.2061,
580
+ "step": 77
581
+ },
582
+ {
583
+ "epoch": 0.09656453110492108,
584
+ "grad_norm": 6.53533411026001,
585
+ "learning_rate": 0.00028117791063352987,
586
+ "loss": 21.5617,
587
+ "step": 78
588
+ },
589
+ {
590
+ "epoch": 0.09780253791395853,
591
+ "grad_norm": 5.942039489746094,
592
+ "learning_rate": 0.0002806173808074487,
593
+ "loss": 20.6797,
594
+ "step": 79
595
+ },
596
+ {
597
+ "epoch": 0.09904054472299598,
598
+ "grad_norm": 6.160003185272217,
599
+ "learning_rate": 0.0002800492711935558,
600
+ "loss": 19.4544,
601
+ "step": 80
602
+ },
603
+ {
604
+ "epoch": 0.10027855153203342,
605
+ "grad_norm": 7.163733005523682,
606
+ "learning_rate": 0.00027947361903668685,
607
+ "loss": 20.1732,
608
+ "step": 81
609
+ },
610
+ {
611
+ "epoch": 0.10151655834107087,
612
+ "grad_norm": 7.42068338394165,
613
+ "learning_rate": 0.00027889046207616055,
614
+ "loss": 19.2081,
615
+ "step": 82
616
+ },
617
+ {
618
+ "epoch": 0.10275456515010832,
619
+ "grad_norm": 7.471425533294678,
620
+ "learning_rate": 0.0002782998385433052,
621
+ "loss": 20.5223,
622
+ "step": 83
623
+ },
624
+ {
625
+ "epoch": 0.10399257195914577,
626
+ "grad_norm": 8.112000465393066,
627
+ "learning_rate": 0.00027770178715895156,
628
+ "loss": 21.4008,
629
+ "step": 84
630
+ },
631
+ {
632
+ "epoch": 0.10523057876818323,
633
+ "grad_norm": 8.954514503479004,
634
+ "learning_rate": 0.000277096347130895,
635
+ "loss": 19.0142,
636
+ "step": 85
637
+ },
638
+ {
639
+ "epoch": 0.10646858557722068,
640
+ "grad_norm": 8.809404373168945,
641
+ "learning_rate": 0.0002764835581513246,
642
+ "loss": 18.2127,
643
+ "step": 86
644
+ },
645
+ {
646
+ "epoch": 0.10770659238625813,
647
+ "grad_norm": 9.259366035461426,
648
+ "learning_rate": 0.0002758634603942212,
649
+ "loss": 20.4813,
650
+ "step": 87
651
+ },
652
+ {
653
+ "epoch": 0.10894459919529557,
654
+ "grad_norm": 9.49925422668457,
655
+ "learning_rate": 0.00027523609451272343,
656
+ "loss": 19.4839,
657
+ "step": 88
658
+ },
659
+ {
660
+ "epoch": 0.11018260600433302,
661
+ "grad_norm": 10.327431678771973,
662
+ "learning_rate": 0.00027460150163646286,
663
+ "loss": 19.1966,
664
+ "step": 89
665
+ },
666
+ {
667
+ "epoch": 0.11142061281337047,
668
+ "grad_norm": 10.627594947814941,
669
+ "learning_rate": 0.0002739597233688672,
670
+ "loss": 19.5016,
671
+ "step": 90
672
+ },
673
+ {
674
+ "epoch": 0.11265861962240792,
675
+ "grad_norm": 11.462135314941406,
676
+ "learning_rate": 0.00027331080178443303,
677
+ "loss": 21.5427,
678
+ "step": 91
679
+ },
680
+ {
681
+ "epoch": 0.11389662643144537,
682
+ "grad_norm": 11.9698486328125,
683
+ "learning_rate": 0.0002726547794259673,
684
+ "loss": 20.8448,
685
+ "step": 92
686
+ },
687
+ {
688
+ "epoch": 0.11513463324048283,
689
+ "grad_norm": 12.26305866241455,
690
+ "learning_rate": 0.00027199169930179834,
691
+ "loss": 19.9607,
692
+ "step": 93
693
+ },
694
+ {
695
+ "epoch": 0.11637264004952028,
696
+ "grad_norm": 12.922258377075195,
697
+ "learning_rate": 0.0002713216048829563,
698
+ "loss": 20.6943,
699
+ "step": 94
700
+ },
701
+ {
702
+ "epoch": 0.11761064685855772,
703
+ "grad_norm": 13.900535583496094,
704
+ "learning_rate": 0.0002706445401003232,
705
+ "loss": 20.8494,
706
+ "step": 95
707
+ },
708
+ {
709
+ "epoch": 0.11884865366759517,
710
+ "grad_norm": 14.97961139678955,
711
+ "learning_rate": 0.00026996054934175267,
712
+ "loss": 23.8158,
713
+ "step": 96
714
+ },
715
+ {
716
+ "epoch": 0.12008666047663262,
717
+ "grad_norm": 17.248981475830078,
718
+ "learning_rate": 0.0002692696774491602,
719
+ "loss": 27.175,
720
+ "step": 97
721
+ },
722
+ {
723
+ "epoch": 0.12132466728567007,
724
+ "grad_norm": 23.119956970214844,
725
+ "learning_rate": 0.00026857196971558306,
726
+ "loss": 26.2062,
727
+ "step": 98
728
+ },
729
+ {
730
+ "epoch": 0.12256267409470752,
731
+ "grad_norm": 21.718097686767578,
732
+ "learning_rate": 0.00026786747188221145,
733
+ "loss": 27.1384,
734
+ "step": 99
735
+ },
736
+ {
737
+ "epoch": 0.12380068090374496,
738
+ "grad_norm": 39.15816879272461,
739
+ "learning_rate": 0.00026715623013538883,
740
+ "loss": 30.5894,
741
+ "step": 100
742
+ },
743
+ {
744
+ "epoch": 0.12380068090374496,
745
+ "eval_loss": 2.5429229736328125,
746
+ "eval_runtime": 0.4584,
747
+ "eval_samples_per_second": 109.085,
748
+ "eval_steps_per_second": 15.272,
749
+ "step": 100
750
+ },
751
+ {
752
+ "epoch": 0.12503868771278243,
753
+ "grad_norm": 22.390485763549805,
754
+ "learning_rate": 0.00026643829110358495,
755
+ "loss": 22.6071,
756
+ "step": 101
757
+ },
758
+ {
759
+ "epoch": 0.12627669452181986,
760
+ "grad_norm": 21.849397659301758,
761
+ "learning_rate": 0.0002657137018543382,
762
+ "loss": 22.0142,
763
+ "step": 102
764
+ },
765
+ {
766
+ "epoch": 0.12751470133085732,
767
+ "grad_norm": 19.895065307617188,
768
+ "learning_rate": 0.0002649825098911704,
769
+ "loss": 21.9349,
770
+ "step": 103
771
+ },
772
+ {
773
+ "epoch": 0.12875270813989476,
774
+ "grad_norm": 16.992504119873047,
775
+ "learning_rate": 0.00026424476315047203,
776
+ "loss": 21.477,
777
+ "step": 104
778
+ },
779
+ {
780
+ "epoch": 0.12999071494893222,
781
+ "grad_norm": 12.78968334197998,
782
+ "learning_rate": 0.0002635005099983601,
783
+ "loss": 20.9513,
784
+ "step": 105
785
+ },
786
+ {
787
+ "epoch": 0.13122872175796968,
788
+ "grad_norm": 10.675745964050293,
789
+ "learning_rate": 0.0002627497992275069,
790
+ "loss": 21.1391,
791
+ "step": 106
792
+ },
793
+ {
794
+ "epoch": 0.1324667285670071,
795
+ "grad_norm": 8.675626754760742,
796
+ "learning_rate": 0.0002619926800539412,
797
+ "loss": 19.64,
798
+ "step": 107
799
+ },
800
+ {
801
+ "epoch": 0.13370473537604458,
802
+ "grad_norm": 7.027200222015381,
803
+ "learning_rate": 0.0002612292021138219,
804
+ "loss": 20.2259,
805
+ "step": 108
806
+ },
807
+ {
808
+ "epoch": 0.134942742185082,
809
+ "grad_norm": 5.689077854156494,
810
+ "learning_rate": 0.0002604594154601839,
811
+ "loss": 19.5883,
812
+ "step": 109
813
+ },
814
+ {
815
+ "epoch": 0.13618074899411947,
816
+ "grad_norm": 5.175965309143066,
817
+ "learning_rate": 0.0002596833705596564,
818
+ "loss": 19.7876,
819
+ "step": 110
820
+ },
821
+ {
822
+ "epoch": 0.1374187558031569,
823
+ "grad_norm": 4.827434539794922,
824
+ "learning_rate": 0.00025890111828915453,
825
+ "loss": 19.7914,
826
+ "step": 111
827
+ },
828
+ {
829
+ "epoch": 0.13865676261219437,
830
+ "grad_norm": 4.572112083435059,
831
+ "learning_rate": 0.0002581127099325441,
832
+ "loss": 20.4453,
833
+ "step": 112
834
+ },
835
+ {
836
+ "epoch": 0.13989476942123183,
837
+ "grad_norm": 3.9443328380584717,
838
+ "learning_rate": 0.00025731819717727893,
839
+ "loss": 19.8542,
840
+ "step": 113
841
+ },
842
+ {
843
+ "epoch": 0.14113277623026926,
844
+ "grad_norm": 3.5700809955596924,
845
+ "learning_rate": 0.0002565176321110129,
846
+ "loss": 19.1653,
847
+ "step": 114
848
+ },
849
+ {
850
+ "epoch": 0.14237078303930673,
851
+ "grad_norm": 3.7322165966033936,
852
+ "learning_rate": 0.0002557110672181847,
853
+ "loss": 20.1589,
854
+ "step": 115
855
+ },
856
+ {
857
+ "epoch": 0.14360878984834416,
858
+ "grad_norm": 3.796776056289673,
859
+ "learning_rate": 0.0002548985553765769,
860
+ "loss": 19.8287,
861
+ "step": 116
862
+ },
863
+ {
864
+ "epoch": 0.14484679665738162,
865
+ "grad_norm": 3.7718887329101562,
866
+ "learning_rate": 0.0002540801498538499,
867
+ "loss": 19.7224,
868
+ "step": 117
869
+ },
870
+ {
871
+ "epoch": 0.14608480346641906,
872
+ "grad_norm": 3.862229824066162,
873
+ "learning_rate": 0.0002532559043040491,
874
+ "loss": 19.3835,
875
+ "step": 118
876
+ },
877
+ {
878
+ "epoch": 0.14732281027545652,
879
+ "grad_norm": 3.927959442138672,
880
+ "learning_rate": 0.00025242587276408764,
881
+ "loss": 19.486,
882
+ "step": 119
883
+ },
884
+ {
885
+ "epoch": 0.14856081708449395,
886
+ "grad_norm": 4.238428115844727,
887
+ "learning_rate": 0.00025159010965020384,
888
+ "loss": 20.2494,
889
+ "step": 120
890
+ },
891
+ {
892
+ "epoch": 0.1497988238935314,
893
+ "grad_norm": 4.240636825561523,
894
+ "learning_rate": 0.00025074866975439384,
895
+ "loss": 20.2118,
896
+ "step": 121
897
+ },
898
+ {
899
+ "epoch": 0.15103683070256887,
900
+ "grad_norm": 4.528189182281494,
901
+ "learning_rate": 0.000249901608240819,
902
+ "loss": 19.49,
903
+ "step": 122
904
+ },
905
+ {
906
+ "epoch": 0.1522748375116063,
907
+ "grad_norm": 4.5070366859436035,
908
+ "learning_rate": 0.0002490489806421898,
909
+ "loss": 20.4008,
910
+ "step": 123
911
+ },
912
+ {
913
+ "epoch": 0.15351284432064377,
914
+ "grad_norm": 4.571038722991943,
915
+ "learning_rate": 0.0002481908428561252,
916
+ "loss": 19.7522,
917
+ "step": 124
918
+ },
919
+ {
920
+ "epoch": 0.1547508511296812,
921
+ "grad_norm": 4.730791091918945,
922
+ "learning_rate": 0.00024732725114148753,
923
+ "loss": 19.8851,
924
+ "step": 125
925
+ },
926
+ {
927
+ "epoch": 0.1547508511296812,
928
+ "eval_loss": 2.2168242931365967,
929
+ "eval_runtime": 0.4591,
930
+ "eval_samples_per_second": 108.916,
931
+ "eval_steps_per_second": 15.248,
932
+ "step": 125
933
+ },
934
+ {
935
+ "epoch": 0.15598885793871867,
936
+ "grad_norm": 5.251495838165283,
937
+ "learning_rate": 0.0002464582621146948,
938
+ "loss": 20.2512,
939
+ "step": 126
940
+ },
941
+ {
942
+ "epoch": 0.1572268647477561,
943
+ "grad_norm": 5.254427909851074,
944
+ "learning_rate": 0.00024558393274600864,
945
+ "loss": 19.1956,
946
+ "step": 127
947
+ },
948
+ {
949
+ "epoch": 0.15846487155679356,
950
+ "grad_norm": 6.146194934844971,
951
+ "learning_rate": 0.00024470432035579955,
952
+ "loss": 19.839,
953
+ "step": 128
954
+ },
955
+ {
956
+ "epoch": 0.15970287836583102,
957
+ "grad_norm": 6.025669574737549,
958
+ "learning_rate": 0.00024381948261078862,
959
+ "loss": 20.0938,
960
+ "step": 129
961
+ },
962
+ {
963
+ "epoch": 0.16094088517486846,
964
+ "grad_norm": 6.4785661697387695,
965
+ "learning_rate": 0.00024292947752026762,
966
+ "loss": 19.7979,
967
+ "step": 130
968
+ },
969
+ {
970
+ "epoch": 0.16217889198390592,
971
+ "grad_norm": 7.562347888946533,
972
+ "learning_rate": 0.0002420343634322952,
973
+ "loss": 18.4927,
974
+ "step": 131
975
+ },
976
+ {
977
+ "epoch": 0.16341689879294335,
978
+ "grad_norm": 7.990317344665527,
979
+ "learning_rate": 0.00024113419902987233,
980
+ "loss": 19.4672,
981
+ "step": 132
982
+ },
983
+ {
984
+ "epoch": 0.16465490560198082,
985
+ "grad_norm": 8.579107284545898,
986
+ "learning_rate": 0.0002402290433270946,
987
+ "loss": 19.8719,
988
+ "step": 133
989
+ },
990
+ {
991
+ "epoch": 0.16589291241101825,
992
+ "grad_norm": 8.502838134765625,
993
+ "learning_rate": 0.00023931895566528346,
994
+ "loss": 19.7653,
995
+ "step": 134
996
+ },
997
+ {
998
+ "epoch": 0.1671309192200557,
999
+ "grad_norm": 9.949304580688477,
1000
+ "learning_rate": 0.0002384039957090959,
1001
+ "loss": 19.7794,
1002
+ "step": 135
1003
+ },
1004
+ {
1005
+ "epoch": 0.16836892602909315,
1006
+ "grad_norm": 10.154642105102539,
1007
+ "learning_rate": 0.00023748422344261282,
1008
+ "loss": 20.9916,
1009
+ "step": 136
1010
+ },
1011
+ {
1012
+ "epoch": 0.1696069328381306,
1013
+ "grad_norm": 9.841394424438477,
1014
+ "learning_rate": 0.00023655969916540646,
1015
+ "loss": 18.3436,
1016
+ "step": 137
1017
+ },
1018
+ {
1019
+ "epoch": 0.17084493964716807,
1020
+ "grad_norm": 9.700642585754395,
1021
+ "learning_rate": 0.00023563048348858754,
1022
+ "loss": 19.9465,
1023
+ "step": 138
1024
+ },
1025
+ {
1026
+ "epoch": 0.1720829464562055,
1027
+ "grad_norm": 10.298176765441895,
1028
+ "learning_rate": 0.00023469663733083107,
1029
+ "loss": 18.3093,
1030
+ "step": 139
1031
+ },
1032
+ {
1033
+ "epoch": 0.17332095326524297,
1034
+ "grad_norm": 10.373757362365723,
1035
+ "learning_rate": 0.000233758221914383,
1036
+ "loss": 19.5524,
1037
+ "step": 140
1038
+ },
1039
+ {
1040
+ "epoch": 0.1745589600742804,
1041
+ "grad_norm": 10.68146800994873,
1042
+ "learning_rate": 0.00023281529876104646,
1043
+ "loss": 18.4803,
1044
+ "step": 141
1045
+ },
1046
+ {
1047
+ "epoch": 0.17579696688331786,
1048
+ "grad_norm": 10.278772354125977,
1049
+ "learning_rate": 0.00023186792968814835,
1050
+ "loss": 19.8124,
1051
+ "step": 142
1052
+ },
1053
+ {
1054
+ "epoch": 0.1770349736923553,
1055
+ "grad_norm": 11.193350791931152,
1056
+ "learning_rate": 0.00023091617680448662,
1057
+ "loss": 20.4684,
1058
+ "step": 143
1059
+ },
1060
+ {
1061
+ "epoch": 0.17827298050139276,
1062
+ "grad_norm": 11.797956466674805,
1063
+ "learning_rate": 0.0002299601025062587,
1064
+ "loss": 20.1786,
1065
+ "step": 144
1066
+ },
1067
+ {
1068
+ "epoch": 0.17951098731043022,
1069
+ "grad_norm": 15.304258346557617,
1070
+ "learning_rate": 0.00022899976947297047,
1071
+ "loss": 20.4355,
1072
+ "step": 145
1073
+ },
1074
+ {
1075
+ "epoch": 0.18074899411946765,
1076
+ "grad_norm": 14.091426849365234,
1077
+ "learning_rate": 0.00022803524066332745,
1078
+ "loss": 21.2918,
1079
+ "step": 146
1080
+ },
1081
+ {
1082
+ "epoch": 0.18198700092850512,
1083
+ "grad_norm": 19.633708953857422,
1084
+ "learning_rate": 0.000227066579311107,
1085
+ "loss": 21.3633,
1086
+ "step": 147
1087
+ },
1088
+ {
1089
+ "epoch": 0.18322500773754255,
1090
+ "grad_norm": 19.494171142578125,
1091
+ "learning_rate": 0.00022609384892101274,
1092
+ "loss": 24.4366,
1093
+ "step": 148
1094
+ },
1095
+ {
1096
+ "epoch": 0.18446301454658,
1097
+ "grad_norm": 25.900556564331055,
1098
+ "learning_rate": 0.00022511711326451142,
1099
+ "loss": 26.3771,
1100
+ "step": 149
1101
+ },
1102
+ {
1103
+ "epoch": 0.18570102135561745,
1104
+ "grad_norm": 62.00362014770508,
1105
+ "learning_rate": 0.0002241364363756521,
1106
+ "loss": 34.0405,
1107
+ "step": 150
1108
+ },
1109
+ {
1110
+ "epoch": 0.18570102135561745,
1111
+ "eval_loss": 2.284111976623535,
1112
+ "eval_runtime": 0.4592,
1113
+ "eval_samples_per_second": 108.877,
1114
+ "eval_steps_per_second": 15.243,
1115
+ "step": 150
1116
+ },
1117
+ {
1118
+ "epoch": 0.1869390281646549,
1119
+ "grad_norm": 9.669087409973145,
1120
+ "learning_rate": 0.00022315188254686788,
1121
+ "loss": 19.8338,
1122
+ "step": 151
1123
+ },
1124
+ {
1125
+ "epoch": 0.18817703497369234,
1126
+ "grad_norm": 10.625255584716797,
1127
+ "learning_rate": 0.0002221635163247612,
1128
+ "loss": 20.741,
1129
+ "step": 152
1130
+ },
1131
+ {
1132
+ "epoch": 0.1894150417827298,
1133
+ "grad_norm": 9.427986145019531,
1134
+ "learning_rate": 0.00022117140250587202,
1135
+ "loss": 19.8677,
1136
+ "step": 153
1137
+ },
1138
+ {
1139
+ "epoch": 0.19065304859176727,
1140
+ "grad_norm": 8.14100456237793,
1141
+ "learning_rate": 0.00022017560613243008,
1142
+ "loss": 19.6278,
1143
+ "step": 154
1144
+ },
1145
+ {
1146
+ "epoch": 0.1918910554008047,
1147
+ "grad_norm": 6.954777240753174,
1148
+ "learning_rate": 0.00021917619248809043,
1149
+ "loss": 19.8791,
1150
+ "step": 155
1151
+ },
1152
+ {
1153
+ "epoch": 0.19312906220984216,
1154
+ "grad_norm": 5.720154762268066,
1155
+ "learning_rate": 0.00021817322709365372,
1156
+ "loss": 19.9093,
1157
+ "step": 156
1158
+ },
1159
+ {
1160
+ "epoch": 0.1943670690188796,
1161
+ "grad_norm": 5.18485164642334,
1162
+ "learning_rate": 0.00021716677570277073,
1163
+ "loss": 19.9149,
1164
+ "step": 157
1165
+ },
1166
+ {
1167
+ "epoch": 0.19560507582791706,
1168
+ "grad_norm": 5.029271125793457,
1169
+ "learning_rate": 0.00021615690429763141,
1170
+ "loss": 19.3344,
1171
+ "step": 158
1172
+ },
1173
+ {
1174
+ "epoch": 0.1968430826369545,
1175
+ "grad_norm": 4.456918239593506,
1176
+ "learning_rate": 0.0002151436790846392,
1177
+ "loss": 19.3542,
1178
+ "step": 159
1179
+ },
1180
+ {
1181
+ "epoch": 0.19808108944599195,
1182
+ "grad_norm": 4.820105075836182,
1183
+ "learning_rate": 0.00021412716649007083,
1184
+ "loss": 19.3959,
1185
+ "step": 160
1186
+ },
1187
+ {
1188
+ "epoch": 0.19931909625502942,
1189
+ "grad_norm": 4.102832794189453,
1190
+ "learning_rate": 0.00021310743315572104,
1191
+ "loss": 18.9337,
1192
+ "step": 161
1193
+ },
1194
+ {
1195
+ "epoch": 0.20055710306406685,
1196
+ "grad_norm": 3.9710278511047363,
1197
+ "learning_rate": 0.00021208454593453407,
1198
+ "loss": 18.9453,
1199
+ "step": 162
1200
+ },
1201
+ {
1202
+ "epoch": 0.2017951098731043,
1203
+ "grad_norm": 3.7324447631835938,
1204
+ "learning_rate": 0.00021105857188622045,
1205
+ "loss": 19.8246,
1206
+ "step": 163
1207
+ },
1208
+ {
1209
+ "epoch": 0.20303311668214175,
1210
+ "grad_norm": 3.610128402709961,
1211
+ "learning_rate": 0.00021002957827286078,
1212
+ "loss": 19.3761,
1213
+ "step": 164
1214
+ },
1215
+ {
1216
+ "epoch": 0.2042711234911792,
1217
+ "grad_norm": 3.5811269283294678,
1218
+ "learning_rate": 0.000208997632554496,
1219
+ "loss": 19.5489,
1220
+ "step": 165
1221
+ },
1222
+ {
1223
+ "epoch": 0.20550913030021664,
1224
+ "grad_norm": 3.572359561920166,
1225
+ "learning_rate": 0.00020796280238470492,
1226
+ "loss": 19.1723,
1227
+ "step": 166
1228
+ },
1229
+ {
1230
+ "epoch": 0.2067471371092541,
1231
+ "grad_norm": 3.7215442657470703,
1232
+ "learning_rate": 0.00020692515560616869,
1233
+ "loss": 19.5084,
1234
+ "step": 167
1235
+ },
1236
+ {
1237
+ "epoch": 0.20798514391829154,
1238
+ "grad_norm": 3.805196523666382,
1239
+ "learning_rate": 0.00020588476024622332,
1240
+ "loss": 19.4544,
1241
+ "step": 168
1242
+ },
1243
+ {
1244
+ "epoch": 0.209223150727329,
1245
+ "grad_norm": 3.7352330684661865,
1246
+ "learning_rate": 0.00020484168451239968,
1247
+ "loss": 20.023,
1248
+ "step": 169
1249
+ },
1250
+ {
1251
+ "epoch": 0.21046115753636646,
1252
+ "grad_norm": 3.7461116313934326,
1253
+ "learning_rate": 0.0002037959967879518,
1254
+ "loss": 19.1615,
1255
+ "step": 170
1256
+ },
1257
+ {
1258
+ "epoch": 0.2116991643454039,
1259
+ "grad_norm": 4.025320053100586,
1260
+ "learning_rate": 0.00020274776562737397,
1261
+ "loss": 20.734,
1262
+ "step": 171
1263
+ },
1264
+ {
1265
+ "epoch": 0.21293717115444136,
1266
+ "grad_norm": 4.387618541717529,
1267
+ "learning_rate": 0.00020169705975190628,
1268
+ "loss": 20.0918,
1269
+ "step": 172
1270
+ },
1271
+ {
1272
+ "epoch": 0.2141751779634788,
1273
+ "grad_norm": 4.41184139251709,
1274
+ "learning_rate": 0.00020064394804502903,
1275
+ "loss": 19.2698,
1276
+ "step": 173
1277
+ },
1278
+ {
1279
+ "epoch": 0.21541318477251625,
1280
+ "grad_norm": 4.930720329284668,
1281
+ "learning_rate": 0.0001995884995479472,
1282
+ "loss": 21.0811,
1283
+ "step": 174
1284
+ },
1285
+ {
1286
+ "epoch": 0.2166511915815537,
1287
+ "grad_norm": 4.822671890258789,
1288
+ "learning_rate": 0.000198530783455064,
1289
+ "loss": 19.6059,
1290
+ "step": 175
1291
+ },
1292
+ {
1293
+ "epoch": 0.2166511915815537,
1294
+ "eval_loss": 2.180332660675049,
1295
+ "eval_runtime": 0.4585,
1296
+ "eval_samples_per_second": 109.043,
1297
+ "eval_steps_per_second": 15.266,
1298
+ "step": 175
1299
+ },
1300
+ {
1301
+ "epoch": 0.21788919839059115,
1302
+ "grad_norm": 5.071719169616699,
1303
+ "learning_rate": 0.00019747086910944423,
1304
+ "loss": 20.1044,
1305
+ "step": 176
1306
+ },
1307
+ {
1308
+ "epoch": 0.2191272051996286,
1309
+ "grad_norm": 5.194329261779785,
1310
+ "learning_rate": 0.0001964088259982687,
1311
+ "loss": 19.0575,
1312
+ "step": 177
1313
+ },
1314
+ {
1315
+ "epoch": 0.22036521200866604,
1316
+ "grad_norm": 5.622753620147705,
1317
+ "learning_rate": 0.00019534472374827845,
1318
+ "loss": 19.2182,
1319
+ "step": 178
1320
+ },
1321
+ {
1322
+ "epoch": 0.2216032188177035,
1323
+ "grad_norm": 6.169511318206787,
1324
+ "learning_rate": 0.00019427863212121004,
1325
+ "loss": 19.3218,
1326
+ "step": 179
1327
+ },
1328
+ {
1329
+ "epoch": 0.22284122562674094,
1330
+ "grad_norm": 6.637182712554932,
1331
+ "learning_rate": 0.00019321062100922213,
1332
+ "loss": 18.3712,
1333
+ "step": 180
1334
+ },
1335
+ {
1336
+ "epoch": 0.2240792324357784,
1337
+ "grad_norm": 8.203030586242676,
1338
+ "learning_rate": 0.0001921407604303133,
1339
+ "loss": 18.8138,
1340
+ "step": 181
1341
+ },
1342
+ {
1343
+ "epoch": 0.22531723924481584,
1344
+ "grad_norm": 7.009521961212158,
1345
+ "learning_rate": 0.00019106912052373187,
1346
+ "loss": 18.5025,
1347
+ "step": 182
1348
+ },
1349
+ {
1350
+ "epoch": 0.2265552460538533,
1351
+ "grad_norm": 8.01633358001709,
1352
+ "learning_rate": 0.00018999577154537743,
1353
+ "loss": 19.9148,
1354
+ "step": 183
1355
+ },
1356
+ {
1357
+ "epoch": 0.22779325286289073,
1358
+ "grad_norm": 7.781541347503662,
1359
+ "learning_rate": 0.00018892078386319508,
1360
+ "loss": 19.228,
1361
+ "step": 184
1362
+ },
1363
+ {
1364
+ "epoch": 0.2290312596719282,
1365
+ "grad_norm": 8.206415176391602,
1366
+ "learning_rate": 0.00018784422795256207,
1367
+ "loss": 18.9477,
1368
+ "step": 185
1369
+ },
1370
+ {
1371
+ "epoch": 0.23026926648096566,
1372
+ "grad_norm": 8.606698036193848,
1373
+ "learning_rate": 0.00018676617439166755,
1374
+ "loss": 18.1439,
1375
+ "step": 186
1376
+ },
1377
+ {
1378
+ "epoch": 0.2315072732900031,
1379
+ "grad_norm": 9.17394733428955,
1380
+ "learning_rate": 0.0001856866938568855,
1381
+ "loss": 19.071,
1382
+ "step": 187
1383
+ },
1384
+ {
1385
+ "epoch": 0.23274528009904055,
1386
+ "grad_norm": 9.171770095825195,
1387
+ "learning_rate": 0.0001846058571181412,
1388
+ "loss": 18.9195,
1389
+ "step": 188
1390
+ },
1391
+ {
1392
+ "epoch": 0.233983286908078,
1393
+ "grad_norm": 9.193241119384766,
1394
+ "learning_rate": 0.00018352373503427156,
1395
+ "loss": 18.7589,
1396
+ "step": 189
1397
+ },
1398
+ {
1399
+ "epoch": 0.23522129371711545,
1400
+ "grad_norm": 9.655874252319336,
1401
+ "learning_rate": 0.00018244039854837984,
1402
+ "loss": 20.2001,
1403
+ "step": 190
1404
+ },
1405
+ {
1406
+ "epoch": 0.23645930052615288,
1407
+ "grad_norm": 10.24439525604248,
1408
+ "learning_rate": 0.00018135591868318458,
1409
+ "loss": 17.9239,
1410
+ "step": 191
1411
+ },
1412
+ {
1413
+ "epoch": 0.23769730733519034,
1414
+ "grad_norm": 10.944853782653809,
1415
+ "learning_rate": 0.0001802703665363634,
1416
+ "loss": 16.8519,
1417
+ "step": 192
1418
+ },
1419
+ {
1420
+ "epoch": 0.2389353141442278,
1421
+ "grad_norm": 12.930046081542969,
1422
+ "learning_rate": 0.00017918381327589172,
1423
+ "loss": 22.0313,
1424
+ "step": 193
1425
+ },
1426
+ {
1427
+ "epoch": 0.24017332095326524,
1428
+ "grad_norm": 12.4637451171875,
1429
+ "learning_rate": 0.0001780963301353775,
1430
+ "loss": 19.3518,
1431
+ "step": 194
1432
+ },
1433
+ {
1434
+ "epoch": 0.2414113277623027,
1435
+ "grad_norm": 14.22148609161377,
1436
+ "learning_rate": 0.00017700798840939068,
1437
+ "loss": 20.3325,
1438
+ "step": 195
1439
+ },
1440
+ {
1441
+ "epoch": 0.24264933457134014,
1442
+ "grad_norm": 14.300663948059082,
1443
+ "learning_rate": 0.0001759188594487896,
1444
+ "loss": 22.5563,
1445
+ "step": 196
1446
+ },
1447
+ {
1448
+ "epoch": 0.2438873413803776,
1449
+ "grad_norm": 17.390811920166016,
1450
+ "learning_rate": 0.0001748290146560429,
1451
+ "loss": 22.2467,
1452
+ "step": 197
1453
+ },
1454
+ {
1455
+ "epoch": 0.24512534818941503,
1456
+ "grad_norm": 19.233295440673828,
1457
+ "learning_rate": 0.00017373852548054883,
1458
+ "loss": 23.0156,
1459
+ "step": 198
1460
+ },
1461
+ {
1462
+ "epoch": 0.2463633549984525,
1463
+ "grad_norm": 24.415042877197266,
1464
+ "learning_rate": 0.00017264746341395077,
1465
+ "loss": 25.5748,
1466
+ "step": 199
1467
+ },
1468
+ {
1469
+ "epoch": 0.24760136180748993,
1470
+ "grad_norm": 46.97291946411133,
1471
+ "learning_rate": 0.0001715558999854505,
1472
+ "loss": 30.3984,
1473
+ "step": 200
1474
+ },
1475
+ {
1476
+ "epoch": 0.24760136180748993,
1477
+ "eval_loss": 2.212056875228882,
1478
+ "eval_runtime": 0.4597,
1479
+ "eval_samples_per_second": 108.771,
1480
+ "eval_steps_per_second": 15.228,
1481
+ "step": 200
1482
+ },
1483
+ {
1484
+ "epoch": 0.2488393686165274,
1485
+ "grad_norm": 5.79608678817749,
1486
+ "learning_rate": 0.00017046390675711862,
1487
+ "loss": 18.3087,
1488
+ "step": 201
1489
+ },
1490
+ {
1491
+ "epoch": 0.25007737542556485,
1492
+ "grad_norm": 6.862473964691162,
1493
+ "learning_rate": 0.00016937155531920306,
1494
+ "loss": 19.5213,
1495
+ "step": 202
1496
+ },
1497
+ {
1498
+ "epoch": 0.2513153822346023,
1499
+ "grad_norm": 7.139790058135986,
1500
+ "learning_rate": 0.00016827891728543576,
1501
+ "loss": 19.5547,
1502
+ "step": 203
1503
+ },
1504
+ {
1505
+ "epoch": 0.2525533890436397,
1506
+ "grad_norm": 6.667609691619873,
1507
+ "learning_rate": 0.00016718606428833772,
1508
+ "loss": 18.5032,
1509
+ "step": 204
1510
+ },
1511
+ {
1512
+ "epoch": 0.2537913958526772,
1513
+ "grad_norm": 6.459772109985352,
1514
+ "learning_rate": 0.0001660930679745226,
1515
+ "loss": 19.4291,
1516
+ "step": 205
1517
+ },
1518
+ {
1519
+ "epoch": 0.25502940266171464,
1520
+ "grad_norm": 5.822205543518066,
1521
+ "learning_rate": 0.000165,
1522
+ "loss": 19.1632,
1523
+ "step": 206
1524
+ },
1525
+ {
1526
+ "epoch": 0.2562674094707521,
1527
+ "grad_norm": 4.656381130218506,
1528
+ "learning_rate": 0.0001639069320254774,
1529
+ "loss": 19.6671,
1530
+ "step": 207
1531
+ },
1532
+ {
1533
+ "epoch": 0.2575054162797895,
1534
+ "grad_norm": 4.40847635269165,
1535
+ "learning_rate": 0.00016281393571166228,
1536
+ "loss": 19.0738,
1537
+ "step": 208
1538
+ },
1539
+ {
1540
+ "epoch": 0.258743423088827,
1541
+ "grad_norm": 3.990798234939575,
1542
+ "learning_rate": 0.00016172108271456423,
1543
+ "loss": 18.6036,
1544
+ "step": 209
1545
+ },
1546
+ {
1547
+ "epoch": 0.25998142989786444,
1548
+ "grad_norm": 4.128664970397949,
1549
+ "learning_rate": 0.000160628444680797,
1550
+ "loss": 19.9571,
1551
+ "step": 210
1552
+ },
1553
+ {
1554
+ "epoch": 0.2612194367069019,
1555
+ "grad_norm": 3.9195494651794434,
1556
+ "learning_rate": 0.00015953609324288143,
1557
+ "loss": 19.4763,
1558
+ "step": 211
1559
+ },
1560
+ {
1561
+ "epoch": 0.26245744351593936,
1562
+ "grad_norm": 3.8015336990356445,
1563
+ "learning_rate": 0.00015844410001454953,
1564
+ "loss": 18.8857,
1565
+ "step": 212
1566
+ },
1567
+ {
1568
+ "epoch": 0.26369545032497677,
1569
+ "grad_norm": 3.763514518737793,
1570
+ "learning_rate": 0.00015735253658604917,
1571
+ "loss": 20.0241,
1572
+ "step": 213
1573
+ },
1574
+ {
1575
+ "epoch": 0.2649334571340142,
1576
+ "grad_norm": 3.5288500785827637,
1577
+ "learning_rate": 0.00015626147451945117,
1578
+ "loss": 19.3841,
1579
+ "step": 214
1580
+ },
1581
+ {
1582
+ "epoch": 0.2661714639430517,
1583
+ "grad_norm": 3.7764415740966797,
1584
+ "learning_rate": 0.0001551709853439571,
1585
+ "loss": 20.7493,
1586
+ "step": 215
1587
+ },
1588
+ {
1589
+ "epoch": 0.26740947075208915,
1590
+ "grad_norm": 3.6105055809020996,
1591
+ "learning_rate": 0.00015408114055121046,
1592
+ "loss": 19.8769,
1593
+ "step": 216
1594
+ },
1595
+ {
1596
+ "epoch": 0.2686474775611266,
1597
+ "grad_norm": 3.764777898788452,
1598
+ "learning_rate": 0.00015299201159060932,
1599
+ "loss": 19.1438,
1600
+ "step": 217
1601
+ },
1602
+ {
1603
+ "epoch": 0.269885484370164,
1604
+ "grad_norm": 3.5672457218170166,
1605
+ "learning_rate": 0.0001519036698646225,
1606
+ "loss": 19.7251,
1607
+ "step": 218
1608
+ },
1609
+ {
1610
+ "epoch": 0.2711234911792015,
1611
+ "grad_norm": 3.7739570140838623,
1612
+ "learning_rate": 0.00015081618672410828,
1613
+ "loss": 19.2045,
1614
+ "step": 219
1615
+ },
1616
+ {
1617
+ "epoch": 0.27236149798823894,
1618
+ "grad_norm": 4.052594184875488,
1619
+ "learning_rate": 0.0001497296334636366,
1620
+ "loss": 20.0188,
1621
+ "step": 220
1622
+ },
1623
+ {
1624
+ "epoch": 0.2735995047972764,
1625
+ "grad_norm": 4.5943498611450195,
1626
+ "learning_rate": 0.00014864408131681542,
1627
+ "loss": 19.5231,
1628
+ "step": 221
1629
+ },
1630
+ {
1631
+ "epoch": 0.2748375116063138,
1632
+ "grad_norm": 4.334908485412598,
1633
+ "learning_rate": 0.00014755960145162016,
1634
+ "loss": 19.7947,
1635
+ "step": 222
1636
+ },
1637
+ {
1638
+ "epoch": 0.2760755184153513,
1639
+ "grad_norm": 4.427191734313965,
1640
+ "learning_rate": 0.00014647626496572846,
1641
+ "loss": 20.0526,
1642
+ "step": 223
1643
+ },
1644
+ {
1645
+ "epoch": 0.27731352522438873,
1646
+ "grad_norm": 4.512222766876221,
1647
+ "learning_rate": 0.00014539414288185882,
1648
+ "loss": 19.0376,
1649
+ "step": 224
1650
+ },
1651
+ {
1652
+ "epoch": 0.2785515320334262,
1653
+ "grad_norm": 4.728100299835205,
1654
+ "learning_rate": 0.00014431330614311447,
1655
+ "loss": 20.3587,
1656
+ "step": 225
1657
+ },
1658
+ {
1659
+ "epoch": 0.2785515320334262,
1660
+ "eval_loss": 2.1677565574645996,
1661
+ "eval_runtime": 0.4594,
1662
+ "eval_samples_per_second": 108.838,
1663
+ "eval_steps_per_second": 15.237,
1664
+ "step": 225
1665
+ },
1666
+ {
1667
+ "epoch": 0.27978953884246366,
1668
+ "grad_norm": 5.296298980712891,
1669
+ "learning_rate": 0.00014323382560833242,
1670
+ "loss": 19.9326,
1671
+ "step": 226
1672
+ },
1673
+ {
1674
+ "epoch": 0.28102754565150107,
1675
+ "grad_norm": 5.252712249755859,
1676
+ "learning_rate": 0.00014215577204743793,
1677
+ "loss": 19.731,
1678
+ "step": 227
1679
+ },
1680
+ {
1681
+ "epoch": 0.2822655524605385,
1682
+ "grad_norm": 6.090585231781006,
1683
+ "learning_rate": 0.00014107921613680491,
1684
+ "loss": 18.9676,
1685
+ "step": 228
1686
+ },
1687
+ {
1688
+ "epoch": 0.283503559269576,
1689
+ "grad_norm": 6.460826396942139,
1690
+ "learning_rate": 0.00014000422845462257,
1691
+ "loss": 19.2938,
1692
+ "step": 229
1693
+ },
1694
+ {
1695
+ "epoch": 0.28474156607861345,
1696
+ "grad_norm": 6.747186183929443,
1697
+ "learning_rate": 0.00013893087947626812,
1698
+ "loss": 18.653,
1699
+ "step": 230
1700
+ },
1701
+ {
1702
+ "epoch": 0.28597957288765086,
1703
+ "grad_norm": 6.91395378112793,
1704
+ "learning_rate": 0.00013785923956968668,
1705
+ "loss": 18.0622,
1706
+ "step": 231
1707
+ },
1708
+ {
1709
+ "epoch": 0.2872175796966883,
1710
+ "grad_norm": 9.03824234008789,
1711
+ "learning_rate": 0.00013678937899077787,
1712
+ "loss": 18.5236,
1713
+ "step": 232
1714
+ },
1715
+ {
1716
+ "epoch": 0.2884555865057258,
1717
+ "grad_norm": 8.007859230041504,
1718
+ "learning_rate": 0.00013572136787878995,
1719
+ "loss": 18.304,
1720
+ "step": 233
1721
+ },
1722
+ {
1723
+ "epoch": 0.28969359331476324,
1724
+ "grad_norm": 7.938798427581787,
1725
+ "learning_rate": 0.00013465527625172158,
1726
+ "loss": 16.7488,
1727
+ "step": 234
1728
+ },
1729
+ {
1730
+ "epoch": 0.2909316001238007,
1731
+ "grad_norm": 8.674590110778809,
1732
+ "learning_rate": 0.0001335911740017313,
1733
+ "loss": 18.2731,
1734
+ "step": 235
1735
+ },
1736
+ {
1737
+ "epoch": 0.2921696069328381,
1738
+ "grad_norm": 8.993042945861816,
1739
+ "learning_rate": 0.0001325291308905558,
1740
+ "loss": 20.209,
1741
+ "step": 236
1742
+ },
1743
+ {
1744
+ "epoch": 0.2934076137418756,
1745
+ "grad_norm": 10.559680938720703,
1746
+ "learning_rate": 0.00013146921654493598,
1747
+ "loss": 19.7907,
1748
+ "step": 237
1749
+ },
1750
+ {
1751
+ "epoch": 0.29464562055091303,
1752
+ "grad_norm": 9.593064308166504,
1753
+ "learning_rate": 0.00013041150045205272,
1754
+ "loss": 18.3169,
1755
+ "step": 238
1756
+ },
1757
+ {
1758
+ "epoch": 0.2958836273599505,
1759
+ "grad_norm": 11.276885986328125,
1760
+ "learning_rate": 0.00012935605195497094,
1761
+ "loss": 20.2917,
1762
+ "step": 239
1763
+ },
1764
+ {
1765
+ "epoch": 0.2971216341689879,
1766
+ "grad_norm": 11.100722312927246,
1767
+ "learning_rate": 0.00012830294024809372,
1768
+ "loss": 18.25,
1769
+ "step": 240
1770
+ },
1771
+ {
1772
+ "epoch": 0.29835964097802536,
1773
+ "grad_norm": 11.526241302490234,
1774
+ "learning_rate": 0.000127252234372626,
1775
+ "loss": 19.8701,
1776
+ "step": 241
1777
+ },
1778
+ {
1779
+ "epoch": 0.2995976477870628,
1780
+ "grad_norm": 10.755220413208008,
1781
+ "learning_rate": 0.0001262040032120482,
1782
+ "loss": 16.2828,
1783
+ "step": 242
1784
+ },
1785
+ {
1786
+ "epoch": 0.3008356545961003,
1787
+ "grad_norm": 13.15343189239502,
1788
+ "learning_rate": 0.00012515831548760031,
1789
+ "loss": 18.6229,
1790
+ "step": 243
1791
+ },
1792
+ {
1793
+ "epoch": 0.30207366140513775,
1794
+ "grad_norm": 12.657286643981934,
1795
+ "learning_rate": 0.00012411523975377667,
1796
+ "loss": 19.268,
1797
+ "step": 244
1798
+ },
1799
+ {
1800
+ "epoch": 0.30331166821417516,
1801
+ "grad_norm": 13.56824016571045,
1802
+ "learning_rate": 0.0001230748443938313,
1803
+ "loss": 19.3271,
1804
+ "step": 245
1805
+ },
1806
+ {
1807
+ "epoch": 0.3045496750232126,
1808
+ "grad_norm": 14.00251579284668,
1809
+ "learning_rate": 0.00012203719761529511,
1810
+ "loss": 22.5264,
1811
+ "step": 246
1812
+ },
1813
+ {
1814
+ "epoch": 0.3057876818322501,
1815
+ "grad_norm": 15.027515411376953,
1816
+ "learning_rate": 0.00012100236744550403,
1817
+ "loss": 18.8906,
1818
+ "step": 247
1819
+ },
1820
+ {
1821
+ "epoch": 0.30702568864128754,
1822
+ "grad_norm": 18.13871192932129,
1823
+ "learning_rate": 0.00011997042172713925,
1824
+ "loss": 23.2494,
1825
+ "step": 248
1826
+ },
1827
+ {
1828
+ "epoch": 0.308263695450325,
1829
+ "grad_norm": 21.671537399291992,
1830
+ "learning_rate": 0.00011894142811377952,
1831
+ "loss": 24.1794,
1832
+ "step": 249
1833
+ },
1834
+ {
1835
+ "epoch": 0.3095017022593624,
1836
+ "grad_norm": 41.55762481689453,
1837
+ "learning_rate": 0.00011791545406546589,
1838
+ "loss": 30.4137,
1839
+ "step": 250
1840
+ },
1841
+ {
1842
+ "epoch": 0.3095017022593624,
1843
+ "eval_loss": 2.245269536972046,
1844
+ "eval_runtime": 0.4583,
1845
+ "eval_samples_per_second": 109.091,
1846
+ "eval_steps_per_second": 15.273,
1847
+ "step": 250
1848
+ },
1849
+ {
1850
+ "epoch": 0.31073970906839987,
1851
+ "grad_norm": 5.071318626403809,
1852
+ "learning_rate": 0.0001168925668442789,
1853
+ "loss": 18.5849,
1854
+ "step": 251
1855
+ },
1856
+ {
1857
+ "epoch": 0.31197771587743733,
1858
+ "grad_norm": 5.750345230102539,
1859
+ "learning_rate": 0.00011587283350992917,
1860
+ "loss": 19.3662,
1861
+ "step": 252
1862
+ },
1863
+ {
1864
+ "epoch": 0.3132157226864748,
1865
+ "grad_norm": 6.307399272918701,
1866
+ "learning_rate": 0.00011485632091536079,
1867
+ "loss": 18.9768,
1868
+ "step": 253
1869
+ },
1870
+ {
1871
+ "epoch": 0.3144537294955122,
1872
+ "grad_norm": 5.8165483474731445,
1873
+ "learning_rate": 0.0001138430957023686,
1874
+ "loss": 18.3872,
1875
+ "step": 254
1876
+ },
1877
+ {
1878
+ "epoch": 0.31569173630454966,
1879
+ "grad_norm": 5.609121799468994,
1880
+ "learning_rate": 0.00011283322429722926,
1881
+ "loss": 18.7267,
1882
+ "step": 255
1883
+ },
1884
+ {
1885
+ "epoch": 0.3169297431135871,
1886
+ "grad_norm": 5.074406623840332,
1887
+ "learning_rate": 0.00011182677290634626,
1888
+ "loss": 19.2954,
1889
+ "step": 256
1890
+ },
1891
+ {
1892
+ "epoch": 0.3181677499226246,
1893
+ "grad_norm": 4.583287239074707,
1894
+ "learning_rate": 0.00011082380751190957,
1895
+ "loss": 18.8282,
1896
+ "step": 257
1897
+ },
1898
+ {
1899
+ "epoch": 0.31940575673166205,
1900
+ "grad_norm": 4.339077949523926,
1901
+ "learning_rate": 0.00010982439386756993,
1902
+ "loss": 19.5454,
1903
+ "step": 258
1904
+ },
1905
+ {
1906
+ "epoch": 0.32064376354069946,
1907
+ "grad_norm": 3.788411855697632,
1908
+ "learning_rate": 0.000108828597494128,
1909
+ "loss": 19.3046,
1910
+ "step": 259
1911
+ },
1912
+ {
1913
+ "epoch": 0.3218817703497369,
1914
+ "grad_norm": 3.411381959915161,
1915
+ "learning_rate": 0.00010783648367523887,
1916
+ "loss": 18.6118,
1917
+ "step": 260
1918
+ },
1919
+ {
1920
+ "epoch": 0.3231197771587744,
1921
+ "grad_norm": 3.3583920001983643,
1922
+ "learning_rate": 0.00010684811745313209,
1923
+ "loss": 18.6945,
1924
+ "step": 261
1925
+ },
1926
+ {
1927
+ "epoch": 0.32435778396781184,
1928
+ "grad_norm": 3.497206926345825,
1929
+ "learning_rate": 0.00010586356362434786,
1930
+ "loss": 18.9166,
1931
+ "step": 262
1932
+ },
1933
+ {
1934
+ "epoch": 0.32559579077684925,
1935
+ "grad_norm": 3.517178535461426,
1936
+ "learning_rate": 0.00010488288673548855,
1937
+ "loss": 19.1632,
1938
+ "step": 263
1939
+ },
1940
+ {
1941
+ "epoch": 0.3268337975858867,
1942
+ "grad_norm": 3.687941074371338,
1943
+ "learning_rate": 0.00010390615107898727,
1944
+ "loss": 19.392,
1945
+ "step": 264
1946
+ },
1947
+ {
1948
+ "epoch": 0.32807180439492417,
1949
+ "grad_norm": 3.892406463623047,
1950
+ "learning_rate": 0.00010293342068889302,
1951
+ "loss": 19.071,
1952
+ "step": 265
1953
+ },
1954
+ {
1955
+ "epoch": 0.32930981120396163,
1956
+ "grad_norm": 3.858397960662842,
1957
+ "learning_rate": 0.00010196475933667252,
1958
+ "loss": 19.042,
1959
+ "step": 266
1960
+ },
1961
+ {
1962
+ "epoch": 0.3305478180129991,
1963
+ "grad_norm": 3.9651567935943604,
1964
+ "learning_rate": 0.00010100023052702953,
1965
+ "loss": 19.4187,
1966
+ "step": 267
1967
+ },
1968
+ {
1969
+ "epoch": 0.3317858248220365,
1970
+ "grad_norm": 3.9167113304138184,
1971
+ "learning_rate": 0.00010003989749374132,
1972
+ "loss": 18.5675,
1973
+ "step": 268
1974
+ },
1975
+ {
1976
+ "epoch": 0.33302383163107396,
1977
+ "grad_norm": 3.9492886066436768,
1978
+ "learning_rate": 9.90838231955134e-05,
1979
+ "loss": 20.0447,
1980
+ "step": 269
1981
+ },
1982
+ {
1983
+ "epoch": 0.3342618384401114,
1984
+ "grad_norm": 4.153578281402588,
1985
+ "learning_rate": 9.813207031185173e-05,
1986
+ "loss": 19.7747,
1987
+ "step": 270
1988
+ },
1989
+ {
1990
+ "epoch": 0.3354998452491489,
1991
+ "grad_norm": 4.268838405609131,
1992
+ "learning_rate": 9.718470123895357e-05,
1993
+ "loss": 19.0648,
1994
+ "step": 271
1995
+ },
1996
+ {
1997
+ "epoch": 0.3367378520581863,
1998
+ "grad_norm": 4.0107951164245605,
1999
+ "learning_rate": 9.624177808561703e-05,
2000
+ "loss": 19.7128,
2001
+ "step": 272
2002
+ },
2003
+ {
2004
+ "epoch": 0.33797585886722376,
2005
+ "grad_norm": 4.586495876312256,
2006
+ "learning_rate": 9.53033626691689e-05,
2007
+ "loss": 19.7837,
2008
+ "step": 273
2009
+ },
2010
+ {
2011
+ "epoch": 0.3392138656762612,
2012
+ "grad_norm": 4.765363693237305,
2013
+ "learning_rate": 9.436951651141242e-05,
2014
+ "loss": 19.4179,
2015
+ "step": 274
2016
+ },
2017
+ {
2018
+ "epoch": 0.3404518724852987,
2019
+ "grad_norm": 4.7433648109436035,
2020
+ "learning_rate": 9.34403008345935e-05,
2021
+ "loss": 20.4525,
2022
+ "step": 275
2023
+ },
2024
+ {
2025
+ "epoch": 0.3404518724852987,
2026
+ "eval_loss": 2.149083137512207,
2027
+ "eval_runtime": 0.4596,
2028
+ "eval_samples_per_second": 108.779,
2029
+ "eval_steps_per_second": 15.229,
2030
+ "step": 275
2031
+ },
2032
+ {
2033
+ "epoch": 0.34168987929433614,
2034
+ "grad_norm": 5.287757873535156,
2035
+ "learning_rate": 9.251577655738719e-05,
2036
+ "loss": 19.0087,
2037
+ "step": 276
2038
+ },
2039
+ {
2040
+ "epoch": 0.34292788610337355,
2041
+ "grad_norm": 5.111241817474365,
2042
+ "learning_rate": 9.159600429090411e-05,
2043
+ "loss": 20.1982,
2044
+ "step": 277
2045
+ },
2046
+ {
2047
+ "epoch": 0.344165892912411,
2048
+ "grad_norm": 5.750723838806152,
2049
+ "learning_rate": 9.068104433471652e-05,
2050
+ "loss": 19.1619,
2051
+ "step": 278
2052
+ },
2053
+ {
2054
+ "epoch": 0.34540389972144847,
2055
+ "grad_norm": 5.881593704223633,
2056
+ "learning_rate": 8.97709566729054e-05,
2057
+ "loss": 18.5968,
2058
+ "step": 279
2059
+ },
2060
+ {
2061
+ "epoch": 0.34664190653048593,
2062
+ "grad_norm": 6.350897789001465,
2063
+ "learning_rate": 8.886580097012762e-05,
2064
+ "loss": 18.4535,
2065
+ "step": 280
2066
+ },
2067
+ {
2068
+ "epoch": 0.3478799133395234,
2069
+ "grad_norm": 7.2103095054626465,
2070
+ "learning_rate": 8.796563656770475e-05,
2071
+ "loss": 18.0141,
2072
+ "step": 281
2073
+ },
2074
+ {
2075
+ "epoch": 0.3491179201485608,
2076
+ "grad_norm": 8.218284606933594,
2077
+ "learning_rate": 8.70705224797324e-05,
2078
+ "loss": 19.1382,
2079
+ "step": 282
2080
+ },
2081
+ {
2082
+ "epoch": 0.35035592695759826,
2083
+ "grad_norm": 8.265275955200195,
2084
+ "learning_rate": 8.618051738921134e-05,
2085
+ "loss": 18.2249,
2086
+ "step": 283
2087
+ },
2088
+ {
2089
+ "epoch": 0.3515939337666357,
2090
+ "grad_norm": 8.471662521362305,
2091
+ "learning_rate": 8.529567964420047e-05,
2092
+ "loss": 18.3772,
2093
+ "step": 284
2094
+ },
2095
+ {
2096
+ "epoch": 0.3528319405756732,
2097
+ "grad_norm": 9.499984741210938,
2098
+ "learning_rate": 8.44160672539913e-05,
2099
+ "loss": 19.3033,
2100
+ "step": 285
2101
+ },
2102
+ {
2103
+ "epoch": 0.3540699473847106,
2104
+ "grad_norm": 9.403618812561035,
2105
+ "learning_rate": 8.354173788530516e-05,
2106
+ "loss": 18.1899,
2107
+ "step": 286
2108
+ },
2109
+ {
2110
+ "epoch": 0.35530795419374805,
2111
+ "grad_norm": 9.960768699645996,
2112
+ "learning_rate": 8.267274885851248e-05,
2113
+ "loss": 17.1351,
2114
+ "step": 287
2115
+ },
2116
+ {
2117
+ "epoch": 0.3565459610027855,
2118
+ "grad_norm": 10.338618278503418,
2119
+ "learning_rate": 8.180915714387479e-05,
2120
+ "loss": 19.4274,
2121
+ "step": 288
2122
+ },
2123
+ {
2124
+ "epoch": 0.357783967811823,
2125
+ "grad_norm": 13.337356567382812,
2126
+ "learning_rate": 8.095101935781016e-05,
2127
+ "loss": 21.5455,
2128
+ "step": 289
2129
+ },
2130
+ {
2131
+ "epoch": 0.35902197462086044,
2132
+ "grad_norm": 11.105886459350586,
2133
+ "learning_rate": 8.009839175918098e-05,
2134
+ "loss": 19.1035,
2135
+ "step": 290
2136
+ },
2137
+ {
2138
+ "epoch": 0.36025998142989785,
2139
+ "grad_norm": 10.98268985748291,
2140
+ "learning_rate": 7.925133024560616e-05,
2141
+ "loss": 19.5065,
2142
+ "step": 291
2143
+ },
2144
+ {
2145
+ "epoch": 0.3614979882389353,
2146
+ "grad_norm": 13.637511253356934,
2147
+ "learning_rate": 7.840989034979613e-05,
2148
+ "loss": 20.3372,
2149
+ "step": 292
2150
+ },
2151
+ {
2152
+ "epoch": 0.36273599504797277,
2153
+ "grad_norm": 11.745948791503906,
2154
+ "learning_rate": 7.75741272359124e-05,
2155
+ "loss": 18.4544,
2156
+ "step": 293
2157
+ },
2158
+ {
2159
+ "epoch": 0.36397400185701023,
2160
+ "grad_norm": 12.553361892700195,
2161
+ "learning_rate": 7.674409569595094e-05,
2162
+ "loss": 19.3569,
2163
+ "step": 294
2164
+ },
2165
+ {
2166
+ "epoch": 0.36521200866604764,
2167
+ "grad_norm": 14.240659713745117,
2168
+ "learning_rate": 7.591985014615007e-05,
2169
+ "loss": 19.9098,
2170
+ "step": 295
2171
+ },
2172
+ {
2173
+ "epoch": 0.3664500154750851,
2174
+ "grad_norm": 13.349631309509277,
2175
+ "learning_rate": 7.510144462342307e-05,
2176
+ "loss": 18.9005,
2177
+ "step": 296
2178
+ },
2179
+ {
2180
+ "epoch": 0.36768802228412256,
2181
+ "grad_norm": 17.52948570251465,
2182
+ "learning_rate": 7.428893278181532e-05,
2183
+ "loss": 22.9618,
2184
+ "step": 297
2185
+ },
2186
+ {
2187
+ "epoch": 0.36892602909316,
2188
+ "grad_norm": 19.178434371948242,
2189
+ "learning_rate": 7.348236788898705e-05,
2190
+ "loss": 24.8635,
2191
+ "step": 298
2192
+ },
2193
+ {
2194
+ "epoch": 0.3701640359021975,
2195
+ "grad_norm": 24.319643020629883,
2196
+ "learning_rate": 7.268180282272107e-05,
2197
+ "loss": 26.7912,
2198
+ "step": 299
2199
+ },
2200
+ {
2201
+ "epoch": 0.3714020427112349,
2202
+ "grad_norm": 41.898406982421875,
2203
+ "learning_rate": 7.188729006745592e-05,
2204
+ "loss": 29.6048,
2205
+ "step": 300
2206
+ },
2207
+ {
2208
+ "epoch": 0.3714020427112349,
2209
+ "eval_loss": 2.1738827228546143,
2210
+ "eval_runtime": 0.4588,
2211
+ "eval_samples_per_second": 108.983,
2212
+ "eval_steps_per_second": 15.258,
2213
+ "step": 300
2214
+ },
2215
+ {
2216
+ "epoch": 0.37264004952027235,
2217
+ "grad_norm": 3.581990957260132,
2218
+ "learning_rate": 7.109888171084546e-05,
2219
+ "loss": 18.1553,
2220
+ "step": 301
2221
+ },
2222
+ {
2223
+ "epoch": 0.3738780563293098,
2224
+ "grad_norm": 3.915548801422119,
2225
+ "learning_rate": 7.03166294403436e-05,
2226
+ "loss": 18.6218,
2227
+ "step": 302
2228
+ },
2229
+ {
2230
+ "epoch": 0.3751160631383473,
2231
+ "grad_norm": 4.525240898132324,
2232
+ "learning_rate": 6.954058453981609e-05,
2233
+ "loss": 19.0451,
2234
+ "step": 303
2235
+ },
2236
+ {
2237
+ "epoch": 0.3763540699473847,
2238
+ "grad_norm": 4.901094436645508,
2239
+ "learning_rate": 6.877079788617809e-05,
2240
+ "loss": 18.4888,
2241
+ "step": 304
2242
+ },
2243
+ {
2244
+ "epoch": 0.37759207675642215,
2245
+ "grad_norm": 4.8025360107421875,
2246
+ "learning_rate": 6.80073199460588e-05,
2247
+ "loss": 18.6165,
2248
+ "step": 305
2249
+ },
2250
+ {
2251
+ "epoch": 0.3788300835654596,
2252
+ "grad_norm": 4.818271160125732,
2253
+ "learning_rate": 6.725020077249312e-05,
2254
+ "loss": 18.7518,
2255
+ "step": 306
2256
+ },
2257
+ {
2258
+ "epoch": 0.38006809037449707,
2259
+ "grad_norm": 4.015491485595703,
2260
+ "learning_rate": 6.649949000163985e-05,
2261
+ "loss": 19.3923,
2262
+ "step": 307
2263
+ },
2264
+ {
2265
+ "epoch": 0.38130609718353453,
2266
+ "grad_norm": 4.116284370422363,
2267
+ "learning_rate": 6.575523684952798e-05,
2268
+ "loss": 19.1145,
2269
+ "step": 308
2270
+ },
2271
+ {
2272
+ "epoch": 0.38254410399257194,
2273
+ "grad_norm": 3.7605159282684326,
2274
+ "learning_rate": 6.501749010882962e-05,
2275
+ "loss": 19.3626,
2276
+ "step": 309
2277
+ },
2278
+ {
2279
+ "epoch": 0.3837821108016094,
2280
+ "grad_norm": 3.646667718887329,
2281
+ "learning_rate": 6.428629814566178e-05,
2282
+ "loss": 18.8842,
2283
+ "step": 310
2284
+ },
2285
+ {
2286
+ "epoch": 0.38502011761064686,
2287
+ "grad_norm": 3.4646224975585938,
2288
+ "learning_rate": 6.356170889641505e-05,
2289
+ "loss": 18.0124,
2290
+ "step": 311
2291
+ },
2292
+ {
2293
+ "epoch": 0.3862581244196843,
2294
+ "grad_norm": 3.335514545440674,
2295
+ "learning_rate": 6.284376986461113e-05,
2296
+ "loss": 19.1248,
2297
+ "step": 312
2298
+ },
2299
+ {
2300
+ "epoch": 0.3874961312287218,
2301
+ "grad_norm": 3.5872344970703125,
2302
+ "learning_rate": 6.213252811778856e-05,
2303
+ "loss": 19.1753,
2304
+ "step": 313
2305
+ },
2306
+ {
2307
+ "epoch": 0.3887341380377592,
2308
+ "grad_norm": 3.3530263900756836,
2309
+ "learning_rate": 6.142803028441687e-05,
2310
+ "loss": 18.9668,
2311
+ "step": 314
2312
+ },
2313
+ {
2314
+ "epoch": 0.38997214484679665,
2315
+ "grad_norm": 3.4116427898406982,
2316
+ "learning_rate": 6.073032255083983e-05,
2317
+ "loss": 19.3431,
2318
+ "step": 315
2319
+ },
2320
+ {
2321
+ "epoch": 0.3912101516558341,
2322
+ "grad_norm": 3.7365005016326904,
2323
+ "learning_rate": 6.003945065824737e-05,
2324
+ "loss": 18.7074,
2325
+ "step": 316
2326
+ },
2327
+ {
2328
+ "epoch": 0.3924481584648716,
2329
+ "grad_norm": 3.765794515609741,
2330
+ "learning_rate": 5.935545989967681e-05,
2331
+ "loss": 19.5816,
2332
+ "step": 317
2333
+ },
2334
+ {
2335
+ "epoch": 0.393686165273909,
2336
+ "grad_norm": 4.13867712020874,
2337
+ "learning_rate": 5.867839511704368e-05,
2338
+ "loss": 19.3254,
2339
+ "step": 318
2340
+ },
2341
+ {
2342
+ "epoch": 0.39492417208294645,
2343
+ "grad_norm": 4.177253723144531,
2344
+ "learning_rate": 5.800830069820163e-05,
2345
+ "loss": 20.1147,
2346
+ "step": 319
2347
+ },
2348
+ {
2349
+ "epoch": 0.3961621788919839,
2350
+ "grad_norm": 4.264730930328369,
2351
+ "learning_rate": 5.734522057403271e-05,
2352
+ "loss": 19.2077,
2353
+ "step": 320
2354
+ },
2355
+ {
2356
+ "epoch": 0.39740018570102137,
2357
+ "grad_norm": 4.475826263427734,
2358
+ "learning_rate": 5.668919821556695e-05,
2359
+ "loss": 19.8458,
2360
+ "step": 321
2361
+ },
2362
+ {
2363
+ "epoch": 0.39863819251005883,
2364
+ "grad_norm": 4.821839809417725,
2365
+ "learning_rate": 5.604027663113273e-05,
2366
+ "loss": 19.9184,
2367
+ "step": 322
2368
+ },
2369
+ {
2370
+ "epoch": 0.39987619931909624,
2371
+ "grad_norm": 5.058393478393555,
2372
+ "learning_rate": 5.539849836353708e-05,
2373
+ "loss": 19.6655,
2374
+ "step": 323
2375
+ },
2376
+ {
2377
+ "epoch": 0.4011142061281337,
2378
+ "grad_norm": 5.279305458068848,
2379
+ "learning_rate": 5.4763905487276506e-05,
2380
+ "loss": 19.4492,
2381
+ "step": 324
2382
+ },
2383
+ {
2384
+ "epoch": 0.40235221293717116,
2385
+ "grad_norm": 5.956630229949951,
2386
+ "learning_rate": 5.413653960577879e-05,
2387
+ "loss": 18.8365,
2388
+ "step": 325
2389
+ },
2390
+ {
2391
+ "epoch": 0.40235221293717116,
2392
+ "eval_loss": 2.1857447624206543,
2393
+ "eval_runtime": 0.4564,
2394
+ "eval_samples_per_second": 109.564,
2395
+ "eval_steps_per_second": 15.339,
2396
+ "step": 325
2397
+ },
2398
+ {
2399
+ "epoch": 0.4035902197462086,
2400
+ "grad_norm": 6.074418067932129,
2401
+ "learning_rate": 5.3516441848675385e-05,
2402
+ "loss": 18.2903,
2403
+ "step": 326
2404
+ },
2405
+ {
2406
+ "epoch": 0.40482822655524603,
2407
+ "grad_norm": 6.494494438171387,
2408
+ "learning_rate": 5.290365286910496e-05,
2409
+ "loss": 19.7135,
2410
+ "step": 327
2411
+ },
2412
+ {
2413
+ "epoch": 0.4060662333642835,
2414
+ "grad_norm": 6.426371097564697,
2415
+ "learning_rate": 5.229821284104842e-05,
2416
+ "loss": 19.7109,
2417
+ "step": 328
2418
+ },
2419
+ {
2420
+ "epoch": 0.40730424017332095,
2421
+ "grad_norm": 7.912612438201904,
2422
+ "learning_rate": 5.1700161456694785e-05,
2423
+ "loss": 17.9351,
2424
+ "step": 329
2425
+ },
2426
+ {
2427
+ "epoch": 0.4085422469823584,
2428
+ "grad_norm": 7.362687110900879,
2429
+ "learning_rate": 5.110953792383941e-05,
2430
+ "loss": 18.4544,
2431
+ "step": 330
2432
+ },
2433
+ {
2434
+ "epoch": 0.4097802537913959,
2435
+ "grad_norm": 7.055054187774658,
2436
+ "learning_rate": 5.0526380963313146e-05,
2437
+ "loss": 18.3793,
2438
+ "step": 331
2439
+ },
2440
+ {
2441
+ "epoch": 0.4110182606004333,
2442
+ "grad_norm": 8.435379981994629,
2443
+ "learning_rate": 4.995072880644416e-05,
2444
+ "loss": 19.1846,
2445
+ "step": 332
2446
+ },
2447
+ {
2448
+ "epoch": 0.41225626740947074,
2449
+ "grad_norm": 7.945043563842773,
2450
+ "learning_rate": 4.938261919255135e-05,
2451
+ "loss": 18.6436,
2452
+ "step": 333
2453
+ },
2454
+ {
2455
+ "epoch": 0.4134942742185082,
2456
+ "grad_norm": 9.138226509094238,
2457
+ "learning_rate": 4.882208936647008e-05,
2458
+ "loss": 18.4547,
2459
+ "step": 334
2460
+ },
2461
+ {
2462
+ "epoch": 0.41473228102754567,
2463
+ "grad_norm": 8.763908386230469,
2464
+ "learning_rate": 4.826917607611085e-05,
2465
+ "loss": 17.9891,
2466
+ "step": 335
2467
+ },
2468
+ {
2469
+ "epoch": 0.4159702878365831,
2470
+ "grad_norm": 9.440610885620117,
2471
+ "learning_rate": 4.7723915570049596e-05,
2472
+ "loss": 19.0053,
2473
+ "step": 336
2474
+ },
2475
+ {
2476
+ "epoch": 0.41720829464562054,
2477
+ "grad_norm": 9.44798755645752,
2478
+ "learning_rate": 4.718634359515167e-05,
2479
+ "loss": 17.9599,
2480
+ "step": 337
2481
+ },
2482
+ {
2483
+ "epoch": 0.418446301454658,
2484
+ "grad_norm": 9.94621753692627,
2485
+ "learning_rate": 4.6656495394228076e-05,
2486
+ "loss": 19.4213,
2487
+ "step": 338
2488
+ },
2489
+ {
2490
+ "epoch": 0.41968430826369546,
2491
+ "grad_norm": 10.124737739562988,
2492
+ "learning_rate": 4.613440570372504e-05,
2493
+ "loss": 19.1964,
2494
+ "step": 339
2495
+ },
2496
+ {
2497
+ "epoch": 0.4209223150727329,
2498
+ "grad_norm": 12.60027027130127,
2499
+ "learning_rate": 4.562010875144683e-05,
2500
+ "loss": 20.4584,
2501
+ "step": 340
2502
+ },
2503
+ {
2504
+ "epoch": 0.42216032188177033,
2505
+ "grad_norm": 13.383706092834473,
2506
+ "learning_rate": 4.511363825431157e-05,
2507
+ "loss": 18.0053,
2508
+ "step": 341
2509
+ },
2510
+ {
2511
+ "epoch": 0.4233983286908078,
2512
+ "grad_norm": 16.01007652282715,
2513
+ "learning_rate": 4.461502741614107e-05,
2514
+ "loss": 18.4217,
2515
+ "step": 342
2516
+ },
2517
+ {
2518
+ "epoch": 0.42463633549984525,
2519
+ "grad_norm": 13.850798606872559,
2520
+ "learning_rate": 4.4124308925483684e-05,
2521
+ "loss": 18.0339,
2522
+ "step": 343
2523
+ },
2524
+ {
2525
+ "epoch": 0.4258743423088827,
2526
+ "grad_norm": 12.687660217285156,
2527
+ "learning_rate": 4.364151495347164e-05,
2528
+ "loss": 19.0845,
2529
+ "step": 344
2530
+ },
2531
+ {
2532
+ "epoch": 0.4271123491179202,
2533
+ "grad_norm": 14.462074279785156,
2534
+ "learning_rate": 4.316667715171158e-05,
2535
+ "loss": 21.136,
2536
+ "step": 345
2537
+ },
2538
+ {
2539
+ "epoch": 0.4283503559269576,
2540
+ "grad_norm": 16.886581420898438,
2541
+ "learning_rate": 4.269982665020967e-05,
2542
+ "loss": 20.5538,
2543
+ "step": 346
2544
+ },
2545
+ {
2546
+ "epoch": 0.42958836273599504,
2547
+ "grad_norm": 16.225481033325195,
2548
+ "learning_rate": 4.2240994055330856e-05,
2549
+ "loss": 19.9578,
2550
+ "step": 347
2551
+ },
2552
+ {
2553
+ "epoch": 0.4308263695450325,
2554
+ "grad_norm": 20.5854434967041,
2555
+ "learning_rate": 4.179020944779209e-05,
2556
+ "loss": 21.8638,
2557
+ "step": 348
2558
+ },
2559
+ {
2560
+ "epoch": 0.43206437635406997,
2561
+ "grad_norm": 24.899171829223633,
2562
+ "learning_rate": 4.1347502380690375e-05,
2563
+ "loss": 22.8508,
2564
+ "step": 349
2565
+ },
2566
+ {
2567
+ "epoch": 0.4333023831631074,
2568
+ "grad_norm": 46.690704345703125,
2569
+ "learning_rate": 4.091290187756536e-05,
2570
+ "loss": 29.4439,
2571
+ "step": 350
2572
+ },
2573
+ {
2574
+ "epoch": 0.4333023831631074,
2575
+ "eval_loss": 2.203415632247925,
2576
+ "eval_runtime": 0.4597,
2577
+ "eval_samples_per_second": 108.759,
2578
+ "eval_steps_per_second": 15.226,
2579
+ "step": 350
2580
+ },
2581
+ {
2582
+ "epoch": 0.43454038997214484,
2583
+ "grad_norm": 2.9752297401428223,
2584
+ "learning_rate": 4.048643643049642e-05,
2585
+ "loss": 18.6902,
2586
+ "step": 351
2587
+ },
2588
+ {
2589
+ "epoch": 0.4357783967811823,
2590
+ "grad_norm": 3.8073084354400635,
2591
+ "learning_rate": 4.006813399823494e-05,
2592
+ "loss": 18.6591,
2593
+ "step": 352
2594
+ },
2595
+ {
2596
+ "epoch": 0.43701640359021976,
2597
+ "grad_norm": 3.7948577404022217,
2598
+ "learning_rate": 3.965802200437112e-05,
2599
+ "loss": 18.1709,
2600
+ "step": 353
2601
+ },
2602
+ {
2603
+ "epoch": 0.4382544103992572,
2604
+ "grad_norm": 3.713205337524414,
2605
+ "learning_rate": 3.925612733553629e-05,
2606
+ "loss": 18.4915,
2607
+ "step": 354
2608
+ },
2609
+ {
2610
+ "epoch": 0.43949241720829463,
2611
+ "grad_norm": 3.6605148315429688,
2612
+ "learning_rate": 3.88624763396402e-05,
2613
+ "loss": 18.508,
2614
+ "step": 355
2615
+ },
2616
+ {
2617
+ "epoch": 0.4407304240173321,
2618
+ "grad_norm": 3.8302948474884033,
2619
+ "learning_rate": 3.8477094824143625e-05,
2620
+ "loss": 19.2908,
2621
+ "step": 356
2622
+ },
2623
+ {
2624
+ "epoch": 0.44196843082636955,
2625
+ "grad_norm": 3.5864696502685547,
2626
+ "learning_rate": 3.810000805436647e-05,
2627
+ "loss": 18.2617,
2628
+ "step": 357
2629
+ },
2630
+ {
2631
+ "epoch": 0.443206437635407,
2632
+ "grad_norm": 3.4480526447296143,
2633
+ "learning_rate": 3.7731240751831375e-05,
2634
+ "loss": 18.558,
2635
+ "step": 358
2636
+ },
2637
+ {
2638
+ "epoch": 0.4444444444444444,
2639
+ "grad_norm": 3.829530954360962,
2640
+ "learning_rate": 3.7370817092643135e-05,
2641
+ "loss": 18.6464,
2642
+ "step": 359
2643
+ },
2644
+ {
2645
+ "epoch": 0.4456824512534819,
2646
+ "grad_norm": 3.834198236465454,
2647
+ "learning_rate": 3.701876070590349e-05,
2648
+ "loss": 18.5044,
2649
+ "step": 360
2650
+ },
2651
+ {
2652
+ "epoch": 0.44692045806251934,
2653
+ "grad_norm": 3.4071412086486816,
2654
+ "learning_rate": 3.667509467216217e-05,
2655
+ "loss": 18.6708,
2656
+ "step": 361
2657
+ },
2658
+ {
2659
+ "epoch": 0.4481584648715568,
2660
+ "grad_norm": 3.447110652923584,
2661
+ "learning_rate": 3.633984152190378e-05,
2662
+ "loss": 18.3933,
2663
+ "step": 362
2664
+ },
2665
+ {
2666
+ "epoch": 0.44939647168059427,
2667
+ "grad_norm": 3.3696038722991943,
2668
+ "learning_rate": 3.601302323407059e-05,
2669
+ "loss": 19.3038,
2670
+ "step": 363
2671
+ },
2672
+ {
2673
+ "epoch": 0.4506344784896317,
2674
+ "grad_norm": 3.346982717514038,
2675
+ "learning_rate": 3.5694661234621745e-05,
2676
+ "loss": 18.7913,
2677
+ "step": 364
2678
+ },
2679
+ {
2680
+ "epoch": 0.45187248529866914,
2681
+ "grad_norm": 3.4483158588409424,
2682
+ "learning_rate": 3.5384776395128484e-05,
2683
+ "loss": 18.9989,
2684
+ "step": 365
2685
+ },
2686
+ {
2687
+ "epoch": 0.4531104921077066,
2688
+ "grad_norm": 3.633026361465454,
2689
+ "learning_rate": 3.508338903140592e-05,
2690
+ "loss": 18.5967,
2691
+ "step": 366
2692
+ },
2693
+ {
2694
+ "epoch": 0.45434849891674406,
2695
+ "grad_norm": 3.671412467956543,
2696
+ "learning_rate": 3.4790518902181075e-05,
2697
+ "loss": 18.9874,
2698
+ "step": 367
2699
+ },
2700
+ {
2701
+ "epoch": 0.45558650572578147,
2702
+ "grad_norm": 3.686110734939575,
2703
+ "learning_rate": 3.4506185207797495e-05,
2704
+ "loss": 18.8547,
2705
+ "step": 368
2706
+ },
2707
+ {
2708
+ "epoch": 0.4568245125348189,
2709
+ "grad_norm": 3.8215835094451904,
2710
+ "learning_rate": 3.423040658895662e-05,
2711
+ "loss": 19.5879,
2712
+ "step": 369
2713
+ },
2714
+ {
2715
+ "epoch": 0.4580625193438564,
2716
+ "grad_norm": 4.052115440368652,
2717
+ "learning_rate": 3.396320112549551e-05,
2718
+ "loss": 19.4948,
2719
+ "step": 370
2720
+ },
2721
+ {
2722
+ "epoch": 0.45930052615289385,
2723
+ "grad_norm": 4.376103401184082,
2724
+ "learning_rate": 3.3704586335201794e-05,
2725
+ "loss": 19.8034,
2726
+ "step": 371
2727
+ },
2728
+ {
2729
+ "epoch": 0.4605385329619313,
2730
+ "grad_norm": 4.248034954071045,
2731
+ "learning_rate": 3.345457917266499e-05,
2732
+ "loss": 19.3474,
2733
+ "step": 372
2734
+ },
2735
+ {
2736
+ "epoch": 0.4617765397709687,
2737
+ "grad_norm": 4.547921180725098,
2738
+ "learning_rate": 3.321319602816507e-05,
2739
+ "loss": 18.2825,
2740
+ "step": 373
2741
+ },
2742
+ {
2743
+ "epoch": 0.4630145465800062,
2744
+ "grad_norm": 4.821180820465088,
2745
+ "learning_rate": 3.298045272659797e-05,
2746
+ "loss": 19.2673,
2747
+ "step": 374
2748
+ },
2749
+ {
2750
+ "epoch": 0.46425255338904364,
2751
+ "grad_norm": 5.608479022979736,
2752
+ "learning_rate": 3.275636452643802e-05,
2753
+ "loss": 18.2961,
2754
+ "step": 375
2755
+ },
2756
+ {
2757
+ "epoch": 0.46425255338904364,
2758
+ "eval_loss": 2.140087366104126,
2759
+ "eval_runtime": 0.4588,
2760
+ "eval_samples_per_second": 108.974,
2761
+ "eval_steps_per_second": 15.256,
2762
+ "step": 375
2763
+ },
2764
+ {
2765
+ "epoch": 0.4654905601980811,
2766
+ "grad_norm": 5.788666248321533,
2767
+ "learning_rate": 3.254094611873773e-05,
2768
+ "loss": 18.8808,
2769
+ "step": 376
2770
+ },
2771
+ {
2772
+ "epoch": 0.46672856700711857,
2773
+ "grad_norm": 6.207448959350586,
2774
+ "learning_rate": 3.2334211626164515e-05,
2775
+ "loss": 18.5297,
2776
+ "step": 377
2777
+ },
2778
+ {
2779
+ "epoch": 0.467966573816156,
2780
+ "grad_norm": 6.479159832000732,
2781
+ "learning_rate": 3.213617460207498e-05,
2782
+ "loss": 20.1104,
2783
+ "step": 378
2784
+ },
2785
+ {
2786
+ "epoch": 0.46920458062519343,
2787
+ "grad_norm": 7.514153003692627,
2788
+ "learning_rate": 3.1946848029626226e-05,
2789
+ "loss": 18.3279,
2790
+ "step": 379
2791
+ },
2792
+ {
2793
+ "epoch": 0.4704425874342309,
2794
+ "grad_norm": 8.025906562805176,
2795
+ "learning_rate": 3.176624432092475e-05,
2796
+ "loss": 17.8471,
2797
+ "step": 380
2798
+ },
2799
+ {
2800
+ "epoch": 0.47168059424326836,
2801
+ "grad_norm": 8.171121597290039,
2802
+ "learning_rate": 3.159437531621279e-05,
2803
+ "loss": 20.1712,
2804
+ "step": 381
2805
+ },
2806
+ {
2807
+ "epoch": 0.47291860105230576,
2808
+ "grad_norm": 9.144654273986816,
2809
+ "learning_rate": 3.143125228309194e-05,
2810
+ "loss": 17.2353,
2811
+ "step": 382
2812
+ },
2813
+ {
2814
+ "epoch": 0.4741566078613432,
2815
+ "grad_norm": 7.720610618591309,
2816
+ "learning_rate": 3.127688591578455e-05,
2817
+ "loss": 19.4551,
2818
+ "step": 383
2819
+ },
2820
+ {
2821
+ "epoch": 0.4753946146703807,
2822
+ "grad_norm": 10.915635108947754,
2823
+ "learning_rate": 3.113128633443261e-05,
2824
+ "loss": 17.2351,
2825
+ "step": 384
2826
+ },
2827
+ {
2828
+ "epoch": 0.47663262147941815,
2829
+ "grad_norm": 10.034469604492188,
2830
+ "learning_rate": 3.099446308443426e-05,
2831
+ "loss": 18.8228,
2832
+ "step": 385
2833
+ },
2834
+ {
2835
+ "epoch": 0.4778706282884556,
2836
+ "grad_norm": 11.461372375488281,
2837
+ "learning_rate": 3.086642513581802e-05,
2838
+ "loss": 18.355,
2839
+ "step": 386
2840
+ },
2841
+ {
2842
+ "epoch": 0.479108635097493,
2843
+ "grad_norm": 11.581945419311523,
2844
+ "learning_rate": 3.0747180882654696e-05,
2845
+ "loss": 19.4607,
2846
+ "step": 387
2847
+ },
2848
+ {
2849
+ "epoch": 0.4803466419065305,
2850
+ "grad_norm": 10.024002075195312,
2851
+ "learning_rate": 3.0636738142507115e-05,
2852
+ "loss": 18.5541,
2853
+ "step": 388
2854
+ },
2855
+ {
2856
+ "epoch": 0.48158464871556794,
2857
+ "grad_norm": 12.054183006286621,
2858
+ "learning_rate": 3.0535104155917565e-05,
2859
+ "loss": 19.0649,
2860
+ "step": 389
2861
+ },
2862
+ {
2863
+ "epoch": 0.4828226555246054,
2864
+ "grad_norm": 12.183855056762695,
2865
+ "learning_rate": 3.044228558593313e-05,
2866
+ "loss": 19.0591,
2867
+ "step": 390
2868
+ },
2869
+ {
2870
+ "epoch": 0.4840606623336428,
2871
+ "grad_norm": 11.676289558410645,
2872
+ "learning_rate": 3.0358288517668886e-05,
2873
+ "loss": 17.4302,
2874
+ "step": 391
2875
+ },
2876
+ {
2877
+ "epoch": 0.4852986691426803,
2878
+ "grad_norm": 13.100257873535156,
2879
+ "learning_rate": 3.028311845790893e-05,
2880
+ "loss": 18.6739,
2881
+ "step": 392
2882
+ },
2883
+ {
2884
+ "epoch": 0.48653667595171773,
2885
+ "grad_norm": 13.003954887390137,
2886
+ "learning_rate": 3.0216780334745368e-05,
2887
+ "loss": 18.2582,
2888
+ "step": 393
2889
+ },
2890
+ {
2891
+ "epoch": 0.4877746827607552,
2892
+ "grad_norm": 13.394844055175781,
2893
+ "learning_rate": 3.0159278497255256e-05,
2894
+ "loss": 20.41,
2895
+ "step": 394
2896
+ },
2897
+ {
2898
+ "epoch": 0.48901268956979266,
2899
+ "grad_norm": 16.421558380126953,
2900
+ "learning_rate": 3.0110616715215444e-05,
2901
+ "loss": 19.9794,
2902
+ "step": 395
2903
+ },
2904
+ {
2905
+ "epoch": 0.49025069637883006,
2906
+ "grad_norm": 14.601800918579102,
2907
+ "learning_rate": 3.0070798178855484e-05,
2908
+ "loss": 19.4204,
2909
+ "step": 396
2910
+ },
2911
+ {
2912
+ "epoch": 0.4914887031878675,
2913
+ "grad_norm": 19.369102478027344,
2914
+ "learning_rate": 3.0039825498648413e-05,
2915
+ "loss": 20.4144,
2916
+ "step": 397
2917
+ },
2918
+ {
2919
+ "epoch": 0.492726709996905,
2920
+ "grad_norm": 22.31803321838379,
2921
+ "learning_rate": 3.001770070513965e-05,
2922
+ "loss": 22.4627,
2923
+ "step": 398
2924
+ },
2925
+ {
2926
+ "epoch": 0.49396471680594245,
2927
+ "grad_norm": 25.993896484375,
2928
+ "learning_rate": 3.0004425248813897e-05,
2929
+ "loss": 26.4305,
2930
+ "step": 399
2931
+ },
2932
+ {
2933
+ "epoch": 0.49520272361497986,
2934
+ "grad_norm": 46.47043991088867,
2935
+ "learning_rate": 2.9999999999999997e-05,
2936
+ "loss": 26.5223,
2937
+ "step": 400
2938
+ },
2939
+ {
2940
+ "epoch": 0.49520272361497986,
2941
+ "eval_loss": 2.152632236480713,
2942
+ "eval_runtime": 0.459,
2943
+ "eval_samples_per_second": 108.932,
2944
+ "eval_steps_per_second": 15.251,
2945
+ "step": 400
2946
+ }
2947
+ ],
2948
+ "logging_steps": 1,
2949
+ "max_steps": 400,
2950
+ "num_input_tokens_seen": 0,
2951
+ "num_train_epochs": 1,
2952
+ "save_steps": 50,
2953
+ "stateful_callbacks": {
2954
+ "EarlyStoppingCallback": {
2955
+ "args": {
2956
+ "early_stopping_patience": 30,
2957
+ "early_stopping_threshold": 0.0
2958
+ },
2959
+ "attributes": {
2960
+ "early_stopping_patience_counter": 0
2961
+ }
2962
+ },
2963
+ "TrainerControl": {
2964
+ "args": {
2965
+ "should_epoch_stop": false,
2966
+ "should_evaluate": false,
2967
+ "should_log": false,
2968
+ "should_save": true,
2969
+ "should_training_stop": true
2970
+ },
2971
+ "attributes": {}
2972
+ }
2973
+ },
2974
+ "total_flos": 2.71737748979712e+16,
2975
+ "train_batch_size": 8,
2976
+ "trial_name": null,
2977
+ "trial_params": null
2978
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b6e2f2eca20ee7f0dc810e31bbc4e91bca5e2910260904879ec847a70cdc12d
3
+ size 6776
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "</s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "</s>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "1": {
6
+ "content": "<pad>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "2": {
14
+ "content": "</s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ }
21
+ },
22
+ "bos_token": "</s>",
23
+ "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 %}",
24
+ "clean_up_tokenization_spaces": false,
25
+ "eos_token": "</s>",
26
+ "errors": "replace",
27
+ "model_max_length": 1000000000000000019884624838656,
28
+ "pad_token": "<pad>",
29
+ "tokenizer_class": "GPT2Tokenizer",
30
+ "unk_token": "</s>"
31
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b6e2f2eca20ee7f0dc810e31bbc4e91bca5e2910260904879ec847a70cdc12d
3
+ size 6776
vocab.json ADDED
The diff for this file is too large to render. See raw diff