leejj870 commited on
Commit
1096875
·
1 Parent(s): 43284cc

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": "af388bcf7ee0e3a173ecaddd3783edb7608096ae",
3
+ "_name_or_path": "leejj870/model6",
4
+ "architectures": [
5
+ "EncoderDecoderModel"
6
+ ],
7
+ "decoder": {
8
+ "_name_or_path": "skt/kogpt2-base-v2",
9
+ "_num_labels": 1,
10
+ "activation_function": "gelu_new",
11
+ "add_cross_attention": true,
12
+ "architectures": [
13
+ "GPT2LMHeadModel"
14
+ ],
15
+ "attn_pdrop": 0.1,
16
+ "author": "Heewon Jeon([email protected])",
17
+ "bad_words_ids": null,
18
+ "begin_suppress_tokens": null,
19
+ "bos_token_id": 0,
20
+ "chunk_size_feed_forward": 0,
21
+ "created_date": "2021-04-28",
22
+ "cross_attention_hidden_size": null,
23
+ "decoder_start_token_id": null,
24
+ "diversity_penalty": 0.0,
25
+ "do_sample": false,
26
+ "early_stopping": false,
27
+ "embd_pdrop": 0.1,
28
+ "encoder_no_repeat_ngram_size": 0,
29
+ "eos_token_id": 1,
30
+ "exponential_decay_length_penalty": null,
31
+ "finetuning_task": null,
32
+ "forced_bos_token_id": null,
33
+ "forced_eos_token_id": null,
34
+ "gradient_checkpointing": false,
35
+ "id2label": {
36
+ "0": "LABEL_0"
37
+ },
38
+ "initializer_range": 0.02,
39
+ "is_decoder": true,
40
+ "is_encoder_decoder": false,
41
+ "label2id": {
42
+ "LABEL_0": 0
43
+ },
44
+ "layer_norm_epsilon": 1e-05,
45
+ "length_penalty": 1.0,
46
+ "license": "CC-BY-NC-SA 4.0",
47
+ "max_length": 20,
48
+ "min_length": 0,
49
+ "model_type": "gpt2",
50
+ "n_ctx": 1024,
51
+ "n_embd": 768,
52
+ "n_head": 12,
53
+ "n_inner": null,
54
+ "n_layer": 12,
55
+ "n_positions": 1024,
56
+ "no_repeat_ngram_size": 0,
57
+ "num_beam_groups": 1,
58
+ "num_beams": 1,
59
+ "num_return_sequences": 1,
60
+ "output_attentions": false,
61
+ "output_hidden_states": false,
62
+ "output_scores": false,
63
+ "pad_token_id": 3,
64
+ "prefix": null,
65
+ "problem_type": null,
66
+ "pruned_heads": {},
67
+ "remove_invalid_values": false,
68
+ "reorder_and_upcast_attn": false,
69
+ "repetition_penalty": 1.0,
70
+ "resid_pdrop": 0.1,
71
+ "return_dict": true,
72
+ "return_dict_in_generate": false,
73
+ "scale_attn_by_inverse_layer_idx": false,
74
+ "scale_attn_weights": true,
75
+ "sep_token_id": null,
76
+ "summary_activation": null,
77
+ "summary_first_dropout": 0.1,
78
+ "summary_proj_to_labels": true,
79
+ "summary_type": "cls_index",
80
+ "summary_use_proj": true,
81
+ "suppress_tokens": null,
82
+ "task_specific_params": {
83
+ "text-generation": {
84
+ "do_sample": true,
85
+ "max_length": 50
86
+ }
87
+ },
88
+ "temperature": 1.0,
89
+ "tf_legacy_loss": false,
90
+ "tie_encoder_decoder": false,
91
+ "tie_word_embeddings": true,
92
+ "tokenizer_class": null,
93
+ "top_k": 50,
94
+ "top_p": 1.0,
95
+ "torch_dtype": null,
96
+ "torchscript": false,
97
+ "transformers_version": "4.30.2",
98
+ "typical_p": 1.0,
99
+ "use_bfloat16": false,
100
+ "use_cache": true,
101
+ "vocab_size": 51200
102
+ },
103
+ "decoder_start_token_id": 1,
104
+ "encoder": {
105
+ "_name_or_path": "cl-tohoku/bert-base-japanese-v2",
106
+ "add_cross_attention": false,
107
+ "architectures": [
108
+ "BertForMaskedLM"
109
+ ],
110
+ "attention_probs_dropout_prob": 0.1,
111
+ "bad_words_ids": null,
112
+ "begin_suppress_tokens": null,
113
+ "bos_token_id": null,
114
+ "chunk_size_feed_forward": 0,
115
+ "classifier_dropout": null,
116
+ "cross_attention_hidden_size": null,
117
+ "decoder_start_token_id": null,
118
+ "diversity_penalty": 0.0,
119
+ "do_sample": false,
120
+ "early_stopping": false,
121
+ "encoder_no_repeat_ngram_size": 0,
122
+ "eos_token_id": null,
123
+ "exponential_decay_length_penalty": null,
124
+ "finetuning_task": null,
125
+ "forced_bos_token_id": null,
126
+ "forced_eos_token_id": null,
127
+ "hidden_act": "gelu",
128
+ "hidden_dropout_prob": 0.1,
129
+ "hidden_size": 768,
130
+ "id2label": {
131
+ "0": "LABEL_0",
132
+ "1": "LABEL_1"
133
+ },
134
+ "initializer_range": 0.02,
135
+ "intermediate_size": 3072,
136
+ "is_decoder": false,
137
+ "is_encoder_decoder": false,
138
+ "label2id": {
139
+ "LABEL_0": 0,
140
+ "LABEL_1": 1
141
+ },
142
+ "layer_norm_eps": 1e-12,
143
+ "length_penalty": 1.0,
144
+ "max_length": 20,
145
+ "max_position_embeddings": 512,
146
+ "min_length": 0,
147
+ "model_type": "bert",
148
+ "no_repeat_ngram_size": 0,
149
+ "num_attention_heads": 12,
150
+ "num_beam_groups": 1,
151
+ "num_beams": 1,
152
+ "num_hidden_layers": 12,
153
+ "num_return_sequences": 1,
154
+ "output_attentions": false,
155
+ "output_hidden_states": false,
156
+ "output_scores": false,
157
+ "pad_token_id": 0,
158
+ "position_embedding_type": "absolute",
159
+ "prefix": null,
160
+ "problem_type": null,
161
+ "pruned_heads": {},
162
+ "remove_invalid_values": false,
163
+ "repetition_penalty": 1.0,
164
+ "return_dict": true,
165
+ "return_dict_in_generate": false,
166
+ "sep_token_id": null,
167
+ "suppress_tokens": null,
168
+ "task_specific_params": null,
169
+ "temperature": 1.0,
170
+ "tf_legacy_loss": false,
171
+ "tie_encoder_decoder": false,
172
+ "tie_word_embeddings": true,
173
+ "tokenizer_class": "BertJapaneseTokenizer",
174
+ "top_k": 50,
175
+ "top_p": 1.0,
176
+ "torch_dtype": null,
177
+ "torchscript": false,
178
+ "transformers_version": "4.30.2",
179
+ "type_vocab_size": 2,
180
+ "typical_p": 1.0,
181
+ "use_bfloat16": false,
182
+ "use_cache": true,
183
+ "vocab_size": 32768
184
+ },
185
+ "is_encoder_decoder": true,
186
+ "model_type": "encoder-decoder",
187
+ "pad_token_id": 1,
188
+ "torch_dtype": "float32",
189
+ "transformers_version": null
190
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d04d6d9abecea539b6d0c036a5bc8740eb14b1bc48459aba9225f10e1d10e6e5
3
+ size 1059107837
runs/Jul11_15-12-49_138-2-238-188/events.out.tfevents.1689088485.138-2-238-188.70210.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25ae353d65949ef1fa62f0d5bab31c98af765c5eca685a7701f7dcac4ba79e91
3
+ size 8630
runs/Jul11_15-21-17_138-2-238-188/events.out.tfevents.1689088885.138-2-238-188.70210.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c8ca86801aa862e4e704999e9d6db456a2e5b40137154760fddf2bb313cfd5f
3
+ size 8630
runs/Jul11_15-26-27_138-2-238-188/events.out.tfevents.1689089206.138-2-238-188.70210.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc092ad210a2331082e43f0866b3277ad6b8085a74738779824f4b0598924986
3
+ size 8631
runs/Jul11_15-29-59_138-2-238-188/events.out.tfevents.1689089419.138-2-238-188.70210.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c4a4b5a6f99f10d65d195ba62b893bc6622c0cbc953fc513e97cd8a395a2b2a
3
+ size 8897
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6755a3be52fa4721dd7c5ea3e0bb4cbbd03294ef2c2e2dff8b29d07c05b3e45
3
+ size 4091