natsu0wu commited on
Commit
769d68f
·
verified ·
1 Parent(s): ddcac57

Upload folder using huggingface_hub

Browse files
adapter_config.json CHANGED
@@ -20,11 +20,11 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "o_proj",
24
- "down_proj",
25
  "up_proj",
26
  "gate_proj",
27
- "Wqkv"
 
 
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "up_proj",
24
  "gate_proj",
25
+ "o_proj",
26
+ "Wqkv",
27
+ "down_proj"
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2d43d47b46d25c72215b5d4ffd66d7a49c408c465c4eee0e1c6a5dac531ca3e
3
  size 681596224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99ddf450976c0bbf44df8dccdf9ec4cab646e80e2111ea19b896753af0d94c4a
3
  size 681596224
phi_sft/checkpoint-290/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/Phi-3-medium-4k-instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.13.2
phi_sft/checkpoint-290/adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/Phi-3-medium-4k-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
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": 128,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 128,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "up_proj",
24
+ "gate_proj",
25
+ "o_proj",
26
+ "Wqkv",
27
+ "down_proj"
28
+ ],
29
+ "task_type": "CAUSAL_LM",
30
+ "use_dora": false,
31
+ "use_rslora": false
32
+ }
phi_sft/checkpoint-290/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99ddf450976c0bbf44df8dccdf9ec4cab646e80e2111ea19b896753af0d94c4a
3
+ size 681596224
phi_sft/checkpoint-290/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b80b85fee4568e0bea183b9c166f2909796faa2b7e05c9070fe8b63529fafbe5
3
+ size 346305594
phi_sft/checkpoint-290/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:440dc2adc75ca65d4b90a198fa0e417fb477d22789c46cfdc32d65da4da32dc8
3
+ size 14244
phi_sft/checkpoint-290/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adadf38b18962211e1ec1e333d9be8fa24b2c8a37782971f9db54aa771f3b761
3
+ size 1064
phi_sft/checkpoint-290/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
phi_sft/checkpoint-290/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
phi_sft/checkpoint-290/tokenizer_config.json ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": true,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32000": {
31
+ "content": "<|endoftext|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "32001": {
39
+ "content": "<|assistant|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": true,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "32002": {
47
+ "content": "<|placeholder1|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": true,
51
+ "single_word": false,
52
+ "special": true
53
+ },
54
+ "32003": {
55
+ "content": "<|placeholder2|>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": true,
59
+ "single_word": false,
60
+ "special": true
61
+ },
62
+ "32004": {
63
+ "content": "<|placeholder3|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": true,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "32005": {
71
+ "content": "<|placeholder4|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": true,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "32006": {
79
+ "content": "<|system|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": true,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "32007": {
87
+ "content": "<|end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": true,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "32008": {
95
+ "content": "<|placeholder5|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": true,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "32009": {
103
+ "content": "<|placeholder6|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": true,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "32010": {
111
+ "content": "<|user|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": true,
115
+ "single_word": false,
116
+ "special": true
117
+ }
118
+ },
119
+ "bos_token": "<s>",
120
+ "chat_template": "{% for message in messages %}{% if (message['role'] == 'user') %}{{'<|user|>' + '\n' + message['content'] + '<|end|>' + '\n' + '<|assistant|>' + '\n'}}{% elif (message['role'] == 'assistant') %}{{message['content'] + '<|end|>' + '\n'}}{% endif %}{% endfor %}",
121
+ "clean_up_tokenization_spaces": false,
122
+ "eos_token": "<|endoftext|>",
123
+ "legacy": false,
124
+ "model_max_length": 4096,
125
+ "pad_token": "<|endoftext|>",
126
+ "padding_side": "left",
127
+ "sp_model_kwargs": {},
128
+ "tokenizer_class": "LlamaTokenizer",
129
+ "unk_token": "<unk>",
130
+ "use_default_system_prompt": false
131
+ }
phi_sft/checkpoint-290/trainer_state.json ADDED
@@ -0,0 +1,2063 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 10.0,
5
+ "eval_steps": 500,
6
+ "global_step": 290,
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.034482758620689655,
13
+ "grad_norm": 0.17807579040527344,
14
+ "learning_rate": 2.0000000000000003e-06,
15
+ "loss": 1.1722,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.06896551724137931,
20
+ "grad_norm": 0.14334461092948914,
21
+ "learning_rate": 4.000000000000001e-06,
22
+ "loss": 1.1382,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.10344827586206896,
27
+ "grad_norm": 1.1039605140686035,
28
+ "learning_rate": 6e-06,
29
+ "loss": 1.0634,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.13793103448275862,
34
+ "grad_norm": 0.20950548350811005,
35
+ "learning_rate": 8.000000000000001e-06,
36
+ "loss": 1.076,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.1724137931034483,
41
+ "grad_norm": 0.22060707211494446,
42
+ "learning_rate": 1e-05,
43
+ "loss": 1.1275,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.20689655172413793,
48
+ "grad_norm": 0.5935385227203369,
49
+ "learning_rate": 1.2e-05,
50
+ "loss": 1.0849,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.2413793103448276,
55
+ "grad_norm": 0.21441376209259033,
56
+ "learning_rate": 1.4e-05,
57
+ "loss": 1.0646,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.27586206896551724,
62
+ "grad_norm": 0.1888943761587143,
63
+ "learning_rate": 1.6000000000000003e-05,
64
+ "loss": 1.332,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.3103448275862069,
69
+ "grad_norm": 0.2495911568403244,
70
+ "learning_rate": 1.8e-05,
71
+ "loss": 1.2492,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.3448275862068966,
76
+ "grad_norm": 0.15021701157093048,
77
+ "learning_rate": 2e-05,
78
+ "loss": 1.0421,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.3793103448275862,
83
+ "grad_norm": 0.2735109031200409,
84
+ "learning_rate": 1.9999370567547008e-05,
85
+ "loss": 0.9769,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.41379310344827586,
90
+ "grad_norm": 0.31325650215148926,
91
+ "learning_rate": 1.999748234942507e-05,
92
+ "loss": 1.0283,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.4482758620689655,
97
+ "grad_norm": 0.27598780393600464,
98
+ "learning_rate": 1.9994335583335336e-05,
99
+ "loss": 1.0617,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.4827586206896552,
104
+ "grad_norm": 0.36362579464912415,
105
+ "learning_rate": 1.9989930665413148e-05,
106
+ "loss": 1.0484,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.5172413793103449,
111
+ "grad_norm": 0.3282495141029358,
112
+ "learning_rate": 1.998426815017817e-05,
113
+ "loss": 1.1508,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.5517241379310345,
118
+ "grad_norm": 0.26612451672554016,
119
+ "learning_rate": 1.997734875046456e-05,
120
+ "loss": 1.1086,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.5862068965517241,
125
+ "grad_norm": 0.234268918633461,
126
+ "learning_rate": 1.9969173337331283e-05,
127
+ "loss": 1.0223,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.6206896551724138,
132
+ "grad_norm": 0.2058275192975998,
133
+ "learning_rate": 1.9959742939952393e-05,
134
+ "loss": 1.1502,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.6551724137931034,
139
+ "grad_norm": 0.22659699618816376,
140
+ "learning_rate": 1.9949058745487524e-05,
141
+ "loss": 1.0664,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.6896551724137931,
146
+ "grad_norm": 0.23868638277053833,
147
+ "learning_rate": 1.9937122098932428e-05,
148
+ "loss": 0.9078,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.7241379310344828,
153
+ "grad_norm": 0.4853997826576233,
154
+ "learning_rate": 1.9923934502949645e-05,
155
+ "loss": 1.1411,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.7586206896551724,
160
+ "grad_norm": 0.27940553426742554,
161
+ "learning_rate": 1.990949761767935e-05,
162
+ "loss": 1.018,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.7931034482758621,
167
+ "grad_norm": 0.21220554411411285,
168
+ "learning_rate": 1.9893813260530368e-05,
169
+ "loss": 1.04,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.8275862068965517,
174
+ "grad_norm": 0.24021866917610168,
175
+ "learning_rate": 1.9876883405951378e-05,
176
+ "loss": 1.1487,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.8620689655172413,
181
+ "grad_norm": 0.24674388766288757,
182
+ "learning_rate": 1.985871018518236e-05,
183
+ "loss": 0.9219,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.896551724137931,
188
+ "grad_norm": 0.27987539768218994,
189
+ "learning_rate": 1.98392958859863e-05,
190
+ "loss": 0.9854,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.9310344827586207,
195
+ "grad_norm": 0.19086048007011414,
196
+ "learning_rate": 1.9818642952361188e-05,
197
+ "loss": 1.0212,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.9655172413793104,
202
+ "grad_norm": 0.2220487892627716,
203
+ "learning_rate": 1.9796753984232357e-05,
204
+ "loss": 0.9409,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 1.0,
209
+ "grad_norm": 0.32672297954559326,
210
+ "learning_rate": 1.9773631737125192e-05,
211
+ "loss": 0.9612,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 1.0344827586206897,
216
+ "grad_norm": 0.27398526668548584,
217
+ "learning_rate": 1.9749279121818235e-05,
218
+ "loss": 0.9294,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 1.0689655172413792,
223
+ "grad_norm": 0.21060261130332947,
224
+ "learning_rate": 1.9723699203976768e-05,
225
+ "loss": 0.9595,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 1.103448275862069,
230
+ "grad_norm": 0.21103355288505554,
231
+ "learning_rate": 1.969689520376687e-05,
232
+ "loss": 1.0846,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 1.1379310344827587,
237
+ "grad_norm": 0.22356903553009033,
238
+ "learning_rate": 1.9668870495450064e-05,
239
+ "loss": 0.8991,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 1.1724137931034484,
244
+ "grad_norm": 0.2682551145553589,
245
+ "learning_rate": 1.9639628606958535e-05,
246
+ "loss": 0.9837,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 1.206896551724138,
251
+ "grad_norm": 0.2573905885219574,
252
+ "learning_rate": 1.9609173219450998e-05,
253
+ "loss": 1.0286,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 1.2413793103448276,
258
+ "grad_norm": 0.2607196271419525,
259
+ "learning_rate": 1.9577508166849308e-05,
260
+ "loss": 0.9029,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 1.2758620689655173,
265
+ "grad_norm": 0.20472170412540436,
266
+ "learning_rate": 1.954463743535581e-05,
267
+ "loss": 0.8581,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 1.3103448275862069,
272
+ "grad_norm": 0.22384370863437653,
273
+ "learning_rate": 1.9510565162951538e-05,
274
+ "loss": 0.8642,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 1.3448275862068966,
279
+ "grad_norm": 0.23026607930660248,
280
+ "learning_rate": 1.947529563887529e-05,
281
+ "loss": 0.868,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 1.3793103448275863,
286
+ "grad_norm": 0.27446794509887695,
287
+ "learning_rate": 1.9438833303083677e-05,
288
+ "loss": 1.0613,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 1.4137931034482758,
293
+ "grad_norm": 0.211438849568367,
294
+ "learning_rate": 1.940118274569219e-05,
295
+ "loss": 0.8051,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 1.4482758620689655,
300
+ "grad_norm": 0.2091425359249115,
301
+ "learning_rate": 1.9362348706397374e-05,
302
+ "loss": 0.8515,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 1.4827586206896552,
307
+ "grad_norm": 0.25555312633514404,
308
+ "learning_rate": 1.9322336073880143e-05,
309
+ "loss": 0.8974,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 1.5172413793103448,
314
+ "grad_norm": 0.23694130778312683,
315
+ "learning_rate": 1.928114988519039e-05,
316
+ "loss": 0.9187,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 1.5517241379310345,
321
+ "grad_norm": 0.2148314267396927,
322
+ "learning_rate": 1.9238795325112867e-05,
323
+ "loss": 0.9458,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 1.5862068965517242,
328
+ "grad_norm": 0.23585829138755798,
329
+ "learning_rate": 1.919527772551451e-05,
330
+ "loss": 1.0475,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 1.6206896551724137,
335
+ "grad_norm": 0.22569262981414795,
336
+ "learning_rate": 1.91506025646732e-05,
337
+ "loss": 0.987,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 1.6551724137931034,
342
+ "grad_norm": 0.19846168160438538,
343
+ "learning_rate": 1.9104775466588162e-05,
344
+ "loss": 0.9255,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 1.6896551724137931,
349
+ "grad_norm": 0.3316393196582794,
350
+ "learning_rate": 1.9057802200271943e-05,
351
+ "loss": 0.9647,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 1.7241379310344827,
356
+ "grad_norm": 0.24265407025814056,
357
+ "learning_rate": 1.900968867902419e-05,
358
+ "loss": 0.9569,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 1.7586206896551724,
363
+ "grad_norm": 0.2276720106601715,
364
+ "learning_rate": 1.8960440959687254e-05,
365
+ "loss": 0.921,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 1.793103448275862,
370
+ "grad_norm": 0.2314290851354599,
371
+ "learning_rate": 1.891006524188368e-05,
372
+ "loss": 0.9175,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 1.8275862068965516,
377
+ "grad_norm": 0.21895094215869904,
378
+ "learning_rate": 1.88585678672358e-05,
379
+ "loss": 0.8467,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 1.8620689655172413,
384
+ "grad_norm": 0.21930821239948273,
385
+ "learning_rate": 1.880595531856738e-05,
386
+ "loss": 0.8175,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 1.896551724137931,
391
+ "grad_norm": 0.2337353378534317,
392
+ "learning_rate": 1.8752234219087538e-05,
393
+ "loss": 0.9402,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 1.9310344827586206,
398
+ "grad_norm": 0.28663069009780884,
399
+ "learning_rate": 1.8697411331556958e-05,
400
+ "loss": 1.0676,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 1.9655172413793105,
405
+ "grad_norm": 0.29483750462532043,
406
+ "learning_rate": 1.864149355743655e-05,
407
+ "loss": 0.9589,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 2.0,
412
+ "grad_norm": 0.3743893504142761,
413
+ "learning_rate": 1.8584487936018663e-05,
414
+ "loss": 0.9082,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 2.0344827586206895,
419
+ "grad_norm": 0.23090603947639465,
420
+ "learning_rate": 1.8526401643540924e-05,
421
+ "loss": 0.9417,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 2.0689655172413794,
426
+ "grad_norm": 0.2298315465450287,
427
+ "learning_rate": 1.8467241992282842e-05,
428
+ "loss": 0.874,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 2.103448275862069,
433
+ "grad_norm": 0.2441719025373459,
434
+ "learning_rate": 1.8407016429645305e-05,
435
+ "loss": 0.8965,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 2.1379310344827585,
440
+ "grad_norm": 0.22642402350902557,
441
+ "learning_rate": 1.834573253721303e-05,
442
+ "loss": 0.8604,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 2.1724137931034484,
447
+ "grad_norm": 0.23399463295936584,
448
+ "learning_rate": 1.8283398029800167e-05,
449
+ "loss": 0.8852,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 2.206896551724138,
454
+ "grad_norm": 0.2652157247066498,
455
+ "learning_rate": 1.8220020754479104e-05,
456
+ "loss": 0.7388,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 2.2413793103448274,
461
+ "grad_norm": 0.23206576704978943,
462
+ "learning_rate": 1.8155608689592604e-05,
463
+ "loss": 0.9001,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 2.2758620689655173,
468
+ "grad_norm": 0.2772204279899597,
469
+ "learning_rate": 1.8090169943749477e-05,
470
+ "loss": 0.8994,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 2.310344827586207,
475
+ "grad_norm": 0.23800912499427795,
476
+ "learning_rate": 1.8023712754803783e-05,
477
+ "loss": 0.8184,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 2.344827586206897,
482
+ "grad_norm": 0.2611038386821747,
483
+ "learning_rate": 1.795624548881781e-05,
484
+ "loss": 1.0151,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 2.3793103448275863,
489
+ "grad_norm": 0.2740626931190491,
490
+ "learning_rate": 1.7887776639008912e-05,
491
+ "loss": 0.8608,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 2.413793103448276,
496
+ "grad_norm": 0.2342958301305771,
497
+ "learning_rate": 1.78183148246803e-05,
498
+ "loss": 0.8971,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 2.4482758620689653,
503
+ "grad_norm": 0.2934868335723877,
504
+ "learning_rate": 1.7747868790136012e-05,
505
+ "loss": 0.8794,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 2.4827586206896552,
510
+ "grad_norm": 0.27324584126472473,
511
+ "learning_rate": 1.7676447403580114e-05,
512
+ "loss": 0.8423,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 2.5172413793103448,
517
+ "grad_norm": 0.3090510368347168,
518
+ "learning_rate": 1.7604059656000313e-05,
519
+ "loss": 0.9163,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 2.5517241379310347,
524
+ "grad_norm": 0.2825857400894165,
525
+ "learning_rate": 1.7530714660036112e-05,
526
+ "loss": 0.7595,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 2.586206896551724,
531
+ "grad_norm": 0.29138025641441345,
532
+ "learning_rate": 1.7456421648831658e-05,
533
+ "loss": 0.8515,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 2.6206896551724137,
538
+ "grad_norm": 0.24783280491828918,
539
+ "learning_rate": 1.738118997487341e-05,
540
+ "loss": 0.7475,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 2.655172413793103,
545
+ "grad_norm": 0.28366154432296753,
546
+ "learning_rate": 1.7305029108812777e-05,
547
+ "loss": 0.761,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 2.689655172413793,
552
+ "grad_norm": 0.29896560311317444,
553
+ "learning_rate": 1.7227948638273918e-05,
554
+ "loss": 1.0103,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 2.7241379310344827,
559
+ "grad_norm": 0.25055158138275146,
560
+ "learning_rate": 1.7149958266646756e-05,
561
+ "loss": 0.9047,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 2.7586206896551726,
566
+ "grad_norm": 0.30915355682373047,
567
+ "learning_rate": 1.7071067811865477e-05,
568
+ "loss": 0.869,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 2.793103448275862,
573
+ "grad_norm": 0.3037479519844055,
574
+ "learning_rate": 1.6991287205172575e-05,
575
+ "loss": 1.1759,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 2.8275862068965516,
580
+ "grad_norm": 0.27288734912872314,
581
+ "learning_rate": 1.691062648986865e-05,
582
+ "loss": 0.7851,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 2.862068965517241,
587
+ "grad_norm": 0.2524704933166504,
588
+ "learning_rate": 1.682909582004807e-05,
589
+ "loss": 0.9823,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 2.896551724137931,
594
+ "grad_norm": 0.2636321187019348,
595
+ "learning_rate": 1.6746705459320746e-05,
596
+ "loss": 1.0698,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 2.9310344827586206,
601
+ "grad_norm": 0.2754139304161072,
602
+ "learning_rate": 1.6663465779520042e-05,
603
+ "loss": 0.8199,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 2.9655172413793105,
608
+ "grad_norm": 0.4758215844631195,
609
+ "learning_rate": 1.657938725939713e-05,
610
+ "loss": 0.7468,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 3.0,
615
+ "grad_norm": 0.31884345412254333,
616
+ "learning_rate": 1.6494480483301836e-05,
617
+ "loss": 0.7877,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 3.0344827586206895,
622
+ "grad_norm": 0.24241481721401215,
623
+ "learning_rate": 1.6408756139850243e-05,
624
+ "loss": 0.8371,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 3.0689655172413794,
629
+ "grad_norm": 0.26576536893844604,
630
+ "learning_rate": 1.63222250205791e-05,
631
+ "loss": 0.75,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 3.103448275862069,
636
+ "grad_norm": 0.30096766352653503,
637
+ "learning_rate": 1.6234898018587336e-05,
638
+ "loss": 0.9242,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 3.1379310344827585,
643
+ "grad_norm": 0.26124823093414307,
644
+ "learning_rate": 1.6146786127164773e-05,
645
+ "loss": 0.9695,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 3.1724137931034484,
650
+ "grad_norm": 0.2820647656917572,
651
+ "learning_rate": 1.60579004384082e-05,
652
+ "loss": 0.7924,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 3.206896551724138,
657
+ "grad_norm": 0.26848721504211426,
658
+ "learning_rate": 1.5968252141825038e-05,
659
+ "loss": 0.8045,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 3.2413793103448274,
664
+ "grad_norm": 0.25865674018859863,
665
+ "learning_rate": 1.5877852522924733e-05,
666
+ "loss": 0.782,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 3.2758620689655173,
671
+ "grad_norm": 0.2408091127872467,
672
+ "learning_rate": 1.578671296179806e-05,
673
+ "loss": 0.6853,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 3.310344827586207,
678
+ "grad_norm": 0.3063780665397644,
679
+ "learning_rate": 1.569484493168452e-05,
680
+ "loss": 0.8486,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 3.344827586206897,
685
+ "grad_norm": 0.29873567819595337,
686
+ "learning_rate": 1.5602259997528028e-05,
687
+ "loss": 0.9433,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 3.3793103448275863,
692
+ "grad_norm": 0.27373233437538147,
693
+ "learning_rate": 1.5508969814521026e-05,
694
+ "loss": 0.7435,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 3.413793103448276,
699
+ "grad_norm": 0.2671841084957123,
700
+ "learning_rate": 1.541498612663726e-05,
701
+ "loss": 0.7966,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 3.4482758620689653,
706
+ "grad_norm": 0.30250269174575806,
707
+ "learning_rate": 1.5320320765153367e-05,
708
+ "loss": 0.7771,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 3.4827586206896552,
713
+ "grad_norm": 0.3080671727657318,
714
+ "learning_rate": 1.5224985647159489e-05,
715
+ "loss": 0.7749,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 3.5172413793103448,
720
+ "grad_norm": 0.3227786421775818,
721
+ "learning_rate": 1.5128992774059063e-05,
722
+ "loss": 0.8247,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 3.5517241379310347,
727
+ "grad_norm": 0.2906538248062134,
728
+ "learning_rate": 1.5032354230058004e-05,
729
+ "loss": 0.7864,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 3.586206896551724,
734
+ "grad_norm": 0.31295332312583923,
735
+ "learning_rate": 1.493508218064347e-05,
736
+ "loss": 0.8499,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 3.6206896551724137,
741
+ "grad_norm": 0.31619223952293396,
742
+ "learning_rate": 1.4837188871052399e-05,
743
+ "loss": 0.8852,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 3.655172413793103,
748
+ "grad_norm": 0.2794528901576996,
749
+ "learning_rate": 1.4738686624729987e-05,
750
+ "loss": 0.7642,
751
+ "step": 106
752
+ },
753
+ {
754
+ "epoch": 3.689655172413793,
755
+ "grad_norm": 0.33145707845687866,
756
+ "learning_rate": 1.4639587841778342e-05,
757
+ "loss": 0.8132,
758
+ "step": 107
759
+ },
760
+ {
761
+ "epoch": 3.7241379310344827,
762
+ "grad_norm": 0.33101916313171387,
763
+ "learning_rate": 1.4539904997395468e-05,
764
+ "loss": 0.9102,
765
+ "step": 108
766
+ },
767
+ {
768
+ "epoch": 3.7586206896551726,
769
+ "grad_norm": 0.305571973323822,
770
+ "learning_rate": 1.4439650640304822e-05,
771
+ "loss": 0.9019,
772
+ "step": 109
773
+ },
774
+ {
775
+ "epoch": 3.793103448275862,
776
+ "grad_norm": 0.3403263986110687,
777
+ "learning_rate": 1.4338837391175582e-05,
778
+ "loss": 0.8448,
779
+ "step": 110
780
+ },
781
+ {
782
+ "epoch": 3.8275862068965516,
783
+ "grad_norm": 0.2603549063205719,
784
+ "learning_rate": 1.4237477941033888e-05,
785
+ "loss": 0.932,
786
+ "step": 111
787
+ },
788
+ {
789
+ "epoch": 3.862068965517241,
790
+ "grad_norm": 0.31784287095069885,
791
+ "learning_rate": 1.4135585049665207e-05,
792
+ "loss": 1.0628,
793
+ "step": 112
794
+ },
795
+ {
796
+ "epoch": 3.896551724137931,
797
+ "grad_norm": 0.3544517755508423,
798
+ "learning_rate": 1.4033171544008053e-05,
799
+ "loss": 0.8902,
800
+ "step": 113
801
+ },
802
+ {
803
+ "epoch": 3.9310344827586206,
804
+ "grad_norm": 0.28407877683639526,
805
+ "learning_rate": 1.3930250316539237e-05,
806
+ "loss": 0.8418,
807
+ "step": 114
808
+ },
809
+ {
810
+ "epoch": 3.9655172413793105,
811
+ "grad_norm": 0.3233966529369354,
812
+ "learning_rate": 1.3826834323650899e-05,
813
+ "loss": 1.0213,
814
+ "step": 115
815
+ },
816
+ {
817
+ "epoch": 4.0,
818
+ "grad_norm": 0.5007153749465942,
819
+ "learning_rate": 1.3722936584019453e-05,
820
+ "loss": 0.849,
821
+ "step": 116
822
+ },
823
+ {
824
+ "epoch": 4.0344827586206895,
825
+ "grad_norm": 0.29051631689071655,
826
+ "learning_rate": 1.3618570176966723e-05,
827
+ "loss": 0.9174,
828
+ "step": 117
829
+ },
830
+ {
831
+ "epoch": 4.068965517241379,
832
+ "grad_norm": 0.32139936089515686,
833
+ "learning_rate": 1.3513748240813429e-05,
834
+ "loss": 0.8534,
835
+ "step": 118
836
+ },
837
+ {
838
+ "epoch": 4.103448275862069,
839
+ "grad_norm": 0.3164803087711334,
840
+ "learning_rate": 1.340848397122525e-05,
841
+ "loss": 0.7836,
842
+ "step": 119
843
+ },
844
+ {
845
+ "epoch": 4.137931034482759,
846
+ "grad_norm": 0.3631249666213989,
847
+ "learning_rate": 1.3302790619551673e-05,
848
+ "loss": 0.7273,
849
+ "step": 120
850
+ },
851
+ {
852
+ "epoch": 4.172413793103448,
853
+ "grad_norm": 0.2703869640827179,
854
+ "learning_rate": 1.3196681491157816e-05,
855
+ "loss": 0.7809,
856
+ "step": 121
857
+ },
858
+ {
859
+ "epoch": 4.206896551724138,
860
+ "grad_norm": 0.2911336123943329,
861
+ "learning_rate": 1.3090169943749475e-05,
862
+ "loss": 0.8687,
863
+ "step": 122
864
+ },
865
+ {
866
+ "epoch": 4.241379310344827,
867
+ "grad_norm": 0.31598594784736633,
868
+ "learning_rate": 1.2983269385691562e-05,
869
+ "loss": 0.8602,
870
+ "step": 123
871
+ },
872
+ {
873
+ "epoch": 4.275862068965517,
874
+ "grad_norm": 0.31362679600715637,
875
+ "learning_rate": 1.2875993274320173e-05,
876
+ "loss": 0.6573,
877
+ "step": 124
878
+ },
879
+ {
880
+ "epoch": 4.310344827586207,
881
+ "grad_norm": 0.29367008805274963,
882
+ "learning_rate": 1.2768355114248493e-05,
883
+ "loss": 0.7656,
884
+ "step": 125
885
+ },
886
+ {
887
+ "epoch": 4.344827586206897,
888
+ "grad_norm": 0.3383594751358032,
889
+ "learning_rate": 1.2660368455666752e-05,
890
+ "loss": 0.7799,
891
+ "step": 126
892
+ },
893
+ {
894
+ "epoch": 4.379310344827586,
895
+ "grad_norm": 0.4282345175743103,
896
+ "learning_rate": 1.2552046892636427e-05,
897
+ "loss": 0.7991,
898
+ "step": 127
899
+ },
900
+ {
901
+ "epoch": 4.413793103448276,
902
+ "grad_norm": 0.368530809879303,
903
+ "learning_rate": 1.2443404061378941e-05,
904
+ "loss": 0.8792,
905
+ "step": 128
906
+ },
907
+ {
908
+ "epoch": 4.448275862068965,
909
+ "grad_norm": 0.36611831188201904,
910
+ "learning_rate": 1.2334453638559057e-05,
911
+ "loss": 0.8577,
912
+ "step": 129
913
+ },
914
+ {
915
+ "epoch": 4.482758620689655,
916
+ "grad_norm": 0.30029138922691345,
917
+ "learning_rate": 1.2225209339563144e-05,
918
+ "loss": 0.7704,
919
+ "step": 130
920
+ },
921
+ {
922
+ "epoch": 4.517241379310345,
923
+ "grad_norm": 0.33511656522750854,
924
+ "learning_rate": 1.211568491677263e-05,
925
+ "loss": 0.7999,
926
+ "step": 131
927
+ },
928
+ {
929
+ "epoch": 4.551724137931035,
930
+ "grad_norm": 0.3483274579048157,
931
+ "learning_rate": 1.200589415783273e-05,
932
+ "loss": 0.7363,
933
+ "step": 132
934
+ },
935
+ {
936
+ "epoch": 4.586206896551724,
937
+ "grad_norm": 0.4255923330783844,
938
+ "learning_rate": 1.1895850883916786e-05,
939
+ "loss": 1.0776,
940
+ "step": 133
941
+ },
942
+ {
943
+ "epoch": 4.620689655172414,
944
+ "grad_norm": 0.37267133593559265,
945
+ "learning_rate": 1.1785568947986368e-05,
946
+ "loss": 0.8634,
947
+ "step": 134
948
+ },
949
+ {
950
+ "epoch": 4.655172413793103,
951
+ "grad_norm": 0.399506151676178,
952
+ "learning_rate": 1.1675062233047365e-05,
953
+ "loss": 0.9234,
954
+ "step": 135
955
+ },
956
+ {
957
+ "epoch": 4.689655172413794,
958
+ "grad_norm": 0.32030320167541504,
959
+ "learning_rate": 1.156434465040231e-05,
960
+ "loss": 0.7586,
961
+ "step": 136
962
+ },
963
+ {
964
+ "epoch": 4.724137931034483,
965
+ "grad_norm": 0.3084131181240082,
966
+ "learning_rate": 1.1453430137899129e-05,
967
+ "loss": 0.7435,
968
+ "step": 137
969
+ },
970
+ {
971
+ "epoch": 4.758620689655173,
972
+ "grad_norm": 0.31277623772621155,
973
+ "learning_rate": 1.1342332658176556e-05,
974
+ "loss": 0.732,
975
+ "step": 138
976
+ },
977
+ {
978
+ "epoch": 4.793103448275862,
979
+ "grad_norm": 0.3215080201625824,
980
+ "learning_rate": 1.123106619690643e-05,
981
+ "loss": 0.7813,
982
+ "step": 139
983
+ },
984
+ {
985
+ "epoch": 4.827586206896552,
986
+ "grad_norm": 0.3149239122867584,
987
+ "learning_rate": 1.1119644761033079e-05,
988
+ "loss": 0.8421,
989
+ "step": 140
990
+ },
991
+ {
992
+ "epoch": 4.862068965517241,
993
+ "grad_norm": 0.3260899484157562,
994
+ "learning_rate": 1.1008082377010045e-05,
995
+ "loss": 0.9099,
996
+ "step": 141
997
+ },
998
+ {
999
+ "epoch": 4.896551724137931,
1000
+ "grad_norm": 0.3588120639324188,
1001
+ "learning_rate": 1.0896393089034336e-05,
1002
+ "loss": 0.8573,
1003
+ "step": 142
1004
+ },
1005
+ {
1006
+ "epoch": 4.931034482758621,
1007
+ "grad_norm": 0.36314326524734497,
1008
+ "learning_rate": 1.0784590957278452e-05,
1009
+ "loss": 0.7753,
1010
+ "step": 143
1011
+ },
1012
+ {
1013
+ "epoch": 4.9655172413793105,
1014
+ "grad_norm": 0.3441053628921509,
1015
+ "learning_rate": 1.0672690056120398e-05,
1016
+ "loss": 0.9387,
1017
+ "step": 144
1018
+ },
1019
+ {
1020
+ "epoch": 5.0,
1021
+ "grad_norm": 0.5082918405532837,
1022
+ "learning_rate": 1.0560704472371919e-05,
1023
+ "loss": 0.789,
1024
+ "step": 145
1025
+ },
1026
+ {
1027
+ "epoch": 5.0344827586206895,
1028
+ "grad_norm": 0.3376893699169159,
1029
+ "learning_rate": 1.044864830350515e-05,
1030
+ "loss": 0.7638,
1031
+ "step": 146
1032
+ },
1033
+ {
1034
+ "epoch": 5.068965517241379,
1035
+ "grad_norm": 0.31075963377952576,
1036
+ "learning_rate": 1.0336535655877942e-05,
1037
+ "loss": 1.042,
1038
+ "step": 147
1039
+ },
1040
+ {
1041
+ "epoch": 5.103448275862069,
1042
+ "grad_norm": 0.3507033884525299,
1043
+ "learning_rate": 1.0224380642958052e-05,
1044
+ "loss": 0.7219,
1045
+ "step": 148
1046
+ },
1047
+ {
1048
+ "epoch": 5.137931034482759,
1049
+ "grad_norm": 0.37355339527130127,
1050
+ "learning_rate": 1.011219738354646e-05,
1051
+ "loss": 0.7958,
1052
+ "step": 149
1053
+ },
1054
+ {
1055
+ "epoch": 5.172413793103448,
1056
+ "grad_norm": 0.3259904682636261,
1057
+ "learning_rate": 1e-05,
1058
+ "loss": 0.7245,
1059
+ "step": 150
1060
+ },
1061
+ {
1062
+ "epoch": 5.206896551724138,
1063
+ "grad_norm": 0.26023536920547485,
1064
+ "learning_rate": 9.887802616453543e-06,
1065
+ "loss": 0.6982,
1066
+ "step": 151
1067
+ },
1068
+ {
1069
+ "epoch": 5.241379310344827,
1070
+ "grad_norm": 0.34935978055000305,
1071
+ "learning_rate": 9.775619357041952e-06,
1072
+ "loss": 0.858,
1073
+ "step": 152
1074
+ },
1075
+ {
1076
+ "epoch": 5.275862068965517,
1077
+ "grad_norm": 0.3716798424720764,
1078
+ "learning_rate": 9.663464344122064e-06,
1079
+ "loss": 0.7607,
1080
+ "step": 153
1081
+ },
1082
+ {
1083
+ "epoch": 5.310344827586207,
1084
+ "grad_norm": 0.32676616311073303,
1085
+ "learning_rate": 9.551351696494854e-06,
1086
+ "loss": 0.8896,
1087
+ "step": 154
1088
+ },
1089
+ {
1090
+ "epoch": 5.344827586206897,
1091
+ "grad_norm": 0.305982381105423,
1092
+ "learning_rate": 9.439295527628083e-06,
1093
+ "loss": 0.8338,
1094
+ "step": 155
1095
+ },
1096
+ {
1097
+ "epoch": 5.379310344827586,
1098
+ "grad_norm": 0.42595145106315613,
1099
+ "learning_rate": 9.327309943879604e-06,
1100
+ "loss": 0.8285,
1101
+ "step": 156
1102
+ },
1103
+ {
1104
+ "epoch": 5.413793103448276,
1105
+ "grad_norm": 0.3462941348552704,
1106
+ "learning_rate": 9.215409042721553e-06,
1107
+ "loss": 0.8321,
1108
+ "step": 157
1109
+ },
1110
+ {
1111
+ "epoch": 5.448275862068965,
1112
+ "grad_norm": 0.44463250041007996,
1113
+ "learning_rate": 9.103606910965666e-06,
1114
+ "loss": 0.7191,
1115
+ "step": 158
1116
+ },
1117
+ {
1118
+ "epoch": 5.482758620689655,
1119
+ "grad_norm": 0.3701193630695343,
1120
+ "learning_rate": 8.991917622989957e-06,
1121
+ "loss": 0.7042,
1122
+ "step": 159
1123
+ },
1124
+ {
1125
+ "epoch": 5.517241379310345,
1126
+ "grad_norm": 0.4350188374519348,
1127
+ "learning_rate": 8.880355238966923e-06,
1128
+ "loss": 0.8192,
1129
+ "step": 160
1130
+ },
1131
+ {
1132
+ "epoch": 5.551724137931035,
1133
+ "grad_norm": 0.3398708403110504,
1134
+ "learning_rate": 8.768933803093573e-06,
1135
+ "loss": 0.7338,
1136
+ "step": 161
1137
+ },
1138
+ {
1139
+ "epoch": 5.586206896551724,
1140
+ "grad_norm": 0.32399433851242065,
1141
+ "learning_rate": 8.657667341823449e-06,
1142
+ "loss": 0.729,
1143
+ "step": 162
1144
+ },
1145
+ {
1146
+ "epoch": 5.620689655172414,
1147
+ "grad_norm": 0.4222228527069092,
1148
+ "learning_rate": 8.546569862100876e-06,
1149
+ "loss": 0.7907,
1150
+ "step": 163
1151
+ },
1152
+ {
1153
+ "epoch": 5.655172413793103,
1154
+ "grad_norm": 0.34937605261802673,
1155
+ "learning_rate": 8.43565534959769e-06,
1156
+ "loss": 0.7824,
1157
+ "step": 164
1158
+ },
1159
+ {
1160
+ "epoch": 5.689655172413794,
1161
+ "grad_norm": 0.4491080343723297,
1162
+ "learning_rate": 8.324937766952638e-06,
1163
+ "loss": 1.0042,
1164
+ "step": 165
1165
+ },
1166
+ {
1167
+ "epoch": 5.724137931034483,
1168
+ "grad_norm": 0.3659018874168396,
1169
+ "learning_rate": 8.214431052013636e-06,
1170
+ "loss": 0.7599,
1171
+ "step": 166
1172
+ },
1173
+ {
1174
+ "epoch": 5.758620689655173,
1175
+ "grad_norm": 0.38442462682724,
1176
+ "learning_rate": 8.104149116083216e-06,
1177
+ "loss": 0.7906,
1178
+ "step": 167
1179
+ },
1180
+ {
1181
+ "epoch": 5.793103448275862,
1182
+ "grad_norm": 0.36882272362709045,
1183
+ "learning_rate": 7.994105842167274e-06,
1184
+ "loss": 0.745,
1185
+ "step": 168
1186
+ },
1187
+ {
1188
+ "epoch": 5.827586206896552,
1189
+ "grad_norm": 0.38902854919433594,
1190
+ "learning_rate": 7.884315083227373e-06,
1191
+ "loss": 0.8323,
1192
+ "step": 169
1193
+ },
1194
+ {
1195
+ "epoch": 5.862068965517241,
1196
+ "grad_norm": 0.39629384875297546,
1197
+ "learning_rate": 7.774790660436857e-06,
1198
+ "loss": 0.822,
1199
+ "step": 170
1200
+ },
1201
+ {
1202
+ "epoch": 5.896551724137931,
1203
+ "grad_norm": 0.4170951843261719,
1204
+ "learning_rate": 7.66554636144095e-06,
1205
+ "loss": 0.8574,
1206
+ "step": 171
1207
+ },
1208
+ {
1209
+ "epoch": 5.931034482758621,
1210
+ "grad_norm": 0.3711739778518677,
1211
+ "learning_rate": 7.556595938621058e-06,
1212
+ "loss": 0.7577,
1213
+ "step": 172
1214
+ },
1215
+ {
1216
+ "epoch": 5.9655172413793105,
1217
+ "grad_norm": 0.37948688864707947,
1218
+ "learning_rate": 7.447953107363574e-06,
1219
+ "loss": 0.7528,
1220
+ "step": 173
1221
+ },
1222
+ {
1223
+ "epoch": 6.0,
1224
+ "grad_norm": 0.5917400121688843,
1225
+ "learning_rate": 7.33963154433325e-06,
1226
+ "loss": 0.8559,
1227
+ "step": 174
1228
+ },
1229
+ {
1230
+ "epoch": 6.0344827586206895,
1231
+ "grad_norm": 0.34915852546691895,
1232
+ "learning_rate": 7.2316448857515076e-06,
1233
+ "loss": 0.7615,
1234
+ "step": 175
1235
+ },
1236
+ {
1237
+ "epoch": 6.068965517241379,
1238
+ "grad_norm": 0.34217187762260437,
1239
+ "learning_rate": 7.124006725679828e-06,
1240
+ "loss": 0.7841,
1241
+ "step": 176
1242
+ },
1243
+ {
1244
+ "epoch": 6.103448275862069,
1245
+ "grad_norm": 0.3473447859287262,
1246
+ "learning_rate": 7.01673061430844e-06,
1247
+ "loss": 0.7879,
1248
+ "step": 177
1249
+ },
1250
+ {
1251
+ "epoch": 6.137931034482759,
1252
+ "grad_norm": 0.4143597483634949,
1253
+ "learning_rate": 6.909830056250527e-06,
1254
+ "loss": 0.84,
1255
+ "step": 178
1256
+ },
1257
+ {
1258
+ "epoch": 6.172413793103448,
1259
+ "grad_norm": 0.384921133518219,
1260
+ "learning_rate": 6.8033185088421874e-06,
1261
+ "loss": 0.6566,
1262
+ "step": 179
1263
+ },
1264
+ {
1265
+ "epoch": 6.206896551724138,
1266
+ "grad_norm": 0.3714582920074463,
1267
+ "learning_rate": 6.697209380448333e-06,
1268
+ "loss": 0.6852,
1269
+ "step": 180
1270
+ },
1271
+ {
1272
+ "epoch": 6.241379310344827,
1273
+ "grad_norm": 0.3736112117767334,
1274
+ "learning_rate": 6.59151602877475e-06,
1275
+ "loss": 0.7115,
1276
+ "step": 181
1277
+ },
1278
+ {
1279
+ "epoch": 6.275862068965517,
1280
+ "grad_norm": 0.30986639857292175,
1281
+ "learning_rate": 6.486251759186573e-06,
1282
+ "loss": 0.7566,
1283
+ "step": 182
1284
+ },
1285
+ {
1286
+ "epoch": 6.310344827586207,
1287
+ "grad_norm": 0.4025953710079193,
1288
+ "learning_rate": 6.381429823033281e-06,
1289
+ "loss": 0.6718,
1290
+ "step": 183
1291
+ },
1292
+ {
1293
+ "epoch": 6.344827586206897,
1294
+ "grad_norm": 0.4431048035621643,
1295
+ "learning_rate": 6.277063415980549e-06,
1296
+ "loss": 0.8241,
1297
+ "step": 184
1298
+ },
1299
+ {
1300
+ "epoch": 6.379310344827586,
1301
+ "grad_norm": 0.372121125459671,
1302
+ "learning_rate": 6.173165676349103e-06,
1303
+ "loss": 0.8447,
1304
+ "step": 185
1305
+ },
1306
+ {
1307
+ "epoch": 6.413793103448276,
1308
+ "grad_norm": 0.4210289418697357,
1309
+ "learning_rate": 6.069749683460765e-06,
1310
+ "loss": 0.7478,
1311
+ "step": 186
1312
+ },
1313
+ {
1314
+ "epoch": 6.448275862068965,
1315
+ "grad_norm": 0.3632698357105255,
1316
+ "learning_rate": 5.966828455991951e-06,
1317
+ "loss": 0.9466,
1318
+ "step": 187
1319
+ },
1320
+ {
1321
+ "epoch": 6.482758620689655,
1322
+ "grad_norm": 0.4597689211368561,
1323
+ "learning_rate": 5.864414950334796e-06,
1324
+ "loss": 0.925,
1325
+ "step": 188
1326
+ },
1327
+ {
1328
+ "epoch": 6.517241379310345,
1329
+ "grad_norm": 0.41018036007881165,
1330
+ "learning_rate": 5.7625220589661136e-06,
1331
+ "loss": 0.8247,
1332
+ "step": 189
1333
+ },
1334
+ {
1335
+ "epoch": 6.551724137931035,
1336
+ "grad_norm": 0.3755370080471039,
1337
+ "learning_rate": 5.66116260882442e-06,
1338
+ "loss": 0.9044,
1339
+ "step": 190
1340
+ },
1341
+ {
1342
+ "epoch": 6.586206896551724,
1343
+ "grad_norm": 0.379211962223053,
1344
+ "learning_rate": 5.560349359695181e-06,
1345
+ "loss": 0.8281,
1346
+ "step": 191
1347
+ },
1348
+ {
1349
+ "epoch": 6.620689655172414,
1350
+ "grad_norm": 0.4033229649066925,
1351
+ "learning_rate": 5.460095002604533e-06,
1352
+ "loss": 0.6582,
1353
+ "step": 192
1354
+ },
1355
+ {
1356
+ "epoch": 6.655172413793103,
1357
+ "grad_norm": 0.3888568580150604,
1358
+ "learning_rate": 5.360412158221661e-06,
1359
+ "loss": 0.7206,
1360
+ "step": 193
1361
+ },
1362
+ {
1363
+ "epoch": 6.689655172413794,
1364
+ "grad_norm": 0.4054708778858185,
1365
+ "learning_rate": 5.2613133752700145e-06,
1366
+ "loss": 0.6688,
1367
+ "step": 194
1368
+ },
1369
+ {
1370
+ "epoch": 6.724137931034483,
1371
+ "grad_norm": 0.3875979781150818,
1372
+ "learning_rate": 5.1628111289476025e-06,
1373
+ "loss": 0.754,
1374
+ "step": 195
1375
+ },
1376
+ {
1377
+ "epoch": 6.758620689655173,
1378
+ "grad_norm": 0.4415038824081421,
1379
+ "learning_rate": 5.064917819356532e-06,
1380
+ "loss": 1.0078,
1381
+ "step": 196
1382
+ },
1383
+ {
1384
+ "epoch": 6.793103448275862,
1385
+ "grad_norm": 0.40458041429519653,
1386
+ "learning_rate": 4.967645769942e-06,
1387
+ "loss": 0.7884,
1388
+ "step": 197
1389
+ },
1390
+ {
1391
+ "epoch": 6.827586206896552,
1392
+ "grad_norm": 0.39093512296676636,
1393
+ "learning_rate": 4.87100722594094e-06,
1394
+ "loss": 0.8759,
1395
+ "step": 198
1396
+ },
1397
+ {
1398
+ "epoch": 6.862068965517241,
1399
+ "grad_norm": 0.4464360475540161,
1400
+ "learning_rate": 4.775014352840512e-06,
1401
+ "loss": 0.7639,
1402
+ "step": 199
1403
+ },
1404
+ {
1405
+ "epoch": 6.896551724137931,
1406
+ "grad_norm": 0.3683170974254608,
1407
+ "learning_rate": 4.679679234846636e-06,
1408
+ "loss": 0.7306,
1409
+ "step": 200
1410
+ },
1411
+ {
1412
+ "epoch": 6.931034482758621,
1413
+ "grad_norm": 0.39194703102111816,
1414
+ "learning_rate": 4.5850138733627435e-06,
1415
+ "loss": 0.826,
1416
+ "step": 201
1417
+ },
1418
+ {
1419
+ "epoch": 6.9655172413793105,
1420
+ "grad_norm": 0.4512757360935211,
1421
+ "learning_rate": 4.491030185478976e-06,
1422
+ "loss": 0.6949,
1423
+ "step": 202
1424
+ },
1425
+ {
1426
+ "epoch": 7.0,
1427
+ "grad_norm": 0.555197536945343,
1428
+ "learning_rate": 4.397740002471973e-06,
1429
+ "loss": 0.7691,
1430
+ "step": 203
1431
+ },
1432
+ {
1433
+ "epoch": 7.0344827586206895,
1434
+ "grad_norm": 0.38228851556777954,
1435
+ "learning_rate": 4.305155068315481e-06,
1436
+ "loss": 0.8514,
1437
+ "step": 204
1438
+ },
1439
+ {
1440
+ "epoch": 7.068965517241379,
1441
+ "grad_norm": 0.37993335723876953,
1442
+ "learning_rate": 4.213287038201943e-06,
1443
+ "loss": 0.6894,
1444
+ "step": 205
1445
+ },
1446
+ {
1447
+ "epoch": 7.103448275862069,
1448
+ "grad_norm": 0.3587632179260254,
1449
+ "learning_rate": 4.12214747707527e-06,
1450
+ "loss": 0.8874,
1451
+ "step": 206
1452
+ },
1453
+ {
1454
+ "epoch": 7.137931034482759,
1455
+ "grad_norm": 0.4013674557209015,
1456
+ "learning_rate": 4.0317478581749644e-06,
1457
+ "loss": 0.6651,
1458
+ "step": 207
1459
+ },
1460
+ {
1461
+ "epoch": 7.172413793103448,
1462
+ "grad_norm": 0.44422778487205505,
1463
+ "learning_rate": 3.942099561591802e-06,
1464
+ "loss": 0.817,
1465
+ "step": 208
1466
+ },
1467
+ {
1468
+ "epoch": 7.206896551724138,
1469
+ "grad_norm": 0.39651286602020264,
1470
+ "learning_rate": 3.853213872835229e-06,
1471
+ "loss": 0.7115,
1472
+ "step": 209
1473
+ },
1474
+ {
1475
+ "epoch": 7.241379310344827,
1476
+ "grad_norm": 0.45297321677207947,
1477
+ "learning_rate": 3.7651019814126656e-06,
1478
+ "loss": 0.8083,
1479
+ "step": 210
1480
+ },
1481
+ {
1482
+ "epoch": 7.275862068965517,
1483
+ "grad_norm": 0.33265623450279236,
1484
+ "learning_rate": 3.677774979420904e-06,
1485
+ "loss": 0.7737,
1486
+ "step": 211
1487
+ },
1488
+ {
1489
+ "epoch": 7.310344827586207,
1490
+ "grad_norm": 0.36475762724876404,
1491
+ "learning_rate": 3.591243860149759e-06,
1492
+ "loss": 0.7406,
1493
+ "step": 212
1494
+ },
1495
+ {
1496
+ "epoch": 7.344827586206897,
1497
+ "grad_norm": 0.4376261532306671,
1498
+ "learning_rate": 3.505519516698165e-06,
1499
+ "loss": 0.7463,
1500
+ "step": 213
1501
+ },
1502
+ {
1503
+ "epoch": 7.379310344827586,
1504
+ "grad_norm": 0.46567025780677795,
1505
+ "learning_rate": 3.4206127406028744e-06,
1506
+ "loss": 0.7571,
1507
+ "step": 214
1508
+ },
1509
+ {
1510
+ "epoch": 7.413793103448276,
1511
+ "grad_norm": 0.38137590885162354,
1512
+ "learning_rate": 3.3365342204799613e-06,
1513
+ "loss": 0.733,
1514
+ "step": 215
1515
+ },
1516
+ {
1517
+ "epoch": 7.448275862068965,
1518
+ "grad_norm": 0.37629345059394836,
1519
+ "learning_rate": 3.2532945406792573e-06,
1520
+ "loss": 0.7534,
1521
+ "step": 216
1522
+ },
1523
+ {
1524
+ "epoch": 7.482758620689655,
1525
+ "grad_norm": 0.433769553899765,
1526
+ "learning_rate": 3.1709041799519312e-06,
1527
+ "loss": 0.7588,
1528
+ "step": 217
1529
+ },
1530
+ {
1531
+ "epoch": 7.517241379310345,
1532
+ "grad_norm": 0.353617399930954,
1533
+ "learning_rate": 3.089373510131354e-06,
1534
+ "loss": 0.6982,
1535
+ "step": 218
1536
+ },
1537
+ {
1538
+ "epoch": 7.551724137931035,
1539
+ "grad_norm": 0.3998333513736725,
1540
+ "learning_rate": 3.0087127948274264e-06,
1541
+ "loss": 0.8379,
1542
+ "step": 219
1543
+ },
1544
+ {
1545
+ "epoch": 7.586206896551724,
1546
+ "grad_norm": 0.3798607289791107,
1547
+ "learning_rate": 2.9289321881345257e-06,
1548
+ "loss": 0.8405,
1549
+ "step": 220
1550
+ },
1551
+ {
1552
+ "epoch": 7.620689655172414,
1553
+ "grad_norm": 0.4249820411205292,
1554
+ "learning_rate": 2.850041733353247e-06,
1555
+ "loss": 0.7697,
1556
+ "step": 221
1557
+ },
1558
+ {
1559
+ "epoch": 7.655172413793103,
1560
+ "grad_norm": 0.4408404231071472,
1561
+ "learning_rate": 2.7720513617260857e-06,
1562
+ "loss": 0.7761,
1563
+ "step": 222
1564
+ },
1565
+ {
1566
+ "epoch": 7.689655172413794,
1567
+ "grad_norm": 0.4564493000507355,
1568
+ "learning_rate": 2.694970891187225e-06,
1569
+ "loss": 0.7459,
1570
+ "step": 223
1571
+ },
1572
+ {
1573
+ "epoch": 7.724137931034483,
1574
+ "grad_norm": 0.45804357528686523,
1575
+ "learning_rate": 2.6188100251265947e-06,
1576
+ "loss": 0.9882,
1577
+ "step": 224
1578
+ },
1579
+ {
1580
+ "epoch": 7.758620689655173,
1581
+ "grad_norm": 0.38965076208114624,
1582
+ "learning_rate": 2.5435783511683444e-06,
1583
+ "loss": 0.6766,
1584
+ "step": 225
1585
+ },
1586
+ {
1587
+ "epoch": 7.793103448275862,
1588
+ "grad_norm": 0.40751808881759644,
1589
+ "learning_rate": 2.469285339963892e-06,
1590
+ "loss": 0.8678,
1591
+ "step": 226
1592
+ },
1593
+ {
1594
+ "epoch": 7.827586206896552,
1595
+ "grad_norm": 0.4756832718849182,
1596
+ "learning_rate": 2.395940343999691e-06,
1597
+ "loss": 0.9249,
1598
+ "step": 227
1599
+ },
1600
+ {
1601
+ "epoch": 7.862068965517241,
1602
+ "grad_norm": 0.4479880928993225,
1603
+ "learning_rate": 2.323552596419889e-06,
1604
+ "loss": 0.9394,
1605
+ "step": 228
1606
+ },
1607
+ {
1608
+ "epoch": 7.896551724137931,
1609
+ "grad_norm": 0.40543538331985474,
1610
+ "learning_rate": 2.2521312098639914e-06,
1611
+ "loss": 0.6536,
1612
+ "step": 229
1613
+ },
1614
+ {
1615
+ "epoch": 7.931034482758621,
1616
+ "grad_norm": 0.4100518226623535,
1617
+ "learning_rate": 2.1816851753197023e-06,
1618
+ "loss": 0.7255,
1619
+ "step": 230
1620
+ },
1621
+ {
1622
+ "epoch": 7.9655172413793105,
1623
+ "grad_norm": 0.4805466830730438,
1624
+ "learning_rate": 2.1122233609910903e-06,
1625
+ "loss": 0.6486,
1626
+ "step": 231
1627
+ },
1628
+ {
1629
+ "epoch": 8.0,
1630
+ "grad_norm": 0.5520636439323425,
1631
+ "learning_rate": 2.043754511182191e-06,
1632
+ "loss": 0.5854,
1633
+ "step": 232
1634
+ },
1635
+ {
1636
+ "epoch": 8.03448275862069,
1637
+ "grad_norm": 0.357243150472641,
1638
+ "learning_rate": 1.9762872451962214e-06,
1639
+ "loss": 0.7409,
1640
+ "step": 233
1641
+ },
1642
+ {
1643
+ "epoch": 8.068965517241379,
1644
+ "grad_norm": 0.3809254467487335,
1645
+ "learning_rate": 1.9098300562505266e-06,
1646
+ "loss": 0.873,
1647
+ "step": 234
1648
+ },
1649
+ {
1650
+ "epoch": 8.10344827586207,
1651
+ "grad_norm": 0.36205536127090454,
1652
+ "learning_rate": 1.8443913104073984e-06,
1653
+ "loss": 0.8273,
1654
+ "step": 235
1655
+ },
1656
+ {
1657
+ "epoch": 8.137931034482758,
1658
+ "grad_norm": 0.429328978061676,
1659
+ "learning_rate": 1.7799792455209019e-06,
1660
+ "loss": 0.9069,
1661
+ "step": 236
1662
+ },
1663
+ {
1664
+ "epoch": 8.172413793103448,
1665
+ "grad_norm": 0.42592883110046387,
1666
+ "learning_rate": 1.716601970199836e-06,
1667
+ "loss": 0.8012,
1668
+ "step": 237
1669
+ },
1670
+ {
1671
+ "epoch": 8.206896551724139,
1672
+ "grad_norm": 0.5000731348991394,
1673
+ "learning_rate": 1.6542674627869738e-06,
1674
+ "loss": 0.7902,
1675
+ "step": 238
1676
+ },
1677
+ {
1678
+ "epoch": 8.241379310344827,
1679
+ "grad_norm": 0.473174512386322,
1680
+ "learning_rate": 1.5929835703546992e-06,
1681
+ "loss": 0.999,
1682
+ "step": 239
1683
+ },
1684
+ {
1685
+ "epoch": 8.275862068965518,
1686
+ "grad_norm": 0.4019586741924286,
1687
+ "learning_rate": 1.5327580077171589e-06,
1688
+ "loss": 0.7231,
1689
+ "step": 240
1690
+ },
1691
+ {
1692
+ "epoch": 8.310344827586206,
1693
+ "grad_norm": 0.4227881133556366,
1694
+ "learning_rate": 1.4735983564590784e-06,
1695
+ "loss": 0.7377,
1696
+ "step": 241
1697
+ },
1698
+ {
1699
+ "epoch": 8.344827586206897,
1700
+ "grad_norm": 0.4504655599594116,
1701
+ "learning_rate": 1.4155120639813392e-06,
1702
+ "loss": 0.6787,
1703
+ "step": 242
1704
+ },
1705
+ {
1706
+ "epoch": 8.379310344827585,
1707
+ "grad_norm": 0.43115106225013733,
1708
+ "learning_rate": 1.3585064425634542e-06,
1709
+ "loss": 0.7101,
1710
+ "step": 243
1711
+ },
1712
+ {
1713
+ "epoch": 8.413793103448276,
1714
+ "grad_norm": 0.4861285090446472,
1715
+ "learning_rate": 1.3025886684430467e-06,
1716
+ "loss": 0.8464,
1717
+ "step": 244
1718
+ },
1719
+ {
1720
+ "epoch": 8.448275862068966,
1721
+ "grad_norm": 0.45497927069664,
1722
+ "learning_rate": 1.2477657809124632e-06,
1723
+ "loss": 0.7153,
1724
+ "step": 245
1725
+ },
1726
+ {
1727
+ "epoch": 8.482758620689655,
1728
+ "grad_norm": 0.4058876037597656,
1729
+ "learning_rate": 1.19404468143262e-06,
1730
+ "loss": 0.7608,
1731
+ "step": 246
1732
+ },
1733
+ {
1734
+ "epoch": 8.517241379310345,
1735
+ "grad_norm": 0.406684011220932,
1736
+ "learning_rate": 1.1414321327642019e-06,
1737
+ "loss": 0.8353,
1738
+ "step": 247
1739
+ },
1740
+ {
1741
+ "epoch": 8.551724137931034,
1742
+ "grad_norm": 0.3937000632286072,
1743
+ "learning_rate": 1.0899347581163222e-06,
1744
+ "loss": 0.7998,
1745
+ "step": 248
1746
+ },
1747
+ {
1748
+ "epoch": 8.586206896551724,
1749
+ "grad_norm": 0.368868887424469,
1750
+ "learning_rate": 1.0395590403127487e-06,
1751
+ "loss": 0.7146,
1752
+ "step": 249
1753
+ },
1754
+ {
1755
+ "epoch": 8.620689655172415,
1756
+ "grad_norm": 0.41563382744789124,
1757
+ "learning_rate": 9.903113209758098e-07,
1758
+ "loss": 0.8536,
1759
+ "step": 250
1760
+ },
1761
+ {
1762
+ "epoch": 8.655172413793103,
1763
+ "grad_norm": 0.4131675362586975,
1764
+ "learning_rate": 9.421977997280596e-07,
1765
+ "loss": 0.6459,
1766
+ "step": 251
1767
+ },
1768
+ {
1769
+ "epoch": 8.689655172413794,
1770
+ "grad_norm": 0.4058147668838501,
1771
+ "learning_rate": 8.952245334118415e-07,
1772
+ "loss": 0.7364,
1773
+ "step": 252
1774
+ },
1775
+ {
1776
+ "epoch": 8.724137931034482,
1777
+ "grad_norm": 0.42709603905677795,
1778
+ "learning_rate": 8.493974353268019e-07,
1779
+ "loss": 0.7259,
1780
+ "step": 253
1781
+ },
1782
+ {
1783
+ "epoch": 8.758620689655173,
1784
+ "grad_norm": 0.4050786793231964,
1785
+ "learning_rate": 8.047222744854943e-07,
1786
+ "loss": 0.7467,
1787
+ "step": 254
1788
+ },
1789
+ {
1790
+ "epoch": 8.793103448275861,
1791
+ "grad_norm": 0.45394542813301086,
1792
+ "learning_rate": 7.612046748871327e-07,
1793
+ "loss": 0.6898,
1794
+ "step": 255
1795
+ },
1796
+ {
1797
+ "epoch": 8.827586206896552,
1798
+ "grad_norm": 0.4538683295249939,
1799
+ "learning_rate": 7.188501148096117e-07,
1800
+ "loss": 0.6845,
1801
+ "step": 256
1802
+ },
1803
+ {
1804
+ "epoch": 8.862068965517242,
1805
+ "grad_norm": 0.430452436208725,
1806
+ "learning_rate": 6.776639261198581e-07,
1807
+ "loss": 0.77,
1808
+ "step": 257
1809
+ },
1810
+ {
1811
+ "epoch": 8.89655172413793,
1812
+ "grad_norm": 0.41714251041412354,
1813
+ "learning_rate": 6.37651293602628e-07,
1814
+ "loss": 0.7057,
1815
+ "step": 258
1816
+ },
1817
+ {
1818
+ "epoch": 8.931034482758621,
1819
+ "grad_norm": 0.4864565432071686,
1820
+ "learning_rate": 5.988172543078097e-07,
1821
+ "loss": 0.6911,
1822
+ "step": 259
1823
+ },
1824
+ {
1825
+ "epoch": 8.96551724137931,
1826
+ "grad_norm": 0.38794228434562683,
1827
+ "learning_rate": 5.611666969163243e-07,
1828
+ "loss": 0.7606,
1829
+ "step": 260
1830
+ },
1831
+ {
1832
+ "epoch": 9.0,
1833
+ "grad_norm": 0.5385807752609253,
1834
+ "learning_rate": 5.247043611247127e-07,
1835
+ "loss": 0.7045,
1836
+ "step": 261
1837
+ },
1838
+ {
1839
+ "epoch": 9.03448275862069,
1840
+ "grad_norm": 0.42163336277008057,
1841
+ "learning_rate": 4.894348370484648e-07,
1842
+ "loss": 0.8221,
1843
+ "step": 262
1844
+ },
1845
+ {
1846
+ "epoch": 9.068965517241379,
1847
+ "grad_norm": 0.4152377247810364,
1848
+ "learning_rate": 4.553625646441928e-07,
1849
+ "loss": 0.7311,
1850
+ "step": 263
1851
+ },
1852
+ {
1853
+ "epoch": 9.10344827586207,
1854
+ "grad_norm": 0.39403805136680603,
1855
+ "learning_rate": 4.224918331506955e-07,
1856
+ "loss": 0.7236,
1857
+ "step": 264
1858
+ },
1859
+ {
1860
+ "epoch": 9.137931034482758,
1861
+ "grad_norm": 0.40883564949035645,
1862
+ "learning_rate": 3.908267805490051e-07,
1863
+ "loss": 0.7725,
1864
+ "step": 265
1865
+ },
1866
+ {
1867
+ "epoch": 9.172413793103448,
1868
+ "grad_norm": 0.37636932730674744,
1869
+ "learning_rate": 3.603713930414676e-07,
1870
+ "loss": 0.7272,
1871
+ "step": 266
1872
+ },
1873
+ {
1874
+ "epoch": 9.206896551724139,
1875
+ "grad_norm": 0.44501543045043945,
1876
+ "learning_rate": 3.3112950454993633e-07,
1877
+ "loss": 0.7091,
1878
+ "step": 267
1879
+ },
1880
+ {
1881
+ "epoch": 9.241379310344827,
1882
+ "grad_norm": 0.36911624670028687,
1883
+ "learning_rate": 3.0310479623313125e-07,
1884
+ "loss": 0.7032,
1885
+ "step": 268
1886
+ },
1887
+ {
1888
+ "epoch": 9.275862068965518,
1889
+ "grad_norm": 0.44340014457702637,
1890
+ "learning_rate": 2.7630079602323447e-07,
1891
+ "loss": 0.7774,
1892
+ "step": 269
1893
+ },
1894
+ {
1895
+ "epoch": 9.310344827586206,
1896
+ "grad_norm": 0.4391462206840515,
1897
+ "learning_rate": 2.507208781817638e-07,
1898
+ "loss": 0.706,
1899
+ "step": 270
1900
+ },
1901
+ {
1902
+ "epoch": 9.344827586206897,
1903
+ "grad_norm": 0.3953486680984497,
1904
+ "learning_rate": 2.2636826287480872e-07,
1905
+ "loss": 0.7653,
1906
+ "step": 271
1907
+ },
1908
+ {
1909
+ "epoch": 9.379310344827585,
1910
+ "grad_norm": 0.450130820274353,
1911
+ "learning_rate": 2.0324601576764525e-07,
1912
+ "loss": 0.783,
1913
+ "step": 272
1914
+ },
1915
+ {
1916
+ "epoch": 9.413793103448276,
1917
+ "grad_norm": 0.4283774495124817,
1918
+ "learning_rate": 1.81357047638816e-07,
1919
+ "loss": 0.6993,
1920
+ "step": 273
1921
+ },
1922
+ {
1923
+ "epoch": 9.448275862068966,
1924
+ "grad_norm": 0.46512722969055176,
1925
+ "learning_rate": 1.6070411401370335e-07,
1926
+ "loss": 0.6359,
1927
+ "step": 274
1928
+ },
1929
+ {
1930
+ "epoch": 9.482758620689655,
1931
+ "grad_norm": 0.45328933000564575,
1932
+ "learning_rate": 1.4128981481764115e-07,
1933
+ "loss": 0.9826,
1934
+ "step": 275
1935
+ },
1936
+ {
1937
+ "epoch": 9.517241379310345,
1938
+ "grad_norm": 0.342708557844162,
1939
+ "learning_rate": 1.231165940486234e-07,
1940
+ "loss": 0.7167,
1941
+ "step": 276
1942
+ },
1943
+ {
1944
+ "epoch": 9.551724137931034,
1945
+ "grad_norm": 0.5037355422973633,
1946
+ "learning_rate": 1.0618673946963365e-07,
1947
+ "loss": 0.7886,
1948
+ "step": 277
1949
+ },
1950
+ {
1951
+ "epoch": 9.586206896551724,
1952
+ "grad_norm": 0.4170833230018616,
1953
+ "learning_rate": 9.0502382320653e-08,
1954
+ "loss": 0.759,
1955
+ "step": 278
1956
+ },
1957
+ {
1958
+ "epoch": 9.620689655172415,
1959
+ "grad_norm": 0.44028815627098083,
1960
+ "learning_rate": 7.606549705035937e-08,
1961
+ "loss": 0.8782,
1962
+ "step": 279
1963
+ },
1964
+ {
1965
+ "epoch": 9.655172413793103,
1966
+ "grad_norm": 0.420846551656723,
1967
+ "learning_rate": 6.287790106757396e-08,
1968
+ "loss": 0.7216,
1969
+ "step": 280
1970
+ },
1971
+ {
1972
+ "epoch": 9.689655172413794,
1973
+ "grad_norm": 0.4208323061466217,
1974
+ "learning_rate": 5.094125451247656e-08,
1975
+ "loss": 0.776,
1976
+ "step": 281
1977
+ },
1978
+ {
1979
+ "epoch": 9.724137931034482,
1980
+ "grad_norm": 0.42419716715812683,
1981
+ "learning_rate": 4.025706004760932e-08,
1982
+ "loss": 0.6682,
1983
+ "step": 282
1984
+ },
1985
+ {
1986
+ "epoch": 9.758620689655173,
1987
+ "grad_norm": 0.43146654963493347,
1988
+ "learning_rate": 3.082666266872036e-08,
1989
+ "loss": 0.7483,
1990
+ "step": 283
1991
+ },
1992
+ {
1993
+ "epoch": 9.793103448275861,
1994
+ "grad_norm": 0.43936026096343994,
1995
+ "learning_rate": 2.265124953543918e-08,
1996
+ "loss": 0.9118,
1997
+ "step": 284
1998
+ },
1999
+ {
2000
+ "epoch": 9.827586206896552,
2001
+ "grad_norm": 0.4402799606323242,
2002
+ "learning_rate": 1.5731849821833955e-08,
2003
+ "loss": 0.8107,
2004
+ "step": 285
2005
+ },
2006
+ {
2007
+ "epoch": 9.862068965517242,
2008
+ "grad_norm": 0.377135306596756,
2009
+ "learning_rate": 1.0069334586854106e-08,
2010
+ "loss": 0.6527,
2011
+ "step": 286
2012
+ },
2013
+ {
2014
+ "epoch": 9.89655172413793,
2015
+ "grad_norm": 0.452321857213974,
2016
+ "learning_rate": 5.664416664666883e-09,
2017
+ "loss": 0.8356,
2018
+ "step": 287
2019
+ },
2020
+ {
2021
+ "epoch": 9.931034482758621,
2022
+ "grad_norm": 0.42655467987060547,
2023
+ "learning_rate": 2.5176505749346937e-09,
2024
+ "loss": 0.7422,
2025
+ "step": 288
2026
+ },
2027
+ {
2028
+ "epoch": 9.96551724137931,
2029
+ "grad_norm": 0.41591566801071167,
2030
+ "learning_rate": 6.294324529942942e-10,
2031
+ "loss": 0.872,
2032
+ "step": 289
2033
+ },
2034
+ {
2035
+ "epoch": 10.0,
2036
+ "grad_norm": 0.5666583180427551,
2037
+ "learning_rate": 0.0,
2038
+ "loss": 0.8514,
2039
+ "step": 290
2040
+ }
2041
+ ],
2042
+ "logging_steps": 1,
2043
+ "max_steps": 290,
2044
+ "num_input_tokens_seen": 0,
2045
+ "num_train_epochs": 10,
2046
+ "save_steps": 500,
2047
+ "stateful_callbacks": {
2048
+ "TrainerControl": {
2049
+ "args": {
2050
+ "should_epoch_stop": false,
2051
+ "should_evaluate": false,
2052
+ "should_log": false,
2053
+ "should_save": true,
2054
+ "should_training_stop": true
2055
+ },
2056
+ "attributes": {}
2057
+ }
2058
+ },
2059
+ "total_flos": 1.501590410496e+17,
2060
+ "train_batch_size": 8,
2061
+ "trial_name": null,
2062
+ "trial_params": null
2063
+ }
phi_sft/checkpoint-290/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6db4f317e6d2367337aa35eee1a071337d4c606da344355f0b63dd098c044fc
3
+ size 5432
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e6a6acde7c9c646707b9822328c2133636a7e7784d24cdb1e849387e4d2d708e
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6db4f317e6d2367337aa35eee1a071337d4c606da344355f0b63dd098c044fc
3
  size 5432