Something2109 commited on
Commit
577b0f7
1 Parent(s): 01ca2c6

Training in progress, step 500

Browse files
epoch-4/config.json ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert/models/transformer-bert-gpt",
3
+ "architectures": [
4
+ "EncoderDecoderModel"
5
+ ],
6
+ "decoder": {
7
+ "_name_or_path": "NlpHUST/gpt2-vietnamese",
8
+ "activation_function": "gelu_new",
9
+ "add_cross_attention": true,
10
+ "architectures": [
11
+ "GPT2LMHeadModel"
12
+ ],
13
+ "attn_pdrop": 0.0,
14
+ "bad_words_ids": null,
15
+ "begin_suppress_tokens": null,
16
+ "bos_token_id": 50256,
17
+ "chunk_size_feed_forward": 0,
18
+ "cross_attention_hidden_size": null,
19
+ "decoder_start_token_id": null,
20
+ "diversity_penalty": 0.0,
21
+ "do_sample": false,
22
+ "early_stopping": false,
23
+ "embd_pdrop": 0.0,
24
+ "encoder_no_repeat_ngram_size": 0,
25
+ "eos_token_id": 50256,
26
+ "exponential_decay_length_penalty": null,
27
+ "finetuning_task": null,
28
+ "forced_bos_token_id": null,
29
+ "forced_eos_token_id": null,
30
+ "id2label": {
31
+ "0": "LABEL_0",
32
+ "1": "LABEL_1"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "is_decoder": true,
36
+ "is_encoder_decoder": false,
37
+ "label2id": {
38
+ "LABEL_0": 0,
39
+ "LABEL_1": 1
40
+ },
41
+ "layer_norm_epsilon": 1e-05,
42
+ "length_penalty": 1.0,
43
+ "max_length": 20,
44
+ "min_length": 0,
45
+ "model_type": "gpt2",
46
+ "n_ctx": 1024,
47
+ "n_embd": 768,
48
+ "n_head": 12,
49
+ "n_inner": null,
50
+ "n_layer": 12,
51
+ "n_positions": 1024,
52
+ "no_repeat_ngram_size": 0,
53
+ "num_beam_groups": 1,
54
+ "num_beams": 1,
55
+ "num_return_sequences": 1,
56
+ "output_attentions": false,
57
+ "output_hidden_states": false,
58
+ "output_scores": false,
59
+ "pad_token_id": null,
60
+ "prefix": null,
61
+ "problem_type": null,
62
+ "pruned_heads": {},
63
+ "remove_invalid_values": false,
64
+ "reorder_and_upcast_attn": false,
65
+ "repetition_penalty": 1.0,
66
+ "resid_pdrop": 0.0,
67
+ "return_dict": true,
68
+ "return_dict_in_generate": false,
69
+ "scale_attn_by_inverse_layer_idx": false,
70
+ "scale_attn_weights": true,
71
+ "sep_token_id": null,
72
+ "summary_activation": null,
73
+ "summary_first_dropout": 0.1,
74
+ "summary_proj_to_labels": true,
75
+ "summary_type": "cls_index",
76
+ "summary_use_proj": true,
77
+ "suppress_tokens": null,
78
+ "task_specific_params": {
79
+ "text-generation": {
80
+ "do_sample": true,
81
+ "max_length": 50
82
+ }
83
+ },
84
+ "temperature": 1.0,
85
+ "tf_legacy_loss": false,
86
+ "tie_encoder_decoder": false,
87
+ "tie_word_embeddings": true,
88
+ "tokenizer_class": null,
89
+ "top_k": 50,
90
+ "top_p": 1.0,
91
+ "torch_dtype": null,
92
+ "torchscript": false,
93
+ "typical_p": 1.0,
94
+ "use_bfloat16": false,
95
+ "use_cache": true,
96
+ "vocab_size": 50257
97
+ },
98
+ "decoder_start_token_id": 50256,
99
+ "encoder": {
100
+ "_name_or_path": "BERT\\models\\bert-culturaX-data",
101
+ "add_cross_attention": false,
102
+ "architectures": [
103
+ "BertForMaskedLM"
104
+ ],
105
+ "attention_probs_dropout_prob": 0.1,
106
+ "bad_words_ids": null,
107
+ "begin_suppress_tokens": null,
108
+ "bos_token_id": null,
109
+ "chunk_size_feed_forward": 0,
110
+ "classifier_dropout": null,
111
+ "cross_attention_hidden_size": null,
112
+ "decoder_start_token_id": null,
113
+ "diversity_penalty": 0.0,
114
+ "do_sample": false,
115
+ "early_stopping": false,
116
+ "encoder_no_repeat_ngram_size": 0,
117
+ "eos_token_id": null,
118
+ "exponential_decay_length_penalty": null,
119
+ "finetuning_task": null,
120
+ "forced_bos_token_id": null,
121
+ "forced_eos_token_id": null,
122
+ "hidden_act": "gelu",
123
+ "hidden_dropout_prob": 0.1,
124
+ "hidden_size": 768,
125
+ "id2label": {
126
+ "0": "LABEL_0",
127
+ "1": "LABEL_1"
128
+ },
129
+ "initializer_range": 0.02,
130
+ "intermediate_size": 3072,
131
+ "is_decoder": false,
132
+ "is_encoder_decoder": false,
133
+ "label2id": {
134
+ "LABEL_0": 0,
135
+ "LABEL_1": 1
136
+ },
137
+ "layer_norm_eps": 1e-12,
138
+ "length_penalty": 1.0,
139
+ "max_length": 20,
140
+ "max_position_embeddings": 512,
141
+ "min_length": 0,
142
+ "model_type": "bert",
143
+ "no_repeat_ngram_size": 0,
144
+ "num_attention_heads": 12,
145
+ "num_beam_groups": 1,
146
+ "num_beams": 1,
147
+ "num_hidden_layers": 12,
148
+ "num_return_sequences": 1,
149
+ "output_attentions": false,
150
+ "output_hidden_states": false,
151
+ "output_scores": false,
152
+ "pad_token_id": 0,
153
+ "position_embedding_type": "absolute",
154
+ "prefix": null,
155
+ "problem_type": null,
156
+ "pruned_heads": {},
157
+ "remove_invalid_values": false,
158
+ "repetition_penalty": 1.0,
159
+ "return_dict": true,
160
+ "return_dict_in_generate": false,
161
+ "sep_token_id": null,
162
+ "suppress_tokens": null,
163
+ "task_specific_params": null,
164
+ "temperature": 1.0,
165
+ "tf_legacy_loss": false,
166
+ "tie_encoder_decoder": false,
167
+ "tie_word_embeddings": true,
168
+ "tokenizer_class": null,
169
+ "top_k": 50,
170
+ "top_p": 1.0,
171
+ "torch_dtype": "float32",
172
+ "torchscript": false,
173
+ "type_vocab_size": 2,
174
+ "typical_p": 1.0,
175
+ "use_bfloat16": false,
176
+ "use_cache": true,
177
+ "vocab_size": 32000
178
+ },
179
+ "is_encoder_decoder": true,
180
+ "model_type": "encoder-decoder",
181
+ "pad_token_id": 50256,
182
+ "torch_dtype": "float32",
183
+ "transformers_version": "4.35.2"
184
+ }
epoch-4/generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "decoder_start_token_id": 50256,
5
+ "eos_token_id": 50256,
6
+ "pad_token_id": 50256,
7
+ "transformers_version": "4.35.2"
8
+ }
epoch-4/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:861f09b68b6ae6ff3b69b5537e21d9062f3955e97f62499c565a51550a7322da
3
+ size 1053747768
epoch-4/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71beab1a69b753a23f326037865c54e007f20e8f4f1e31ca02d3d7894c13600a
3
+ size 2103036541
epoch-4/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b849a03aaff06e829b8c54a52794a195abb8859168b2cf8f2d1e2e7999eccf11
3
+ size 14244
epoch-4/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88d2ad95bc85d8850982536e63866af01ed8207ea96f1ef65931250119bcf07a
3
+ size 1064
epoch-4/trainer_state.json ADDED
@@ -0,0 +1,327 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 25000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.04,
13
+ "learning_rate": 1.9600000000000002e-05,
14
+ "loss": 1.2684,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.08,
19
+ "learning_rate": 1.9200000000000003e-05,
20
+ "loss": 1.2858,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.12,
25
+ "learning_rate": 1.88e-05,
26
+ "loss": 1.2162,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 0.16,
31
+ "learning_rate": 1.8400000000000003e-05,
32
+ "loss": 1.2343,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 0.2,
37
+ "learning_rate": 1.8e-05,
38
+ "loss": 1.2604,
39
+ "step": 2500
40
+ },
41
+ {
42
+ "epoch": 0.24,
43
+ "learning_rate": 1.76e-05,
44
+ "loss": 1.2677,
45
+ "step": 3000
46
+ },
47
+ {
48
+ "epoch": 0.28,
49
+ "learning_rate": 1.72e-05,
50
+ "loss": 1.2578,
51
+ "step": 3500
52
+ },
53
+ {
54
+ "epoch": 0.32,
55
+ "learning_rate": 1.6800000000000002e-05,
56
+ "loss": 1.2211,
57
+ "step": 4000
58
+ },
59
+ {
60
+ "epoch": 0.36,
61
+ "learning_rate": 1.64e-05,
62
+ "loss": 1.259,
63
+ "step": 4500
64
+ },
65
+ {
66
+ "epoch": 0.4,
67
+ "learning_rate": 1.6000000000000003e-05,
68
+ "loss": 1.224,
69
+ "step": 5000
70
+ },
71
+ {
72
+ "epoch": 0.44,
73
+ "learning_rate": 1.5600000000000003e-05,
74
+ "loss": 1.2511,
75
+ "step": 5500
76
+ },
77
+ {
78
+ "epoch": 0.48,
79
+ "learning_rate": 1.5200000000000002e-05,
80
+ "loss": 1.2556,
81
+ "step": 6000
82
+ },
83
+ {
84
+ "epoch": 0.52,
85
+ "learning_rate": 1.48e-05,
86
+ "loss": 1.2077,
87
+ "step": 6500
88
+ },
89
+ {
90
+ "epoch": 0.56,
91
+ "learning_rate": 1.4400000000000001e-05,
92
+ "loss": 1.2261,
93
+ "step": 7000
94
+ },
95
+ {
96
+ "epoch": 0.6,
97
+ "learning_rate": 1.4e-05,
98
+ "loss": 1.2021,
99
+ "step": 7500
100
+ },
101
+ {
102
+ "epoch": 0.64,
103
+ "learning_rate": 1.3600000000000002e-05,
104
+ "loss": 1.2381,
105
+ "step": 8000
106
+ },
107
+ {
108
+ "epoch": 0.68,
109
+ "learning_rate": 1.3200000000000002e-05,
110
+ "loss": 1.2355,
111
+ "step": 8500
112
+ },
113
+ {
114
+ "epoch": 0.72,
115
+ "learning_rate": 1.2800000000000001e-05,
116
+ "loss": 1.2332,
117
+ "step": 9000
118
+ },
119
+ {
120
+ "epoch": 0.76,
121
+ "learning_rate": 1.2400000000000002e-05,
122
+ "loss": 1.199,
123
+ "step": 9500
124
+ },
125
+ {
126
+ "epoch": 0.8,
127
+ "learning_rate": 1.2e-05,
128
+ "loss": 1.2086,
129
+ "step": 10000
130
+ },
131
+ {
132
+ "epoch": 0.84,
133
+ "learning_rate": 1.16e-05,
134
+ "loss": 1.2177,
135
+ "step": 10500
136
+ },
137
+ {
138
+ "epoch": 0.88,
139
+ "learning_rate": 1.1200000000000001e-05,
140
+ "loss": 1.2126,
141
+ "step": 11000
142
+ },
143
+ {
144
+ "epoch": 0.92,
145
+ "learning_rate": 1.0800000000000002e-05,
146
+ "loss": 1.1851,
147
+ "step": 11500
148
+ },
149
+ {
150
+ "epoch": 0.96,
151
+ "learning_rate": 1.04e-05,
152
+ "loss": 1.219,
153
+ "step": 12000
154
+ },
155
+ {
156
+ "epoch": 1.0,
157
+ "learning_rate": 1e-05,
158
+ "loss": 1.2116,
159
+ "step": 12500
160
+ },
161
+ {
162
+ "epoch": 1.0,
163
+ "eval_loss": 1.323660969734192,
164
+ "eval_runtime": 19.2676,
165
+ "eval_samples_per_second": 103.801,
166
+ "eval_steps_per_second": 12.975,
167
+ "step": 12500
168
+ },
169
+ {
170
+ "epoch": 1.04,
171
+ "learning_rate": 9.600000000000001e-06,
172
+ "loss": 1.1815,
173
+ "step": 13000
174
+ },
175
+ {
176
+ "epoch": 1.08,
177
+ "learning_rate": 9.200000000000002e-06,
178
+ "loss": 1.167,
179
+ "step": 13500
180
+ },
181
+ {
182
+ "epoch": 1.12,
183
+ "learning_rate": 8.8e-06,
184
+ "loss": 1.1743,
185
+ "step": 14000
186
+ },
187
+ {
188
+ "epoch": 1.16,
189
+ "learning_rate": 8.400000000000001e-06,
190
+ "loss": 1.1567,
191
+ "step": 14500
192
+ },
193
+ {
194
+ "epoch": 1.2,
195
+ "learning_rate": 8.000000000000001e-06,
196
+ "loss": 1.1831,
197
+ "step": 15000
198
+ },
199
+ {
200
+ "epoch": 1.24,
201
+ "learning_rate": 7.600000000000001e-06,
202
+ "loss": 1.1804,
203
+ "step": 15500
204
+ },
205
+ {
206
+ "epoch": 1.28,
207
+ "learning_rate": 7.2000000000000005e-06,
208
+ "loss": 1.1467,
209
+ "step": 16000
210
+ },
211
+ {
212
+ "epoch": 1.32,
213
+ "learning_rate": 6.800000000000001e-06,
214
+ "loss": 1.1758,
215
+ "step": 16500
216
+ },
217
+ {
218
+ "epoch": 1.36,
219
+ "learning_rate": 6.4000000000000006e-06,
220
+ "loss": 1.182,
221
+ "step": 17000
222
+ },
223
+ {
224
+ "epoch": 1.4,
225
+ "learning_rate": 6e-06,
226
+ "loss": 1.1705,
227
+ "step": 17500
228
+ },
229
+ {
230
+ "epoch": 1.44,
231
+ "learning_rate": 5.600000000000001e-06,
232
+ "loss": 1.1814,
233
+ "step": 18000
234
+ },
235
+ {
236
+ "epoch": 1.48,
237
+ "learning_rate": 5.2e-06,
238
+ "loss": 1.1931,
239
+ "step": 18500
240
+ },
241
+ {
242
+ "epoch": 1.52,
243
+ "learning_rate": 4.800000000000001e-06,
244
+ "loss": 1.1727,
245
+ "step": 19000
246
+ },
247
+ {
248
+ "epoch": 1.56,
249
+ "learning_rate": 4.4e-06,
250
+ "loss": 1.176,
251
+ "step": 19500
252
+ },
253
+ {
254
+ "epoch": 1.6,
255
+ "learning_rate": 4.000000000000001e-06,
256
+ "loss": 1.1597,
257
+ "step": 20000
258
+ },
259
+ {
260
+ "epoch": 1.64,
261
+ "learning_rate": 3.6000000000000003e-06,
262
+ "loss": 1.1616,
263
+ "step": 20500
264
+ },
265
+ {
266
+ "epoch": 1.68,
267
+ "learning_rate": 3.2000000000000003e-06,
268
+ "loss": 1.1087,
269
+ "step": 21000
270
+ },
271
+ {
272
+ "epoch": 1.72,
273
+ "learning_rate": 2.8000000000000003e-06,
274
+ "loss": 1.1478,
275
+ "step": 21500
276
+ },
277
+ {
278
+ "epoch": 1.76,
279
+ "learning_rate": 2.4000000000000003e-06,
280
+ "loss": 1.1471,
281
+ "step": 22000
282
+ },
283
+ {
284
+ "epoch": 1.8,
285
+ "learning_rate": 2.0000000000000003e-06,
286
+ "loss": 1.1366,
287
+ "step": 22500
288
+ },
289
+ {
290
+ "epoch": 1.84,
291
+ "learning_rate": 1.6000000000000001e-06,
292
+ "loss": 1.1719,
293
+ "step": 23000
294
+ },
295
+ {
296
+ "epoch": 1.88,
297
+ "learning_rate": 1.2000000000000002e-06,
298
+ "loss": 1.183,
299
+ "step": 23500
300
+ },
301
+ {
302
+ "epoch": 1.92,
303
+ "learning_rate": 8.000000000000001e-07,
304
+ "loss": 1.1675,
305
+ "step": 24000
306
+ },
307
+ {
308
+ "epoch": 1.96,
309
+ "learning_rate": 4.0000000000000003e-07,
310
+ "loss": 1.1829,
311
+ "step": 24500
312
+ },
313
+ {
314
+ "epoch": 2.0,
315
+ "learning_rate": 0.0,
316
+ "loss": 1.1523,
317
+ "step": 25000
318
+ }
319
+ ],
320
+ "logging_steps": 500,
321
+ "max_steps": 25000,
322
+ "num_train_epochs": 2,
323
+ "save_steps": 500,
324
+ "total_flos": 1.686792444807168e+16,
325
+ "trial_name": null,
326
+ "trial_params": null
327
+ }
epoch-4/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07afc0de00e40c368db95c29bf06b40fe50202de687a5d9e72b516503f8e5c86
3
+ size 4728
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:861f09b68b6ae6ff3b69b5537e21d9062f3955e97f62499c565a51550a7322da
3
  size 1053747768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b3e371ac4b17e5d2e820b497f4e1d76272641c6fa18c70a64fa09758be0c2a4
3
  size 1053747768
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07afc0de00e40c368db95c29bf06b40fe50202de687a5d9e72b516503f8e5c86
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7a1aff5e41b2b559316bcea79bdb782e319abd5420b7fed37b46bfbce2bf400
3
  size 4728