master2134 commited on
Commit
40486f4
·
verified ·
1 Parent(s): bee0f44

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": 53
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": 53
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:cac7c4b030af2311d8f91d63fb8aeb6877b2633a699fb5997a6e6aec690a9698
3
+ size 31207604
runs/Mar03_18-23-14_17f3732c0d2a/events.out.tfevents.1741026195.17f3732c0d2a.294.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:245d061942cc1fd0a8f6cd20e2bf1087ee325b832ed792548b4c2d1e07e639d4
3
+ size 9132
runs/Mar03_18-27-25_17f3732c0d2a/events.out.tfevents.1741026447.17f3732c0d2a.294.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fe81013f9d7b9969d4fcb3566a9c62d5f8ac13ea89961dced1db2f6e3f2d2a5
3
+ size 9133
runs/Mar03_18-28-39_17f3732c0d2a/events.out.tfevents.1741026520.17f3732c0d2a.294.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5b7a1e58847b185c80eba356ff43fb4bc74b110e044ac34ce7d281b9ce6ab07
3
+ size 8280
runs/Mar03_18-28-53_17f3732c0d2a/events.out.tfevents.1741026534.17f3732c0d2a.294.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:363c75503798c4a3f26b904b2cc2fe516d2af4c5fcf38c860318fce9734e5056
3
+ size 8280
runs/Mar03_18-31-06_17f3732c0d2a/events.out.tfevents.1741026671.17f3732c0d2a.5309.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1ba8cd761e21be5ade66154d078a762e3af30030ae9736be04b42803b35a949
3
+ size 27756
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,301 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "=": 16,
117
+ "10": 17,
118
+ "99": 18,
119
+ "11": 19,
120
+ "98": 20,
121
+ "97": 21,
122
+ "12": 22,
123
+ "96": 23,
124
+ "13": 24,
125
+ "95": 25,
126
+ "14": 26,
127
+ "15": 27,
128
+ "94": 28,
129
+ "93": 29,
130
+ "16": 30,
131
+ "92": 31,
132
+ "17": 32,
133
+ "91": 33,
134
+ "18": 34,
135
+ "90": 35,
136
+ "19": 36,
137
+ "20": 37,
138
+ "89": 38,
139
+ "88": 39,
140
+ "21": 40,
141
+ "22": 41,
142
+ "87": 42,
143
+ "86": 43,
144
+ "23": 44,
145
+ "85": 45,
146
+ "24": 46,
147
+ "84": 47,
148
+ "25": 48,
149
+ "26": 49,
150
+ "83": 50,
151
+ "27": 51,
152
+ "82": 52
153
+ },
154
+ "merges": [
155
+ [
156
+ "1",
157
+ "0"
158
+ ],
159
+ [
160
+ "9",
161
+ "9"
162
+ ],
163
+ [
164
+ "1",
165
+ "1"
166
+ ],
167
+ [
168
+ "9",
169
+ "8"
170
+ ],
171
+ [
172
+ "9",
173
+ "7"
174
+ ],
175
+ [
176
+ "1",
177
+ "2"
178
+ ],
179
+ [
180
+ "9",
181
+ "6"
182
+ ],
183
+ [
184
+ "1",
185
+ "3"
186
+ ],
187
+ [
188
+ "9",
189
+ "5"
190
+ ],
191
+ [
192
+ "1",
193
+ "4"
194
+ ],
195
+ [
196
+ "1",
197
+ "5"
198
+ ],
199
+ [
200
+ "9",
201
+ "4"
202
+ ],
203
+ [
204
+ "9",
205
+ "3"
206
+ ],
207
+ [
208
+ "1",
209
+ "6"
210
+ ],
211
+ [
212
+ "9",
213
+ "2"
214
+ ],
215
+ [
216
+ "1",
217
+ "7"
218
+ ],
219
+ [
220
+ "9",
221
+ "1"
222
+ ],
223
+ [
224
+ "1",
225
+ "8"
226
+ ],
227
+ [
228
+ "9",
229
+ "0"
230
+ ],
231
+ [
232
+ "1",
233
+ "9"
234
+ ],
235
+ [
236
+ "2",
237
+ "0"
238
+ ],
239
+ [
240
+ "8",
241
+ "9"
242
+ ],
243
+ [
244
+ "8",
245
+ "8"
246
+ ],
247
+ [
248
+ "2",
249
+ "1"
250
+ ],
251
+ [
252
+ "2",
253
+ "2"
254
+ ],
255
+ [
256
+ "8",
257
+ "7"
258
+ ],
259
+ [
260
+ "8",
261
+ "6"
262
+ ],
263
+ [
264
+ "2",
265
+ "3"
266
+ ],
267
+ [
268
+ "8",
269
+ "5"
270
+ ],
271
+ [
272
+ "2",
273
+ "4"
274
+ ],
275
+ [
276
+ "8",
277
+ "4"
278
+ ],
279
+ [
280
+ "2",
281
+ "5"
282
+ ],
283
+ [
284
+ "2",
285
+ "6"
286
+ ],
287
+ [
288
+ "8",
289
+ "3"
290
+ ],
291
+ [
292
+ "2",
293
+ "7"
294
+ ],
295
+ [
296
+ "8",
297
+ "2"
298
+ ]
299
+ ]
300
+ }
301
+ }
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:cacb53e0478c7ce91f9c87fb0a4a7c183ec75c1fbcbc30e1ce6f482d290340e5
3
+ size 5432