amixh commited on
Commit
58e8c2b
·
verified ·
1 Parent(s): d8ec9b8

Updated Model

Browse files
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google-t5/t5-base
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.14.0
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "google-t5/t5-base",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 32,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.1,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 16,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "o",
27
+ "v",
28
+ "k",
29
+ "q"
30
+ ],
31
+ "task_type": "SEQ_2_SEQ_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:940985ace894de459850462f01e23fa8a6d4d9dacbbf1843ece37dc3ee1865a5
3
+ size 14196208
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98aa8dd592d1c36e4f31646dc6ba4cc88d3b4b53a53d7d54a8852e53d4ee4b00
3
+ size 28553210
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98faab682f124bf26326fae88c2cd31c9d2f131dbbacd6f2704007e1514930f5
3
+ size 14244
scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:786bb915c27e7010a7da1554e8b65a95ea8acd72be3e394a1fbabdc83285654d
3
+ size 988
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2423fa1914626d73bba96e48686040b2a3a1f4acf3222bc7fddcd4d24613f8d
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<extra_id_0>",
4
+ "<extra_id_1>",
5
+ "<extra_id_2>",
6
+ "<extra_id_3>",
7
+ "<extra_id_4>",
8
+ "<extra_id_5>",
9
+ "<extra_id_6>",
10
+ "<extra_id_7>",
11
+ "<extra_id_8>",
12
+ "<extra_id_9>",
13
+ "<extra_id_10>",
14
+ "<extra_id_11>",
15
+ "<extra_id_12>",
16
+ "<extra_id_13>",
17
+ "<extra_id_14>",
18
+ "<extra_id_15>",
19
+ "<extra_id_16>",
20
+ "<extra_id_17>",
21
+ "<extra_id_18>",
22
+ "<extra_id_19>",
23
+ "<extra_id_20>",
24
+ "<extra_id_21>",
25
+ "<extra_id_22>",
26
+ "<extra_id_23>",
27
+ "<extra_id_24>",
28
+ "<extra_id_25>",
29
+ "<extra_id_26>",
30
+ "<extra_id_27>",
31
+ "<extra_id_28>",
32
+ "<extra_id_29>",
33
+ "<extra_id_30>",
34
+ "<extra_id_31>",
35
+ "<extra_id_32>",
36
+ "<extra_id_33>",
37
+ "<extra_id_34>",
38
+ "<extra_id_35>",
39
+ "<extra_id_36>",
40
+ "<extra_id_37>",
41
+ "<extra_id_38>",
42
+ "<extra_id_39>",
43
+ "<extra_id_40>",
44
+ "<extra_id_41>",
45
+ "<extra_id_42>",
46
+ "<extra_id_43>",
47
+ "<extra_id_44>",
48
+ "<extra_id_45>",
49
+ "<extra_id_46>",
50
+ "<extra_id_47>",
51
+ "<extra_id_48>",
52
+ "<extra_id_49>",
53
+ "<extra_id_50>",
54
+ "<extra_id_51>",
55
+ "<extra_id_52>",
56
+ "<extra_id_53>",
57
+ "<extra_id_54>",
58
+ "<extra_id_55>",
59
+ "<extra_id_56>",
60
+ "<extra_id_57>",
61
+ "<extra_id_58>",
62
+ "<extra_id_59>",
63
+ "<extra_id_60>",
64
+ "<extra_id_61>",
65
+ "<extra_id_62>",
66
+ "<extra_id_63>",
67
+ "<extra_id_64>",
68
+ "<extra_id_65>",
69
+ "<extra_id_66>",
70
+ "<extra_id_67>",
71
+ "<extra_id_68>",
72
+ "<extra_id_69>",
73
+ "<extra_id_70>",
74
+ "<extra_id_71>",
75
+ "<extra_id_72>",
76
+ "<extra_id_73>",
77
+ "<extra_id_74>",
78
+ "<extra_id_75>",
79
+ "<extra_id_76>",
80
+ "<extra_id_77>",
81
+ "<extra_id_78>",
82
+ "<extra_id_79>",
83
+ "<extra_id_80>",
84
+ "<extra_id_81>",
85
+ "<extra_id_82>",
86
+ "<extra_id_83>",
87
+ "<extra_id_84>",
88
+ "<extra_id_85>",
89
+ "<extra_id_86>",
90
+ "<extra_id_87>",
91
+ "<extra_id_88>",
92
+ "<extra_id_89>",
93
+ "<extra_id_90>",
94
+ "<extra_id_91>",
95
+ "<extra_id_92>",
96
+ "<extra_id_93>",
97
+ "<extra_id_94>",
98
+ "<extra_id_95>",
99
+ "<extra_id_96>",
100
+ "<extra_id_97>",
101
+ "<extra_id_98>",
102
+ "<extra_id_99>"
103
+ ],
104
+ "eos_token": "</s>",
105
+ "pad_token": "<pad>",
106
+ "unk_token": "<unk>"
107
+ }
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
3
+ size 791656
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,939 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": null,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<pad>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "</s>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "<unk>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "32000": {
29
+ "content": "<extra_id_99>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "32001": {
37
+ "content": "<extra_id_98>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "32002": {
45
+ "content": "<extra_id_97>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "32003": {
53
+ "content": "<extra_id_96>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "32004": {
61
+ "content": "<extra_id_95>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "32005": {
69
+ "content": "<extra_id_94>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "32006": {
77
+ "content": "<extra_id_93>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "32007": {
85
+ "content": "<extra_id_92>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "32008": {
93
+ "content": "<extra_id_91>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "32009": {
101
+ "content": "<extra_id_90>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "32010": {
109
+ "content": "<extra_id_89>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ },
116
+ "32011": {
117
+ "content": "<extra_id_88>",
118
+ "lstrip": false,
119
+ "normalized": false,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": true
123
+ },
124
+ "32012": {
125
+ "content": "<extra_id_87>",
126
+ "lstrip": false,
127
+ "normalized": false,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": true
131
+ },
132
+ "32013": {
133
+ "content": "<extra_id_86>",
134
+ "lstrip": false,
135
+ "normalized": false,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": true
139
+ },
140
+ "32014": {
141
+ "content": "<extra_id_85>",
142
+ "lstrip": false,
143
+ "normalized": false,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": true
147
+ },
148
+ "32015": {
149
+ "content": "<extra_id_84>",
150
+ "lstrip": false,
151
+ "normalized": false,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": true
155
+ },
156
+ "32016": {
157
+ "content": "<extra_id_83>",
158
+ "lstrip": false,
159
+ "normalized": false,
160
+ "rstrip": false,
161
+ "single_word": false,
162
+ "special": true
163
+ },
164
+ "32017": {
165
+ "content": "<extra_id_82>",
166
+ "lstrip": false,
167
+ "normalized": false,
168
+ "rstrip": false,
169
+ "single_word": false,
170
+ "special": true
171
+ },
172
+ "32018": {
173
+ "content": "<extra_id_81>",
174
+ "lstrip": false,
175
+ "normalized": false,
176
+ "rstrip": false,
177
+ "single_word": false,
178
+ "special": true
179
+ },
180
+ "32019": {
181
+ "content": "<extra_id_80>",
182
+ "lstrip": false,
183
+ "normalized": false,
184
+ "rstrip": false,
185
+ "single_word": false,
186
+ "special": true
187
+ },
188
+ "32020": {
189
+ "content": "<extra_id_79>",
190
+ "lstrip": false,
191
+ "normalized": false,
192
+ "rstrip": false,
193
+ "single_word": false,
194
+ "special": true
195
+ },
196
+ "32021": {
197
+ "content": "<extra_id_78>",
198
+ "lstrip": false,
199
+ "normalized": false,
200
+ "rstrip": false,
201
+ "single_word": false,
202
+ "special": true
203
+ },
204
+ "32022": {
205
+ "content": "<extra_id_77>",
206
+ "lstrip": false,
207
+ "normalized": false,
208
+ "rstrip": false,
209
+ "single_word": false,
210
+ "special": true
211
+ },
212
+ "32023": {
213
+ "content": "<extra_id_76>",
214
+ "lstrip": false,
215
+ "normalized": false,
216
+ "rstrip": false,
217
+ "single_word": false,
218
+ "special": true
219
+ },
220
+ "32024": {
221
+ "content": "<extra_id_75>",
222
+ "lstrip": false,
223
+ "normalized": false,
224
+ "rstrip": false,
225
+ "single_word": false,
226
+ "special": true
227
+ },
228
+ "32025": {
229
+ "content": "<extra_id_74>",
230
+ "lstrip": false,
231
+ "normalized": false,
232
+ "rstrip": false,
233
+ "single_word": false,
234
+ "special": true
235
+ },
236
+ "32026": {
237
+ "content": "<extra_id_73>",
238
+ "lstrip": false,
239
+ "normalized": false,
240
+ "rstrip": false,
241
+ "single_word": false,
242
+ "special": true
243
+ },
244
+ "32027": {
245
+ "content": "<extra_id_72>",
246
+ "lstrip": false,
247
+ "normalized": false,
248
+ "rstrip": false,
249
+ "single_word": false,
250
+ "special": true
251
+ },
252
+ "32028": {
253
+ "content": "<extra_id_71>",
254
+ "lstrip": false,
255
+ "normalized": false,
256
+ "rstrip": false,
257
+ "single_word": false,
258
+ "special": true
259
+ },
260
+ "32029": {
261
+ "content": "<extra_id_70>",
262
+ "lstrip": false,
263
+ "normalized": false,
264
+ "rstrip": false,
265
+ "single_word": false,
266
+ "special": true
267
+ },
268
+ "32030": {
269
+ "content": "<extra_id_69>",
270
+ "lstrip": false,
271
+ "normalized": false,
272
+ "rstrip": false,
273
+ "single_word": false,
274
+ "special": true
275
+ },
276
+ "32031": {
277
+ "content": "<extra_id_68>",
278
+ "lstrip": false,
279
+ "normalized": false,
280
+ "rstrip": false,
281
+ "single_word": false,
282
+ "special": true
283
+ },
284
+ "32032": {
285
+ "content": "<extra_id_67>",
286
+ "lstrip": false,
287
+ "normalized": false,
288
+ "rstrip": false,
289
+ "single_word": false,
290
+ "special": true
291
+ },
292
+ "32033": {
293
+ "content": "<extra_id_66>",
294
+ "lstrip": false,
295
+ "normalized": false,
296
+ "rstrip": false,
297
+ "single_word": false,
298
+ "special": true
299
+ },
300
+ "32034": {
301
+ "content": "<extra_id_65>",
302
+ "lstrip": false,
303
+ "normalized": false,
304
+ "rstrip": false,
305
+ "single_word": false,
306
+ "special": true
307
+ },
308
+ "32035": {
309
+ "content": "<extra_id_64>",
310
+ "lstrip": false,
311
+ "normalized": false,
312
+ "rstrip": false,
313
+ "single_word": false,
314
+ "special": true
315
+ },
316
+ "32036": {
317
+ "content": "<extra_id_63>",
318
+ "lstrip": false,
319
+ "normalized": false,
320
+ "rstrip": false,
321
+ "single_word": false,
322
+ "special": true
323
+ },
324
+ "32037": {
325
+ "content": "<extra_id_62>",
326
+ "lstrip": false,
327
+ "normalized": false,
328
+ "rstrip": false,
329
+ "single_word": false,
330
+ "special": true
331
+ },
332
+ "32038": {
333
+ "content": "<extra_id_61>",
334
+ "lstrip": false,
335
+ "normalized": false,
336
+ "rstrip": false,
337
+ "single_word": false,
338
+ "special": true
339
+ },
340
+ "32039": {
341
+ "content": "<extra_id_60>",
342
+ "lstrip": false,
343
+ "normalized": false,
344
+ "rstrip": false,
345
+ "single_word": false,
346
+ "special": true
347
+ },
348
+ "32040": {
349
+ "content": "<extra_id_59>",
350
+ "lstrip": false,
351
+ "normalized": false,
352
+ "rstrip": false,
353
+ "single_word": false,
354
+ "special": true
355
+ },
356
+ "32041": {
357
+ "content": "<extra_id_58>",
358
+ "lstrip": false,
359
+ "normalized": false,
360
+ "rstrip": false,
361
+ "single_word": false,
362
+ "special": true
363
+ },
364
+ "32042": {
365
+ "content": "<extra_id_57>",
366
+ "lstrip": false,
367
+ "normalized": false,
368
+ "rstrip": false,
369
+ "single_word": false,
370
+ "special": true
371
+ },
372
+ "32043": {
373
+ "content": "<extra_id_56>",
374
+ "lstrip": false,
375
+ "normalized": false,
376
+ "rstrip": false,
377
+ "single_word": false,
378
+ "special": true
379
+ },
380
+ "32044": {
381
+ "content": "<extra_id_55>",
382
+ "lstrip": false,
383
+ "normalized": false,
384
+ "rstrip": false,
385
+ "single_word": false,
386
+ "special": true
387
+ },
388
+ "32045": {
389
+ "content": "<extra_id_54>",
390
+ "lstrip": false,
391
+ "normalized": false,
392
+ "rstrip": false,
393
+ "single_word": false,
394
+ "special": true
395
+ },
396
+ "32046": {
397
+ "content": "<extra_id_53>",
398
+ "lstrip": false,
399
+ "normalized": false,
400
+ "rstrip": false,
401
+ "single_word": false,
402
+ "special": true
403
+ },
404
+ "32047": {
405
+ "content": "<extra_id_52>",
406
+ "lstrip": false,
407
+ "normalized": false,
408
+ "rstrip": false,
409
+ "single_word": false,
410
+ "special": true
411
+ },
412
+ "32048": {
413
+ "content": "<extra_id_51>",
414
+ "lstrip": false,
415
+ "normalized": false,
416
+ "rstrip": false,
417
+ "single_word": false,
418
+ "special": true
419
+ },
420
+ "32049": {
421
+ "content": "<extra_id_50>",
422
+ "lstrip": false,
423
+ "normalized": false,
424
+ "rstrip": false,
425
+ "single_word": false,
426
+ "special": true
427
+ },
428
+ "32050": {
429
+ "content": "<extra_id_49>",
430
+ "lstrip": false,
431
+ "normalized": false,
432
+ "rstrip": false,
433
+ "single_word": false,
434
+ "special": true
435
+ },
436
+ "32051": {
437
+ "content": "<extra_id_48>",
438
+ "lstrip": false,
439
+ "normalized": false,
440
+ "rstrip": false,
441
+ "single_word": false,
442
+ "special": true
443
+ },
444
+ "32052": {
445
+ "content": "<extra_id_47>",
446
+ "lstrip": false,
447
+ "normalized": false,
448
+ "rstrip": false,
449
+ "single_word": false,
450
+ "special": true
451
+ },
452
+ "32053": {
453
+ "content": "<extra_id_46>",
454
+ "lstrip": false,
455
+ "normalized": false,
456
+ "rstrip": false,
457
+ "single_word": false,
458
+ "special": true
459
+ },
460
+ "32054": {
461
+ "content": "<extra_id_45>",
462
+ "lstrip": false,
463
+ "normalized": false,
464
+ "rstrip": false,
465
+ "single_word": false,
466
+ "special": true
467
+ },
468
+ "32055": {
469
+ "content": "<extra_id_44>",
470
+ "lstrip": false,
471
+ "normalized": false,
472
+ "rstrip": false,
473
+ "single_word": false,
474
+ "special": true
475
+ },
476
+ "32056": {
477
+ "content": "<extra_id_43>",
478
+ "lstrip": false,
479
+ "normalized": false,
480
+ "rstrip": false,
481
+ "single_word": false,
482
+ "special": true
483
+ },
484
+ "32057": {
485
+ "content": "<extra_id_42>",
486
+ "lstrip": false,
487
+ "normalized": false,
488
+ "rstrip": false,
489
+ "single_word": false,
490
+ "special": true
491
+ },
492
+ "32058": {
493
+ "content": "<extra_id_41>",
494
+ "lstrip": false,
495
+ "normalized": false,
496
+ "rstrip": false,
497
+ "single_word": false,
498
+ "special": true
499
+ },
500
+ "32059": {
501
+ "content": "<extra_id_40>",
502
+ "lstrip": false,
503
+ "normalized": false,
504
+ "rstrip": false,
505
+ "single_word": false,
506
+ "special": true
507
+ },
508
+ "32060": {
509
+ "content": "<extra_id_39>",
510
+ "lstrip": false,
511
+ "normalized": false,
512
+ "rstrip": false,
513
+ "single_word": false,
514
+ "special": true
515
+ },
516
+ "32061": {
517
+ "content": "<extra_id_38>",
518
+ "lstrip": false,
519
+ "normalized": false,
520
+ "rstrip": false,
521
+ "single_word": false,
522
+ "special": true
523
+ },
524
+ "32062": {
525
+ "content": "<extra_id_37>",
526
+ "lstrip": false,
527
+ "normalized": false,
528
+ "rstrip": false,
529
+ "single_word": false,
530
+ "special": true
531
+ },
532
+ "32063": {
533
+ "content": "<extra_id_36>",
534
+ "lstrip": false,
535
+ "normalized": false,
536
+ "rstrip": false,
537
+ "single_word": false,
538
+ "special": true
539
+ },
540
+ "32064": {
541
+ "content": "<extra_id_35>",
542
+ "lstrip": false,
543
+ "normalized": false,
544
+ "rstrip": false,
545
+ "single_word": false,
546
+ "special": true
547
+ },
548
+ "32065": {
549
+ "content": "<extra_id_34>",
550
+ "lstrip": false,
551
+ "normalized": false,
552
+ "rstrip": false,
553
+ "single_word": false,
554
+ "special": true
555
+ },
556
+ "32066": {
557
+ "content": "<extra_id_33>",
558
+ "lstrip": false,
559
+ "normalized": false,
560
+ "rstrip": false,
561
+ "single_word": false,
562
+ "special": true
563
+ },
564
+ "32067": {
565
+ "content": "<extra_id_32>",
566
+ "lstrip": false,
567
+ "normalized": false,
568
+ "rstrip": false,
569
+ "single_word": false,
570
+ "special": true
571
+ },
572
+ "32068": {
573
+ "content": "<extra_id_31>",
574
+ "lstrip": false,
575
+ "normalized": false,
576
+ "rstrip": false,
577
+ "single_word": false,
578
+ "special": true
579
+ },
580
+ "32069": {
581
+ "content": "<extra_id_30>",
582
+ "lstrip": false,
583
+ "normalized": false,
584
+ "rstrip": false,
585
+ "single_word": false,
586
+ "special": true
587
+ },
588
+ "32070": {
589
+ "content": "<extra_id_29>",
590
+ "lstrip": false,
591
+ "normalized": false,
592
+ "rstrip": false,
593
+ "single_word": false,
594
+ "special": true
595
+ },
596
+ "32071": {
597
+ "content": "<extra_id_28>",
598
+ "lstrip": false,
599
+ "normalized": false,
600
+ "rstrip": false,
601
+ "single_word": false,
602
+ "special": true
603
+ },
604
+ "32072": {
605
+ "content": "<extra_id_27>",
606
+ "lstrip": false,
607
+ "normalized": false,
608
+ "rstrip": false,
609
+ "single_word": false,
610
+ "special": true
611
+ },
612
+ "32073": {
613
+ "content": "<extra_id_26>",
614
+ "lstrip": false,
615
+ "normalized": false,
616
+ "rstrip": false,
617
+ "single_word": false,
618
+ "special": true
619
+ },
620
+ "32074": {
621
+ "content": "<extra_id_25>",
622
+ "lstrip": false,
623
+ "normalized": false,
624
+ "rstrip": false,
625
+ "single_word": false,
626
+ "special": true
627
+ },
628
+ "32075": {
629
+ "content": "<extra_id_24>",
630
+ "lstrip": false,
631
+ "normalized": false,
632
+ "rstrip": false,
633
+ "single_word": false,
634
+ "special": true
635
+ },
636
+ "32076": {
637
+ "content": "<extra_id_23>",
638
+ "lstrip": false,
639
+ "normalized": false,
640
+ "rstrip": false,
641
+ "single_word": false,
642
+ "special": true
643
+ },
644
+ "32077": {
645
+ "content": "<extra_id_22>",
646
+ "lstrip": false,
647
+ "normalized": false,
648
+ "rstrip": false,
649
+ "single_word": false,
650
+ "special": true
651
+ },
652
+ "32078": {
653
+ "content": "<extra_id_21>",
654
+ "lstrip": false,
655
+ "normalized": false,
656
+ "rstrip": false,
657
+ "single_word": false,
658
+ "special": true
659
+ },
660
+ "32079": {
661
+ "content": "<extra_id_20>",
662
+ "lstrip": false,
663
+ "normalized": false,
664
+ "rstrip": false,
665
+ "single_word": false,
666
+ "special": true
667
+ },
668
+ "32080": {
669
+ "content": "<extra_id_19>",
670
+ "lstrip": false,
671
+ "normalized": false,
672
+ "rstrip": false,
673
+ "single_word": false,
674
+ "special": true
675
+ },
676
+ "32081": {
677
+ "content": "<extra_id_18>",
678
+ "lstrip": false,
679
+ "normalized": false,
680
+ "rstrip": false,
681
+ "single_word": false,
682
+ "special": true
683
+ },
684
+ "32082": {
685
+ "content": "<extra_id_17>",
686
+ "lstrip": false,
687
+ "normalized": false,
688
+ "rstrip": false,
689
+ "single_word": false,
690
+ "special": true
691
+ },
692
+ "32083": {
693
+ "content": "<extra_id_16>",
694
+ "lstrip": false,
695
+ "normalized": false,
696
+ "rstrip": false,
697
+ "single_word": false,
698
+ "special": true
699
+ },
700
+ "32084": {
701
+ "content": "<extra_id_15>",
702
+ "lstrip": false,
703
+ "normalized": false,
704
+ "rstrip": false,
705
+ "single_word": false,
706
+ "special": true
707
+ },
708
+ "32085": {
709
+ "content": "<extra_id_14>",
710
+ "lstrip": false,
711
+ "normalized": false,
712
+ "rstrip": false,
713
+ "single_word": false,
714
+ "special": true
715
+ },
716
+ "32086": {
717
+ "content": "<extra_id_13>",
718
+ "lstrip": false,
719
+ "normalized": false,
720
+ "rstrip": false,
721
+ "single_word": false,
722
+ "special": true
723
+ },
724
+ "32087": {
725
+ "content": "<extra_id_12>",
726
+ "lstrip": false,
727
+ "normalized": false,
728
+ "rstrip": false,
729
+ "single_word": false,
730
+ "special": true
731
+ },
732
+ "32088": {
733
+ "content": "<extra_id_11>",
734
+ "lstrip": false,
735
+ "normalized": false,
736
+ "rstrip": false,
737
+ "single_word": false,
738
+ "special": true
739
+ },
740
+ "32089": {
741
+ "content": "<extra_id_10>",
742
+ "lstrip": false,
743
+ "normalized": false,
744
+ "rstrip": false,
745
+ "single_word": false,
746
+ "special": true
747
+ },
748
+ "32090": {
749
+ "content": "<extra_id_9>",
750
+ "lstrip": false,
751
+ "normalized": false,
752
+ "rstrip": false,
753
+ "single_word": false,
754
+ "special": true
755
+ },
756
+ "32091": {
757
+ "content": "<extra_id_8>",
758
+ "lstrip": false,
759
+ "normalized": false,
760
+ "rstrip": false,
761
+ "single_word": false,
762
+ "special": true
763
+ },
764
+ "32092": {
765
+ "content": "<extra_id_7>",
766
+ "lstrip": false,
767
+ "normalized": false,
768
+ "rstrip": false,
769
+ "single_word": false,
770
+ "special": true
771
+ },
772
+ "32093": {
773
+ "content": "<extra_id_6>",
774
+ "lstrip": false,
775
+ "normalized": false,
776
+ "rstrip": false,
777
+ "single_word": false,
778
+ "special": true
779
+ },
780
+ "32094": {
781
+ "content": "<extra_id_5>",
782
+ "lstrip": false,
783
+ "normalized": false,
784
+ "rstrip": false,
785
+ "single_word": false,
786
+ "special": true
787
+ },
788
+ "32095": {
789
+ "content": "<extra_id_4>",
790
+ "lstrip": false,
791
+ "normalized": false,
792
+ "rstrip": false,
793
+ "single_word": false,
794
+ "special": true
795
+ },
796
+ "32096": {
797
+ "content": "<extra_id_3>",
798
+ "lstrip": false,
799
+ "normalized": false,
800
+ "rstrip": false,
801
+ "single_word": false,
802
+ "special": true
803
+ },
804
+ "32097": {
805
+ "content": "<extra_id_2>",
806
+ "lstrip": false,
807
+ "normalized": false,
808
+ "rstrip": false,
809
+ "single_word": false,
810
+ "special": true
811
+ },
812
+ "32098": {
813
+ "content": "<extra_id_1>",
814
+ "lstrip": false,
815
+ "normalized": false,
816
+ "rstrip": false,
817
+ "single_word": false,
818
+ "special": true
819
+ },
820
+ "32099": {
821
+ "content": "<extra_id_0>",
822
+ "lstrip": false,
823
+ "normalized": false,
824
+ "rstrip": false,
825
+ "single_word": false,
826
+ "special": true
827
+ }
828
+ },
829
+ "additional_special_tokens": [
830
+ "<extra_id_0>",
831
+ "<extra_id_1>",
832
+ "<extra_id_2>",
833
+ "<extra_id_3>",
834
+ "<extra_id_4>",
835
+ "<extra_id_5>",
836
+ "<extra_id_6>",
837
+ "<extra_id_7>",
838
+ "<extra_id_8>",
839
+ "<extra_id_9>",
840
+ "<extra_id_10>",
841
+ "<extra_id_11>",
842
+ "<extra_id_12>",
843
+ "<extra_id_13>",
844
+ "<extra_id_14>",
845
+ "<extra_id_15>",
846
+ "<extra_id_16>",
847
+ "<extra_id_17>",
848
+ "<extra_id_18>",
849
+ "<extra_id_19>",
850
+ "<extra_id_20>",
851
+ "<extra_id_21>",
852
+ "<extra_id_22>",
853
+ "<extra_id_23>",
854
+ "<extra_id_24>",
855
+ "<extra_id_25>",
856
+ "<extra_id_26>",
857
+ "<extra_id_27>",
858
+ "<extra_id_28>",
859
+ "<extra_id_29>",
860
+ "<extra_id_30>",
861
+ "<extra_id_31>",
862
+ "<extra_id_32>",
863
+ "<extra_id_33>",
864
+ "<extra_id_34>",
865
+ "<extra_id_35>",
866
+ "<extra_id_36>",
867
+ "<extra_id_37>",
868
+ "<extra_id_38>",
869
+ "<extra_id_39>",
870
+ "<extra_id_40>",
871
+ "<extra_id_41>",
872
+ "<extra_id_42>",
873
+ "<extra_id_43>",
874
+ "<extra_id_44>",
875
+ "<extra_id_45>",
876
+ "<extra_id_46>",
877
+ "<extra_id_47>",
878
+ "<extra_id_48>",
879
+ "<extra_id_49>",
880
+ "<extra_id_50>",
881
+ "<extra_id_51>",
882
+ "<extra_id_52>",
883
+ "<extra_id_53>",
884
+ "<extra_id_54>",
885
+ "<extra_id_55>",
886
+ "<extra_id_56>",
887
+ "<extra_id_57>",
888
+ "<extra_id_58>",
889
+ "<extra_id_59>",
890
+ "<extra_id_60>",
891
+ "<extra_id_61>",
892
+ "<extra_id_62>",
893
+ "<extra_id_63>",
894
+ "<extra_id_64>",
895
+ "<extra_id_65>",
896
+ "<extra_id_66>",
897
+ "<extra_id_67>",
898
+ "<extra_id_68>",
899
+ "<extra_id_69>",
900
+ "<extra_id_70>",
901
+ "<extra_id_71>",
902
+ "<extra_id_72>",
903
+ "<extra_id_73>",
904
+ "<extra_id_74>",
905
+ "<extra_id_75>",
906
+ "<extra_id_76>",
907
+ "<extra_id_77>",
908
+ "<extra_id_78>",
909
+ "<extra_id_79>",
910
+ "<extra_id_80>",
911
+ "<extra_id_81>",
912
+ "<extra_id_82>",
913
+ "<extra_id_83>",
914
+ "<extra_id_84>",
915
+ "<extra_id_85>",
916
+ "<extra_id_86>",
917
+ "<extra_id_87>",
918
+ "<extra_id_88>",
919
+ "<extra_id_89>",
920
+ "<extra_id_90>",
921
+ "<extra_id_91>",
922
+ "<extra_id_92>",
923
+ "<extra_id_93>",
924
+ "<extra_id_94>",
925
+ "<extra_id_95>",
926
+ "<extra_id_96>",
927
+ "<extra_id_97>",
928
+ "<extra_id_98>",
929
+ "<extra_id_99>"
930
+ ],
931
+ "clean_up_tokenization_spaces": false,
932
+ "eos_token": "</s>",
933
+ "extra_ids": 100,
934
+ "extra_special_tokens": {},
935
+ "model_max_length": 1000000000000000019884624838656,
936
+ "pad_token": "<pad>",
937
+ "tokenizer_class": "T5Tokenizer",
938
+ "unk_token": "<unk>"
939
+ }
trainer_state.json ADDED
@@ -0,0 +1,2472 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 10.0,
6
+ "eval_steps": 500,
7
+ "global_step": 3380,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.029585798816568046,
14
+ "grad_norm": 2.538330078125,
15
+ "learning_rate": 0.0009979289940828403,
16
+ "loss": 11.7425,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.05917159763313609,
21
+ "grad_norm": 0.23794084787368774,
22
+ "learning_rate": 0.0009949704142011835,
23
+ "loss": 0.5594,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.08875739644970414,
28
+ "grad_norm": 0.19179865717887878,
29
+ "learning_rate": 0.0009920118343195268,
30
+ "loss": 0.4155,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.11834319526627218,
35
+ "grad_norm": 0.14219403266906738,
36
+ "learning_rate": 0.0009890532544378698,
37
+ "loss": 0.293,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.14792899408284024,
42
+ "grad_norm": 0.259477436542511,
43
+ "learning_rate": 0.000986094674556213,
44
+ "loss": 0.3204,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.17751479289940827,
49
+ "grad_norm": 0.168733149766922,
50
+ "learning_rate": 0.0009831360946745563,
51
+ "loss": 0.2221,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.20710059171597633,
56
+ "grad_norm": 0.3114694058895111,
57
+ "learning_rate": 0.0009801775147928993,
58
+ "loss": 0.2364,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.23668639053254437,
63
+ "grad_norm": 0.17138633131980896,
64
+ "learning_rate": 0.0009772189349112426,
65
+ "loss": 0.2053,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.26627218934911245,
70
+ "grad_norm": 0.16063547134399414,
71
+ "learning_rate": 0.0009742603550295857,
72
+ "loss": 0.187,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.2958579881656805,
77
+ "grad_norm": 0.18491002917289734,
78
+ "learning_rate": 0.0009713017751479291,
79
+ "loss": 0.2083,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.3254437869822485,
84
+ "grad_norm": 0.19521771371364594,
85
+ "learning_rate": 0.0009683431952662722,
86
+ "loss": 0.2076,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.35502958579881655,
91
+ "grad_norm": 0.21544794738292694,
92
+ "learning_rate": 0.0009653846153846155,
93
+ "loss": 0.174,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.38461538461538464,
98
+ "grad_norm": 0.30307990312576294,
99
+ "learning_rate": 0.0009624260355029586,
100
+ "loss": 0.1894,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.41420118343195267,
105
+ "grad_norm": 0.1491095870733261,
106
+ "learning_rate": 0.0009594674556213017,
107
+ "loss": 0.2023,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.4437869822485207,
112
+ "grad_norm": 0.14354783296585083,
113
+ "learning_rate": 0.000956508875739645,
114
+ "loss": 0.1928,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.47337278106508873,
119
+ "grad_norm": 0.21402178704738617,
120
+ "learning_rate": 0.0009535502958579881,
121
+ "loss": 0.1678,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.5029585798816568,
126
+ "grad_norm": 0.16954119503498077,
127
+ "learning_rate": 0.0009505917159763315,
128
+ "loss": 0.1573,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.5325443786982249,
133
+ "grad_norm": 0.18039822578430176,
134
+ "learning_rate": 0.0009476331360946746,
135
+ "loss": 0.1762,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.5621301775147929,
140
+ "grad_norm": 0.1504700928926468,
141
+ "learning_rate": 0.0009446745562130178,
142
+ "loss": 0.1621,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.591715976331361,
147
+ "grad_norm": 0.2337115854024887,
148
+ "learning_rate": 0.000941715976331361,
149
+ "loss": 0.2097,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.621301775147929,
154
+ "grad_norm": 0.24470949172973633,
155
+ "learning_rate": 0.0009387573964497041,
156
+ "loss": 0.1774,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.650887573964497,
161
+ "grad_norm": 0.15405181050300598,
162
+ "learning_rate": 0.0009357988165680473,
163
+ "loss": 0.1504,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.6804733727810651,
168
+ "grad_norm": 0.11325610429048538,
169
+ "learning_rate": 0.0009328402366863905,
170
+ "loss": 0.1709,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.7100591715976331,
175
+ "grad_norm": 0.16251981258392334,
176
+ "learning_rate": 0.0009298816568047338,
177
+ "loss": 0.1681,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.7396449704142012,
182
+ "grad_norm": 0.17166700959205627,
183
+ "learning_rate": 0.000926923076923077,
184
+ "loss": 0.2001,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.7692307692307693,
189
+ "grad_norm": 0.14314185082912445,
190
+ "learning_rate": 0.0009239644970414202,
191
+ "loss": 0.1412,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.7988165680473372,
196
+ "grad_norm": 0.08297964185476303,
197
+ "learning_rate": 0.0009210059171597633,
198
+ "loss": 0.1469,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.8284023668639053,
203
+ "grad_norm": 0.15619583427906036,
204
+ "learning_rate": 0.0009180473372781066,
205
+ "loss": 0.1608,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.8579881656804734,
210
+ "grad_norm": 0.258181631565094,
211
+ "learning_rate": 0.0009150887573964497,
212
+ "loss": 0.2063,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.8875739644970414,
217
+ "grad_norm": 0.15037962794303894,
218
+ "learning_rate": 0.0009121301775147928,
219
+ "loss": 0.1785,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.9171597633136095,
224
+ "grad_norm": 0.12226197868585587,
225
+ "learning_rate": 0.0009091715976331361,
226
+ "loss": 0.1516,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.9467455621301775,
231
+ "grad_norm": 0.18140092492103577,
232
+ "learning_rate": 0.0009062130177514793,
233
+ "loss": 0.145,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.9763313609467456,
238
+ "grad_norm": 0.1861262023448944,
239
+ "learning_rate": 0.0009032544378698226,
240
+ "loss": 0.1764,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 1.0,
245
+ "eval_loss": 0.056098878383636475,
246
+ "eval_runtime": 12.8107,
247
+ "eval_samples_per_second": 30.834,
248
+ "eval_steps_per_second": 7.728,
249
+ "step": 338
250
+ },
251
+ {
252
+ "epoch": 1.0059171597633136,
253
+ "grad_norm": 0.12038601189851761,
254
+ "learning_rate": 0.0009002958579881657,
255
+ "loss": 0.154,
256
+ "step": 340
257
+ },
258
+ {
259
+ "epoch": 1.0355029585798816,
260
+ "grad_norm": 0.181945338845253,
261
+ "learning_rate": 0.0008973372781065089,
262
+ "loss": 0.1403,
263
+ "step": 350
264
+ },
265
+ {
266
+ "epoch": 1.0650887573964498,
267
+ "grad_norm": 0.28894224762916565,
268
+ "learning_rate": 0.0008943786982248521,
269
+ "loss": 0.1836,
270
+ "step": 360
271
+ },
272
+ {
273
+ "epoch": 1.0946745562130178,
274
+ "grad_norm": 0.1676497906446457,
275
+ "learning_rate": 0.0008914201183431952,
276
+ "loss": 0.1228,
277
+ "step": 370
278
+ },
279
+ {
280
+ "epoch": 1.1242603550295858,
281
+ "grad_norm": 0.2134031057357788,
282
+ "learning_rate": 0.0008884615384615384,
283
+ "loss": 0.1195,
284
+ "step": 380
285
+ },
286
+ {
287
+ "epoch": 1.1538461538461537,
288
+ "grad_norm": 0.16219450533390045,
289
+ "learning_rate": 0.0008855029585798817,
290
+ "loss": 0.1639,
291
+ "step": 390
292
+ },
293
+ {
294
+ "epoch": 1.183431952662722,
295
+ "grad_norm": 0.25683075189590454,
296
+ "learning_rate": 0.0008825443786982249,
297
+ "loss": 0.1271,
298
+ "step": 400
299
+ },
300
+ {
301
+ "epoch": 1.21301775147929,
302
+ "grad_norm": 0.15178173780441284,
303
+ "learning_rate": 0.0008795857988165681,
304
+ "loss": 0.1664,
305
+ "step": 410
306
+ },
307
+ {
308
+ "epoch": 1.242603550295858,
309
+ "grad_norm": 0.15822064876556396,
310
+ "learning_rate": 0.0008766272189349113,
311
+ "loss": 0.1763,
312
+ "step": 420
313
+ },
314
+ {
315
+ "epoch": 1.272189349112426,
316
+ "grad_norm": 0.12325149029493332,
317
+ "learning_rate": 0.0008736686390532544,
318
+ "loss": 0.1268,
319
+ "step": 430
320
+ },
321
+ {
322
+ "epoch": 1.301775147928994,
323
+ "grad_norm": 0.12757562100887299,
324
+ "learning_rate": 0.0008707100591715977,
325
+ "loss": 0.1479,
326
+ "step": 440
327
+ },
328
+ {
329
+ "epoch": 1.331360946745562,
330
+ "grad_norm": 0.09781040251255035,
331
+ "learning_rate": 0.0008677514792899408,
332
+ "loss": 0.1617,
333
+ "step": 450
334
+ },
335
+ {
336
+ "epoch": 1.3609467455621302,
337
+ "grad_norm": 0.07979155331850052,
338
+ "learning_rate": 0.0008647928994082841,
339
+ "loss": 0.1601,
340
+ "step": 460
341
+ },
342
+ {
343
+ "epoch": 1.3905325443786982,
344
+ "grad_norm": 0.24248965084552765,
345
+ "learning_rate": 0.0008618343195266273,
346
+ "loss": 0.1146,
347
+ "step": 470
348
+ },
349
+ {
350
+ "epoch": 1.4201183431952662,
351
+ "grad_norm": 0.17739976942539215,
352
+ "learning_rate": 0.0008588757396449704,
353
+ "loss": 0.1671,
354
+ "step": 480
355
+ },
356
+ {
357
+ "epoch": 1.4497041420118344,
358
+ "grad_norm": 0.203299418091774,
359
+ "learning_rate": 0.0008559171597633137,
360
+ "loss": 0.172,
361
+ "step": 490
362
+ },
363
+ {
364
+ "epoch": 1.4792899408284024,
365
+ "grad_norm": 0.20561876893043518,
366
+ "learning_rate": 0.0008529585798816568,
367
+ "loss": 0.1386,
368
+ "step": 500
369
+ },
370
+ {
371
+ "epoch": 1.5088757396449703,
372
+ "grad_norm": 0.16566777229309082,
373
+ "learning_rate": 0.00085,
374
+ "loss": 0.1468,
375
+ "step": 510
376
+ },
377
+ {
378
+ "epoch": 1.5384615384615383,
379
+ "grad_norm": 0.20017294585704803,
380
+ "learning_rate": 0.0008470414201183432,
381
+ "loss": 0.1241,
382
+ "step": 520
383
+ },
384
+ {
385
+ "epoch": 1.5680473372781065,
386
+ "grad_norm": 0.18775847554206848,
387
+ "learning_rate": 0.0008440828402366863,
388
+ "loss": 0.1971,
389
+ "step": 530
390
+ },
391
+ {
392
+ "epoch": 1.5976331360946747,
393
+ "grad_norm": 0.30270880460739136,
394
+ "learning_rate": 0.0008411242603550297,
395
+ "loss": 0.2202,
396
+ "step": 540
397
+ },
398
+ {
399
+ "epoch": 1.6272189349112427,
400
+ "grad_norm": 0.1833331435918808,
401
+ "learning_rate": 0.0008381656804733728,
402
+ "loss": 0.1595,
403
+ "step": 550
404
+ },
405
+ {
406
+ "epoch": 1.6568047337278107,
407
+ "grad_norm": 0.18560393154621124,
408
+ "learning_rate": 0.000835207100591716,
409
+ "loss": 0.136,
410
+ "step": 560
411
+ },
412
+ {
413
+ "epoch": 1.6863905325443787,
414
+ "grad_norm": 0.21464724838733673,
415
+ "learning_rate": 0.0008322485207100592,
416
+ "loss": 0.1666,
417
+ "step": 570
418
+ },
419
+ {
420
+ "epoch": 1.7159763313609466,
421
+ "grad_norm": 0.08793999999761581,
422
+ "learning_rate": 0.0008292899408284024,
423
+ "loss": 0.1102,
424
+ "step": 580
425
+ },
426
+ {
427
+ "epoch": 1.7455621301775148,
428
+ "grad_norm": 0.17406561970710754,
429
+ "learning_rate": 0.0008263313609467455,
430
+ "loss": 0.1809,
431
+ "step": 590
432
+ },
433
+ {
434
+ "epoch": 1.7751479289940828,
435
+ "grad_norm": 0.1973668485879898,
436
+ "learning_rate": 0.0008233727810650887,
437
+ "loss": 0.2005,
438
+ "step": 600
439
+ },
440
+ {
441
+ "epoch": 1.804733727810651,
442
+ "grad_norm": 0.17573872208595276,
443
+ "learning_rate": 0.000820414201183432,
444
+ "loss": 0.1858,
445
+ "step": 610
446
+ },
447
+ {
448
+ "epoch": 1.834319526627219,
449
+ "grad_norm": 0.2161097526550293,
450
+ "learning_rate": 0.0008174556213017752,
451
+ "loss": 0.1175,
452
+ "step": 620
453
+ },
454
+ {
455
+ "epoch": 1.863905325443787,
456
+ "grad_norm": 0.28251126408576965,
457
+ "learning_rate": 0.0008144970414201184,
458
+ "loss": 0.1662,
459
+ "step": 630
460
+ },
461
+ {
462
+ "epoch": 1.893491124260355,
463
+ "grad_norm": 0.18156106770038605,
464
+ "learning_rate": 0.0008115384615384615,
465
+ "loss": 0.1401,
466
+ "step": 640
467
+ },
468
+ {
469
+ "epoch": 1.9230769230769231,
470
+ "grad_norm": 0.180595263838768,
471
+ "learning_rate": 0.0008085798816568048,
472
+ "loss": 0.1368,
473
+ "step": 650
474
+ },
475
+ {
476
+ "epoch": 1.952662721893491,
477
+ "grad_norm": 0.17122244834899902,
478
+ "learning_rate": 0.0008056213017751479,
479
+ "loss": 0.1146,
480
+ "step": 660
481
+ },
482
+ {
483
+ "epoch": 1.9822485207100593,
484
+ "grad_norm": 0.19890356063842773,
485
+ "learning_rate": 0.000802662721893491,
486
+ "loss": 0.203,
487
+ "step": 670
488
+ },
489
+ {
490
+ "epoch": 2.0,
491
+ "eval_loss": 0.05527474731206894,
492
+ "eval_runtime": 12.811,
493
+ "eval_samples_per_second": 30.833,
494
+ "eval_steps_per_second": 7.728,
495
+ "step": 676
496
+ },
497
+ {
498
+ "epoch": 2.0118343195266273,
499
+ "grad_norm": 0.1921927034854889,
500
+ "learning_rate": 0.0007997041420118344,
501
+ "loss": 0.1565,
502
+ "step": 680
503
+ },
504
+ {
505
+ "epoch": 2.0414201183431953,
506
+ "grad_norm": 0.11323534697294235,
507
+ "learning_rate": 0.0007967455621301775,
508
+ "loss": 0.1401,
509
+ "step": 690
510
+ },
511
+ {
512
+ "epoch": 2.0710059171597632,
513
+ "grad_norm": 0.15464401245117188,
514
+ "learning_rate": 0.0007937869822485208,
515
+ "loss": 0.1126,
516
+ "step": 700
517
+ },
518
+ {
519
+ "epoch": 2.100591715976331,
520
+ "grad_norm": 0.21345244348049164,
521
+ "learning_rate": 0.0007908284023668639,
522
+ "loss": 0.1433,
523
+ "step": 710
524
+ },
525
+ {
526
+ "epoch": 2.1301775147928996,
527
+ "grad_norm": 0.1556098908185959,
528
+ "learning_rate": 0.0007878698224852071,
529
+ "loss": 0.1036,
530
+ "step": 720
531
+ },
532
+ {
533
+ "epoch": 2.1597633136094676,
534
+ "grad_norm": 0.1715168058872223,
535
+ "learning_rate": 0.0007849112426035503,
536
+ "loss": 0.1463,
537
+ "step": 730
538
+ },
539
+ {
540
+ "epoch": 2.1893491124260356,
541
+ "grad_norm": 0.30873891711235046,
542
+ "learning_rate": 0.0007819526627218935,
543
+ "loss": 0.1539,
544
+ "step": 740
545
+ },
546
+ {
547
+ "epoch": 2.2189349112426036,
548
+ "grad_norm": 0.22695636749267578,
549
+ "learning_rate": 0.0007789940828402366,
550
+ "loss": 0.1123,
551
+ "step": 750
552
+ },
553
+ {
554
+ "epoch": 2.2485207100591715,
555
+ "grad_norm": 0.17891456186771393,
556
+ "learning_rate": 0.00077603550295858,
557
+ "loss": 0.1354,
558
+ "step": 760
559
+ },
560
+ {
561
+ "epoch": 2.2781065088757395,
562
+ "grad_norm": 0.18027445673942566,
563
+ "learning_rate": 0.0007730769230769231,
564
+ "loss": 0.1524,
565
+ "step": 770
566
+ },
567
+ {
568
+ "epoch": 2.3076923076923075,
569
+ "grad_norm": 0.11757571250200272,
570
+ "learning_rate": 0.0007701183431952663,
571
+ "loss": 0.1555,
572
+ "step": 780
573
+ },
574
+ {
575
+ "epoch": 2.337278106508876,
576
+ "grad_norm": 0.09375981241464615,
577
+ "learning_rate": 0.0007671597633136095,
578
+ "loss": 0.1001,
579
+ "step": 790
580
+ },
581
+ {
582
+ "epoch": 2.366863905325444,
583
+ "grad_norm": 0.21293991804122925,
584
+ "learning_rate": 0.0007642011834319526,
585
+ "loss": 0.1934,
586
+ "step": 800
587
+ },
588
+ {
589
+ "epoch": 2.396449704142012,
590
+ "grad_norm": 0.19320166110992432,
591
+ "learning_rate": 0.0007612426035502959,
592
+ "loss": 0.1187,
593
+ "step": 810
594
+ },
595
+ {
596
+ "epoch": 2.42603550295858,
597
+ "grad_norm": 0.30030155181884766,
598
+ "learning_rate": 0.000758284023668639,
599
+ "loss": 0.1342,
600
+ "step": 820
601
+ },
602
+ {
603
+ "epoch": 2.455621301775148,
604
+ "grad_norm": 0.25575175881385803,
605
+ "learning_rate": 0.0007553254437869824,
606
+ "loss": 0.1474,
607
+ "step": 830
608
+ },
609
+ {
610
+ "epoch": 2.485207100591716,
611
+ "grad_norm": 0.1345600038766861,
612
+ "learning_rate": 0.0007523668639053255,
613
+ "loss": 0.1182,
614
+ "step": 840
615
+ },
616
+ {
617
+ "epoch": 2.5147928994082838,
618
+ "grad_norm": 0.1884845644235611,
619
+ "learning_rate": 0.0007494082840236686,
620
+ "loss": 0.1521,
621
+ "step": 850
622
+ },
623
+ {
624
+ "epoch": 2.544378698224852,
625
+ "grad_norm": 0.1751636415719986,
626
+ "learning_rate": 0.0007464497041420119,
627
+ "loss": 0.1322,
628
+ "step": 860
629
+ },
630
+ {
631
+ "epoch": 2.57396449704142,
632
+ "grad_norm": 0.1009129136800766,
633
+ "learning_rate": 0.000743491124260355,
634
+ "loss": 0.139,
635
+ "step": 870
636
+ },
637
+ {
638
+ "epoch": 2.603550295857988,
639
+ "grad_norm": 0.2600976228713989,
640
+ "learning_rate": 0.0007405325443786982,
641
+ "loss": 0.1431,
642
+ "step": 880
643
+ },
644
+ {
645
+ "epoch": 2.633136094674556,
646
+ "grad_norm": 0.19900374114513397,
647
+ "learning_rate": 0.0007375739644970414,
648
+ "loss": 0.1265,
649
+ "step": 890
650
+ },
651
+ {
652
+ "epoch": 2.662721893491124,
653
+ "grad_norm": 0.18133510649204254,
654
+ "learning_rate": 0.0007346153846153847,
655
+ "loss": 0.139,
656
+ "step": 900
657
+ },
658
+ {
659
+ "epoch": 2.6923076923076925,
660
+ "grad_norm": 0.24153617024421692,
661
+ "learning_rate": 0.0007316568047337279,
662
+ "loss": 0.1441,
663
+ "step": 910
664
+ },
665
+ {
666
+ "epoch": 2.7218934911242605,
667
+ "grad_norm": 0.3077321946620941,
668
+ "learning_rate": 0.000728698224852071,
669
+ "loss": 0.1556,
670
+ "step": 920
671
+ },
672
+ {
673
+ "epoch": 2.7514792899408285,
674
+ "grad_norm": 0.22296848893165588,
675
+ "learning_rate": 0.0007257396449704142,
676
+ "loss": 0.1131,
677
+ "step": 930
678
+ },
679
+ {
680
+ "epoch": 2.7810650887573964,
681
+ "grad_norm": 0.23309268057346344,
682
+ "learning_rate": 0.0007227810650887574,
683
+ "loss": 0.1369,
684
+ "step": 940
685
+ },
686
+ {
687
+ "epoch": 2.8106508875739644,
688
+ "grad_norm": 0.23708084225654602,
689
+ "learning_rate": 0.0007198224852071006,
690
+ "loss": 0.1398,
691
+ "step": 950
692
+ },
693
+ {
694
+ "epoch": 2.8402366863905324,
695
+ "grad_norm": 0.35796162486076355,
696
+ "learning_rate": 0.0007168639053254437,
697
+ "loss": 0.1505,
698
+ "step": 960
699
+ },
700
+ {
701
+ "epoch": 2.8698224852071004,
702
+ "grad_norm": 0.28275638818740845,
703
+ "learning_rate": 0.000713905325443787,
704
+ "loss": 0.1726,
705
+ "step": 970
706
+ },
707
+ {
708
+ "epoch": 2.899408284023669,
709
+ "grad_norm": 0.20474785566329956,
710
+ "learning_rate": 0.0007109467455621302,
711
+ "loss": 0.1197,
712
+ "step": 980
713
+ },
714
+ {
715
+ "epoch": 2.9289940828402368,
716
+ "grad_norm": 0.15638616681098938,
717
+ "learning_rate": 0.0007079881656804735,
718
+ "loss": 0.1365,
719
+ "step": 990
720
+ },
721
+ {
722
+ "epoch": 2.9585798816568047,
723
+ "grad_norm": 0.21672464907169342,
724
+ "learning_rate": 0.0007050295857988166,
725
+ "loss": 0.1064,
726
+ "step": 1000
727
+ },
728
+ {
729
+ "epoch": 2.9881656804733727,
730
+ "grad_norm": 0.21435393393039703,
731
+ "learning_rate": 0.0007020710059171597,
732
+ "loss": 0.0996,
733
+ "step": 1010
734
+ },
735
+ {
736
+ "epoch": 3.0,
737
+ "eval_loss": 0.0534822903573513,
738
+ "eval_runtime": 12.8044,
739
+ "eval_samples_per_second": 30.849,
740
+ "eval_steps_per_second": 7.732,
741
+ "step": 1014
742
+ },
743
+ {
744
+ "epoch": 3.0177514792899407,
745
+ "grad_norm": 0.2526840567588806,
746
+ "learning_rate": 0.000699112426035503,
747
+ "loss": 0.1453,
748
+ "step": 1020
749
+ },
750
+ {
751
+ "epoch": 3.0473372781065087,
752
+ "grad_norm": 0.1653023213148117,
753
+ "learning_rate": 0.0006961538461538461,
754
+ "loss": 0.101,
755
+ "step": 1030
756
+ },
757
+ {
758
+ "epoch": 3.076923076923077,
759
+ "grad_norm": 0.18656595051288605,
760
+ "learning_rate": 0.0006931952662721893,
761
+ "loss": 0.0864,
762
+ "step": 1040
763
+ },
764
+ {
765
+ "epoch": 3.106508875739645,
766
+ "grad_norm": 0.16455872356891632,
767
+ "learning_rate": 0.0006902366863905326,
768
+ "loss": 0.1175,
769
+ "step": 1050
770
+ },
771
+ {
772
+ "epoch": 3.136094674556213,
773
+ "grad_norm": 0.10525380074977875,
774
+ "learning_rate": 0.0006872781065088758,
775
+ "loss": 0.121,
776
+ "step": 1060
777
+ },
778
+ {
779
+ "epoch": 3.165680473372781,
780
+ "grad_norm": 0.23311728239059448,
781
+ "learning_rate": 0.000684319526627219,
782
+ "loss": 0.1348,
783
+ "step": 1070
784
+ },
785
+ {
786
+ "epoch": 3.195266272189349,
787
+ "grad_norm": 0.24110935628414154,
788
+ "learning_rate": 0.0006813609467455622,
789
+ "loss": 0.1169,
790
+ "step": 1080
791
+ },
792
+ {
793
+ "epoch": 3.224852071005917,
794
+ "grad_norm": 0.16630375385284424,
795
+ "learning_rate": 0.0006784023668639053,
796
+ "loss": 0.1108,
797
+ "step": 1090
798
+ },
799
+ {
800
+ "epoch": 3.2544378698224854,
801
+ "grad_norm": 0.2932526767253876,
802
+ "learning_rate": 0.0006754437869822485,
803
+ "loss": 0.1025,
804
+ "step": 1100
805
+ },
806
+ {
807
+ "epoch": 3.2840236686390534,
808
+ "grad_norm": 0.25878798961639404,
809
+ "learning_rate": 0.0006724852071005917,
810
+ "loss": 0.1326,
811
+ "step": 1110
812
+ },
813
+ {
814
+ "epoch": 3.3136094674556213,
815
+ "grad_norm": 0.2535944879055023,
816
+ "learning_rate": 0.000669526627218935,
817
+ "loss": 0.1438,
818
+ "step": 1120
819
+ },
820
+ {
821
+ "epoch": 3.3431952662721893,
822
+ "grad_norm": 0.2092909961938858,
823
+ "learning_rate": 0.0006665680473372782,
824
+ "loss": 0.1015,
825
+ "step": 1130
826
+ },
827
+ {
828
+ "epoch": 3.3727810650887573,
829
+ "grad_norm": 0.21330073475837708,
830
+ "learning_rate": 0.0006636094674556213,
831
+ "loss": 0.1423,
832
+ "step": 1140
833
+ },
834
+ {
835
+ "epoch": 3.4023668639053253,
836
+ "grad_norm": 0.24008579552173615,
837
+ "learning_rate": 0.0006606508875739646,
838
+ "loss": 0.1375,
839
+ "step": 1150
840
+ },
841
+ {
842
+ "epoch": 3.4319526627218933,
843
+ "grad_norm": 0.17167069017887115,
844
+ "learning_rate": 0.0006576923076923077,
845
+ "loss": 0.1056,
846
+ "step": 1160
847
+ },
848
+ {
849
+ "epoch": 3.4615384615384617,
850
+ "grad_norm": 0.27709686756134033,
851
+ "learning_rate": 0.0006547337278106508,
852
+ "loss": 0.1201,
853
+ "step": 1170
854
+ },
855
+ {
856
+ "epoch": 3.4911242603550297,
857
+ "grad_norm": 0.2210213989019394,
858
+ "learning_rate": 0.0006517751479289941,
859
+ "loss": 0.1131,
860
+ "step": 1180
861
+ },
862
+ {
863
+ "epoch": 3.5207100591715976,
864
+ "grad_norm": 0.23284654319286346,
865
+ "learning_rate": 0.0006488165680473372,
866
+ "loss": 0.1179,
867
+ "step": 1190
868
+ },
869
+ {
870
+ "epoch": 3.5502958579881656,
871
+ "grad_norm": 0.19970674812793732,
872
+ "learning_rate": 0.0006458579881656806,
873
+ "loss": 0.1309,
874
+ "step": 1200
875
+ },
876
+ {
877
+ "epoch": 3.5798816568047336,
878
+ "grad_norm": 0.25103434920310974,
879
+ "learning_rate": 0.0006428994082840237,
880
+ "loss": 0.1418,
881
+ "step": 1210
882
+ },
883
+ {
884
+ "epoch": 3.609467455621302,
885
+ "grad_norm": 0.19991156458854675,
886
+ "learning_rate": 0.0006399408284023669,
887
+ "loss": 0.1048,
888
+ "step": 1220
889
+ },
890
+ {
891
+ "epoch": 3.63905325443787,
892
+ "grad_norm": 0.20237678289413452,
893
+ "learning_rate": 0.0006369822485207101,
894
+ "loss": 0.1215,
895
+ "step": 1230
896
+ },
897
+ {
898
+ "epoch": 3.668639053254438,
899
+ "grad_norm": 0.21181273460388184,
900
+ "learning_rate": 0.0006340236686390532,
901
+ "loss": 0.1336,
902
+ "step": 1240
903
+ },
904
+ {
905
+ "epoch": 3.698224852071006,
906
+ "grad_norm": 0.24690812826156616,
907
+ "learning_rate": 0.0006310650887573964,
908
+ "loss": 0.1052,
909
+ "step": 1250
910
+ },
911
+ {
912
+ "epoch": 3.727810650887574,
913
+ "grad_norm": 0.25603318214416504,
914
+ "learning_rate": 0.0006281065088757396,
915
+ "loss": 0.1218,
916
+ "step": 1260
917
+ },
918
+ {
919
+ "epoch": 3.757396449704142,
920
+ "grad_norm": 0.24100935459136963,
921
+ "learning_rate": 0.0006251479289940829,
922
+ "loss": 0.111,
923
+ "step": 1270
924
+ },
925
+ {
926
+ "epoch": 3.78698224852071,
927
+ "grad_norm": 0.2561489939689636,
928
+ "learning_rate": 0.0006221893491124261,
929
+ "loss": 0.1408,
930
+ "step": 1280
931
+ },
932
+ {
933
+ "epoch": 3.8165680473372783,
934
+ "grad_norm": 0.2933318614959717,
935
+ "learning_rate": 0.0006192307692307693,
936
+ "loss": 0.1307,
937
+ "step": 1290
938
+ },
939
+ {
940
+ "epoch": 3.8461538461538463,
941
+ "grad_norm": 0.19343602657318115,
942
+ "learning_rate": 0.0006162721893491124,
943
+ "loss": 0.1314,
944
+ "step": 1300
945
+ },
946
+ {
947
+ "epoch": 3.8757396449704142,
948
+ "grad_norm": 0.2234177440404892,
949
+ "learning_rate": 0.0006133136094674557,
950
+ "loss": 0.1432,
951
+ "step": 1310
952
+ },
953
+ {
954
+ "epoch": 3.905325443786982,
955
+ "grad_norm": 0.13727997243404388,
956
+ "learning_rate": 0.0006103550295857988,
957
+ "loss": 0.1197,
958
+ "step": 1320
959
+ },
960
+ {
961
+ "epoch": 3.93491124260355,
962
+ "grad_norm": 0.20044191181659698,
963
+ "learning_rate": 0.0006073964497041419,
964
+ "loss": 0.0854,
965
+ "step": 1330
966
+ },
967
+ {
968
+ "epoch": 3.9644970414201186,
969
+ "grad_norm": 0.23807798326015472,
970
+ "learning_rate": 0.0006044378698224852,
971
+ "loss": 0.1136,
972
+ "step": 1340
973
+ },
974
+ {
975
+ "epoch": 3.994082840236686,
976
+ "grad_norm": 0.26922643184661865,
977
+ "learning_rate": 0.0006014792899408284,
978
+ "loss": 0.1187,
979
+ "step": 1350
980
+ },
981
+ {
982
+ "epoch": 4.0,
983
+ "eval_loss": 0.05458708852529526,
984
+ "eval_runtime": 12.8173,
985
+ "eval_samples_per_second": 30.818,
986
+ "eval_steps_per_second": 7.724,
987
+ "step": 1352
988
+ },
989
+ {
990
+ "epoch": 4.023668639053255,
991
+ "grad_norm": 0.10563670843839645,
992
+ "learning_rate": 0.0005985207100591717,
993
+ "loss": 0.0897,
994
+ "step": 1360
995
+ },
996
+ {
997
+ "epoch": 4.053254437869822,
998
+ "grad_norm": 0.33047887682914734,
999
+ "learning_rate": 0.0005955621301775148,
1000
+ "loss": 0.098,
1001
+ "step": 1370
1002
+ },
1003
+ {
1004
+ "epoch": 4.0828402366863905,
1005
+ "grad_norm": 0.12776798009872437,
1006
+ "learning_rate": 0.000592603550295858,
1007
+ "loss": 0.1251,
1008
+ "step": 1380
1009
+ },
1010
+ {
1011
+ "epoch": 4.112426035502959,
1012
+ "grad_norm": 0.2871360778808594,
1013
+ "learning_rate": 0.0005896449704142012,
1014
+ "loss": 0.1105,
1015
+ "step": 1390
1016
+ },
1017
+ {
1018
+ "epoch": 4.1420118343195265,
1019
+ "grad_norm": 0.1794508993625641,
1020
+ "learning_rate": 0.0005866863905325443,
1021
+ "loss": 0.1167,
1022
+ "step": 1400
1023
+ },
1024
+ {
1025
+ "epoch": 4.171597633136095,
1026
+ "grad_norm": 0.1530226767063141,
1027
+ "learning_rate": 0.0005837278106508875,
1028
+ "loss": 0.0921,
1029
+ "step": 1410
1030
+ },
1031
+ {
1032
+ "epoch": 4.201183431952662,
1033
+ "grad_norm": 0.12920351326465607,
1034
+ "learning_rate": 0.0005807692307692308,
1035
+ "loss": 0.0883,
1036
+ "step": 1420
1037
+ },
1038
+ {
1039
+ "epoch": 4.230769230769231,
1040
+ "grad_norm": 0.1882253736257553,
1041
+ "learning_rate": 0.000577810650887574,
1042
+ "loss": 0.1076,
1043
+ "step": 1430
1044
+ },
1045
+ {
1046
+ "epoch": 4.260355029585799,
1047
+ "grad_norm": 0.1117657870054245,
1048
+ "learning_rate": 0.0005748520710059172,
1049
+ "loss": 0.119,
1050
+ "step": 1440
1051
+ },
1052
+ {
1053
+ "epoch": 4.289940828402367,
1054
+ "grad_norm": 0.2329666018486023,
1055
+ "learning_rate": 0.0005718934911242604,
1056
+ "loss": 0.0923,
1057
+ "step": 1450
1058
+ },
1059
+ {
1060
+ "epoch": 4.319526627218935,
1061
+ "grad_norm": 0.2952474355697632,
1062
+ "learning_rate": 0.0005689349112426035,
1063
+ "loss": 0.0945,
1064
+ "step": 1460
1065
+ },
1066
+ {
1067
+ "epoch": 4.349112426035503,
1068
+ "grad_norm": 0.3240736722946167,
1069
+ "learning_rate": 0.0005659763313609468,
1070
+ "loss": 0.1306,
1071
+ "step": 1470
1072
+ },
1073
+ {
1074
+ "epoch": 4.378698224852071,
1075
+ "grad_norm": 0.23568420112133026,
1076
+ "learning_rate": 0.0005630177514792899,
1077
+ "loss": 0.1006,
1078
+ "step": 1480
1079
+ },
1080
+ {
1081
+ "epoch": 4.408284023668639,
1082
+ "grad_norm": 0.24372892081737518,
1083
+ "learning_rate": 0.0005600591715976333,
1084
+ "loss": 0.1159,
1085
+ "step": 1490
1086
+ },
1087
+ {
1088
+ "epoch": 4.437869822485207,
1089
+ "grad_norm": 0.35567083954811096,
1090
+ "learning_rate": 0.0005571005917159764,
1091
+ "loss": 0.1227,
1092
+ "step": 1500
1093
+ },
1094
+ {
1095
+ "epoch": 4.4674556213017755,
1096
+ "grad_norm": 0.33660048246383667,
1097
+ "learning_rate": 0.0005541420118343195,
1098
+ "loss": 0.1148,
1099
+ "step": 1510
1100
+ },
1101
+ {
1102
+ "epoch": 4.497041420118343,
1103
+ "grad_norm": 0.25189998745918274,
1104
+ "learning_rate": 0.0005511834319526628,
1105
+ "loss": 0.1019,
1106
+ "step": 1520
1107
+ },
1108
+ {
1109
+ "epoch": 4.5266272189349115,
1110
+ "grad_norm": 0.19433404505252838,
1111
+ "learning_rate": 0.0005482248520710059,
1112
+ "loss": 0.1229,
1113
+ "step": 1530
1114
+ },
1115
+ {
1116
+ "epoch": 4.556213017751479,
1117
+ "grad_norm": 0.23192358016967773,
1118
+ "learning_rate": 0.0005452662721893491,
1119
+ "loss": 0.0967,
1120
+ "step": 1540
1121
+ },
1122
+ {
1123
+ "epoch": 4.585798816568047,
1124
+ "grad_norm": 0.3517780303955078,
1125
+ "learning_rate": 0.0005423076923076923,
1126
+ "loss": 0.0723,
1127
+ "step": 1550
1128
+ },
1129
+ {
1130
+ "epoch": 4.615384615384615,
1131
+ "grad_norm": 0.11449137330055237,
1132
+ "learning_rate": 0.0005393491124260354,
1133
+ "loss": 0.0969,
1134
+ "step": 1560
1135
+ },
1136
+ {
1137
+ "epoch": 4.644970414201183,
1138
+ "grad_norm": 0.23168396949768066,
1139
+ "learning_rate": 0.0005363905325443788,
1140
+ "loss": 0.1252,
1141
+ "step": 1570
1142
+ },
1143
+ {
1144
+ "epoch": 4.674556213017752,
1145
+ "grad_norm": 0.17033833265304565,
1146
+ "learning_rate": 0.0005334319526627219,
1147
+ "loss": 0.084,
1148
+ "step": 1580
1149
+ },
1150
+ {
1151
+ "epoch": 4.704142011834319,
1152
+ "grad_norm": 0.2104613035917282,
1153
+ "learning_rate": 0.0005304733727810651,
1154
+ "loss": 0.0741,
1155
+ "step": 1590
1156
+ },
1157
+ {
1158
+ "epoch": 4.733727810650888,
1159
+ "grad_norm": 0.28792518377304077,
1160
+ "learning_rate": 0.0005275147928994083,
1161
+ "loss": 0.1277,
1162
+ "step": 1600
1163
+ },
1164
+ {
1165
+ "epoch": 4.763313609467455,
1166
+ "grad_norm": 0.41099438071250916,
1167
+ "learning_rate": 0.0005245562130177515,
1168
+ "loss": 0.1111,
1169
+ "step": 1610
1170
+ },
1171
+ {
1172
+ "epoch": 4.792899408284024,
1173
+ "grad_norm": 0.32568874955177307,
1174
+ "learning_rate": 0.0005215976331360946,
1175
+ "loss": 0.1167,
1176
+ "step": 1620
1177
+ },
1178
+ {
1179
+ "epoch": 4.822485207100591,
1180
+ "grad_norm": 0.34147241711616516,
1181
+ "learning_rate": 0.0005186390532544379,
1182
+ "loss": 0.102,
1183
+ "step": 1630
1184
+ },
1185
+ {
1186
+ "epoch": 4.85207100591716,
1187
+ "grad_norm": 0.28733181953430176,
1188
+ "learning_rate": 0.0005156804733727811,
1189
+ "loss": 0.1007,
1190
+ "step": 1640
1191
+ },
1192
+ {
1193
+ "epoch": 4.881656804733728,
1194
+ "grad_norm": 0.30817413330078125,
1195
+ "learning_rate": 0.0005127218934911243,
1196
+ "loss": 0.1263,
1197
+ "step": 1650
1198
+ },
1199
+ {
1200
+ "epoch": 4.911242603550296,
1201
+ "grad_norm": 0.18871821463108063,
1202
+ "learning_rate": 0.0005097633136094675,
1203
+ "loss": 0.107,
1204
+ "step": 1660
1205
+ },
1206
+ {
1207
+ "epoch": 4.940828402366864,
1208
+ "grad_norm": 0.25251248478889465,
1209
+ "learning_rate": 0.0005068047337278106,
1210
+ "loss": 0.1102,
1211
+ "step": 1670
1212
+ },
1213
+ {
1214
+ "epoch": 4.970414201183432,
1215
+ "grad_norm": 0.28435003757476807,
1216
+ "learning_rate": 0.0005038461538461539,
1217
+ "loss": 0.1295,
1218
+ "step": 1680
1219
+ },
1220
+ {
1221
+ "epoch": 5.0,
1222
+ "grad_norm": 0.029087169095873833,
1223
+ "learning_rate": 0.000500887573964497,
1224
+ "loss": 0.0863,
1225
+ "step": 1690
1226
+ },
1227
+ {
1228
+ "epoch": 5.0,
1229
+ "eval_loss": 0.05548107624053955,
1230
+ "eval_runtime": 12.9093,
1231
+ "eval_samples_per_second": 30.598,
1232
+ "eval_steps_per_second": 7.669,
1233
+ "step": 1690
1234
+ },
1235
+ {
1236
+ "epoch": 5.029585798816568,
1237
+ "grad_norm": 0.2107943594455719,
1238
+ "learning_rate": 0.0004979289940828403,
1239
+ "loss": 0.104,
1240
+ "step": 1700
1241
+ },
1242
+ {
1243
+ "epoch": 5.059171597633136,
1244
+ "grad_norm": 0.20012997090816498,
1245
+ "learning_rate": 0.0004949704142011834,
1246
+ "loss": 0.1038,
1247
+ "step": 1710
1248
+ },
1249
+ {
1250
+ "epoch": 5.088757396449704,
1251
+ "grad_norm": 0.30405816435813904,
1252
+ "learning_rate": 0.0004920118343195266,
1253
+ "loss": 0.0927,
1254
+ "step": 1720
1255
+ },
1256
+ {
1257
+ "epoch": 5.118343195266272,
1258
+ "grad_norm": 0.21317638456821442,
1259
+ "learning_rate": 0.0004890532544378699,
1260
+ "loss": 0.0815,
1261
+ "step": 1730
1262
+ },
1263
+ {
1264
+ "epoch": 5.14792899408284,
1265
+ "grad_norm": 0.15040326118469238,
1266
+ "learning_rate": 0.00048609467455621304,
1267
+ "loss": 0.0949,
1268
+ "step": 1740
1269
+ },
1270
+ {
1271
+ "epoch": 5.177514792899408,
1272
+ "grad_norm": 0.2017519772052765,
1273
+ "learning_rate": 0.00048313609467455623,
1274
+ "loss": 0.0831,
1275
+ "step": 1750
1276
+ },
1277
+ {
1278
+ "epoch": 5.207100591715976,
1279
+ "grad_norm": 0.35446298122406006,
1280
+ "learning_rate": 0.00048017751479289937,
1281
+ "loss": 0.1139,
1282
+ "step": 1760
1283
+ },
1284
+ {
1285
+ "epoch": 5.236686390532545,
1286
+ "grad_norm": 0.31608453392982483,
1287
+ "learning_rate": 0.0004772189349112426,
1288
+ "loss": 0.1036,
1289
+ "step": 1770
1290
+ },
1291
+ {
1292
+ "epoch": 5.266272189349112,
1293
+ "grad_norm": 0.34821879863739014,
1294
+ "learning_rate": 0.0004742603550295858,
1295
+ "loss": 0.1245,
1296
+ "step": 1780
1297
+ },
1298
+ {
1299
+ "epoch": 5.295857988165681,
1300
+ "grad_norm": 0.2806207835674286,
1301
+ "learning_rate": 0.000471301775147929,
1302
+ "loss": 0.0879,
1303
+ "step": 1790
1304
+ },
1305
+ {
1306
+ "epoch": 5.325443786982248,
1307
+ "grad_norm": 0.23846934735774994,
1308
+ "learning_rate": 0.00046834319526627225,
1309
+ "loss": 0.0969,
1310
+ "step": 1800
1311
+ },
1312
+ {
1313
+ "epoch": 5.355029585798817,
1314
+ "grad_norm": 0.21405072510242462,
1315
+ "learning_rate": 0.0004653846153846154,
1316
+ "loss": 0.0719,
1317
+ "step": 1810
1318
+ },
1319
+ {
1320
+ "epoch": 5.384615384615385,
1321
+ "grad_norm": 0.27298277616500854,
1322
+ "learning_rate": 0.0004624260355029586,
1323
+ "loss": 0.1031,
1324
+ "step": 1820
1325
+ },
1326
+ {
1327
+ "epoch": 5.414201183431953,
1328
+ "grad_norm": 0.36740466952323914,
1329
+ "learning_rate": 0.0004594674556213018,
1330
+ "loss": 0.0871,
1331
+ "step": 1830
1332
+ },
1333
+ {
1334
+ "epoch": 5.443786982248521,
1335
+ "grad_norm": 0.2792830765247345,
1336
+ "learning_rate": 0.000456508875739645,
1337
+ "loss": 0.1195,
1338
+ "step": 1840
1339
+ },
1340
+ {
1341
+ "epoch": 5.4733727810650885,
1342
+ "grad_norm": 0.09407408535480499,
1343
+ "learning_rate": 0.00045355029585798817,
1344
+ "loss": 0.0894,
1345
+ "step": 1850
1346
+ },
1347
+ {
1348
+ "epoch": 5.502958579881657,
1349
+ "grad_norm": 0.26808151602745056,
1350
+ "learning_rate": 0.00045059171597633136,
1351
+ "loss": 0.0957,
1352
+ "step": 1860
1353
+ },
1354
+ {
1355
+ "epoch": 5.5325443786982245,
1356
+ "grad_norm": 0.2741197645664215,
1357
+ "learning_rate": 0.00044763313609467455,
1358
+ "loss": 0.0944,
1359
+ "step": 1870
1360
+ },
1361
+ {
1362
+ "epoch": 5.562130177514793,
1363
+ "grad_norm": 0.22901354730129242,
1364
+ "learning_rate": 0.0004446745562130178,
1365
+ "loss": 0.0891,
1366
+ "step": 1880
1367
+ },
1368
+ {
1369
+ "epoch": 5.591715976331361,
1370
+ "grad_norm": 0.23653176426887512,
1371
+ "learning_rate": 0.00044171597633136094,
1372
+ "loss": 0.0761,
1373
+ "step": 1890
1374
+ },
1375
+ {
1376
+ "epoch": 5.621301775147929,
1377
+ "grad_norm": 0.311999648809433,
1378
+ "learning_rate": 0.00043875739644970413,
1379
+ "loss": 0.0879,
1380
+ "step": 1900
1381
+ },
1382
+ {
1383
+ "epoch": 5.650887573964497,
1384
+ "grad_norm": 0.21460159122943878,
1385
+ "learning_rate": 0.0004357988165680474,
1386
+ "loss": 0.0851,
1387
+ "step": 1910
1388
+ },
1389
+ {
1390
+ "epoch": 5.680473372781065,
1391
+ "grad_norm": 0.2943442463874817,
1392
+ "learning_rate": 0.0004328402366863906,
1393
+ "loss": 0.1038,
1394
+ "step": 1920
1395
+ },
1396
+ {
1397
+ "epoch": 5.710059171597633,
1398
+ "grad_norm": 0.8239455223083496,
1399
+ "learning_rate": 0.0004298816568047337,
1400
+ "loss": 0.0951,
1401
+ "step": 1930
1402
+ },
1403
+ {
1404
+ "epoch": 5.739644970414201,
1405
+ "grad_norm": 0.2720283567905426,
1406
+ "learning_rate": 0.0004269230769230769,
1407
+ "loss": 0.0966,
1408
+ "step": 1940
1409
+ },
1410
+ {
1411
+ "epoch": 5.769230769230769,
1412
+ "grad_norm": 0.31331226229667664,
1413
+ "learning_rate": 0.00042396449704142016,
1414
+ "loss": 0.0953,
1415
+ "step": 1950
1416
+ },
1417
+ {
1418
+ "epoch": 5.798816568047338,
1419
+ "grad_norm": 0.17726849019527435,
1420
+ "learning_rate": 0.00042100591715976335,
1421
+ "loss": 0.0911,
1422
+ "step": 1960
1423
+ },
1424
+ {
1425
+ "epoch": 5.828402366863905,
1426
+ "grad_norm": 0.23788504302501678,
1427
+ "learning_rate": 0.0004180473372781065,
1428
+ "loss": 0.097,
1429
+ "step": 1970
1430
+ },
1431
+ {
1432
+ "epoch": 5.8579881656804735,
1433
+ "grad_norm": 0.0625070109963417,
1434
+ "learning_rate": 0.0004150887573964497,
1435
+ "loss": 0.0982,
1436
+ "step": 1980
1437
+ },
1438
+ {
1439
+ "epoch": 5.887573964497041,
1440
+ "grad_norm": 0.31763824820518494,
1441
+ "learning_rate": 0.00041213017751479293,
1442
+ "loss": 0.1159,
1443
+ "step": 1990
1444
+ },
1445
+ {
1446
+ "epoch": 5.9171597633136095,
1447
+ "grad_norm": 0.21131660044193268,
1448
+ "learning_rate": 0.0004091715976331361,
1449
+ "loss": 0.0495,
1450
+ "step": 2000
1451
+ },
1452
+ {
1453
+ "epoch": 5.946745562130177,
1454
+ "grad_norm": 0.33338427543640137,
1455
+ "learning_rate": 0.00040621301775147926,
1456
+ "loss": 0.0963,
1457
+ "step": 2010
1458
+ },
1459
+ {
1460
+ "epoch": 5.976331360946745,
1461
+ "grad_norm": 0.2169264256954193,
1462
+ "learning_rate": 0.0004032544378698225,
1463
+ "loss": 0.0952,
1464
+ "step": 2020
1465
+ },
1466
+ {
1467
+ "epoch": 6.0,
1468
+ "eval_loss": 0.055731069296598434,
1469
+ "eval_runtime": 12.6459,
1470
+ "eval_samples_per_second": 31.235,
1471
+ "eval_steps_per_second": 7.829,
1472
+ "step": 2028
1473
+ },
1474
+ {
1475
+ "epoch": 6.005917159763314,
1476
+ "grad_norm": 0.20264488458633423,
1477
+ "learning_rate": 0.0004002958579881657,
1478
+ "loss": 0.1007,
1479
+ "step": 2030
1480
+ },
1481
+ {
1482
+ "epoch": 6.035502958579881,
1483
+ "grad_norm": 0.24589137732982635,
1484
+ "learning_rate": 0.0003973372781065089,
1485
+ "loss": 0.0854,
1486
+ "step": 2040
1487
+ },
1488
+ {
1489
+ "epoch": 6.06508875739645,
1490
+ "grad_norm": 0.33219996094703674,
1491
+ "learning_rate": 0.00039437869822485204,
1492
+ "loss": 0.0847,
1493
+ "step": 2050
1494
+ },
1495
+ {
1496
+ "epoch": 6.094674556213017,
1497
+ "grad_norm": 0.230225071310997,
1498
+ "learning_rate": 0.0003914201183431953,
1499
+ "loss": 0.102,
1500
+ "step": 2060
1501
+ },
1502
+ {
1503
+ "epoch": 6.124260355029586,
1504
+ "grad_norm": 0.25547921657562256,
1505
+ "learning_rate": 0.0003884615384615385,
1506
+ "loss": 0.0992,
1507
+ "step": 2070
1508
+ },
1509
+ {
1510
+ "epoch": 6.153846153846154,
1511
+ "grad_norm": 0.29500147700309753,
1512
+ "learning_rate": 0.0003855029585798817,
1513
+ "loss": 0.087,
1514
+ "step": 2080
1515
+ },
1516
+ {
1517
+ "epoch": 6.183431952662722,
1518
+ "grad_norm": 0.1758495718240738,
1519
+ "learning_rate": 0.0003825443786982248,
1520
+ "loss": 0.0965,
1521
+ "step": 2090
1522
+ },
1523
+ {
1524
+ "epoch": 6.21301775147929,
1525
+ "grad_norm": 0.2860967516899109,
1526
+ "learning_rate": 0.00037958579881656806,
1527
+ "loss": 0.0586,
1528
+ "step": 2100
1529
+ },
1530
+ {
1531
+ "epoch": 6.242603550295858,
1532
+ "grad_norm": 0.24877038598060608,
1533
+ "learning_rate": 0.00037662721893491125,
1534
+ "loss": 0.0642,
1535
+ "step": 2110
1536
+ },
1537
+ {
1538
+ "epoch": 6.272189349112426,
1539
+ "grad_norm": 0.26747649908065796,
1540
+ "learning_rate": 0.00037366863905325445,
1541
+ "loss": 0.075,
1542
+ "step": 2120
1543
+ },
1544
+ {
1545
+ "epoch": 6.3017751479289945,
1546
+ "grad_norm": 0.20642006397247314,
1547
+ "learning_rate": 0.0003707100591715976,
1548
+ "loss": 0.077,
1549
+ "step": 2130
1550
+ },
1551
+ {
1552
+ "epoch": 6.331360946745562,
1553
+ "grad_norm": 0.3164713382720947,
1554
+ "learning_rate": 0.00036775147928994083,
1555
+ "loss": 0.0771,
1556
+ "step": 2140
1557
+ },
1558
+ {
1559
+ "epoch": 6.3609467455621305,
1560
+ "grad_norm": 0.27503281831741333,
1561
+ "learning_rate": 0.00036479289940828403,
1562
+ "loss": 0.0682,
1563
+ "step": 2150
1564
+ },
1565
+ {
1566
+ "epoch": 6.390532544378698,
1567
+ "grad_norm": 0.34001290798187256,
1568
+ "learning_rate": 0.0003618343195266272,
1569
+ "loss": 0.0743,
1570
+ "step": 2160
1571
+ },
1572
+ {
1573
+ "epoch": 6.420118343195266,
1574
+ "grad_norm": 0.29854926466941833,
1575
+ "learning_rate": 0.00035887573964497047,
1576
+ "loss": 0.1016,
1577
+ "step": 2170
1578
+ },
1579
+ {
1580
+ "epoch": 6.449704142011834,
1581
+ "grad_norm": 0.37377282977104187,
1582
+ "learning_rate": 0.0003559171597633136,
1583
+ "loss": 0.0753,
1584
+ "step": 2180
1585
+ },
1586
+ {
1587
+ "epoch": 6.479289940828402,
1588
+ "grad_norm": 0.2253999412059784,
1589
+ "learning_rate": 0.0003529585798816568,
1590
+ "loss": 0.0619,
1591
+ "step": 2190
1592
+ },
1593
+ {
1594
+ "epoch": 6.508875739644971,
1595
+ "grad_norm": 0.3783220052719116,
1596
+ "learning_rate": 0.00035,
1597
+ "loss": 0.0624,
1598
+ "step": 2200
1599
+ },
1600
+ {
1601
+ "epoch": 6.538461538461538,
1602
+ "grad_norm": 0.09169432520866394,
1603
+ "learning_rate": 0.00034704142011834324,
1604
+ "loss": 0.0736,
1605
+ "step": 2210
1606
+ },
1607
+ {
1608
+ "epoch": 6.568047337278107,
1609
+ "grad_norm": 0.15691091120243073,
1610
+ "learning_rate": 0.0003440828402366864,
1611
+ "loss": 0.0934,
1612
+ "step": 2220
1613
+ },
1614
+ {
1615
+ "epoch": 6.597633136094674,
1616
+ "grad_norm": 0.3874160647392273,
1617
+ "learning_rate": 0.0003411242603550296,
1618
+ "loss": 0.1066,
1619
+ "step": 2230
1620
+ },
1621
+ {
1622
+ "epoch": 6.627218934911243,
1623
+ "grad_norm": 0.25941866636276245,
1624
+ "learning_rate": 0.00033816568047337277,
1625
+ "loss": 0.0871,
1626
+ "step": 2240
1627
+ },
1628
+ {
1629
+ "epoch": 6.65680473372781,
1630
+ "grad_norm": 0.1695365160703659,
1631
+ "learning_rate": 0.000335207100591716,
1632
+ "loss": 0.07,
1633
+ "step": 2250
1634
+ },
1635
+ {
1636
+ "epoch": 6.686390532544379,
1637
+ "grad_norm": 0.26670774817466736,
1638
+ "learning_rate": 0.00033224852071005916,
1639
+ "loss": 0.0949,
1640
+ "step": 2260
1641
+ },
1642
+ {
1643
+ "epoch": 6.715976331360947,
1644
+ "grad_norm": 0.2794574499130249,
1645
+ "learning_rate": 0.00032928994082840235,
1646
+ "loss": 0.1069,
1647
+ "step": 2270
1648
+ },
1649
+ {
1650
+ "epoch": 6.745562130177515,
1651
+ "grad_norm": 0.36852163076400757,
1652
+ "learning_rate": 0.0003263313609467456,
1653
+ "loss": 0.0876,
1654
+ "step": 2280
1655
+ },
1656
+ {
1657
+ "epoch": 6.775147928994083,
1658
+ "grad_norm": 0.17548485100269318,
1659
+ "learning_rate": 0.0003233727810650888,
1660
+ "loss": 0.1016,
1661
+ "step": 2290
1662
+ },
1663
+ {
1664
+ "epoch": 6.804733727810651,
1665
+ "grad_norm": 0.33227643370628357,
1666
+ "learning_rate": 0.00032041420118343193,
1667
+ "loss": 0.0835,
1668
+ "step": 2300
1669
+ },
1670
+ {
1671
+ "epoch": 6.834319526627219,
1672
+ "grad_norm": 0.27557191252708435,
1673
+ "learning_rate": 0.0003174556213017751,
1674
+ "loss": 0.1021,
1675
+ "step": 2310
1676
+ },
1677
+ {
1678
+ "epoch": 6.8639053254437865,
1679
+ "grad_norm": 0.13969556987285614,
1680
+ "learning_rate": 0.0003144970414201184,
1681
+ "loss": 0.0841,
1682
+ "step": 2320
1683
+ },
1684
+ {
1685
+ "epoch": 6.893491124260355,
1686
+ "grad_norm": 0.26425111293792725,
1687
+ "learning_rate": 0.00031153846153846157,
1688
+ "loss": 0.0767,
1689
+ "step": 2330
1690
+ },
1691
+ {
1692
+ "epoch": 6.923076923076923,
1693
+ "grad_norm": 0.2050761878490448,
1694
+ "learning_rate": 0.0003085798816568047,
1695
+ "loss": 0.0976,
1696
+ "step": 2340
1697
+ },
1698
+ {
1699
+ "epoch": 6.952662721893491,
1700
+ "grad_norm": 0.20902487635612488,
1701
+ "learning_rate": 0.0003056213017751479,
1702
+ "loss": 0.0746,
1703
+ "step": 2350
1704
+ },
1705
+ {
1706
+ "epoch": 6.982248520710059,
1707
+ "grad_norm": 0.40566733479499817,
1708
+ "learning_rate": 0.00030266272189349115,
1709
+ "loss": 0.0934,
1710
+ "step": 2360
1711
+ },
1712
+ {
1713
+ "epoch": 7.0,
1714
+ "eval_loss": 0.056243978440761566,
1715
+ "eval_runtime": 12.6314,
1716
+ "eval_samples_per_second": 31.271,
1717
+ "eval_steps_per_second": 7.838,
1718
+ "step": 2366
1719
+ },
1720
+ {
1721
+ "epoch": 7.011834319526627,
1722
+ "grad_norm": 0.22705918550491333,
1723
+ "learning_rate": 0.00029970414201183434,
1724
+ "loss": 0.0563,
1725
+ "step": 2370
1726
+ },
1727
+ {
1728
+ "epoch": 7.041420118343195,
1729
+ "grad_norm": 0.2363646775484085,
1730
+ "learning_rate": 0.0002967455621301775,
1731
+ "loss": 0.0614,
1732
+ "step": 2380
1733
+ },
1734
+ {
1735
+ "epoch": 7.071005917159764,
1736
+ "grad_norm": 0.22436702251434326,
1737
+ "learning_rate": 0.00029378698224852073,
1738
+ "loss": 0.057,
1739
+ "step": 2390
1740
+ },
1741
+ {
1742
+ "epoch": 7.100591715976331,
1743
+ "grad_norm": 0.42550304532051086,
1744
+ "learning_rate": 0.0002908284023668639,
1745
+ "loss": 0.084,
1746
+ "step": 2400
1747
+ },
1748
+ {
1749
+ "epoch": 7.1301775147929,
1750
+ "grad_norm": 0.20296397805213928,
1751
+ "learning_rate": 0.0002878698224852071,
1752
+ "loss": 0.071,
1753
+ "step": 2410
1754
+ },
1755
+ {
1756
+ "epoch": 7.159763313609467,
1757
+ "grad_norm": 0.1928575038909912,
1758
+ "learning_rate": 0.00028491124260355026,
1759
+ "loss": 0.0647,
1760
+ "step": 2420
1761
+ },
1762
+ {
1763
+ "epoch": 7.189349112426036,
1764
+ "grad_norm": 0.31952205300331116,
1765
+ "learning_rate": 0.0002819526627218935,
1766
+ "loss": 0.1107,
1767
+ "step": 2430
1768
+ },
1769
+ {
1770
+ "epoch": 7.218934911242604,
1771
+ "grad_norm": 0.2096209079027176,
1772
+ "learning_rate": 0.0002789940828402367,
1773
+ "loss": 0.0674,
1774
+ "step": 2440
1775
+ },
1776
+ {
1777
+ "epoch": 7.2485207100591715,
1778
+ "grad_norm": 0.24322018027305603,
1779
+ "learning_rate": 0.0002760355029585799,
1780
+ "loss": 0.0827,
1781
+ "step": 2450
1782
+ },
1783
+ {
1784
+ "epoch": 7.27810650887574,
1785
+ "grad_norm": 0.3426636755466461,
1786
+ "learning_rate": 0.00027307692307692303,
1787
+ "loss": 0.0834,
1788
+ "step": 2460
1789
+ },
1790
+ {
1791
+ "epoch": 7.3076923076923075,
1792
+ "grad_norm": 0.34913739562034607,
1793
+ "learning_rate": 0.0002701183431952663,
1794
+ "loss": 0.0891,
1795
+ "step": 2470
1796
+ },
1797
+ {
1798
+ "epoch": 7.337278106508876,
1799
+ "grad_norm": 0.21095457673072815,
1800
+ "learning_rate": 0.00026715976331360947,
1801
+ "loss": 0.0578,
1802
+ "step": 2480
1803
+ },
1804
+ {
1805
+ "epoch": 7.366863905325443,
1806
+ "grad_norm": 0.1819438934326172,
1807
+ "learning_rate": 0.00026420118343195267,
1808
+ "loss": 0.0683,
1809
+ "step": 2490
1810
+ },
1811
+ {
1812
+ "epoch": 7.396449704142012,
1813
+ "grad_norm": 0.23296286165714264,
1814
+ "learning_rate": 0.0002612426035502959,
1815
+ "loss": 0.0856,
1816
+ "step": 2500
1817
+ },
1818
+ {
1819
+ "epoch": 7.42603550295858,
1820
+ "grad_norm": 0.19087664783000946,
1821
+ "learning_rate": 0.00025828402366863905,
1822
+ "loss": 0.0649,
1823
+ "step": 2510
1824
+ },
1825
+ {
1826
+ "epoch": 7.455621301775148,
1827
+ "grad_norm": 0.26934361457824707,
1828
+ "learning_rate": 0.00025532544378698225,
1829
+ "loss": 0.0629,
1830
+ "step": 2520
1831
+ },
1832
+ {
1833
+ "epoch": 7.485207100591716,
1834
+ "grad_norm": 0.2553526759147644,
1835
+ "learning_rate": 0.00025236686390532544,
1836
+ "loss": 0.0652,
1837
+ "step": 2530
1838
+ },
1839
+ {
1840
+ "epoch": 7.514792899408284,
1841
+ "grad_norm": 0.2979777157306671,
1842
+ "learning_rate": 0.00024940828402366863,
1843
+ "loss": 0.0754,
1844
+ "step": 2540
1845
+ },
1846
+ {
1847
+ "epoch": 7.544378698224852,
1848
+ "grad_norm": 0.2085612267255783,
1849
+ "learning_rate": 0.0002464497041420118,
1850
+ "loss": 0.0902,
1851
+ "step": 2550
1852
+ },
1853
+ {
1854
+ "epoch": 7.57396449704142,
1855
+ "grad_norm": 0.2834971845149994,
1856
+ "learning_rate": 0.00024349112426035502,
1857
+ "loss": 0.0623,
1858
+ "step": 2560
1859
+ },
1860
+ {
1861
+ "epoch": 7.603550295857988,
1862
+ "grad_norm": 0.3225809633731842,
1863
+ "learning_rate": 0.00024053254437869824,
1864
+ "loss": 0.0695,
1865
+ "step": 2570
1866
+ },
1867
+ {
1868
+ "epoch": 7.633136094674557,
1869
+ "grad_norm": 0.2549555003643036,
1870
+ "learning_rate": 0.0002375739644970414,
1871
+ "loss": 0.0789,
1872
+ "step": 2580
1873
+ },
1874
+ {
1875
+ "epoch": 7.662721893491124,
1876
+ "grad_norm": 0.3112657070159912,
1877
+ "learning_rate": 0.00023461538461538463,
1878
+ "loss": 0.0519,
1879
+ "step": 2590
1880
+ },
1881
+ {
1882
+ "epoch": 7.6923076923076925,
1883
+ "grad_norm": 0.36916327476501465,
1884
+ "learning_rate": 0.00023165680473372782,
1885
+ "loss": 0.0853,
1886
+ "step": 2600
1887
+ },
1888
+ {
1889
+ "epoch": 7.72189349112426,
1890
+ "grad_norm": 0.41259753704071045,
1891
+ "learning_rate": 0.00022869822485207102,
1892
+ "loss": 0.0832,
1893
+ "step": 2610
1894
+ },
1895
+ {
1896
+ "epoch": 7.7514792899408285,
1897
+ "grad_norm": 0.34750229120254517,
1898
+ "learning_rate": 0.0002257396449704142,
1899
+ "loss": 0.0705,
1900
+ "step": 2620
1901
+ },
1902
+ {
1903
+ "epoch": 7.781065088757396,
1904
+ "grad_norm": 0.2008037567138672,
1905
+ "learning_rate": 0.0002227810650887574,
1906
+ "loss": 0.0821,
1907
+ "step": 2630
1908
+ },
1909
+ {
1910
+ "epoch": 7.810650887573964,
1911
+ "grad_norm": 0.14550970494747162,
1912
+ "learning_rate": 0.0002198224852071006,
1913
+ "loss": 0.0558,
1914
+ "step": 2640
1915
+ },
1916
+ {
1917
+ "epoch": 7.840236686390533,
1918
+ "grad_norm": 0.2695600688457489,
1919
+ "learning_rate": 0.0002168639053254438,
1920
+ "loss": 0.0804,
1921
+ "step": 2650
1922
+ },
1923
+ {
1924
+ "epoch": 7.8698224852071,
1925
+ "grad_norm": 0.3311973214149475,
1926
+ "learning_rate": 0.00021390532544378698,
1927
+ "loss": 0.0759,
1928
+ "step": 2660
1929
+ },
1930
+ {
1931
+ "epoch": 7.899408284023669,
1932
+ "grad_norm": 0.3172593116760254,
1933
+ "learning_rate": 0.00021094674556213018,
1934
+ "loss": 0.0691,
1935
+ "step": 2670
1936
+ },
1937
+ {
1938
+ "epoch": 7.928994082840236,
1939
+ "grad_norm": 0.2166559249162674,
1940
+ "learning_rate": 0.00020798816568047337,
1941
+ "loss": 0.0792,
1942
+ "step": 2680
1943
+ },
1944
+ {
1945
+ "epoch": 7.958579881656805,
1946
+ "grad_norm": 0.21889257431030273,
1947
+ "learning_rate": 0.00020502958579881656,
1948
+ "loss": 0.0871,
1949
+ "step": 2690
1950
+ },
1951
+ {
1952
+ "epoch": 7.988165680473373,
1953
+ "grad_norm": 0.2797142565250397,
1954
+ "learning_rate": 0.00020207100591715976,
1955
+ "loss": 0.0791,
1956
+ "step": 2700
1957
+ },
1958
+ {
1959
+ "epoch": 8.0,
1960
+ "eval_loss": 0.05774324759840965,
1961
+ "eval_runtime": 12.7259,
1962
+ "eval_samples_per_second": 31.039,
1963
+ "eval_steps_per_second": 7.779,
1964
+ "step": 2704
1965
+ },
1966
+ {
1967
+ "epoch": 8.017751479289942,
1968
+ "grad_norm": 0.18555599451065063,
1969
+ "learning_rate": 0.00019911242603550298,
1970
+ "loss": 0.0527,
1971
+ "step": 2710
1972
+ },
1973
+ {
1974
+ "epoch": 8.04733727810651,
1975
+ "grad_norm": 0.09927135705947876,
1976
+ "learning_rate": 0.00019615384615384615,
1977
+ "loss": 0.0567,
1978
+ "step": 2720
1979
+ },
1980
+ {
1981
+ "epoch": 8.076923076923077,
1982
+ "grad_norm": 0.18495622277259827,
1983
+ "learning_rate": 0.00019319526627218937,
1984
+ "loss": 0.0534,
1985
+ "step": 2730
1986
+ },
1987
+ {
1988
+ "epoch": 8.106508875739644,
1989
+ "grad_norm": 0.2396734207868576,
1990
+ "learning_rate": 0.00019023668639053253,
1991
+ "loss": 0.0463,
1992
+ "step": 2740
1993
+ },
1994
+ {
1995
+ "epoch": 8.136094674556213,
1996
+ "grad_norm": 0.14582912623882294,
1997
+ "learning_rate": 0.00018727810650887575,
1998
+ "loss": 0.0481,
1999
+ "step": 2750
2000
+ },
2001
+ {
2002
+ "epoch": 8.165680473372781,
2003
+ "grad_norm": 0.21665938198566437,
2004
+ "learning_rate": 0.00018431952662721892,
2005
+ "loss": 0.0565,
2006
+ "step": 2760
2007
+ },
2008
+ {
2009
+ "epoch": 8.195266272189349,
2010
+ "grad_norm": 0.1622583419084549,
2011
+ "learning_rate": 0.00018136094674556214,
2012
+ "loss": 0.083,
2013
+ "step": 2770
2014
+ },
2015
+ {
2016
+ "epoch": 8.224852071005918,
2017
+ "grad_norm": 0.27168506383895874,
2018
+ "learning_rate": 0.0001784023668639053,
2019
+ "loss": 0.0554,
2020
+ "step": 2780
2021
+ },
2022
+ {
2023
+ "epoch": 8.254437869822485,
2024
+ "grad_norm": 0.10362894833087921,
2025
+ "learning_rate": 0.00017544378698224853,
2026
+ "loss": 0.0842,
2027
+ "step": 2790
2028
+ },
2029
+ {
2030
+ "epoch": 8.284023668639053,
2031
+ "grad_norm": 0.12246431410312653,
2032
+ "learning_rate": 0.0001724852071005917,
2033
+ "loss": 0.0448,
2034
+ "step": 2800
2035
+ },
2036
+ {
2037
+ "epoch": 8.31360946745562,
2038
+ "grad_norm": 0.29400932788848877,
2039
+ "learning_rate": 0.00016952662721893491,
2040
+ "loss": 0.0739,
2041
+ "step": 2810
2042
+ },
2043
+ {
2044
+ "epoch": 8.34319526627219,
2045
+ "grad_norm": 0.3200288712978363,
2046
+ "learning_rate": 0.00016656804733727814,
2047
+ "loss": 0.0561,
2048
+ "step": 2820
2049
+ },
2050
+ {
2051
+ "epoch": 8.372781065088757,
2052
+ "grad_norm": 0.2569586932659149,
2053
+ "learning_rate": 0.0001636094674556213,
2054
+ "loss": 0.0508,
2055
+ "step": 2830
2056
+ },
2057
+ {
2058
+ "epoch": 8.402366863905325,
2059
+ "grad_norm": 0.3101804852485657,
2060
+ "learning_rate": 0.00016065088757396452,
2061
+ "loss": 0.0771,
2062
+ "step": 2840
2063
+ },
2064
+ {
2065
+ "epoch": 8.431952662721894,
2066
+ "grad_norm": 0.2676125168800354,
2067
+ "learning_rate": 0.0001576923076923077,
2068
+ "loss": 0.0725,
2069
+ "step": 2850
2070
+ },
2071
+ {
2072
+ "epoch": 8.461538461538462,
2073
+ "grad_norm": 0.20251056551933289,
2074
+ "learning_rate": 0.0001547337278106509,
2075
+ "loss": 0.0574,
2076
+ "step": 2860
2077
+ },
2078
+ {
2079
+ "epoch": 8.49112426035503,
2080
+ "grad_norm": 0.30239441990852356,
2081
+ "learning_rate": 0.00015177514792899408,
2082
+ "loss": 0.0588,
2083
+ "step": 2870
2084
+ },
2085
+ {
2086
+ "epoch": 8.520710059171599,
2087
+ "grad_norm": 0.3664017915725708,
2088
+ "learning_rate": 0.0001488165680473373,
2089
+ "loss": 0.0716,
2090
+ "step": 2880
2091
+ },
2092
+ {
2093
+ "epoch": 8.550295857988166,
2094
+ "grad_norm": 0.2688945233821869,
2095
+ "learning_rate": 0.00014585798816568046,
2096
+ "loss": 0.0795,
2097
+ "step": 2890
2098
+ },
2099
+ {
2100
+ "epoch": 8.579881656804734,
2101
+ "grad_norm": 0.2649780809879303,
2102
+ "learning_rate": 0.00014289940828402368,
2103
+ "loss": 0.0883,
2104
+ "step": 2900
2105
+ },
2106
+ {
2107
+ "epoch": 8.609467455621301,
2108
+ "grad_norm": 0.35401082038879395,
2109
+ "learning_rate": 0.00013994082840236685,
2110
+ "loss": 0.0576,
2111
+ "step": 2910
2112
+ },
2113
+ {
2114
+ "epoch": 8.63905325443787,
2115
+ "grad_norm": 0.16653798520565033,
2116
+ "learning_rate": 0.00013698224852071007,
2117
+ "loss": 0.0591,
2118
+ "step": 2920
2119
+ },
2120
+ {
2121
+ "epoch": 8.668639053254438,
2122
+ "grad_norm": 0.2109033763408661,
2123
+ "learning_rate": 0.00013402366863905326,
2124
+ "loss": 0.0842,
2125
+ "step": 2930
2126
+ },
2127
+ {
2128
+ "epoch": 8.698224852071005,
2129
+ "grad_norm": 0.4123028814792633,
2130
+ "learning_rate": 0.00013106508875739646,
2131
+ "loss": 0.0508,
2132
+ "step": 2940
2133
+ },
2134
+ {
2135
+ "epoch": 8.727810650887575,
2136
+ "grad_norm": 0.22892990708351135,
2137
+ "learning_rate": 0.00012810650887573965,
2138
+ "loss": 0.0557,
2139
+ "step": 2950
2140
+ },
2141
+ {
2142
+ "epoch": 8.757396449704142,
2143
+ "grad_norm": 0.2218151092529297,
2144
+ "learning_rate": 0.00012514792899408285,
2145
+ "loss": 0.0646,
2146
+ "step": 2960
2147
+ },
2148
+ {
2149
+ "epoch": 8.78698224852071,
2150
+ "grad_norm": 0.2729123532772064,
2151
+ "learning_rate": 0.00012218934911242604,
2152
+ "loss": 0.0628,
2153
+ "step": 2970
2154
+ },
2155
+ {
2156
+ "epoch": 8.816568047337277,
2157
+ "grad_norm": 0.24674510955810547,
2158
+ "learning_rate": 0.00011923076923076925,
2159
+ "loss": 0.0771,
2160
+ "step": 2980
2161
+ },
2162
+ {
2163
+ "epoch": 8.846153846153847,
2164
+ "grad_norm": 0.3544495105743408,
2165
+ "learning_rate": 0.00011627218934911244,
2166
+ "loss": 0.091,
2167
+ "step": 2990
2168
+ },
2169
+ {
2170
+ "epoch": 8.875739644970414,
2171
+ "grad_norm": 0.233219176530838,
2172
+ "learning_rate": 0.00011331360946745563,
2173
+ "loss": 0.0699,
2174
+ "step": 3000
2175
+ },
2176
+ {
2177
+ "epoch": 8.905325443786982,
2178
+ "grad_norm": 0.24717611074447632,
2179
+ "learning_rate": 0.00011035502958579883,
2180
+ "loss": 0.0697,
2181
+ "step": 3010
2182
+ },
2183
+ {
2184
+ "epoch": 8.934911242603551,
2185
+ "grad_norm": 0.3174499571323395,
2186
+ "learning_rate": 0.00010739644970414202,
2187
+ "loss": 0.0797,
2188
+ "step": 3020
2189
+ },
2190
+ {
2191
+ "epoch": 8.964497041420119,
2192
+ "grad_norm": 0.28000766038894653,
2193
+ "learning_rate": 0.00010443786982248521,
2194
+ "loss": 0.0637,
2195
+ "step": 3030
2196
+ },
2197
+ {
2198
+ "epoch": 8.994082840236686,
2199
+ "grad_norm": 0.2955932021141052,
2200
+ "learning_rate": 0.00010147928994082841,
2201
+ "loss": 0.0867,
2202
+ "step": 3040
2203
+ },
2204
+ {
2205
+ "epoch": 9.0,
2206
+ "eval_loss": 0.058691948652267456,
2207
+ "eval_runtime": 12.8766,
2208
+ "eval_samples_per_second": 30.676,
2209
+ "eval_steps_per_second": 7.688,
2210
+ "step": 3042
2211
+ },
2212
+ {
2213
+ "epoch": 9.023668639053254,
2214
+ "grad_norm": 0.15719561278820038,
2215
+ "learning_rate": 9.85207100591716e-05,
2216
+ "loss": 0.0652,
2217
+ "step": 3050
2218
+ },
2219
+ {
2220
+ "epoch": 9.053254437869823,
2221
+ "grad_norm": 0.33719101548194885,
2222
+ "learning_rate": 9.55621301775148e-05,
2223
+ "loss": 0.0653,
2224
+ "step": 3060
2225
+ },
2226
+ {
2227
+ "epoch": 9.08284023668639,
2228
+ "grad_norm": 0.35790690779685974,
2229
+ "learning_rate": 9.260355029585799e-05,
2230
+ "loss": 0.0702,
2231
+ "step": 3070
2232
+ },
2233
+ {
2234
+ "epoch": 9.112426035502958,
2235
+ "grad_norm": 0.20818501710891724,
2236
+ "learning_rate": 8.964497041420118e-05,
2237
+ "loss": 0.054,
2238
+ "step": 3080
2239
+ },
2240
+ {
2241
+ "epoch": 9.142011834319527,
2242
+ "grad_norm": 0.32785892486572266,
2243
+ "learning_rate": 8.668639053254438e-05,
2244
+ "loss": 0.0721,
2245
+ "step": 3090
2246
+ },
2247
+ {
2248
+ "epoch": 9.171597633136095,
2249
+ "grad_norm": 0.31336620450019836,
2250
+ "learning_rate": 8.372781065088758e-05,
2251
+ "loss": 0.0521,
2252
+ "step": 3100
2253
+ },
2254
+ {
2255
+ "epoch": 9.201183431952662,
2256
+ "grad_norm": 0.2796347737312317,
2257
+ "learning_rate": 8.076923076923078e-05,
2258
+ "loss": 0.0822,
2259
+ "step": 3110
2260
+ },
2261
+ {
2262
+ "epoch": 9.23076923076923,
2263
+ "grad_norm": 0.2812202572822571,
2264
+ "learning_rate": 7.781065088757397e-05,
2265
+ "loss": 0.0672,
2266
+ "step": 3120
2267
+ },
2268
+ {
2269
+ "epoch": 9.2603550295858,
2270
+ "grad_norm": 0.3040218651294708,
2271
+ "learning_rate": 7.485207100591716e-05,
2272
+ "loss": 0.06,
2273
+ "step": 3130
2274
+ },
2275
+ {
2276
+ "epoch": 9.289940828402367,
2277
+ "grad_norm": 0.26553937792778015,
2278
+ "learning_rate": 7.189349112426036e-05,
2279
+ "loss": 0.0637,
2280
+ "step": 3140
2281
+ },
2282
+ {
2283
+ "epoch": 9.319526627218934,
2284
+ "grad_norm": 0.2209511250257492,
2285
+ "learning_rate": 6.893491124260355e-05,
2286
+ "loss": 0.0484,
2287
+ "step": 3150
2288
+ },
2289
+ {
2290
+ "epoch": 9.349112426035504,
2291
+ "grad_norm": 0.0022818800061941147,
2292
+ "learning_rate": 6.597633136094674e-05,
2293
+ "loss": 0.0388,
2294
+ "step": 3160
2295
+ },
2296
+ {
2297
+ "epoch": 9.378698224852071,
2298
+ "grad_norm": 0.26623785495758057,
2299
+ "learning_rate": 6.301775147928994e-05,
2300
+ "loss": 0.0692,
2301
+ "step": 3170
2302
+ },
2303
+ {
2304
+ "epoch": 9.408284023668639,
2305
+ "grad_norm": 0.12047113478183746,
2306
+ "learning_rate": 6.005917159763314e-05,
2307
+ "loss": 0.059,
2308
+ "step": 3180
2309
+ },
2310
+ {
2311
+ "epoch": 9.437869822485208,
2312
+ "grad_norm": 0.3039970397949219,
2313
+ "learning_rate": 5.710059171597633e-05,
2314
+ "loss": 0.0758,
2315
+ "step": 3190
2316
+ },
2317
+ {
2318
+ "epoch": 9.467455621301776,
2319
+ "grad_norm": 0.12480543553829193,
2320
+ "learning_rate": 5.4142011834319526e-05,
2321
+ "loss": 0.0732,
2322
+ "step": 3200
2323
+ },
2324
+ {
2325
+ "epoch": 9.497041420118343,
2326
+ "grad_norm": 0.20057730376720428,
2327
+ "learning_rate": 5.118343195266272e-05,
2328
+ "loss": 0.0795,
2329
+ "step": 3210
2330
+ },
2331
+ {
2332
+ "epoch": 9.52662721893491,
2333
+ "grad_norm": 0.35846662521362305,
2334
+ "learning_rate": 4.822485207100591e-05,
2335
+ "loss": 0.0502,
2336
+ "step": 3220
2337
+ },
2338
+ {
2339
+ "epoch": 9.55621301775148,
2340
+ "grad_norm": 0.37839457392692566,
2341
+ "learning_rate": 4.526627218934911e-05,
2342
+ "loss": 0.0449,
2343
+ "step": 3230
2344
+ },
2345
+ {
2346
+ "epoch": 9.585798816568047,
2347
+ "grad_norm": 0.495472252368927,
2348
+ "learning_rate": 4.2307692307692314e-05,
2349
+ "loss": 0.0686,
2350
+ "step": 3240
2351
+ },
2352
+ {
2353
+ "epoch": 9.615384615384615,
2354
+ "grad_norm": 0.13909626007080078,
2355
+ "learning_rate": 3.934911242603551e-05,
2356
+ "loss": 0.0534,
2357
+ "step": 3250
2358
+ },
2359
+ {
2360
+ "epoch": 9.644970414201183,
2361
+ "grad_norm": 0.10089854151010513,
2362
+ "learning_rate": 3.63905325443787e-05,
2363
+ "loss": 0.0859,
2364
+ "step": 3260
2365
+ },
2366
+ {
2367
+ "epoch": 9.674556213017752,
2368
+ "grad_norm": 0.25392040610313416,
2369
+ "learning_rate": 3.3431952662721895e-05,
2370
+ "loss": 0.0642,
2371
+ "step": 3270
2372
+ },
2373
+ {
2374
+ "epoch": 9.70414201183432,
2375
+ "grad_norm": 0.2031802088022232,
2376
+ "learning_rate": 3.047337278106509e-05,
2377
+ "loss": 0.0369,
2378
+ "step": 3280
2379
+ },
2380
+ {
2381
+ "epoch": 9.733727810650887,
2382
+ "grad_norm": 0.20029303431510925,
2383
+ "learning_rate": 2.7514792899408285e-05,
2384
+ "loss": 0.0527,
2385
+ "step": 3290
2386
+ },
2387
+ {
2388
+ "epoch": 9.763313609467456,
2389
+ "grad_norm": 0.12156719714403152,
2390
+ "learning_rate": 2.455621301775148e-05,
2391
+ "loss": 0.0479,
2392
+ "step": 3300
2393
+ },
2394
+ {
2395
+ "epoch": 9.792899408284024,
2396
+ "grad_norm": 0.3843628466129303,
2397
+ "learning_rate": 2.1597633136094676e-05,
2398
+ "loss": 0.0654,
2399
+ "step": 3310
2400
+ },
2401
+ {
2402
+ "epoch": 9.822485207100591,
2403
+ "grad_norm": 0.20992930233478546,
2404
+ "learning_rate": 1.863905325443787e-05,
2405
+ "loss": 0.0605,
2406
+ "step": 3320
2407
+ },
2408
+ {
2409
+ "epoch": 9.85207100591716,
2410
+ "grad_norm": 0.33367037773132324,
2411
+ "learning_rate": 1.5680473372781066e-05,
2412
+ "loss": 0.0536,
2413
+ "step": 3330
2414
+ },
2415
+ {
2416
+ "epoch": 9.881656804733728,
2417
+ "grad_norm": 0.21245934069156647,
2418
+ "learning_rate": 1.2721893491124262e-05,
2419
+ "loss": 0.0425,
2420
+ "step": 3340
2421
+ },
2422
+ {
2423
+ "epoch": 9.911242603550296,
2424
+ "grad_norm": 0.32268890738487244,
2425
+ "learning_rate": 9.763313609467455e-06,
2426
+ "loss": 0.0446,
2427
+ "step": 3350
2428
+ },
2429
+ {
2430
+ "epoch": 9.940828402366863,
2431
+ "grad_norm": 0.2457355111837387,
2432
+ "learning_rate": 6.804733727810651e-06,
2433
+ "loss": 0.0932,
2434
+ "step": 3360
2435
+ },
2436
+ {
2437
+ "epoch": 9.970414201183432,
2438
+ "grad_norm": 0.23625874519348145,
2439
+ "learning_rate": 3.846153846153847e-06,
2440
+ "loss": 0.0528,
2441
+ "step": 3370
2442
+ },
2443
+ {
2444
+ "epoch": 10.0,
2445
+ "grad_norm": 0.28173840045928955,
2446
+ "learning_rate": 8.875739644970413e-07,
2447
+ "loss": 0.0674,
2448
+ "step": 3380
2449
+ }
2450
+ ],
2451
+ "logging_steps": 10,
2452
+ "max_steps": 3380,
2453
+ "num_input_tokens_seen": 0,
2454
+ "num_train_epochs": 10,
2455
+ "save_steps": 500,
2456
+ "stateful_callbacks": {
2457
+ "TrainerControl": {
2458
+ "args": {
2459
+ "should_epoch_stop": false,
2460
+ "should_evaluate": false,
2461
+ "should_log": false,
2462
+ "should_save": true,
2463
+ "should_training_stop": true
2464
+ },
2465
+ "attributes": {}
2466
+ }
2467
+ },
2468
+ "total_flos": 8367698608128000.0,
2469
+ "train_batch_size": 4,
2470
+ "trial_name": null,
2471
+ "trial_params": null
2472
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9998878c42e2a0001288f632562fc6dac8c1187faa4a3f19cfd06fd59a7a921b
3
+ size 5432