GItaf commited on
Commit
afe2ae4
1 Parent(s): 08e41a2

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MyEncoderDecoderModel"
4
+ ],
5
+ "decoder": {
6
+ "_name_or_path": "GItaf/BERT-FINETUNE-MBTI-CLS",
7
+ "add_cross_attention": false,
8
+ "architectures": [
9
+ "BertForSequenceClassification"
10
+ ],
11
+ "attention_probs_dropout_prob": 0.1,
12
+ "bad_words_ids": null,
13
+ "bos_token_id": null,
14
+ "chunk_size_feed_forward": 0,
15
+ "classifier_dropout": null,
16
+ "cross_attention_hidden_size": null,
17
+ "decoder_start_token_id": null,
18
+ "diversity_penalty": 0.0,
19
+ "do_sample": false,
20
+ "early_stopping": false,
21
+ "encoder_no_repeat_ngram_size": 0,
22
+ "eos_token_id": null,
23
+ "exponential_decay_length_penalty": null,
24
+ "finetuning_task": null,
25
+ "forced_bos_token_id": null,
26
+ "forced_eos_token_id": null,
27
+ "gradient_checkpointing": false,
28
+ "hidden_act": "gelu",
29
+ "hidden_dropout_prob": 0.1,
30
+ "hidden_size": 768,
31
+ "id2label": {
32
+ "0": "LABEL_0",
33
+ "1": "LABEL_1",
34
+ "2": "LABEL_2",
35
+ "3": "LABEL_3",
36
+ "4": "LABEL_4",
37
+ "5": "LABEL_5",
38
+ "6": "LABEL_6",
39
+ "7": "LABEL_7",
40
+ "8": "LABEL_8",
41
+ "9": "LABEL_9",
42
+ "10": "LABEL_10",
43
+ "11": "LABEL_11",
44
+ "12": "LABEL_12",
45
+ "13": "LABEL_13",
46
+ "14": "LABEL_14",
47
+ "15": "LABEL_15"
48
+ },
49
+ "initializer_range": 0.02,
50
+ "intermediate_size": 3072,
51
+ "is_decoder": true,
52
+ "is_encoder_decoder": false,
53
+ "label2id": {
54
+ "LABEL_0": 0,
55
+ "LABEL_1": 1,
56
+ "LABEL_10": 10,
57
+ "LABEL_11": 11,
58
+ "LABEL_12": 12,
59
+ "LABEL_13": 13,
60
+ "LABEL_14": 14,
61
+ "LABEL_15": 15,
62
+ "LABEL_2": 2,
63
+ "LABEL_3": 3,
64
+ "LABEL_4": 4,
65
+ "LABEL_5": 5,
66
+ "LABEL_6": 6,
67
+ "LABEL_7": 7,
68
+ "LABEL_8": 8,
69
+ "LABEL_9": 9
70
+ },
71
+ "layer_norm_eps": 1e-12,
72
+ "length_penalty": 1.0,
73
+ "max_length": 20,
74
+ "max_position_embeddings": 512,
75
+ "min_length": 0,
76
+ "model_type": "bert",
77
+ "no_repeat_ngram_size": 0,
78
+ "num_attention_heads": 12,
79
+ "num_beam_groups": 1,
80
+ "num_beams": 1,
81
+ "num_hidden_layers": 12,
82
+ "num_return_sequences": 1,
83
+ "output_attentions": false,
84
+ "output_hidden_states": false,
85
+ "output_scores": false,
86
+ "pad_token_id": 0,
87
+ "position_embedding_type": "absolute",
88
+ "prefix": null,
89
+ "problem_type": null,
90
+ "pruned_heads": {},
91
+ "remove_invalid_values": false,
92
+ "repetition_penalty": 1.0,
93
+ "return_dict": true,
94
+ "return_dict_in_generate": false,
95
+ "sep_token_id": null,
96
+ "task_specific_params": null,
97
+ "temperature": 1.0,
98
+ "tf_legacy_loss": false,
99
+ "tie_encoder_decoder": true,
100
+ "tie_word_embeddings": true,
101
+ "tokenizer_class": null,
102
+ "top_k": 50,
103
+ "top_p": 1.0,
104
+ "torch_dtype": "float32",
105
+ "torchscript": false,
106
+ "transformers_version": "4.21.2",
107
+ "type_vocab_size": 2,
108
+ "typical_p": 1.0,
109
+ "use_bfloat16": false,
110
+ "use_cache": true,
111
+ "vocab_size": 30522
112
+ },
113
+ "encoder": {
114
+ "_name_or_path": "GItaf/BERT-FINETUNE-MBTI-CLS",
115
+ "add_cross_attention": false,
116
+ "architectures": [
117
+ "BertForSequenceClassification"
118
+ ],
119
+ "attention_probs_dropout_prob": 0.1,
120
+ "bad_words_ids": null,
121
+ "bos_token_id": null,
122
+ "chunk_size_feed_forward": 0,
123
+ "classifier_dropout": null,
124
+ "cross_attention_hidden_size": null,
125
+ "decoder_start_token_id": null,
126
+ "diversity_penalty": 0.0,
127
+ "do_sample": false,
128
+ "early_stopping": false,
129
+ "encoder_no_repeat_ngram_size": 0,
130
+ "eos_token_id": null,
131
+ "exponential_decay_length_penalty": null,
132
+ "finetuning_task": null,
133
+ "forced_bos_token_id": null,
134
+ "forced_eos_token_id": null,
135
+ "gradient_checkpointing": false,
136
+ "hidden_act": "gelu",
137
+ "hidden_dropout_prob": 0.1,
138
+ "hidden_size": 768,
139
+ "id2label": {
140
+ "0": "LABEL_0",
141
+ "1": "LABEL_1",
142
+ "2": "LABEL_2",
143
+ "3": "LABEL_3",
144
+ "4": "LABEL_4",
145
+ "5": "LABEL_5",
146
+ "6": "LABEL_6",
147
+ "7": "LABEL_7",
148
+ "8": "LABEL_8",
149
+ "9": "LABEL_9",
150
+ "10": "LABEL_10",
151
+ "11": "LABEL_11",
152
+ "12": "LABEL_12",
153
+ "13": "LABEL_13",
154
+ "14": "LABEL_14",
155
+ "15": "LABEL_15"
156
+ },
157
+ "initializer_range": 0.02,
158
+ "intermediate_size": 3072,
159
+ "is_decoder": false,
160
+ "is_encoder_decoder": false,
161
+ "label2id": {
162
+ "LABEL_0": 0,
163
+ "LABEL_1": 1,
164
+ "LABEL_10": 10,
165
+ "LABEL_11": 11,
166
+ "LABEL_12": 12,
167
+ "LABEL_13": 13,
168
+ "LABEL_14": 14,
169
+ "LABEL_15": 15,
170
+ "LABEL_2": 2,
171
+ "LABEL_3": 3,
172
+ "LABEL_4": 4,
173
+ "LABEL_5": 5,
174
+ "LABEL_6": 6,
175
+ "LABEL_7": 7,
176
+ "LABEL_8": 8,
177
+ "LABEL_9": 9
178
+ },
179
+ "layer_norm_eps": 1e-12,
180
+ "length_penalty": 1.0,
181
+ "max_length": 20,
182
+ "max_position_embeddings": 512,
183
+ "min_length": 0,
184
+ "model_type": "bert",
185
+ "no_repeat_ngram_size": 0,
186
+ "num_attention_heads": 12,
187
+ "num_beam_groups": 1,
188
+ "num_beams": 1,
189
+ "num_hidden_layers": 12,
190
+ "num_return_sequences": 1,
191
+ "output_attentions": false,
192
+ "output_hidden_states": false,
193
+ "output_scores": false,
194
+ "pad_token_id": 0,
195
+ "position_embedding_type": "absolute",
196
+ "prefix": null,
197
+ "problem_type": null,
198
+ "pruned_heads": {},
199
+ "remove_invalid_values": false,
200
+ "repetition_penalty": 1.0,
201
+ "return_dict": true,
202
+ "return_dict_in_generate": false,
203
+ "sep_token_id": null,
204
+ "task_specific_params": null,
205
+ "temperature": 1.0,
206
+ "tf_legacy_loss": false,
207
+ "tie_encoder_decoder": true,
208
+ "tie_word_embeddings": true,
209
+ "tokenizer_class": null,
210
+ "top_k": 50,
211
+ "top_p": 1.0,
212
+ "torch_dtype": "float32",
213
+ "torchscript": false,
214
+ "transformers_version": "4.21.2",
215
+ "type_vocab_size": 2,
216
+ "typical_p": 1.0,
217
+ "use_bfloat16": false,
218
+ "use_cache": true,
219
+ "vocab_size": 30522
220
+ },
221
+ "is_encoder_decoder": true,
222
+ "model_type": "encoder-decoder",
223
+ "tie_encoder_decoder": true,
224
+ "torch_dtype": "float32",
225
+ "transformers_version": null
226
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa40e797bb9474dd4b6e61690058484413e63462d88f8bd3e3e1e9e636238d57
3
+ size 876182295
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "GItaf/BERT-FINETUNE-MBTI-CLS",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fded6d53b74802ea89c1dfc75278e14876b3e551fae59077f4eded8aa235ada8
3
+ size 3375
vocab.txt ADDED
The diff for this file is too large to render. See raw diff