Something2109 commited on
Commit
8f5cc24
1 Parent(s): dcc50c2

Training in progress, step 500

Browse files
epoch-5/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-5/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-5/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fff631492c17c75986067c1c4e5b3d8d01a41d4f6a130a150c1ab18b2192761
3
+ size 1053747768
epoch-5/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86fac3a42ff51e724531848dcd9ef267e8fabe3155686f83744c7c88f2e29fca
3
+ size 2103036541
epoch-5/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12a441da3761ea05796636af49fafb658f1854628fdc1d10280893b25475370d
3
+ size 14244
epoch-5/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5defb6579e6f4be110d42fd31917a46d3513da9932ab1f3125b5d56062c0e0c7
3
+ size 1064
epoch-5/trainer_state.json ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 12500,
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.992727272727273e-05,
14
+ "loss": 1.1069,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.08,
19
+ "learning_rate": 1.9854545454545456e-05,
20
+ "loss": 1.1657,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.12,
25
+ "learning_rate": 1.9781818181818184e-05,
26
+ "loss": 1.1288,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 0.16,
31
+ "learning_rate": 1.970909090909091e-05,
32
+ "loss": 1.1395,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 0.2,
37
+ "learning_rate": 1.963636363636364e-05,
38
+ "loss": 1.1613,
39
+ "step": 2500
40
+ },
41
+ {
42
+ "epoch": 0.24,
43
+ "learning_rate": 1.9563636363636366e-05,
44
+ "loss": 1.149,
45
+ "step": 3000
46
+ },
47
+ {
48
+ "epoch": 0.28,
49
+ "learning_rate": 1.9490909090909093e-05,
50
+ "loss": 1.1539,
51
+ "step": 3500
52
+ },
53
+ {
54
+ "epoch": 0.32,
55
+ "learning_rate": 1.941818181818182e-05,
56
+ "loss": 1.1561,
57
+ "step": 4000
58
+ },
59
+ {
60
+ "epoch": 0.36,
61
+ "learning_rate": 1.9345454545454548e-05,
62
+ "loss": 1.1793,
63
+ "step": 4500
64
+ },
65
+ {
66
+ "epoch": 0.4,
67
+ "learning_rate": 1.9272727272727275e-05,
68
+ "loss": 1.1544,
69
+ "step": 5000
70
+ },
71
+ {
72
+ "epoch": 0.44,
73
+ "learning_rate": 1.9200000000000003e-05,
74
+ "loss": 1.1414,
75
+ "step": 5500
76
+ },
77
+ {
78
+ "epoch": 0.48,
79
+ "learning_rate": 1.912727272727273e-05,
80
+ "loss": 1.1439,
81
+ "step": 6000
82
+ },
83
+ {
84
+ "epoch": 0.52,
85
+ "learning_rate": 1.9054545454545457e-05,
86
+ "loss": 1.1691,
87
+ "step": 6500
88
+ },
89
+ {
90
+ "epoch": 0.56,
91
+ "learning_rate": 1.8981818181818185e-05,
92
+ "loss": 1.1362,
93
+ "step": 7000
94
+ },
95
+ {
96
+ "epoch": 0.6,
97
+ "learning_rate": 1.8909090909090912e-05,
98
+ "loss": 1.1434,
99
+ "step": 7500
100
+ },
101
+ {
102
+ "epoch": 0.64,
103
+ "learning_rate": 1.8836363636363636e-05,
104
+ "loss": 1.1652,
105
+ "step": 8000
106
+ },
107
+ {
108
+ "epoch": 0.68,
109
+ "learning_rate": 1.8763636363636367e-05,
110
+ "loss": 1.1717,
111
+ "step": 8500
112
+ },
113
+ {
114
+ "epoch": 0.72,
115
+ "learning_rate": 1.8690909090909094e-05,
116
+ "loss": 1.135,
117
+ "step": 9000
118
+ },
119
+ {
120
+ "epoch": 0.76,
121
+ "learning_rate": 1.861818181818182e-05,
122
+ "loss": 1.1031,
123
+ "step": 9500
124
+ },
125
+ {
126
+ "epoch": 0.8,
127
+ "learning_rate": 1.8545454545454545e-05,
128
+ "loss": 1.1322,
129
+ "step": 10000
130
+ },
131
+ {
132
+ "epoch": 0.84,
133
+ "learning_rate": 1.8472727272727273e-05,
134
+ "loss": 1.1726,
135
+ "step": 10500
136
+ },
137
+ {
138
+ "epoch": 0.88,
139
+ "learning_rate": 1.8400000000000003e-05,
140
+ "loss": 1.1472,
141
+ "step": 11000
142
+ },
143
+ {
144
+ "epoch": 0.92,
145
+ "learning_rate": 1.832727272727273e-05,
146
+ "loss": 1.1489,
147
+ "step": 11500
148
+ },
149
+ {
150
+ "epoch": 0.96,
151
+ "learning_rate": 1.8254545454545455e-05,
152
+ "loss": 1.1528,
153
+ "step": 12000
154
+ },
155
+ {
156
+ "epoch": 1.0,
157
+ "learning_rate": 1.8181818181818182e-05,
158
+ "loss": 1.1203,
159
+ "step": 12500
160
+ }
161
+ ],
162
+ "logging_steps": 500,
163
+ "max_steps": 137500,
164
+ "num_train_epochs": 11,
165
+ "save_steps": 500,
166
+ "total_flos": 8443388560158720.0,
167
+ "trial_name": null,
168
+ "trial_params": null
169
+ }
epoch-5/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7a1aff5e41b2b559316bcea79bdb782e319abd5420b7fed37b46bfbce2bf400
3
+ size 4728
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fff631492c17c75986067c1c4e5b3d8d01a41d4f6a130a150c1ab18b2192761
3
  size 1053747768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4dfad8f1715ef1eda147791b02f1eb9ba9190aae3e88a4ae2b85060ff169c4d
3
  size 1053747768
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7a1aff5e41b2b559316bcea79bdb782e319abd5420b7fed37b46bfbce2bf400
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0dfb50574116b3a00e64de3f63338896131bd825ef544ac404ca04cdd59ee59
3
  size 4728