PEFT
Safetensors
Transformers
lora
Eval Results (legacy)
Dikshant182004 commited on
Commit
8560bbc
·
verified ·
1 Parent(s): a23f427

End of training

Browse files
README.md ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: google-t5/t5-base
5
+ tags:
6
+ - base_model:adapter:google-t5/t5-base
7
+ - lora
8
+ - transformers
9
+ datasets:
10
+ - Andyrasika/TweetSumm-tuned
11
+ metrics:
12
+ - rouge
13
+ - f1
14
+ - precision
15
+ - recall
16
+ model-index:
17
+ - name: t5-base-lora-finetune-tweetsumm-1759927258
18
+ results:
19
+ - task:
20
+ type: summarization
21
+ name: Summarization
22
+ dataset:
23
+ name: Andyrasika/TweetSumm-tuned
24
+ type: Andyrasika/TweetSumm-tuned
25
+ metrics:
26
+ - type: rouge
27
+ value: 0.4479
28
+ name: Rouge1
29
+ - type: f1
30
+ value: 0.8903
31
+ name: F1
32
+ - type: precision
33
+ value: 0.8875
34
+ name: Precision
35
+ - type: recall
36
+ value: 0.8934
37
+ name: Recall
38
+ ---
39
+
40
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
41
+ should probably proofread and complete it, then remove this comment. -->
42
+
43
+ # t5-base-lora-finetune-tweetsumm-1759927258
44
+
45
+ This model is a fine-tuned version of [google-t5/t5-base](https://huggingface.co/google-t5/t5-base) on the Andyrasika/TweetSumm-tuned dataset.
46
+ It achieves the following results on the evaluation set:
47
+ - Loss: 1.8236
48
+ - Rouge1: 0.4479
49
+ - Rouge2: 0.2102
50
+ - Rougel: 0.3774
51
+ - Rougelsum: 0.415
52
+ - Gen Len: 46.3273
53
+ - F1: 0.8903
54
+ - Precision: 0.8875
55
+ - Recall: 0.8934
56
+
57
+ ## Model description
58
+
59
+ More information needed
60
+
61
+ ## Intended uses & limitations
62
+
63
+ More information needed
64
+
65
+ ## Training and evaluation data
66
+
67
+ More information needed
68
+
69
+ ## Training procedure
70
+
71
+ ### Training hyperparameters
72
+
73
+ The following hyperparameters were used during training:
74
+ - learning_rate: 0.001
75
+ - train_batch_size: 8
76
+ - eval_batch_size: 8
77
+ - seed: 42
78
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
79
+ - lr_scheduler_type: linear
80
+ - num_epochs: 3
81
+ - mixed_precision_training: Native AMP
82
+
83
+ ### Training results
84
+
85
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | F1 | Precision | Recall |
86
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|:------:|:---------:|:------:|
87
+ | 2.106 | 1.0 | 110 | 1.8968 | 0.44 | 0.2049 | 0.3691 | 0.4078 | 49.3455 | 0.8867 | 0.8832 | 0.8904 |
88
+ | 1.8113 | 2.0 | 220 | 1.8425 | 0.4405 | 0.2078 | 0.3706 | 0.4044 | 47.9455 | 0.8895 | 0.887 | 0.8921 |
89
+ | 1.5495 | 3.0 | 330 | 1.8236 | 0.4479 | 0.2102 | 0.3774 | 0.415 | 46.3273 | 0.8903 | 0.8875 | 0.8934 |
90
+
91
+
92
+ ### Framework versions
93
+
94
+ - PEFT 0.17.1
95
+ - Transformers 4.56.2
96
+ - Pytorch 2.8.0+cu126
97
+ - Datasets 4.0.0
98
+ - Tokenizers 0.22.1
adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "google-t5/t5-base",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": "pissa",
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 16,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "q",
29
+ "v"
30
+ ],
31
+ "target_parameters": null,
32
+ "task_type": "SEQ_2_SEQ_LM",
33
+ "trainable_token_indices": null,
34
+ "use_dora": false,
35
+ "use_qalora": false,
36
+ "use_rslora": true
37
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00f81535a6e6f0b2446ceff1318975787e769ca0c3e194200f89f882f8c23cda
3
+ size 7098016
all_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "all_params": 224673024,
3
+ "epoch": 3.0,
4
+ "memory_footprint": 898692096,
5
+ "total_flos": 2506179136462848.0,
6
+ "train_loss": 1.8666806372729214,
7
+ "train_runtime": 383.5951,
8
+ "train_samples_per_second": 6.874,
9
+ "train_steps_per_second": 0.86,
10
+ "trainable_params": 1769472,
11
+ "trainable_params_percent": 0.7875765272113843
12
+ }
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": "</s>",
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": "</s>",
937
+ "tokenizer_class": "T5Tokenizer",
938
+ "unk_token": "<unk>"
939
+ }
train_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "all_params": 224673024,
3
+ "epoch": 3.0,
4
+ "memory_footprint": 898692096,
5
+ "total_flos": 2506179136462848.0,
6
+ "train_loss": 1.8666806372729214,
7
+ "train_runtime": 383.5951,
8
+ "train_samples_per_second": 6.874,
9
+ "train_steps_per_second": 0.86,
10
+ "trainable_params": 1769472,
11
+ "trainable_params_percent": 0.7875765272113843
12
+ }
trainer_state.json ADDED
@@ -0,0 +1,2401 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 330,
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.00909090909090909,
14
+ "grad_norm": 5.629480361938477,
15
+ "learning_rate": 0.001,
16
+ "loss": 3.2779,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.01818181818181818,
21
+ "grad_norm": 4.302812099456787,
22
+ "learning_rate": 0.000996969696969697,
23
+ "loss": 2.7628,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.02727272727272727,
28
+ "grad_norm": 3.316830635070801,
29
+ "learning_rate": 0.000993939393939394,
30
+ "loss": 2.6469,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.03636363636363636,
35
+ "grad_norm": 4.0194993019104,
36
+ "learning_rate": 0.000990909090909091,
37
+ "loss": 2.5301,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.045454545454545456,
42
+ "grad_norm": 3.4753358364105225,
43
+ "learning_rate": 0.000987878787878788,
44
+ "loss": 2.7326,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.05454545454545454,
49
+ "grad_norm": 3.1990602016448975,
50
+ "learning_rate": 0.000984848484848485,
51
+ "loss": 2.6415,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.06363636363636363,
56
+ "grad_norm": 2.793924331665039,
57
+ "learning_rate": 0.0009818181818181818,
58
+ "loss": 1.846,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.07272727272727272,
63
+ "grad_norm": 3.824206829071045,
64
+ "learning_rate": 0.0009787878787878787,
65
+ "loss": 2.809,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.08181818181818182,
70
+ "grad_norm": 3.2045187950134277,
71
+ "learning_rate": 0.0009757575757575757,
72
+ "loss": 2.3242,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.09090909090909091,
77
+ "grad_norm": 3.5904152393341064,
78
+ "learning_rate": 0.0009727272727272728,
79
+ "loss": 2.1116,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.1,
84
+ "grad_norm": 3.382575273513794,
85
+ "learning_rate": 0.0009696969696969698,
86
+ "loss": 2.3929,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.10909090909090909,
91
+ "grad_norm": 4.590165138244629,
92
+ "learning_rate": 0.0009666666666666667,
93
+ "loss": 2.505,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.11818181818181818,
98
+ "grad_norm": 3.390928030014038,
99
+ "learning_rate": 0.0009636363636363637,
100
+ "loss": 2.1719,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.12727272727272726,
105
+ "grad_norm": 3.5132076740264893,
106
+ "learning_rate": 0.0009606060606060606,
107
+ "loss": 2.3459,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.13636363636363635,
112
+ "grad_norm": 3.5520317554473877,
113
+ "learning_rate": 0.0009575757575757576,
114
+ "loss": 2.4458,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.14545454545454545,
119
+ "grad_norm": 3.389035940170288,
120
+ "learning_rate": 0.0009545454545454546,
121
+ "loss": 2.1131,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.15454545454545454,
126
+ "grad_norm": 4.0074944496154785,
127
+ "learning_rate": 0.0009515151515151516,
128
+ "loss": 2.0964,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.16363636363636364,
133
+ "grad_norm": 3.2020890712738037,
134
+ "learning_rate": 0.0009484848484848486,
135
+ "loss": 2.3834,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.17272727272727273,
140
+ "grad_norm": 4.117467403411865,
141
+ "learning_rate": 0.0009454545454545454,
142
+ "loss": 2.4424,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.18181818181818182,
147
+ "grad_norm": 3.6534581184387207,
148
+ "learning_rate": 0.0009424242424242424,
149
+ "loss": 2.3291,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.19090909090909092,
154
+ "grad_norm": 2.801584482192993,
155
+ "learning_rate": 0.0009393939393939394,
156
+ "loss": 2.2129,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.2,
161
+ "grad_norm": NaN,
162
+ "learning_rate": 0.0009363636363636364,
163
+ "loss": 2.3365,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.20909090909090908,
168
+ "grad_norm": 4.043112277984619,
169
+ "learning_rate": 0.0009333333333333333,
170
+ "loss": 2.3272,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.21818181818181817,
175
+ "grad_norm": 2.9267492294311523,
176
+ "learning_rate": 0.0009303030303030303,
177
+ "loss": 1.7203,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.22727272727272727,
182
+ "grad_norm": 3.3782382011413574,
183
+ "learning_rate": 0.0009272727272727273,
184
+ "loss": 2.0045,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.23636363636363636,
189
+ "grad_norm": 2.8920156955718994,
190
+ "learning_rate": 0.0009242424242424242,
191
+ "loss": 1.9546,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.24545454545454545,
196
+ "grad_norm": 3.6419293880462646,
197
+ "learning_rate": 0.0009212121212121213,
198
+ "loss": 2.5202,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.2545454545454545,
203
+ "grad_norm": 3.8821094036102295,
204
+ "learning_rate": 0.0009181818181818182,
205
+ "loss": 2.7809,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.2636363636363636,
210
+ "grad_norm": 3.5948691368103027,
211
+ "learning_rate": 0.0009151515151515152,
212
+ "loss": 2.4954,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.2727272727272727,
217
+ "grad_norm": 3.31284499168396,
218
+ "learning_rate": 0.0009121212121212121,
219
+ "loss": 2.3578,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.2818181818181818,
224
+ "grad_norm": 3.2600412368774414,
225
+ "learning_rate": 0.0009090909090909091,
226
+ "loss": 2.1817,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.2909090909090909,
231
+ "grad_norm": 2.669771671295166,
232
+ "learning_rate": 0.000906060606060606,
233
+ "loss": 2.2812,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.3,
238
+ "grad_norm": 3.3754568099975586,
239
+ "learning_rate": 0.0009030303030303031,
240
+ "loss": 2.1696,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.3090909090909091,
245
+ "grad_norm": 2.8378658294677734,
246
+ "learning_rate": 0.0009000000000000001,
247
+ "loss": 2.326,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.3181818181818182,
252
+ "grad_norm": 2.9299604892730713,
253
+ "learning_rate": 0.000896969696969697,
254
+ "loss": 2.2562,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.32727272727272727,
259
+ "grad_norm": 3.281904935836792,
260
+ "learning_rate": 0.000893939393939394,
261
+ "loss": 1.9324,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.33636363636363636,
266
+ "grad_norm": 3.0150465965270996,
267
+ "learning_rate": 0.0008909090909090909,
268
+ "loss": 2.2627,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.34545454545454546,
273
+ "grad_norm": 3.2111799716949463,
274
+ "learning_rate": 0.000887878787878788,
275
+ "loss": 2.6167,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.35454545454545455,
280
+ "grad_norm": 2.6970620155334473,
281
+ "learning_rate": 0.0008848484848484849,
282
+ "loss": 2.1317,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.36363636363636365,
287
+ "grad_norm": 8.276712417602539,
288
+ "learning_rate": 0.0008818181818181819,
289
+ "loss": 1.7934,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.37272727272727274,
294
+ "grad_norm": 3.592559814453125,
295
+ "learning_rate": 0.0008787878787878789,
296
+ "loss": 2.3226,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.38181818181818183,
301
+ "grad_norm": 2.787513017654419,
302
+ "learning_rate": 0.0008757575757575757,
303
+ "loss": 2.6107,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.39090909090909093,
308
+ "grad_norm": 8.372061729431152,
309
+ "learning_rate": 0.0008727272727272727,
310
+ "loss": 2.2955,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.4,
315
+ "grad_norm": 3.332266330718994,
316
+ "learning_rate": 0.0008696969696969697,
317
+ "loss": 1.7517,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.4090909090909091,
322
+ "grad_norm": 2.89631986618042,
323
+ "learning_rate": 0.0008666666666666667,
324
+ "loss": 1.8598,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.41818181818181815,
329
+ "grad_norm": 2.5435664653778076,
330
+ "learning_rate": 0.0008636363636363636,
331
+ "loss": 1.8423,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.42727272727272725,
336
+ "grad_norm": 3.3222217559814453,
337
+ "learning_rate": 0.0008606060606060606,
338
+ "loss": 2.3976,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.43636363636363634,
343
+ "grad_norm": 2.845752000808716,
344
+ "learning_rate": 0.0008575757575757575,
345
+ "loss": 1.9805,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.44545454545454544,
350
+ "grad_norm": 2.856074094772339,
351
+ "learning_rate": 0.0008545454545454545,
352
+ "loss": 1.8381,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.45454545454545453,
357
+ "grad_norm": 3.0545928478240967,
358
+ "learning_rate": 0.0008515151515151516,
359
+ "loss": 2.3969,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.4636363636363636,
364
+ "grad_norm": 3.274153470993042,
365
+ "learning_rate": 0.0008484848484848485,
366
+ "loss": 2.285,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.4727272727272727,
371
+ "grad_norm": 2.7535290718078613,
372
+ "learning_rate": 0.0008454545454545455,
373
+ "loss": 2.3841,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.4818181818181818,
378
+ "grad_norm": 2.9470105171203613,
379
+ "learning_rate": 0.0008424242424242424,
380
+ "loss": 2.21,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.4909090909090909,
385
+ "grad_norm": 2.980863571166992,
386
+ "learning_rate": 0.0008393939393939394,
387
+ "loss": 2.2868,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.5,
392
+ "grad_norm": 3.0976665019989014,
393
+ "learning_rate": 0.0008363636363636363,
394
+ "loss": 1.9574,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.509090909090909,
399
+ "grad_norm": NaN,
400
+ "learning_rate": 0.0008333333333333334,
401
+ "loss": 1.759,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.5181818181818182,
406
+ "grad_norm": 2.9983294010162354,
407
+ "learning_rate": 0.0008303030303030304,
408
+ "loss": 2.3985,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.5272727272727272,
413
+ "grad_norm": 3.0266833305358887,
414
+ "learning_rate": 0.0008272727272727273,
415
+ "loss": 2.1307,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.5363636363636364,
420
+ "grad_norm": 3.097724676132202,
421
+ "learning_rate": 0.0008242424242424243,
422
+ "loss": 2.1722,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.5454545454545454,
427
+ "grad_norm": 3.152279853820801,
428
+ "learning_rate": 0.0008212121212121212,
429
+ "loss": 1.8534,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.5545454545454546,
434
+ "grad_norm": 3.141181230545044,
435
+ "learning_rate": 0.0008181818181818183,
436
+ "loss": 2.4233,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.5636363636363636,
441
+ "grad_norm": 3.1246979236602783,
442
+ "learning_rate": 0.0008151515151515152,
443
+ "loss": 1.8769,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.5727272727272728,
448
+ "grad_norm": 2.8750064373016357,
449
+ "learning_rate": 0.0008121212121212122,
450
+ "loss": 2.1063,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.5818181818181818,
455
+ "grad_norm": 2.7543439865112305,
456
+ "learning_rate": 0.0008090909090909092,
457
+ "loss": 1.7394,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.5909090909090909,
462
+ "grad_norm": 2.9249022006988525,
463
+ "learning_rate": 0.000806060606060606,
464
+ "loss": 1.9018,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.6,
469
+ "grad_norm": 2.674302816390991,
470
+ "learning_rate": 0.000803030303030303,
471
+ "loss": 1.9076,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.6090909090909091,
476
+ "grad_norm": 3.0457117557525635,
477
+ "learning_rate": 0.0008,
478
+ "loss": 2.6943,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.6181818181818182,
483
+ "grad_norm": 6.878007411956787,
484
+ "learning_rate": 0.000796969696969697,
485
+ "loss": 2.1459,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.6272727272727273,
490
+ "grad_norm": 3.209886312484741,
491
+ "learning_rate": 0.0007939393939393939,
492
+ "loss": 2.1002,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.6363636363636364,
497
+ "grad_norm": 2.3585455417633057,
498
+ "learning_rate": 0.0007909090909090909,
499
+ "loss": 1.6576,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.6454545454545455,
504
+ "grad_norm": 2.800922155380249,
505
+ "learning_rate": 0.0007878787878787878,
506
+ "loss": 1.9686,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.6545454545454545,
511
+ "grad_norm": 2.7384088039398193,
512
+ "learning_rate": 0.0007848484848484848,
513
+ "loss": 2.1127,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.6636363636363637,
518
+ "grad_norm": 2.673494338989258,
519
+ "learning_rate": 0.0007818181818181819,
520
+ "loss": 2.1101,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.6727272727272727,
525
+ "grad_norm": 3.6928815841674805,
526
+ "learning_rate": 0.0007787878787878788,
527
+ "loss": 2.1525,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.6818181818181818,
532
+ "grad_norm": 2.486636161804199,
533
+ "learning_rate": 0.0007757575757575758,
534
+ "loss": 2.1829,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.6909090909090909,
539
+ "grad_norm": 2.6673998832702637,
540
+ "learning_rate": 0.0007727272727272727,
541
+ "loss": 1.8967,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.7,
546
+ "grad_norm": 3.2218637466430664,
547
+ "learning_rate": 0.0007696969696969697,
548
+ "loss": 2.0478,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.7090909090909091,
553
+ "grad_norm": 2.7123160362243652,
554
+ "learning_rate": 0.0007666666666666667,
555
+ "loss": 2.0133,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.7181818181818181,
560
+ "grad_norm": 2.361685037612915,
561
+ "learning_rate": 0.0007636363636363637,
562
+ "loss": 2.0845,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.7272727272727273,
567
+ "grad_norm": 2.5435471534729004,
568
+ "learning_rate": 0.0007606060606060607,
569
+ "loss": 1.8405,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.7363636363636363,
574
+ "grad_norm": 3.08109450340271,
575
+ "learning_rate": 0.0007575757575757576,
576
+ "loss": 2.0144,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.7454545454545455,
581
+ "grad_norm": 2.3744654655456543,
582
+ "learning_rate": 0.0007545454545454546,
583
+ "loss": 2.0176,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.7545454545454545,
588
+ "grad_norm": 2.9135451316833496,
589
+ "learning_rate": 0.0007515151515151515,
590
+ "loss": 2.3132,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.7636363636363637,
595
+ "grad_norm": 2.8013553619384766,
596
+ "learning_rate": 0.0007484848484848486,
597
+ "loss": 1.9125,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.7727272727272727,
602
+ "grad_norm": 2.2427892684936523,
603
+ "learning_rate": 0.0007454545454545455,
604
+ "loss": 1.646,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.7818181818181819,
609
+ "grad_norm": 2.569441795349121,
610
+ "learning_rate": 0.0007424242424242425,
611
+ "loss": 2.359,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.7909090909090909,
616
+ "grad_norm": 2.946793794631958,
617
+ "learning_rate": 0.0007393939393939393,
618
+ "loss": 2.0389,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.8,
623
+ "grad_norm": 3.082914352416992,
624
+ "learning_rate": 0.0007363636363636363,
625
+ "loss": 2.76,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.8090909090909091,
630
+ "grad_norm": 2.5170116424560547,
631
+ "learning_rate": 0.0007333333333333333,
632
+ "loss": 2.3445,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.8181818181818182,
637
+ "grad_norm": 2.9093520641326904,
638
+ "learning_rate": 0.0007303030303030303,
639
+ "loss": 2.0644,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.8272727272727273,
644
+ "grad_norm": 2.3486077785491943,
645
+ "learning_rate": 0.0007272727272727273,
646
+ "loss": 2.1041,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.8363636363636363,
651
+ "grad_norm": 2.320756673812866,
652
+ "learning_rate": 0.0007242424242424242,
653
+ "loss": 1.8461,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.8454545454545455,
658
+ "grad_norm": 3.3125874996185303,
659
+ "learning_rate": 0.0007212121212121212,
660
+ "loss": 1.9778,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.8545454545454545,
665
+ "grad_norm": 2.3514842987060547,
666
+ "learning_rate": 0.0007181818181818181,
667
+ "loss": 1.7058,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.8636363636363636,
672
+ "grad_norm": 2.69950008392334,
673
+ "learning_rate": 0.0007151515151515152,
674
+ "loss": 1.5996,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.8727272727272727,
679
+ "grad_norm": 2.7917721271514893,
680
+ "learning_rate": 0.0007121212121212122,
681
+ "loss": 1.8103,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.8818181818181818,
686
+ "grad_norm": 2.754465103149414,
687
+ "learning_rate": 0.0007090909090909091,
688
+ "loss": 1.6729,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.8909090909090909,
693
+ "grad_norm": 2.7658205032348633,
694
+ "learning_rate": 0.0007060606060606061,
695
+ "loss": 2.1257,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.9,
700
+ "grad_norm": 3.321446180343628,
701
+ "learning_rate": 0.000703030303030303,
702
+ "loss": 2.0188,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.9090909090909091,
707
+ "grad_norm": 2.7722413539886475,
708
+ "learning_rate": 0.0007,
709
+ "loss": 1.8455,
710
+ "step": 100
711
+ },
712
+ {
713
+ "epoch": 0.9181818181818182,
714
+ "grad_norm": 3.236417055130005,
715
+ "learning_rate": 0.000696969696969697,
716
+ "loss": 1.9102,
717
+ "step": 101
718
+ },
719
+ {
720
+ "epoch": 0.9272727272727272,
721
+ "grad_norm": 3.153160810470581,
722
+ "learning_rate": 0.000693939393939394,
723
+ "loss": 2.1544,
724
+ "step": 102
725
+ },
726
+ {
727
+ "epoch": 0.9363636363636364,
728
+ "grad_norm": 3.6812796592712402,
729
+ "learning_rate": 0.0006909090909090909,
730
+ "loss": 2.0422,
731
+ "step": 103
732
+ },
733
+ {
734
+ "epoch": 0.9454545454545454,
735
+ "grad_norm": 2.8054537773132324,
736
+ "learning_rate": 0.0006878787878787879,
737
+ "loss": 1.921,
738
+ "step": 104
739
+ },
740
+ {
741
+ "epoch": 0.9545454545454546,
742
+ "grad_norm": 2.584571599960327,
743
+ "learning_rate": 0.0006848484848484849,
744
+ "loss": 1.8591,
745
+ "step": 105
746
+ },
747
+ {
748
+ "epoch": 0.9636363636363636,
749
+ "grad_norm": 2.6724300384521484,
750
+ "learning_rate": 0.0006818181818181818,
751
+ "loss": 1.8527,
752
+ "step": 106
753
+ },
754
+ {
755
+ "epoch": 0.9727272727272728,
756
+ "grad_norm": 2.3103461265563965,
757
+ "learning_rate": 0.0006787878787878789,
758
+ "loss": 1.5901,
759
+ "step": 107
760
+ },
761
+ {
762
+ "epoch": 0.9818181818181818,
763
+ "grad_norm": 2.630265712738037,
764
+ "learning_rate": 0.0006757575757575758,
765
+ "loss": 1.7097,
766
+ "step": 108
767
+ },
768
+ {
769
+ "epoch": 0.990909090909091,
770
+ "grad_norm": 2.5774097442626953,
771
+ "learning_rate": 0.0006727272727272728,
772
+ "loss": 2.2586,
773
+ "step": 109
774
+ },
775
+ {
776
+ "epoch": 1.0,
777
+ "grad_norm": 2.9460010528564453,
778
+ "learning_rate": 0.0006696969696969696,
779
+ "loss": 2.106,
780
+ "step": 110
781
+ },
782
+ {
783
+ "epoch": 1.0,
784
+ "eval_f1": 0.8867,
785
+ "eval_gen_len": 49.3455,
786
+ "eval_loss": 1.8968154191970825,
787
+ "eval_precision": 0.8832,
788
+ "eval_recall": 0.8904,
789
+ "eval_rouge1": 0.44,
790
+ "eval_rouge2": 0.2049,
791
+ "eval_rougeL": 0.3691,
792
+ "eval_rougeLsum": 0.4078,
793
+ "eval_runtime": 32.5034,
794
+ "eval_samples_per_second": 3.384,
795
+ "eval_steps_per_second": 0.431,
796
+ "step": 110
797
+ },
798
+ {
799
+ "epoch": 1.009090909090909,
800
+ "grad_norm": 2.8173179626464844,
801
+ "learning_rate": 0.0006666666666666666,
802
+ "loss": 1.9291,
803
+ "step": 111
804
+ },
805
+ {
806
+ "epoch": 1.018181818181818,
807
+ "grad_norm": 1.8421908617019653,
808
+ "learning_rate": 0.0006636363636363638,
809
+ "loss": 1.4264,
810
+ "step": 112
811
+ },
812
+ {
813
+ "epoch": 1.0272727272727273,
814
+ "grad_norm": 2.432047128677368,
815
+ "learning_rate": 0.0006606060606060606,
816
+ "loss": 1.8417,
817
+ "step": 113
818
+ },
819
+ {
820
+ "epoch": 1.0363636363636364,
821
+ "grad_norm": 2.7429893016815186,
822
+ "learning_rate": 0.0006575757575757576,
823
+ "loss": 2.2889,
824
+ "step": 114
825
+ },
826
+ {
827
+ "epoch": 1.0454545454545454,
828
+ "grad_norm": 2.2271289825439453,
829
+ "learning_rate": 0.0006545454545454545,
830
+ "loss": 1.645,
831
+ "step": 115
832
+ },
833
+ {
834
+ "epoch": 1.0545454545454545,
835
+ "grad_norm": 2.4427144527435303,
836
+ "learning_rate": 0.0006515151515151515,
837
+ "loss": 2.0083,
838
+ "step": 116
839
+ },
840
+ {
841
+ "epoch": 1.0636363636363637,
842
+ "grad_norm": 2.2223713397979736,
843
+ "learning_rate": 0.0006484848484848484,
844
+ "loss": 1.3914,
845
+ "step": 117
846
+ },
847
+ {
848
+ "epoch": 1.0727272727272728,
849
+ "grad_norm": 2.227869749069214,
850
+ "learning_rate": 0.0006454545454545455,
851
+ "loss": 1.7253,
852
+ "step": 118
853
+ },
854
+ {
855
+ "epoch": 1.0818181818181818,
856
+ "grad_norm": 2.2781803607940674,
857
+ "learning_rate": 0.0006424242424242425,
858
+ "loss": 1.9087,
859
+ "step": 119
860
+ },
861
+ {
862
+ "epoch": 1.0909090909090908,
863
+ "grad_norm": 2.6394240856170654,
864
+ "learning_rate": 0.0006393939393939394,
865
+ "loss": 2.2517,
866
+ "step": 120
867
+ },
868
+ {
869
+ "epoch": 1.1,
870
+ "grad_norm": 2.6445343494415283,
871
+ "learning_rate": 0.0006363636363636364,
872
+ "loss": 1.717,
873
+ "step": 121
874
+ },
875
+ {
876
+ "epoch": 1.1090909090909091,
877
+ "grad_norm": 4.219778060913086,
878
+ "learning_rate": 0.0006333333333333333,
879
+ "loss": 1.775,
880
+ "step": 122
881
+ },
882
+ {
883
+ "epoch": 1.1181818181818182,
884
+ "grad_norm": 3.0311553478240967,
885
+ "learning_rate": 0.0006303030303030303,
886
+ "loss": 2.1628,
887
+ "step": 123
888
+ },
889
+ {
890
+ "epoch": 1.1272727272727272,
891
+ "grad_norm": 2.9349889755249023,
892
+ "learning_rate": 0.0006272727272727273,
893
+ "loss": 2.028,
894
+ "step": 124
895
+ },
896
+ {
897
+ "epoch": 1.1363636363636362,
898
+ "grad_norm": 2.5875988006591797,
899
+ "learning_rate": 0.0006242424242424243,
900
+ "loss": 1.7689,
901
+ "step": 125
902
+ },
903
+ {
904
+ "epoch": 1.1454545454545455,
905
+ "grad_norm": 2.8152756690979004,
906
+ "learning_rate": 0.0006212121212121212,
907
+ "loss": 1.7718,
908
+ "step": 126
909
+ },
910
+ {
911
+ "epoch": 1.1545454545454545,
912
+ "grad_norm": 2.3686184883117676,
913
+ "learning_rate": 0.0006181818181818182,
914
+ "loss": 1.744,
915
+ "step": 127
916
+ },
917
+ {
918
+ "epoch": 1.1636363636363636,
919
+ "grad_norm": 2.705585479736328,
920
+ "learning_rate": 0.0006151515151515152,
921
+ "loss": 1.8047,
922
+ "step": 128
923
+ },
924
+ {
925
+ "epoch": 1.1727272727272728,
926
+ "grad_norm": 2.754509449005127,
927
+ "learning_rate": 0.0006121212121212121,
928
+ "loss": 2.1463,
929
+ "step": 129
930
+ },
931
+ {
932
+ "epoch": 1.1818181818181819,
933
+ "grad_norm": 2.692991018295288,
934
+ "learning_rate": 0.0006090909090909092,
935
+ "loss": 2.0699,
936
+ "step": 130
937
+ },
938
+ {
939
+ "epoch": 1.190909090909091,
940
+ "grad_norm": 2.288034439086914,
941
+ "learning_rate": 0.0006060606060606061,
942
+ "loss": 1.8125,
943
+ "step": 131
944
+ },
945
+ {
946
+ "epoch": 1.2,
947
+ "grad_norm": 2.511610746383667,
948
+ "learning_rate": 0.0006030303030303031,
949
+ "loss": 1.8675,
950
+ "step": 132
951
+ },
952
+ {
953
+ "epoch": 1.209090909090909,
954
+ "grad_norm": 2.5025112628936768,
955
+ "learning_rate": 0.0006,
956
+ "loss": 1.6946,
957
+ "step": 133
958
+ },
959
+ {
960
+ "epoch": 1.2181818181818183,
961
+ "grad_norm": 2.751878261566162,
962
+ "learning_rate": 0.0005969696969696969,
963
+ "loss": 1.8889,
964
+ "step": 134
965
+ },
966
+ {
967
+ "epoch": 1.2272727272727273,
968
+ "grad_norm": 2.679440975189209,
969
+ "learning_rate": 0.000593939393939394,
970
+ "loss": 2.0828,
971
+ "step": 135
972
+ },
973
+ {
974
+ "epoch": 1.2363636363636363,
975
+ "grad_norm": 2.201718807220459,
976
+ "learning_rate": 0.0005909090909090909,
977
+ "loss": 1.8701,
978
+ "step": 136
979
+ },
980
+ {
981
+ "epoch": 1.2454545454545454,
982
+ "grad_norm": 2.436917304992676,
983
+ "learning_rate": 0.0005878787878787879,
984
+ "loss": 1.314,
985
+ "step": 137
986
+ },
987
+ {
988
+ "epoch": 1.2545454545454544,
989
+ "grad_norm": 3.0553855895996094,
990
+ "learning_rate": 0.0005848484848484848,
991
+ "loss": 1.634,
992
+ "step": 138
993
+ },
994
+ {
995
+ "epoch": 1.2636363636363637,
996
+ "grad_norm": 2.442186117172241,
997
+ "learning_rate": 0.0005818181818181818,
998
+ "loss": 1.8933,
999
+ "step": 139
1000
+ },
1001
+ {
1002
+ "epoch": 1.2727272727272727,
1003
+ "grad_norm": 2.6574347019195557,
1004
+ "learning_rate": 0.0005787878787878787,
1005
+ "loss": 1.9844,
1006
+ "step": 140
1007
+ },
1008
+ {
1009
+ "epoch": 1.2818181818181817,
1010
+ "grad_norm": 2.8756840229034424,
1011
+ "learning_rate": 0.0005757575757575758,
1012
+ "loss": 1.998,
1013
+ "step": 141
1014
+ },
1015
+ {
1016
+ "epoch": 1.290909090909091,
1017
+ "grad_norm": 2.4187090396881104,
1018
+ "learning_rate": 0.0005727272727272727,
1019
+ "loss": 1.6322,
1020
+ "step": 142
1021
+ },
1022
+ {
1023
+ "epoch": 1.3,
1024
+ "grad_norm": 2.815060615539551,
1025
+ "learning_rate": 0.0005696969696969697,
1026
+ "loss": 2.0559,
1027
+ "step": 143
1028
+ },
1029
+ {
1030
+ "epoch": 1.309090909090909,
1031
+ "grad_norm": 2.322110652923584,
1032
+ "learning_rate": 0.0005666666666666667,
1033
+ "loss": 1.5822,
1034
+ "step": 144
1035
+ },
1036
+ {
1037
+ "epoch": 1.3181818181818181,
1038
+ "grad_norm": 3.29026460647583,
1039
+ "learning_rate": 0.0005636363636363636,
1040
+ "loss": 2.1483,
1041
+ "step": 145
1042
+ },
1043
+ {
1044
+ "epoch": 1.3272727272727272,
1045
+ "grad_norm": 2.5443553924560547,
1046
+ "learning_rate": 0.0005606060606060606,
1047
+ "loss": 1.9236,
1048
+ "step": 146
1049
+ },
1050
+ {
1051
+ "epoch": 1.3363636363636364,
1052
+ "grad_norm": 2.380128860473633,
1053
+ "learning_rate": 0.0005575757575757576,
1054
+ "loss": 1.7843,
1055
+ "step": 147
1056
+ },
1057
+ {
1058
+ "epoch": 1.3454545454545455,
1059
+ "grad_norm": 3.059971332550049,
1060
+ "learning_rate": 0.0005545454545454546,
1061
+ "loss": 2.1714,
1062
+ "step": 148
1063
+ },
1064
+ {
1065
+ "epoch": 1.3545454545454545,
1066
+ "grad_norm": 2.9001710414886475,
1067
+ "learning_rate": 0.0005515151515151515,
1068
+ "loss": 1.6821,
1069
+ "step": 149
1070
+ },
1071
+ {
1072
+ "epoch": 1.3636363636363638,
1073
+ "grad_norm": 2.497539758682251,
1074
+ "learning_rate": 0.0005484848484848485,
1075
+ "loss": 1.6245,
1076
+ "step": 150
1077
+ },
1078
+ {
1079
+ "epoch": 1.3727272727272728,
1080
+ "grad_norm": 2.839470863342285,
1081
+ "learning_rate": 0.0005454545454545455,
1082
+ "loss": 2.0938,
1083
+ "step": 151
1084
+ },
1085
+ {
1086
+ "epoch": 1.3818181818181818,
1087
+ "grad_norm": 2.216948986053467,
1088
+ "learning_rate": 0.0005424242424242425,
1089
+ "loss": 1.8271,
1090
+ "step": 152
1091
+ },
1092
+ {
1093
+ "epoch": 1.3909090909090909,
1094
+ "grad_norm": 2.444714069366455,
1095
+ "learning_rate": 0.0005393939393939395,
1096
+ "loss": 1.7198,
1097
+ "step": 153
1098
+ },
1099
+ {
1100
+ "epoch": 1.4,
1101
+ "grad_norm": 2.4385690689086914,
1102
+ "learning_rate": 0.0005363636363636364,
1103
+ "loss": 1.9067,
1104
+ "step": 154
1105
+ },
1106
+ {
1107
+ "epoch": 1.4090909090909092,
1108
+ "grad_norm": 2.4564967155456543,
1109
+ "learning_rate": 0.0005333333333333334,
1110
+ "loss": 1.8764,
1111
+ "step": 155
1112
+ },
1113
+ {
1114
+ "epoch": 1.4181818181818182,
1115
+ "grad_norm": 2.790790319442749,
1116
+ "learning_rate": 0.0005303030303030302,
1117
+ "loss": 1.8772,
1118
+ "step": 156
1119
+ },
1120
+ {
1121
+ "epoch": 1.4272727272727272,
1122
+ "grad_norm": 2.4959654808044434,
1123
+ "learning_rate": 0.0005272727272727272,
1124
+ "loss": 1.435,
1125
+ "step": 157
1126
+ },
1127
+ {
1128
+ "epoch": 1.4363636363636363,
1129
+ "grad_norm": 2.9425346851348877,
1130
+ "learning_rate": 0.0005242424242424244,
1131
+ "loss": 1.8822,
1132
+ "step": 158
1133
+ },
1134
+ {
1135
+ "epoch": 1.4454545454545453,
1136
+ "grad_norm": 2.825913906097412,
1137
+ "learning_rate": 0.0005212121212121212,
1138
+ "loss": 1.822,
1139
+ "step": 159
1140
+ },
1141
+ {
1142
+ "epoch": 1.4545454545454546,
1143
+ "grad_norm": 2.6545915603637695,
1144
+ "learning_rate": 0.0005181818181818182,
1145
+ "loss": 2.022,
1146
+ "step": 160
1147
+ },
1148
+ {
1149
+ "epoch": 1.4636363636363636,
1150
+ "grad_norm": 2.6645827293395996,
1151
+ "learning_rate": 0.0005151515151515151,
1152
+ "loss": 1.8828,
1153
+ "step": 161
1154
+ },
1155
+ {
1156
+ "epoch": 1.4727272727272727,
1157
+ "grad_norm": 2.543569326400757,
1158
+ "learning_rate": 0.0005121212121212121,
1159
+ "loss": 1.4411,
1160
+ "step": 162
1161
+ },
1162
+ {
1163
+ "epoch": 1.481818181818182,
1164
+ "grad_norm": 3.0381972789764404,
1165
+ "learning_rate": 0.000509090909090909,
1166
+ "loss": 2.3069,
1167
+ "step": 163
1168
+ },
1169
+ {
1170
+ "epoch": 1.490909090909091,
1171
+ "grad_norm": 3.064439535140991,
1172
+ "learning_rate": 0.0005060606060606061,
1173
+ "loss": 1.6885,
1174
+ "step": 164
1175
+ },
1176
+ {
1177
+ "epoch": 1.5,
1178
+ "grad_norm": 2.1914868354797363,
1179
+ "learning_rate": 0.000503030303030303,
1180
+ "loss": 1.4315,
1181
+ "step": 165
1182
+ },
1183
+ {
1184
+ "epoch": 1.509090909090909,
1185
+ "grad_norm": 2.617656946182251,
1186
+ "learning_rate": 0.0005,
1187
+ "loss": 2.0026,
1188
+ "step": 166
1189
+ },
1190
+ {
1191
+ "epoch": 1.518181818181818,
1192
+ "grad_norm": 2.63329815864563,
1193
+ "learning_rate": 0.000496969696969697,
1194
+ "loss": 1.9036,
1195
+ "step": 167
1196
+ },
1197
+ {
1198
+ "epoch": 1.5272727272727273,
1199
+ "grad_norm": 2.2293972969055176,
1200
+ "learning_rate": 0.000493939393939394,
1201
+ "loss": 1.4624,
1202
+ "step": 168
1203
+ },
1204
+ {
1205
+ "epoch": 1.5363636363636364,
1206
+ "grad_norm": 4.34141206741333,
1207
+ "learning_rate": 0.0004909090909090909,
1208
+ "loss": 1.9284,
1209
+ "step": 169
1210
+ },
1211
+ {
1212
+ "epoch": 1.5454545454545454,
1213
+ "grad_norm": 2.182271718978882,
1214
+ "learning_rate": 0.00048787878787878784,
1215
+ "loss": 1.507,
1216
+ "step": 170
1217
+ },
1218
+ {
1219
+ "epoch": 1.5545454545454547,
1220
+ "grad_norm": 2.7675859928131104,
1221
+ "learning_rate": 0.0004848484848484849,
1222
+ "loss": 1.8627,
1223
+ "step": 171
1224
+ },
1225
+ {
1226
+ "epoch": 1.5636363636363635,
1227
+ "grad_norm": 3.356370210647583,
1228
+ "learning_rate": 0.00048181818181818184,
1229
+ "loss": 1.6703,
1230
+ "step": 172
1231
+ },
1232
+ {
1233
+ "epoch": 1.5727272727272728,
1234
+ "grad_norm": 2.413191556930542,
1235
+ "learning_rate": 0.0004787878787878788,
1236
+ "loss": 1.6267,
1237
+ "step": 173
1238
+ },
1239
+ {
1240
+ "epoch": 1.5818181818181818,
1241
+ "grad_norm": 13.067462921142578,
1242
+ "learning_rate": 0.0004757575757575758,
1243
+ "loss": 1.915,
1244
+ "step": 174
1245
+ },
1246
+ {
1247
+ "epoch": 1.5909090909090908,
1248
+ "grad_norm": 2.624382972717285,
1249
+ "learning_rate": 0.0004727272727272727,
1250
+ "loss": 1.8609,
1251
+ "step": 175
1252
+ },
1253
+ {
1254
+ "epoch": 1.6,
1255
+ "grad_norm": 2.9605531692504883,
1256
+ "learning_rate": 0.0004696969696969697,
1257
+ "loss": 2.1191,
1258
+ "step": 176
1259
+ },
1260
+ {
1261
+ "epoch": 1.6090909090909091,
1262
+ "grad_norm": 3.2149980068206787,
1263
+ "learning_rate": 0.00046666666666666666,
1264
+ "loss": 1.7386,
1265
+ "step": 177
1266
+ },
1267
+ {
1268
+ "epoch": 1.6181818181818182,
1269
+ "grad_norm": 2.8748786449432373,
1270
+ "learning_rate": 0.00046363636363636366,
1271
+ "loss": 1.8338,
1272
+ "step": 178
1273
+ },
1274
+ {
1275
+ "epoch": 1.6272727272727274,
1276
+ "grad_norm": 2.3335795402526855,
1277
+ "learning_rate": 0.00046060606060606066,
1278
+ "loss": 1.8019,
1279
+ "step": 179
1280
+ },
1281
+ {
1282
+ "epoch": 1.6363636363636362,
1283
+ "grad_norm": 2.5075104236602783,
1284
+ "learning_rate": 0.0004575757575757576,
1285
+ "loss": 1.878,
1286
+ "step": 180
1287
+ },
1288
+ {
1289
+ "epoch": 1.6454545454545455,
1290
+ "grad_norm": 2.5159807205200195,
1291
+ "learning_rate": 0.00045454545454545455,
1292
+ "loss": 1.6723,
1293
+ "step": 181
1294
+ },
1295
+ {
1296
+ "epoch": 1.6545454545454545,
1297
+ "grad_norm": 2.580455780029297,
1298
+ "learning_rate": 0.00045151515151515154,
1299
+ "loss": 1.4807,
1300
+ "step": 182
1301
+ },
1302
+ {
1303
+ "epoch": 1.6636363636363636,
1304
+ "grad_norm": 2.2196693420410156,
1305
+ "learning_rate": 0.0004484848484848485,
1306
+ "loss": 1.624,
1307
+ "step": 183
1308
+ },
1309
+ {
1310
+ "epoch": 1.6727272727272728,
1311
+ "grad_norm": 2.7003753185272217,
1312
+ "learning_rate": 0.00044545454545454543,
1313
+ "loss": 2.2516,
1314
+ "step": 184
1315
+ },
1316
+ {
1317
+ "epoch": 1.6818181818181817,
1318
+ "grad_norm": 2.597348213195801,
1319
+ "learning_rate": 0.00044242424242424243,
1320
+ "loss": 1.9062,
1321
+ "step": 185
1322
+ },
1323
+ {
1324
+ "epoch": 1.690909090909091,
1325
+ "grad_norm": 2.528597593307495,
1326
+ "learning_rate": 0.0004393939393939394,
1327
+ "loss": 1.9046,
1328
+ "step": 186
1329
+ },
1330
+ {
1331
+ "epoch": 1.7,
1332
+ "grad_norm": 2.2618162631988525,
1333
+ "learning_rate": 0.00043636363636363637,
1334
+ "loss": 1.7079,
1335
+ "step": 187
1336
+ },
1337
+ {
1338
+ "epoch": 1.709090909090909,
1339
+ "grad_norm": 2.909514904022217,
1340
+ "learning_rate": 0.00043333333333333337,
1341
+ "loss": 1.9158,
1342
+ "step": 188
1343
+ },
1344
+ {
1345
+ "epoch": 1.7181818181818183,
1346
+ "grad_norm": 2.2447235584259033,
1347
+ "learning_rate": 0.0004303030303030303,
1348
+ "loss": 1.4515,
1349
+ "step": 189
1350
+ },
1351
+ {
1352
+ "epoch": 1.7272727272727273,
1353
+ "grad_norm": 3.2865188121795654,
1354
+ "learning_rate": 0.00042727272727272726,
1355
+ "loss": 1.8351,
1356
+ "step": 190
1357
+ },
1358
+ {
1359
+ "epoch": 1.7363636363636363,
1360
+ "grad_norm": 2.549165725708008,
1361
+ "learning_rate": 0.00042424242424242425,
1362
+ "loss": 1.6933,
1363
+ "step": 191
1364
+ },
1365
+ {
1366
+ "epoch": 1.7454545454545456,
1367
+ "grad_norm": 2.8467226028442383,
1368
+ "learning_rate": 0.0004212121212121212,
1369
+ "loss": 1.9059,
1370
+ "step": 192
1371
+ },
1372
+ {
1373
+ "epoch": 1.7545454545454544,
1374
+ "grad_norm": 2.3888092041015625,
1375
+ "learning_rate": 0.00041818181818181814,
1376
+ "loss": 1.7501,
1377
+ "step": 193
1378
+ },
1379
+ {
1380
+ "epoch": 1.7636363636363637,
1381
+ "grad_norm": 2.585704803466797,
1382
+ "learning_rate": 0.0004151515151515152,
1383
+ "loss": 2.1623,
1384
+ "step": 194
1385
+ },
1386
+ {
1387
+ "epoch": 1.7727272727272727,
1388
+ "grad_norm": 2.5531675815582275,
1389
+ "learning_rate": 0.00041212121212121214,
1390
+ "loss": 1.82,
1391
+ "step": 195
1392
+ },
1393
+ {
1394
+ "epoch": 1.7818181818181817,
1395
+ "grad_norm": 2.728339433670044,
1396
+ "learning_rate": 0.00040909090909090913,
1397
+ "loss": 2.0687,
1398
+ "step": 196
1399
+ },
1400
+ {
1401
+ "epoch": 1.790909090909091,
1402
+ "grad_norm": 2.3787455558776855,
1403
+ "learning_rate": 0.0004060606060606061,
1404
+ "loss": 1.4289,
1405
+ "step": 197
1406
+ },
1407
+ {
1408
+ "epoch": 1.8,
1409
+ "grad_norm": 2.5409841537475586,
1410
+ "learning_rate": 0.000403030303030303,
1411
+ "loss": 1.9235,
1412
+ "step": 198
1413
+ },
1414
+ {
1415
+ "epoch": 1.809090909090909,
1416
+ "grad_norm": 2.4541749954223633,
1417
+ "learning_rate": 0.0004,
1418
+ "loss": 1.9558,
1419
+ "step": 199
1420
+ },
1421
+ {
1422
+ "epoch": 1.8181818181818183,
1423
+ "grad_norm": 2.4019274711608887,
1424
+ "learning_rate": 0.00039696969696969696,
1425
+ "loss": 1.8594,
1426
+ "step": 200
1427
+ },
1428
+ {
1429
+ "epoch": 1.8272727272727272,
1430
+ "grad_norm": 2.3181419372558594,
1431
+ "learning_rate": 0.0003939393939393939,
1432
+ "loss": 1.8276,
1433
+ "step": 201
1434
+ },
1435
+ {
1436
+ "epoch": 1.8363636363636364,
1437
+ "grad_norm": 2.583129405975342,
1438
+ "learning_rate": 0.00039090909090909096,
1439
+ "loss": 1.7626,
1440
+ "step": 202
1441
+ },
1442
+ {
1443
+ "epoch": 1.8454545454545455,
1444
+ "grad_norm": 2.31734037399292,
1445
+ "learning_rate": 0.0003878787878787879,
1446
+ "loss": 1.6511,
1447
+ "step": 203
1448
+ },
1449
+ {
1450
+ "epoch": 1.8545454545454545,
1451
+ "grad_norm": 2.237738847732544,
1452
+ "learning_rate": 0.00038484848484848485,
1453
+ "loss": 1.7512,
1454
+ "step": 204
1455
+ },
1456
+ {
1457
+ "epoch": 1.8636363636363638,
1458
+ "grad_norm": 2.401519775390625,
1459
+ "learning_rate": 0.00038181818181818184,
1460
+ "loss": 1.6289,
1461
+ "step": 205
1462
+ },
1463
+ {
1464
+ "epoch": 1.8727272727272726,
1465
+ "grad_norm": 2.315751314163208,
1466
+ "learning_rate": 0.0003787878787878788,
1467
+ "loss": 1.787,
1468
+ "step": 206
1469
+ },
1470
+ {
1471
+ "epoch": 1.8818181818181818,
1472
+ "grad_norm": 2.4543066024780273,
1473
+ "learning_rate": 0.00037575757575757573,
1474
+ "loss": 1.719,
1475
+ "step": 207
1476
+ },
1477
+ {
1478
+ "epoch": 1.8909090909090909,
1479
+ "grad_norm": 2.575685501098633,
1480
+ "learning_rate": 0.00037272727272727273,
1481
+ "loss": 1.7264,
1482
+ "step": 208
1483
+ },
1484
+ {
1485
+ "epoch": 1.9,
1486
+ "grad_norm": 2.6653568744659424,
1487
+ "learning_rate": 0.00036969696969696967,
1488
+ "loss": 1.8971,
1489
+ "step": 209
1490
+ },
1491
+ {
1492
+ "epoch": 1.9090909090909092,
1493
+ "grad_norm": 2.39787220954895,
1494
+ "learning_rate": 0.00036666666666666667,
1495
+ "loss": 1.7648,
1496
+ "step": 210
1497
+ },
1498
+ {
1499
+ "epoch": 1.9181818181818182,
1500
+ "grad_norm": 2.5552029609680176,
1501
+ "learning_rate": 0.00036363636363636367,
1502
+ "loss": 1.6755,
1503
+ "step": 211
1504
+ },
1505
+ {
1506
+ "epoch": 1.9272727272727272,
1507
+ "grad_norm": 2.2527482509613037,
1508
+ "learning_rate": 0.0003606060606060606,
1509
+ "loss": 1.8944,
1510
+ "step": 212
1511
+ },
1512
+ {
1513
+ "epoch": 1.9363636363636365,
1514
+ "grad_norm": 2.5677874088287354,
1515
+ "learning_rate": 0.0003575757575757576,
1516
+ "loss": 1.7896,
1517
+ "step": 213
1518
+ },
1519
+ {
1520
+ "epoch": 1.9454545454545453,
1521
+ "grad_norm": 2.451333522796631,
1522
+ "learning_rate": 0.00035454545454545455,
1523
+ "loss": 1.8368,
1524
+ "step": 214
1525
+ },
1526
+ {
1527
+ "epoch": 1.9545454545454546,
1528
+ "grad_norm": 2.332315683364868,
1529
+ "learning_rate": 0.0003515151515151515,
1530
+ "loss": 1.8191,
1531
+ "step": 215
1532
+ },
1533
+ {
1534
+ "epoch": 1.9636363636363636,
1535
+ "grad_norm": 2.981977701187134,
1536
+ "learning_rate": 0.0003484848484848485,
1537
+ "loss": 1.971,
1538
+ "step": 216
1539
+ },
1540
+ {
1541
+ "epoch": 1.9727272727272727,
1542
+ "grad_norm": 3.5898079872131348,
1543
+ "learning_rate": 0.00034545454545454544,
1544
+ "loss": 1.728,
1545
+ "step": 217
1546
+ },
1547
+ {
1548
+ "epoch": 1.981818181818182,
1549
+ "grad_norm": 2.1082215309143066,
1550
+ "learning_rate": 0.00034242424242424244,
1551
+ "loss": 1.4979,
1552
+ "step": 218
1553
+ },
1554
+ {
1555
+ "epoch": 1.990909090909091,
1556
+ "grad_norm": 2.445408344268799,
1557
+ "learning_rate": 0.00033939393939393943,
1558
+ "loss": 2.1786,
1559
+ "step": 219
1560
+ },
1561
+ {
1562
+ "epoch": 2.0,
1563
+ "grad_norm": 2.460315704345703,
1564
+ "learning_rate": 0.0003363636363636364,
1565
+ "loss": 1.8113,
1566
+ "step": 220
1567
+ },
1568
+ {
1569
+ "epoch": 2.0,
1570
+ "eval_f1": 0.8895,
1571
+ "eval_gen_len": 47.9455,
1572
+ "eval_loss": 1.842458963394165,
1573
+ "eval_precision": 0.887,
1574
+ "eval_recall": 0.8921,
1575
+ "eval_rouge1": 0.4405,
1576
+ "eval_rouge2": 0.2078,
1577
+ "eval_rougeL": 0.3706,
1578
+ "eval_rougeLsum": 0.4044,
1579
+ "eval_runtime": 32.6446,
1580
+ "eval_samples_per_second": 3.37,
1581
+ "eval_steps_per_second": 0.429,
1582
+ "step": 220
1583
+ },
1584
+ {
1585
+ "epoch": 2.0090909090909093,
1586
+ "grad_norm": 2.0154640674591064,
1587
+ "learning_rate": 0.0003333333333333333,
1588
+ "loss": 1.3301,
1589
+ "step": 221
1590
+ },
1591
+ {
1592
+ "epoch": 2.018181818181818,
1593
+ "grad_norm": 2.1819756031036377,
1594
+ "learning_rate": 0.0003303030303030303,
1595
+ "loss": 1.6667,
1596
+ "step": 222
1597
+ },
1598
+ {
1599
+ "epoch": 2.0272727272727273,
1600
+ "grad_norm": 2.465330123901367,
1601
+ "learning_rate": 0.00032727272727272726,
1602
+ "loss": 1.75,
1603
+ "step": 223
1604
+ },
1605
+ {
1606
+ "epoch": 2.036363636363636,
1607
+ "grad_norm": 2.5161306858062744,
1608
+ "learning_rate": 0.0003242424242424242,
1609
+ "loss": 1.6118,
1610
+ "step": 224
1611
+ },
1612
+ {
1613
+ "epoch": 2.0454545454545454,
1614
+ "grad_norm": 2.7278683185577393,
1615
+ "learning_rate": 0.00032121212121212126,
1616
+ "loss": 1.8196,
1617
+ "step": 225
1618
+ },
1619
+ {
1620
+ "epoch": 2.0545454545454547,
1621
+ "grad_norm": 2.9510879516601562,
1622
+ "learning_rate": 0.0003181818181818182,
1623
+ "loss": 2.3157,
1624
+ "step": 226
1625
+ },
1626
+ {
1627
+ "epoch": 2.0636363636363635,
1628
+ "grad_norm": 3.835249185562134,
1629
+ "learning_rate": 0.00031515151515151515,
1630
+ "loss": 1.6014,
1631
+ "step": 227
1632
+ },
1633
+ {
1634
+ "epoch": 2.0727272727272728,
1635
+ "grad_norm": 2.080087184906006,
1636
+ "learning_rate": 0.00031212121212121214,
1637
+ "loss": 1.6472,
1638
+ "step": 228
1639
+ },
1640
+ {
1641
+ "epoch": 2.081818181818182,
1642
+ "grad_norm": 1.9185264110565186,
1643
+ "learning_rate": 0.0003090909090909091,
1644
+ "loss": 1.3914,
1645
+ "step": 229
1646
+ },
1647
+ {
1648
+ "epoch": 2.090909090909091,
1649
+ "grad_norm": 2.4587159156799316,
1650
+ "learning_rate": 0.00030606060606060603,
1651
+ "loss": 1.6061,
1652
+ "step": 230
1653
+ },
1654
+ {
1655
+ "epoch": 2.1,
1656
+ "grad_norm": 2.5602974891662598,
1657
+ "learning_rate": 0.00030303030303030303,
1658
+ "loss": 1.5418,
1659
+ "step": 231
1660
+ },
1661
+ {
1662
+ "epoch": 2.109090909090909,
1663
+ "grad_norm": 2.192009449005127,
1664
+ "learning_rate": 0.0003,
1665
+ "loss": 1.3653,
1666
+ "step": 232
1667
+ },
1668
+ {
1669
+ "epoch": 2.118181818181818,
1670
+ "grad_norm": 2.290621280670166,
1671
+ "learning_rate": 0.000296969696969697,
1672
+ "loss": 1.5648,
1673
+ "step": 233
1674
+ },
1675
+ {
1676
+ "epoch": 2.1272727272727274,
1677
+ "grad_norm": 2.4064700603485107,
1678
+ "learning_rate": 0.00029393939393939397,
1679
+ "loss": 1.3991,
1680
+ "step": 234
1681
+ },
1682
+ {
1683
+ "epoch": 2.1363636363636362,
1684
+ "grad_norm": 2.089644193649292,
1685
+ "learning_rate": 0.0002909090909090909,
1686
+ "loss": 1.4052,
1687
+ "step": 235
1688
+ },
1689
+ {
1690
+ "epoch": 2.1454545454545455,
1691
+ "grad_norm": 2.5490119457244873,
1692
+ "learning_rate": 0.0002878787878787879,
1693
+ "loss": 1.848,
1694
+ "step": 236
1695
+ },
1696
+ {
1697
+ "epoch": 2.1545454545454543,
1698
+ "grad_norm": 2.4433960914611816,
1699
+ "learning_rate": 0.00028484848484848485,
1700
+ "loss": 1.4707,
1701
+ "step": 237
1702
+ },
1703
+ {
1704
+ "epoch": 2.1636363636363636,
1705
+ "grad_norm": 2.4454262256622314,
1706
+ "learning_rate": 0.0002818181818181818,
1707
+ "loss": 1.7068,
1708
+ "step": 238
1709
+ },
1710
+ {
1711
+ "epoch": 2.172727272727273,
1712
+ "grad_norm": 2.2358107566833496,
1713
+ "learning_rate": 0.0002787878787878788,
1714
+ "loss": 1.6742,
1715
+ "step": 239
1716
+ },
1717
+ {
1718
+ "epoch": 2.1818181818181817,
1719
+ "grad_norm": 2.5307295322418213,
1720
+ "learning_rate": 0.00027575757575757574,
1721
+ "loss": 2.0389,
1722
+ "step": 240
1723
+ },
1724
+ {
1725
+ "epoch": 2.190909090909091,
1726
+ "grad_norm": 2.4633138179779053,
1727
+ "learning_rate": 0.00027272727272727274,
1728
+ "loss": 1.5133,
1729
+ "step": 241
1730
+ },
1731
+ {
1732
+ "epoch": 2.2,
1733
+ "grad_norm": 2.0959370136260986,
1734
+ "learning_rate": 0.00026969696969696974,
1735
+ "loss": 1.0963,
1736
+ "step": 242
1737
+ },
1738
+ {
1739
+ "epoch": 2.209090909090909,
1740
+ "grad_norm": 3.0272507667541504,
1741
+ "learning_rate": 0.0002666666666666667,
1742
+ "loss": 2.2177,
1743
+ "step": 243
1744
+ },
1745
+ {
1746
+ "epoch": 2.2181818181818183,
1747
+ "grad_norm": 2.701101064682007,
1748
+ "learning_rate": 0.0002636363636363636,
1749
+ "loss": 1.8172,
1750
+ "step": 244
1751
+ },
1752
+ {
1753
+ "epoch": 2.227272727272727,
1754
+ "grad_norm": 2.9831676483154297,
1755
+ "learning_rate": 0.0002606060606060606,
1756
+ "loss": 1.6227,
1757
+ "step": 245
1758
+ },
1759
+ {
1760
+ "epoch": 2.2363636363636363,
1761
+ "grad_norm": 2.5127904415130615,
1762
+ "learning_rate": 0.00025757575757575756,
1763
+ "loss": 1.9612,
1764
+ "step": 246
1765
+ },
1766
+ {
1767
+ "epoch": 2.2454545454545456,
1768
+ "grad_norm": 2.4743709564208984,
1769
+ "learning_rate": 0.0002545454545454545,
1770
+ "loss": 1.7218,
1771
+ "step": 247
1772
+ },
1773
+ {
1774
+ "epoch": 2.2545454545454544,
1775
+ "grad_norm": 2.5098891258239746,
1776
+ "learning_rate": 0.0002515151515151515,
1777
+ "loss": 1.6978,
1778
+ "step": 248
1779
+ },
1780
+ {
1781
+ "epoch": 2.2636363636363637,
1782
+ "grad_norm": 2.8110573291778564,
1783
+ "learning_rate": 0.0002484848484848485,
1784
+ "loss": 1.8747,
1785
+ "step": 249
1786
+ },
1787
+ {
1788
+ "epoch": 2.2727272727272725,
1789
+ "grad_norm": 2.8731203079223633,
1790
+ "learning_rate": 0.00024545454545454545,
1791
+ "loss": 2.0432,
1792
+ "step": 250
1793
+ },
1794
+ {
1795
+ "epoch": 2.2818181818181817,
1796
+ "grad_norm": 2.0982441902160645,
1797
+ "learning_rate": 0.00024242424242424245,
1798
+ "loss": 1.2584,
1799
+ "step": 251
1800
+ },
1801
+ {
1802
+ "epoch": 2.290909090909091,
1803
+ "grad_norm": 1.8465726375579834,
1804
+ "learning_rate": 0.0002393939393939394,
1805
+ "loss": 1.2918,
1806
+ "step": 252
1807
+ },
1808
+ {
1809
+ "epoch": 2.3,
1810
+ "grad_norm": 2.56306529045105,
1811
+ "learning_rate": 0.00023636363636363636,
1812
+ "loss": 1.7069,
1813
+ "step": 253
1814
+ },
1815
+ {
1816
+ "epoch": 2.309090909090909,
1817
+ "grad_norm": 2.648282051086426,
1818
+ "learning_rate": 0.00023333333333333333,
1819
+ "loss": 1.8886,
1820
+ "step": 254
1821
+ },
1822
+ {
1823
+ "epoch": 2.3181818181818183,
1824
+ "grad_norm": 2.514946937561035,
1825
+ "learning_rate": 0.00023030303030303033,
1826
+ "loss": 1.656,
1827
+ "step": 255
1828
+ },
1829
+ {
1830
+ "epoch": 2.327272727272727,
1831
+ "grad_norm": 2.4879283905029297,
1832
+ "learning_rate": 0.00022727272727272727,
1833
+ "loss": 1.7414,
1834
+ "step": 256
1835
+ },
1836
+ {
1837
+ "epoch": 2.3363636363636364,
1838
+ "grad_norm": 2.4295196533203125,
1839
+ "learning_rate": 0.00022424242424242424,
1840
+ "loss": 2.0192,
1841
+ "step": 257
1842
+ },
1843
+ {
1844
+ "epoch": 2.3454545454545457,
1845
+ "grad_norm": 2.460949659347534,
1846
+ "learning_rate": 0.00022121212121212121,
1847
+ "loss": 1.509,
1848
+ "step": 258
1849
+ },
1850
+ {
1851
+ "epoch": 2.3545454545454545,
1852
+ "grad_norm": 3.271554946899414,
1853
+ "learning_rate": 0.00021818181818181818,
1854
+ "loss": 1.7313,
1855
+ "step": 259
1856
+ },
1857
+ {
1858
+ "epoch": 2.3636363636363638,
1859
+ "grad_norm": 2.355854034423828,
1860
+ "learning_rate": 0.00021515151515151516,
1861
+ "loss": 1.8235,
1862
+ "step": 260
1863
+ },
1864
+ {
1865
+ "epoch": 2.3727272727272726,
1866
+ "grad_norm": 2.405120611190796,
1867
+ "learning_rate": 0.00021212121212121213,
1868
+ "loss": 1.4577,
1869
+ "step": 261
1870
+ },
1871
+ {
1872
+ "epoch": 2.381818181818182,
1873
+ "grad_norm": 2.34444522857666,
1874
+ "learning_rate": 0.00020909090909090907,
1875
+ "loss": 1.5755,
1876
+ "step": 262
1877
+ },
1878
+ {
1879
+ "epoch": 2.390909090909091,
1880
+ "grad_norm": 2.167985439300537,
1881
+ "learning_rate": 0.00020606060606060607,
1882
+ "loss": 1.1628,
1883
+ "step": 263
1884
+ },
1885
+ {
1886
+ "epoch": 2.4,
1887
+ "grad_norm": 2.385040521621704,
1888
+ "learning_rate": 0.00020303030303030304,
1889
+ "loss": 1.7754,
1890
+ "step": 264
1891
+ },
1892
+ {
1893
+ "epoch": 2.409090909090909,
1894
+ "grad_norm": 2.0218145847320557,
1895
+ "learning_rate": 0.0002,
1896
+ "loss": 1.5066,
1897
+ "step": 265
1898
+ },
1899
+ {
1900
+ "epoch": 2.418181818181818,
1901
+ "grad_norm": 2.502011775970459,
1902
+ "learning_rate": 0.00019696969696969695,
1903
+ "loss": 1.4403,
1904
+ "step": 266
1905
+ },
1906
+ {
1907
+ "epoch": 2.4272727272727272,
1908
+ "grad_norm": 4.635171413421631,
1909
+ "learning_rate": 0.00019393939393939395,
1910
+ "loss": 1.845,
1911
+ "step": 267
1912
+ },
1913
+ {
1914
+ "epoch": 2.4363636363636365,
1915
+ "grad_norm": 2.193366527557373,
1916
+ "learning_rate": 0.00019090909090909092,
1917
+ "loss": 1.4223,
1918
+ "step": 268
1919
+ },
1920
+ {
1921
+ "epoch": 2.4454545454545453,
1922
+ "grad_norm": 2.250093460083008,
1923
+ "learning_rate": 0.00018787878787878787,
1924
+ "loss": 1.6882,
1925
+ "step": 269
1926
+ },
1927
+ {
1928
+ "epoch": 2.4545454545454546,
1929
+ "grad_norm": 2.669780969619751,
1930
+ "learning_rate": 0.00018484848484848484,
1931
+ "loss": 1.7122,
1932
+ "step": 270
1933
+ },
1934
+ {
1935
+ "epoch": 2.463636363636364,
1936
+ "grad_norm": 2.548133134841919,
1937
+ "learning_rate": 0.00018181818181818183,
1938
+ "loss": 1.5838,
1939
+ "step": 271
1940
+ },
1941
+ {
1942
+ "epoch": 2.4727272727272727,
1943
+ "grad_norm": 2.6356258392333984,
1944
+ "learning_rate": 0.0001787878787878788,
1945
+ "loss": 1.3506,
1946
+ "step": 272
1947
+ },
1948
+ {
1949
+ "epoch": 2.481818181818182,
1950
+ "grad_norm": 2.5957043170928955,
1951
+ "learning_rate": 0.00017575757575757575,
1952
+ "loss": 1.4934,
1953
+ "step": 273
1954
+ },
1955
+ {
1956
+ "epoch": 2.4909090909090907,
1957
+ "grad_norm": 3.7238268852233887,
1958
+ "learning_rate": 0.00017272727272727272,
1959
+ "loss": 1.7511,
1960
+ "step": 274
1961
+ },
1962
+ {
1963
+ "epoch": 2.5,
1964
+ "grad_norm": 2.482964277267456,
1965
+ "learning_rate": 0.00016969696969696972,
1966
+ "loss": 1.7466,
1967
+ "step": 275
1968
+ },
1969
+ {
1970
+ "epoch": 2.509090909090909,
1971
+ "grad_norm": 2.321547269821167,
1972
+ "learning_rate": 0.00016666666666666666,
1973
+ "loss": 1.5128,
1974
+ "step": 276
1975
+ },
1976
+ {
1977
+ "epoch": 2.518181818181818,
1978
+ "grad_norm": 2.419701337814331,
1979
+ "learning_rate": 0.00016363636363636363,
1980
+ "loss": 1.5615,
1981
+ "step": 277
1982
+ },
1983
+ {
1984
+ "epoch": 2.5272727272727273,
1985
+ "grad_norm": 2.3019657135009766,
1986
+ "learning_rate": 0.00016060606060606063,
1987
+ "loss": 1.6941,
1988
+ "step": 278
1989
+ },
1990
+ {
1991
+ "epoch": 2.536363636363636,
1992
+ "grad_norm": 2.5533840656280518,
1993
+ "learning_rate": 0.00015757575757575757,
1994
+ "loss": 1.8496,
1995
+ "step": 279
1996
+ },
1997
+ {
1998
+ "epoch": 2.5454545454545454,
1999
+ "grad_norm": 2.1479430198669434,
2000
+ "learning_rate": 0.00015454545454545454,
2001
+ "loss": 1.5563,
2002
+ "step": 280
2003
+ },
2004
+ {
2005
+ "epoch": 2.5545454545454547,
2006
+ "grad_norm": 2.5231099128723145,
2007
+ "learning_rate": 0.00015151515151515152,
2008
+ "loss": 1.5354,
2009
+ "step": 281
2010
+ },
2011
+ {
2012
+ "epoch": 2.5636363636363635,
2013
+ "grad_norm": 2.383594512939453,
2014
+ "learning_rate": 0.0001484848484848485,
2015
+ "loss": 1.3998,
2016
+ "step": 282
2017
+ },
2018
+ {
2019
+ "epoch": 2.5727272727272728,
2020
+ "grad_norm": 2.5166029930114746,
2021
+ "learning_rate": 0.00014545454545454546,
2022
+ "loss": 1.4831,
2023
+ "step": 283
2024
+ },
2025
+ {
2026
+ "epoch": 2.581818181818182,
2027
+ "grad_norm": 2.7043814659118652,
2028
+ "learning_rate": 0.00014242424242424243,
2029
+ "loss": 1.7,
2030
+ "step": 284
2031
+ },
2032
+ {
2033
+ "epoch": 2.590909090909091,
2034
+ "grad_norm": 10.003056526184082,
2035
+ "learning_rate": 0.0001393939393939394,
2036
+ "loss": 1.7278,
2037
+ "step": 285
2038
+ },
2039
+ {
2040
+ "epoch": 2.6,
2041
+ "grad_norm": 3.052633047103882,
2042
+ "learning_rate": 0.00013636363636363637,
2043
+ "loss": 1.4332,
2044
+ "step": 286
2045
+ },
2046
+ {
2047
+ "epoch": 2.6090909090909093,
2048
+ "grad_norm": 2.6464176177978516,
2049
+ "learning_rate": 0.00013333333333333334,
2050
+ "loss": 1.5848,
2051
+ "step": 287
2052
+ },
2053
+ {
2054
+ "epoch": 2.618181818181818,
2055
+ "grad_norm": 2.962571859359741,
2056
+ "learning_rate": 0.0001303030303030303,
2057
+ "loss": 1.7599,
2058
+ "step": 288
2059
+ },
2060
+ {
2061
+ "epoch": 2.6272727272727274,
2062
+ "grad_norm": 2.261340379714966,
2063
+ "learning_rate": 0.00012727272727272725,
2064
+ "loss": 1.4792,
2065
+ "step": 289
2066
+ },
2067
+ {
2068
+ "epoch": 2.6363636363636362,
2069
+ "grad_norm": NaN,
2070
+ "learning_rate": 0.00012424242424242425,
2071
+ "loss": 0.0,
2072
+ "step": 290
2073
+ },
2074
+ {
2075
+ "epoch": 2.6454545454545455,
2076
+ "grad_norm": 3.0735630989074707,
2077
+ "learning_rate": 0.00012121212121212122,
2078
+ "loss": 1.7659,
2079
+ "step": 291
2080
+ },
2081
+ {
2082
+ "epoch": 2.6545454545454543,
2083
+ "grad_norm": 3.072765827178955,
2084
+ "learning_rate": 0.00011818181818181818,
2085
+ "loss": 2.2377,
2086
+ "step": 292
2087
+ },
2088
+ {
2089
+ "epoch": 2.6636363636363636,
2090
+ "grad_norm": 2.466731309890747,
2091
+ "learning_rate": 0.00011515151515151516,
2092
+ "loss": 1.6502,
2093
+ "step": 293
2094
+ },
2095
+ {
2096
+ "epoch": 2.672727272727273,
2097
+ "grad_norm": 2.2722489833831787,
2098
+ "learning_rate": 0.00011212121212121212,
2099
+ "loss": 1.6552,
2100
+ "step": 294
2101
+ },
2102
+ {
2103
+ "epoch": 2.6818181818181817,
2104
+ "grad_norm": 2.7433536052703857,
2105
+ "learning_rate": 0.00010909090909090909,
2106
+ "loss": 2.08,
2107
+ "step": 295
2108
+ },
2109
+ {
2110
+ "epoch": 2.690909090909091,
2111
+ "grad_norm": 2.5492448806762695,
2112
+ "learning_rate": 0.00010606060606060606,
2113
+ "loss": 1.7677,
2114
+ "step": 296
2115
+ },
2116
+ {
2117
+ "epoch": 2.7,
2118
+ "grad_norm": 2.3449833393096924,
2119
+ "learning_rate": 0.00010303030303030303,
2120
+ "loss": 1.6694,
2121
+ "step": 297
2122
+ },
2123
+ {
2124
+ "epoch": 2.709090909090909,
2125
+ "grad_norm": 2.7153916358947754,
2126
+ "learning_rate": 0.0001,
2127
+ "loss": 1.3812,
2128
+ "step": 298
2129
+ },
2130
+ {
2131
+ "epoch": 2.7181818181818183,
2132
+ "grad_norm": 2.1592047214508057,
2133
+ "learning_rate": 9.696969696969698e-05,
2134
+ "loss": 1.3815,
2135
+ "step": 299
2136
+ },
2137
+ {
2138
+ "epoch": 2.7272727272727275,
2139
+ "grad_norm": 3.2410662174224854,
2140
+ "learning_rate": 9.393939393939393e-05,
2141
+ "loss": 2.1037,
2142
+ "step": 300
2143
+ },
2144
+ {
2145
+ "epoch": 2.7363636363636363,
2146
+ "grad_norm": 2.0701189041137695,
2147
+ "learning_rate": 9.090909090909092e-05,
2148
+ "loss": 1.3937,
2149
+ "step": 301
2150
+ },
2151
+ {
2152
+ "epoch": 2.7454545454545456,
2153
+ "grad_norm": 2.5659232139587402,
2154
+ "learning_rate": 8.787878787878787e-05,
2155
+ "loss": 1.5204,
2156
+ "step": 302
2157
+ },
2158
+ {
2159
+ "epoch": 2.7545454545454544,
2160
+ "grad_norm": 3.118102550506592,
2161
+ "learning_rate": 8.484848484848486e-05,
2162
+ "loss": 1.4983,
2163
+ "step": 303
2164
+ },
2165
+ {
2166
+ "epoch": 2.7636363636363637,
2167
+ "grad_norm": 2.226433753967285,
2168
+ "learning_rate": 8.181818181818182e-05,
2169
+ "loss": 1.4297,
2170
+ "step": 304
2171
+ },
2172
+ {
2173
+ "epoch": 2.7727272727272725,
2174
+ "grad_norm": 2.578153371810913,
2175
+ "learning_rate": 7.878787878787879e-05,
2176
+ "loss": 1.3101,
2177
+ "step": 305
2178
+ },
2179
+ {
2180
+ "epoch": 2.7818181818181817,
2181
+ "grad_norm": 2.4904444217681885,
2182
+ "learning_rate": 7.575757575757576e-05,
2183
+ "loss": 1.6498,
2184
+ "step": 306
2185
+ },
2186
+ {
2187
+ "epoch": 2.790909090909091,
2188
+ "grad_norm": 2.640037775039673,
2189
+ "learning_rate": 7.272727272727273e-05,
2190
+ "loss": 1.8342,
2191
+ "step": 307
2192
+ },
2193
+ {
2194
+ "epoch": 2.8,
2195
+ "grad_norm": 2.5342345237731934,
2196
+ "learning_rate": 6.96969696969697e-05,
2197
+ "loss": 1.5222,
2198
+ "step": 308
2199
+ },
2200
+ {
2201
+ "epoch": 2.809090909090909,
2202
+ "grad_norm": 2.836242914199829,
2203
+ "learning_rate": 6.666666666666667e-05,
2204
+ "loss": 2.051,
2205
+ "step": 309
2206
+ },
2207
+ {
2208
+ "epoch": 2.8181818181818183,
2209
+ "grad_norm": 2.157886505126953,
2210
+ "learning_rate": 6.363636363636363e-05,
2211
+ "loss": 1.4757,
2212
+ "step": 310
2213
+ },
2214
+ {
2215
+ "epoch": 2.827272727272727,
2216
+ "grad_norm": 2.5192408561706543,
2217
+ "learning_rate": 6.060606060606061e-05,
2218
+ "loss": 1.976,
2219
+ "step": 311
2220
+ },
2221
+ {
2222
+ "epoch": 2.8363636363636364,
2223
+ "grad_norm": 2.504538059234619,
2224
+ "learning_rate": 5.757575757575758e-05,
2225
+ "loss": 1.6343,
2226
+ "step": 312
2227
+ },
2228
+ {
2229
+ "epoch": 2.8454545454545457,
2230
+ "grad_norm": 2.632282018661499,
2231
+ "learning_rate": 5.4545454545454546e-05,
2232
+ "loss": 1.7653,
2233
+ "step": 313
2234
+ },
2235
+ {
2236
+ "epoch": 2.8545454545454545,
2237
+ "grad_norm": 2.4848031997680664,
2238
+ "learning_rate": 5.151515151515152e-05,
2239
+ "loss": 1.6446,
2240
+ "step": 314
2241
+ },
2242
+ {
2243
+ "epoch": 2.8636363636363638,
2244
+ "grad_norm": 2.3802742958068848,
2245
+ "learning_rate": 4.848484848484849e-05,
2246
+ "loss": 1.3022,
2247
+ "step": 315
2248
+ },
2249
+ {
2250
+ "epoch": 2.8727272727272726,
2251
+ "grad_norm": 2.497077703475952,
2252
+ "learning_rate": 4.545454545454546e-05,
2253
+ "loss": 1.6694,
2254
+ "step": 316
2255
+ },
2256
+ {
2257
+ "epoch": 2.881818181818182,
2258
+ "grad_norm": 3.266798734664917,
2259
+ "learning_rate": 4.242424242424243e-05,
2260
+ "loss": 1.5266,
2261
+ "step": 317
2262
+ },
2263
+ {
2264
+ "epoch": 2.8909090909090907,
2265
+ "grad_norm": 2.504215955734253,
2266
+ "learning_rate": 3.939393939393939e-05,
2267
+ "loss": 1.9303,
2268
+ "step": 318
2269
+ },
2270
+ {
2271
+ "epoch": 2.9,
2272
+ "grad_norm": 2.5251898765563965,
2273
+ "learning_rate": 3.6363636363636364e-05,
2274
+ "loss": 1.9804,
2275
+ "step": 319
2276
+ },
2277
+ {
2278
+ "epoch": 2.909090909090909,
2279
+ "grad_norm": 3.9445085525512695,
2280
+ "learning_rate": 3.3333333333333335e-05,
2281
+ "loss": 1.3069,
2282
+ "step": 320
2283
+ },
2284
+ {
2285
+ "epoch": 2.918181818181818,
2286
+ "grad_norm": 2.5169222354888916,
2287
+ "learning_rate": 3.0303030303030306e-05,
2288
+ "loss": 1.9206,
2289
+ "step": 321
2290
+ },
2291
+ {
2292
+ "epoch": 2.9272727272727272,
2293
+ "grad_norm": 2.3275086879730225,
2294
+ "learning_rate": 2.7272727272727273e-05,
2295
+ "loss": 1.3147,
2296
+ "step": 322
2297
+ },
2298
+ {
2299
+ "epoch": 2.9363636363636365,
2300
+ "grad_norm": 2.279724359512329,
2301
+ "learning_rate": 2.4242424242424244e-05,
2302
+ "loss": 1.5418,
2303
+ "step": 323
2304
+ },
2305
+ {
2306
+ "epoch": 2.9454545454545453,
2307
+ "grad_norm": 2.7609434127807617,
2308
+ "learning_rate": 2.1212121212121215e-05,
2309
+ "loss": 1.7786,
2310
+ "step": 324
2311
+ },
2312
+ {
2313
+ "epoch": 2.9545454545454546,
2314
+ "grad_norm": 2.2758407592773438,
2315
+ "learning_rate": 1.8181818181818182e-05,
2316
+ "loss": 1.6657,
2317
+ "step": 325
2318
+ },
2319
+ {
2320
+ "epoch": 2.963636363636364,
2321
+ "grad_norm": 2.5342068672180176,
2322
+ "learning_rate": 1.5151515151515153e-05,
2323
+ "loss": 1.9076,
2324
+ "step": 326
2325
+ },
2326
+ {
2327
+ "epoch": 2.9727272727272727,
2328
+ "grad_norm": 3.2182140350341797,
2329
+ "learning_rate": 1.2121212121212122e-05,
2330
+ "loss": 1.3735,
2331
+ "step": 327
2332
+ },
2333
+ {
2334
+ "epoch": 2.981818181818182,
2335
+ "grad_norm": 3.6361026763916016,
2336
+ "learning_rate": 9.090909090909091e-06,
2337
+ "loss": 1.4911,
2338
+ "step": 328
2339
+ },
2340
+ {
2341
+ "epoch": 2.990909090909091,
2342
+ "grad_norm": 2.419149160385132,
2343
+ "learning_rate": 6.060606060606061e-06,
2344
+ "loss": 1.3549,
2345
+ "step": 329
2346
+ },
2347
+ {
2348
+ "epoch": 3.0,
2349
+ "grad_norm": 2.4178013801574707,
2350
+ "learning_rate": 3.0303030303030305e-06,
2351
+ "loss": 1.5495,
2352
+ "step": 330
2353
+ },
2354
+ {
2355
+ "epoch": 3.0,
2356
+ "eval_f1": 0.8903,
2357
+ "eval_gen_len": 46.3273,
2358
+ "eval_loss": 1.8235664367675781,
2359
+ "eval_precision": 0.8875,
2360
+ "eval_recall": 0.8934,
2361
+ "eval_rouge1": 0.4479,
2362
+ "eval_rouge2": 0.2102,
2363
+ "eval_rougeL": 0.3774,
2364
+ "eval_rougeLsum": 0.415,
2365
+ "eval_runtime": 32.8174,
2366
+ "eval_samples_per_second": 3.352,
2367
+ "eval_steps_per_second": 0.427,
2368
+ "step": 330
2369
+ },
2370
+ {
2371
+ "epoch": 3.0,
2372
+ "step": 330,
2373
+ "total_flos": 2506179136462848.0,
2374
+ "train_loss": 1.8666806372729214,
2375
+ "train_runtime": 383.5951,
2376
+ "train_samples_per_second": 6.874,
2377
+ "train_steps_per_second": 0.86
2378
+ }
2379
+ ],
2380
+ "logging_steps": 1,
2381
+ "max_steps": 330,
2382
+ "num_input_tokens_seen": 0,
2383
+ "num_train_epochs": 3,
2384
+ "save_steps": 500,
2385
+ "stateful_callbacks": {
2386
+ "TrainerControl": {
2387
+ "args": {
2388
+ "should_epoch_stop": false,
2389
+ "should_evaluate": false,
2390
+ "should_log": false,
2391
+ "should_save": true,
2392
+ "should_training_stop": true
2393
+ },
2394
+ "attributes": {}
2395
+ }
2396
+ },
2397
+ "total_flos": 2506179136462848.0,
2398
+ "train_batch_size": 8,
2399
+ "trial_name": null,
2400
+ "trial_params": null
2401
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d6c33f935e4d5e3597353f2c6bf9d8259505f2aa86bd1298a7953736e32cc04
3
+ size 6033