michalmolas commited on
Commit
20777b7
·
verified ·
1 Parent(s): 67d2459

Training in progress, step 240

Browse files
config.json ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "EncoderDecoderModel"
4
+ ],
5
+ "decoder": {
6
+ "_name_or_path": "",
7
+ "add_cross_attention": true,
8
+ "architectures": null,
9
+ "attention_probs_dropout_prob": 0.1,
10
+ "bad_words_ids": null,
11
+ "begin_suppress_tokens": null,
12
+ "bos_token_id": null,
13
+ "chunk_size_feed_forward": 0,
14
+ "classifier_dropout": null,
15
+ "cross_attention_hidden_size": null,
16
+ "decoder_start_token_id": null,
17
+ "diversity_penalty": 0.0,
18
+ "do_sample": false,
19
+ "early_stopping": false,
20
+ "encoder_no_repeat_ngram_size": 0,
21
+ "eos_token_id": null,
22
+ "exponential_decay_length_penalty": null,
23
+ "finetuning_task": null,
24
+ "forced_bos_token_id": null,
25
+ "forced_eos_token_id": null,
26
+ "hidden_act": "gelu",
27
+ "hidden_dropout_prob": 0.1,
28
+ "hidden_size": 256,
29
+ "id2label": {
30
+ "0": "LABEL_0",
31
+ "1": "LABEL_1"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 1024,
35
+ "is_decoder": true,
36
+ "is_encoder_decoder": false,
37
+ "label2id": {
38
+ "LABEL_0": 0,
39
+ "LABEL_1": 1
40
+ },
41
+ "layer_norm_eps": 1e-12,
42
+ "length_penalty": 1.0,
43
+ "max_length": 20,
44
+ "max_position_embeddings": 512,
45
+ "min_length": 0,
46
+ "model_type": "bert",
47
+ "no_repeat_ngram_size": 0,
48
+ "num_attention_heads": 4,
49
+ "num_beam_groups": 1,
50
+ "num_beams": 1,
51
+ "num_hidden_layers": 4,
52
+ "num_return_sequences": 1,
53
+ "output_attentions": false,
54
+ "output_hidden_states": false,
55
+ "output_scores": false,
56
+ "pad_token_id": 0,
57
+ "position_embedding_type": "absolute",
58
+ "prefix": null,
59
+ "problem_type": null,
60
+ "pruned_heads": {},
61
+ "remove_invalid_values": false,
62
+ "repetition_penalty": 1.0,
63
+ "return_dict": true,
64
+ "return_dict_in_generate": false,
65
+ "sep_token_id": null,
66
+ "suppress_tokens": null,
67
+ "task_specific_params": null,
68
+ "temperature": 1.0,
69
+ "tf_legacy_loss": false,
70
+ "tie_encoder_decoder": false,
71
+ "tie_word_embeddings": true,
72
+ "tokenizer_class": null,
73
+ "top_k": 50,
74
+ "top_p": 1.0,
75
+ "torch_dtype": null,
76
+ "torchscript": false,
77
+ "type_vocab_size": 2,
78
+ "typical_p": 1.0,
79
+ "use_bfloat16": false,
80
+ "use_cache": true,
81
+ "vocab_size": 51
82
+ },
83
+ "decoder_start_token_id": 2,
84
+ "encoder": {
85
+ "_name_or_path": "",
86
+ "add_cross_attention": false,
87
+ "architectures": null,
88
+ "attention_probs_dropout_prob": 0.1,
89
+ "bad_words_ids": null,
90
+ "begin_suppress_tokens": null,
91
+ "bos_token_id": null,
92
+ "chunk_size_feed_forward": 0,
93
+ "classifier_dropout": null,
94
+ "cross_attention_hidden_size": null,
95
+ "decoder_start_token_id": null,
96
+ "diversity_penalty": 0.0,
97
+ "do_sample": false,
98
+ "early_stopping": false,
99
+ "encoder_no_repeat_ngram_size": 0,
100
+ "eos_token_id": null,
101
+ "exponential_decay_length_penalty": null,
102
+ "finetuning_task": null,
103
+ "forced_bos_token_id": null,
104
+ "forced_eos_token_id": null,
105
+ "hidden_act": "gelu",
106
+ "hidden_dropout_prob": 0.1,
107
+ "hidden_size": 256,
108
+ "id2label": {
109
+ "0": "LABEL_0",
110
+ "1": "LABEL_1"
111
+ },
112
+ "initializer_range": 0.02,
113
+ "intermediate_size": 1024,
114
+ "is_decoder": false,
115
+ "is_encoder_decoder": false,
116
+ "label2id": {
117
+ "LABEL_0": 0,
118
+ "LABEL_1": 1
119
+ },
120
+ "layer_norm_eps": 1e-12,
121
+ "length_penalty": 1.0,
122
+ "max_length": 20,
123
+ "max_position_embeddings": 512,
124
+ "min_length": 0,
125
+ "model_type": "bert",
126
+ "no_repeat_ngram_size": 0,
127
+ "num_attention_heads": 4,
128
+ "num_beam_groups": 1,
129
+ "num_beams": 1,
130
+ "num_hidden_layers": 4,
131
+ "num_return_sequences": 1,
132
+ "output_attentions": false,
133
+ "output_hidden_states": false,
134
+ "output_scores": false,
135
+ "pad_token_id": 0,
136
+ "position_embedding_type": "absolute",
137
+ "prefix": null,
138
+ "problem_type": null,
139
+ "pruned_heads": {},
140
+ "remove_invalid_values": false,
141
+ "repetition_penalty": 1.0,
142
+ "return_dict": true,
143
+ "return_dict_in_generate": false,
144
+ "sep_token_id": null,
145
+ "suppress_tokens": null,
146
+ "task_specific_params": null,
147
+ "temperature": 1.0,
148
+ "tf_legacy_loss": false,
149
+ "tie_encoder_decoder": false,
150
+ "tie_word_embeddings": true,
151
+ "tokenizer_class": null,
152
+ "top_k": 50,
153
+ "top_p": 1.0,
154
+ "torch_dtype": null,
155
+ "torchscript": false,
156
+ "type_vocab_size": 2,
157
+ "typical_p": 1.0,
158
+ "use_bfloat16": false,
159
+ "use_cache": true,
160
+ "vocab_size": 51
161
+ },
162
+ "eos_token_id": 0,
163
+ "is_encoder_decoder": true,
164
+ "model_type": "encoder-decoder",
165
+ "pad_token_id": 3,
166
+ "torch_dtype": "float32",
167
+ "transformers_version": "4.45.0",
168
+ "unk_token_id": null
169
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e1fa512e66a6a8a0ad66ed51f3d4e350238c7a4aa9a2308867cfa4062dd0265
3
+ size 31203500
runs/Mar03_17-49-30_87c5064f18ba/events.out.tfevents.1741024173.87c5064f18ba.406.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8eaf8329f13fe5f4e0089511dd683734dcd23d87e88fbe764d5607960a3bb44
3
+ size 28368
special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "[EOS]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
tokenizer.json ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [
6
+ {
7
+ "id": 0,
8
+ "content": "[EOS]",
9
+ "single_word": false,
10
+ "lstrip": false,
11
+ "rstrip": false,
12
+ "normalized": false,
13
+ "special": true
14
+ },
15
+ {
16
+ "id": 1,
17
+ "content": "[UNK]",
18
+ "single_word": false,
19
+ "lstrip": false,
20
+ "rstrip": false,
21
+ "normalized": false,
22
+ "special": true
23
+ },
24
+ {
25
+ "id": 2,
26
+ "content": "[CLS]",
27
+ "single_word": false,
28
+ "lstrip": false,
29
+ "rstrip": false,
30
+ "normalized": false,
31
+ "special": true
32
+ },
33
+ {
34
+ "id": 3,
35
+ "content": "[PAD]",
36
+ "single_word": false,
37
+ "lstrip": false,
38
+ "rstrip": false,
39
+ "normalized": false,
40
+ "special": true
41
+ }
42
+ ],
43
+ "normalizer": null,
44
+ "pre_tokenizer": {
45
+ "type": "Whitespace"
46
+ },
47
+ "post_processor": {
48
+ "type": "TemplateProcessing",
49
+ "single": [
50
+ {
51
+ "Sequence": {
52
+ "id": "A",
53
+ "type_id": 0
54
+ }
55
+ },
56
+ {
57
+ "SpecialToken": {
58
+ "id": "[EOS]",
59
+ "type_id": 0
60
+ }
61
+ }
62
+ ],
63
+ "pair": [
64
+ {
65
+ "Sequence": {
66
+ "id": "A",
67
+ "type_id": 0
68
+ }
69
+ },
70
+ {
71
+ "Sequence": {
72
+ "id": "B",
73
+ "type_id": 1
74
+ }
75
+ }
76
+ ],
77
+ "special_tokens": {
78
+ "[EOS]": {
79
+ "id": "[EOS]",
80
+ "ids": [
81
+ 0
82
+ ],
83
+ "tokens": [
84
+ "[EOS]"
85
+ ]
86
+ }
87
+ }
88
+ },
89
+ "decoder": null,
90
+ "model": {
91
+ "type": "BPE",
92
+ "dropout": null,
93
+ "unk_token": "[UNK]",
94
+ "continuing_subword_prefix": null,
95
+ "end_of_word_suffix": null,
96
+ "fuse_unk": false,
97
+ "byte_fallback": false,
98
+ "ignore_merges": false,
99
+ "vocab": {
100
+ "[EOS]": 0,
101
+ "[UNK]": 1,
102
+ "[CLS]": 2,
103
+ "[PAD]": 3,
104
+ "+": 4,
105
+ "-": 5,
106
+ "0": 6,
107
+ "1": 7,
108
+ "2": 8,
109
+ "3": 9,
110
+ "4": 10,
111
+ "5": 11,
112
+ "6": 12,
113
+ "7": 13,
114
+ "8": 14,
115
+ "9": 15,
116
+ "99": 16,
117
+ "11": 17,
118
+ "98": 18,
119
+ "10": 19,
120
+ "12": 20,
121
+ "97": 21,
122
+ "13": 22,
123
+ "96": 23,
124
+ "14": 24,
125
+ "95": 25,
126
+ "15": 26,
127
+ "94": 27,
128
+ "93": 28,
129
+ "16": 29,
130
+ "17": 30,
131
+ "92": 31,
132
+ "91": 32,
133
+ "18": 33,
134
+ "19": 34,
135
+ "90": 35,
136
+ "89": 36,
137
+ "20": 37,
138
+ "21": 38,
139
+ "88": 39,
140
+ "22": 40,
141
+ "87": 41,
142
+ "86": 42,
143
+ "23": 43,
144
+ "85": 44,
145
+ "24": 45,
146
+ "25": 46,
147
+ "84": 47,
148
+ "26": 48,
149
+ "83": 49,
150
+ "82": 50
151
+ },
152
+ "merges": [
153
+ [
154
+ "9",
155
+ "9"
156
+ ],
157
+ [
158
+ "1",
159
+ "1"
160
+ ],
161
+ [
162
+ "9",
163
+ "8"
164
+ ],
165
+ [
166
+ "1",
167
+ "0"
168
+ ],
169
+ [
170
+ "1",
171
+ "2"
172
+ ],
173
+ [
174
+ "9",
175
+ "7"
176
+ ],
177
+ [
178
+ "1",
179
+ "3"
180
+ ],
181
+ [
182
+ "9",
183
+ "6"
184
+ ],
185
+ [
186
+ "1",
187
+ "4"
188
+ ],
189
+ [
190
+ "9",
191
+ "5"
192
+ ],
193
+ [
194
+ "1",
195
+ "5"
196
+ ],
197
+ [
198
+ "9",
199
+ "4"
200
+ ],
201
+ [
202
+ "9",
203
+ "3"
204
+ ],
205
+ [
206
+ "1",
207
+ "6"
208
+ ],
209
+ [
210
+ "1",
211
+ "7"
212
+ ],
213
+ [
214
+ "9",
215
+ "2"
216
+ ],
217
+ [
218
+ "9",
219
+ "1"
220
+ ],
221
+ [
222
+ "1",
223
+ "8"
224
+ ],
225
+ [
226
+ "1",
227
+ "9"
228
+ ],
229
+ [
230
+ "9",
231
+ "0"
232
+ ],
233
+ [
234
+ "8",
235
+ "9"
236
+ ],
237
+ [
238
+ "2",
239
+ "0"
240
+ ],
241
+ [
242
+ "2",
243
+ "1"
244
+ ],
245
+ [
246
+ "8",
247
+ "8"
248
+ ],
249
+ [
250
+ "2",
251
+ "2"
252
+ ],
253
+ [
254
+ "8",
255
+ "7"
256
+ ],
257
+ [
258
+ "8",
259
+ "6"
260
+ ],
261
+ [
262
+ "2",
263
+ "3"
264
+ ],
265
+ [
266
+ "8",
267
+ "5"
268
+ ],
269
+ [
270
+ "2",
271
+ "4"
272
+ ],
273
+ [
274
+ "2",
275
+ "5"
276
+ ],
277
+ [
278
+ "8",
279
+ "4"
280
+ ],
281
+ [
282
+ "2",
283
+ "6"
284
+ ],
285
+ [
286
+ "8",
287
+ "3"
288
+ ],
289
+ [
290
+ "8",
291
+ "2"
292
+ ]
293
+ ]
294
+ }
295
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[EOS]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[PAD]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ }
35
+ },
36
+ "clean_up_tokenization_spaces": true,
37
+ "cls_token": "[CLS]",
38
+ "eos_token": "[EOS]",
39
+ "model_max_length": 1000000000000000019884624838656,
40
+ "pad_token": "[PAD]",
41
+ "tokenizer_class": "PreTrainedTokenizerFast"
42
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2aeec2923471d8b3387e9071f26f088d346e7ccd0426857486a9651ea866e22
3
+ size 5432