longcld commited on
Commit
0e0c384
1 Parent(s): fc58b19

update checkpoint 4000

Browse files
added_tokens.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"<sep>": 250100, "<hl>": 250101}
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "t5-base",
3
+ "architectures": [
4
+ "T5ForConditionalGeneration"
5
+ ],
6
+ "d_ff": 3072,
7
+ "d_kv": 64,
8
+ "d_model": 768,
9
+ "decoder_start_token_id": 0,
10
+ "dropout_rate": 0.1,
11
+ "eos_token_id": 1,
12
+ "feed_forward_proj": "relu",
13
+ "gradient_checkpointing": false,
14
+ "initializer_factor": 1.0,
15
+ "is_encoder_decoder": true,
16
+ "layer_norm_epsilon": 1e-06,
17
+ "model_type": "t5",
18
+ "n_positions": 512,
19
+ "num_decoder_layers": 12,
20
+ "num_heads": 12,
21
+ "num_layers": 12,
22
+ "output_past": true,
23
+ "pad_token_id": 0,
24
+ "relative_attention_num_buckets": 32,
25
+ "task_specific_params": {
26
+ "summarization": {
27
+ "early_stopping": true,
28
+ "length_penalty": 2.0,
29
+ "max_length": 200,
30
+ "min_length": 30,
31
+ "no_repeat_ngram_size": 3,
32
+ "num_beams": 4,
33
+ "prefix": "summarize: "
34
+ },
35
+ "translation_en_to_de": {
36
+ "early_stopping": true,
37
+ "max_length": 300,
38
+ "num_beams": 4,
39
+ "prefix": "translate English to German: "
40
+ },
41
+ "translation_en_to_fr": {
42
+ "early_stopping": true,
43
+ "max_length": 300,
44
+ "num_beams": 4,
45
+ "prefix": "translate English to French: "
46
+ },
47
+ "translation_en_to_ro": {
48
+ "early_stopping": true,
49
+ "max_length": 300,
50
+ "num_beams": 4,
51
+ "prefix": "translate English to Romanian: "
52
+ }
53
+ },
54
+ "transformers_version": "4.8.2",
55
+ "use_cache": true,
56
+ "vocab_size": 250102
57
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f86fdf6f2253315630f08854dd6cf55a490a3d9707b5e9f87273b0c00f8b94f8
3
+ size 1585984129
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33e786d0f4b05d15018a8124da472387dc1f4cfe40dd499ad939a0c5c03e6943
3
+ size 1561347007
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1179438fe2fd7c8e46d03dca2b32abee5cd05cbd7593dfebe45c4650d68e0bce
3
+ size 14503
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c799899660aa23d06af8419f69224fc27e6421474aa8782155699f25d463c78f
3
+ size 623
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>"}
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef78f86560d809067d12bac6c09f19a462cb3af3f54d2b8acbba26e1433125d6
3
+ size 4309802
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "extra_ids": 0, "additional_special_tokens": null, "sp_model_kwargs": {}, "special_tokens_map_file": "C:\\Users\\hydra/.cache\\huggingface\\transformers\\bde22e2f08347211bf47b72fb4730b4b9a2e3323a6a1254932cf0fb969eb18cd.b02fba13e4584f40329b20be0bad88c2ef97b5fda7d9f4f69b1cb3a620568a86", "tokenizer_file": null, "name_or_path": "longcld/t5_small_qg_ae_hl", "tokenizer_class": "T5Tokenizer"}
trainer_state.json ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.7085602940525221,
5
+ "global_step": 4000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.02,
12
+ "learning_rate": 9.982285208148806e-06,
13
+ "loss": 13.4699,
14
+ "step": 100
15
+ },
16
+ {
17
+ "epoch": 0.04,
18
+ "learning_rate": 9.964570416297609e-06,
19
+ "loss": 7.2852,
20
+ "step": 200
21
+ },
22
+ {
23
+ "epoch": 0.05,
24
+ "learning_rate": 9.946855624446414e-06,
25
+ "loss": 6.4586,
26
+ "step": 300
27
+ },
28
+ {
29
+ "epoch": 0.07,
30
+ "learning_rate": 9.929140832595217e-06,
31
+ "loss": 6.016,
32
+ "step": 400
33
+ },
34
+ {
35
+ "epoch": 0.09,
36
+ "learning_rate": 9.911426040744022e-06,
37
+ "loss": 5.7345,
38
+ "step": 500
39
+ },
40
+ {
41
+ "epoch": 0.11,
42
+ "learning_rate": 9.893711248892827e-06,
43
+ "loss": 5.5798,
44
+ "step": 600
45
+ },
46
+ {
47
+ "epoch": 0.12,
48
+ "learning_rate": 9.87599645704163e-06,
49
+ "loss": 5.4188,
50
+ "step": 700
51
+ },
52
+ {
53
+ "epoch": 0.14,
54
+ "learning_rate": 9.858281665190435e-06,
55
+ "loss": 5.2602,
56
+ "step": 800
57
+ },
58
+ {
59
+ "epoch": 0.16,
60
+ "learning_rate": 9.840566873339238e-06,
61
+ "loss": 5.1859,
62
+ "step": 900
63
+ },
64
+ {
65
+ "epoch": 0.18,
66
+ "learning_rate": 9.822852081488043e-06,
67
+ "loss": 5.042,
68
+ "step": 1000
69
+ },
70
+ {
71
+ "epoch": 0.19,
72
+ "learning_rate": 9.805137289636848e-06,
73
+ "loss": 4.906,
74
+ "step": 1100
75
+ },
76
+ {
77
+ "epoch": 0.21,
78
+ "learning_rate": 9.787422497785651e-06,
79
+ "loss": 4.9085,
80
+ "step": 1200
81
+ },
82
+ {
83
+ "epoch": 0.23,
84
+ "learning_rate": 9.769707705934456e-06,
85
+ "loss": 4.8621,
86
+ "step": 1300
87
+ },
88
+ {
89
+ "epoch": 0.25,
90
+ "learning_rate": 9.751992914083261e-06,
91
+ "loss": 4.816,
92
+ "step": 1400
93
+ },
94
+ {
95
+ "epoch": 0.27,
96
+ "learning_rate": 9.734278122232064e-06,
97
+ "loss": 4.7002,
98
+ "step": 1500
99
+ },
100
+ {
101
+ "epoch": 0.28,
102
+ "learning_rate": 9.71656333038087e-06,
103
+ "loss": 4.7099,
104
+ "step": 1600
105
+ },
106
+ {
107
+ "epoch": 0.3,
108
+ "learning_rate": 9.698848538529672e-06,
109
+ "loss": 4.6732,
110
+ "step": 1700
111
+ },
112
+ {
113
+ "epoch": 0.32,
114
+ "learning_rate": 9.681133746678477e-06,
115
+ "loss": 4.5622,
116
+ "step": 1800
117
+ },
118
+ {
119
+ "epoch": 0.34,
120
+ "learning_rate": 9.663418954827282e-06,
121
+ "loss": 4.6137,
122
+ "step": 1900
123
+ },
124
+ {
125
+ "epoch": 0.35,
126
+ "learning_rate": 9.645704162976086e-06,
127
+ "loss": 4.5555,
128
+ "step": 2000
129
+ },
130
+ {
131
+ "epoch": 0.37,
132
+ "learning_rate": 9.627989371124889e-06,
133
+ "loss": 4.5398,
134
+ "step": 2100
135
+ },
136
+ {
137
+ "epoch": 0.39,
138
+ "learning_rate": 9.610274579273694e-06,
139
+ "loss": 4.4768,
140
+ "step": 2200
141
+ },
142
+ {
143
+ "epoch": 0.41,
144
+ "learning_rate": 9.592559787422499e-06,
145
+ "loss": 4.4343,
146
+ "step": 2300
147
+ },
148
+ {
149
+ "epoch": 0.43,
150
+ "learning_rate": 9.574844995571303e-06,
151
+ "loss": 4.4214,
152
+ "step": 2400
153
+ },
154
+ {
155
+ "epoch": 0.44,
156
+ "learning_rate": 9.557130203720107e-06,
157
+ "loss": 4.378,
158
+ "step": 2500
159
+ },
160
+ {
161
+ "epoch": 0.46,
162
+ "learning_rate": 9.539415411868912e-06,
163
+ "loss": 4.3645,
164
+ "step": 2600
165
+ },
166
+ {
167
+ "epoch": 0.48,
168
+ "learning_rate": 9.521700620017715e-06,
169
+ "loss": 4.3078,
170
+ "step": 2700
171
+ },
172
+ {
173
+ "epoch": 0.5,
174
+ "learning_rate": 9.50398582816652e-06,
175
+ "loss": 4.2574,
176
+ "step": 2800
177
+ },
178
+ {
179
+ "epoch": 0.51,
180
+ "learning_rate": 9.486271036315325e-06,
181
+ "loss": 4.3055,
182
+ "step": 2900
183
+ },
184
+ {
185
+ "epoch": 0.53,
186
+ "learning_rate": 9.46855624446413e-06,
187
+ "loss": 4.202,
188
+ "step": 3000
189
+ },
190
+ {
191
+ "epoch": 0.55,
192
+ "learning_rate": 9.450841452612933e-06,
193
+ "loss": 4.1899,
194
+ "step": 3100
195
+ },
196
+ {
197
+ "epoch": 0.57,
198
+ "learning_rate": 9.433126660761736e-06,
199
+ "loss": 4.248,
200
+ "step": 3200
201
+ },
202
+ {
203
+ "epoch": 0.58,
204
+ "learning_rate": 9.415411868910541e-06,
205
+ "loss": 4.2209,
206
+ "step": 3300
207
+ },
208
+ {
209
+ "epoch": 0.6,
210
+ "learning_rate": 9.397697077059346e-06,
211
+ "loss": 4.1421,
212
+ "step": 3400
213
+ },
214
+ {
215
+ "epoch": 0.62,
216
+ "learning_rate": 9.379982285208149e-06,
217
+ "loss": 4.233,
218
+ "step": 3500
219
+ },
220
+ {
221
+ "epoch": 0.64,
222
+ "learning_rate": 9.362267493356954e-06,
223
+ "loss": 4.1725,
224
+ "step": 3600
225
+ },
226
+ {
227
+ "epoch": 0.66,
228
+ "learning_rate": 9.344552701505759e-06,
229
+ "loss": 4.1743,
230
+ "step": 3700
231
+ },
232
+ {
233
+ "epoch": 0.67,
234
+ "learning_rate": 9.326837909654562e-06,
235
+ "loss": 4.1354,
236
+ "step": 3800
237
+ },
238
+ {
239
+ "epoch": 0.69,
240
+ "learning_rate": 9.309123117803367e-06,
241
+ "loss": 4.0521,
242
+ "step": 3900
243
+ },
244
+ {
245
+ "epoch": 0.71,
246
+ "learning_rate": 9.29140832595217e-06,
247
+ "loss": 4.0616,
248
+ "step": 4000
249
+ }
250
+ ],
251
+ "max_steps": 56450,
252
+ "num_train_epochs": 10,
253
+ "total_flos": 1.486489899595346e+17,
254
+ "trial_name": null,
255
+ "trial_params": null
256
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:578290b264a079e8153032761761d2830185b56fabac1d1b876a297df6e85202
3
+ size 2607