lewmi commited on
Commit
1984c19
·
verified ·
1 Parent(s): 2884378

Training in progress, step 240

Browse files
config.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "bos_token_id": null,
11
+ "chunk_size_feed_forward": 0,
12
+ "classifier_dropout": null,
13
+ "dtype": null,
14
+ "eos_token_id": null,
15
+ "hidden_act": "gelu",
16
+ "hidden_dropout_prob": 0.1,
17
+ "hidden_size": 256,
18
+ "id2label": {
19
+ "0": "LABEL_0",
20
+ "1": "LABEL_1"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 1024,
24
+ "is_decoder": true,
25
+ "is_encoder_decoder": false,
26
+ "label2id": {
27
+ "LABEL_0": 0,
28
+ "LABEL_1": 1
29
+ },
30
+ "layer_norm_eps": 1e-12,
31
+ "max_position_embeddings": 512,
32
+ "model_type": "bert",
33
+ "num_attention_heads": 4,
34
+ "num_hidden_layers": 4,
35
+ "output_attentions": false,
36
+ "output_hidden_states": false,
37
+ "pad_token_id": 0,
38
+ "problem_type": null,
39
+ "return_dict": true,
40
+ "tie_word_embeddings": true,
41
+ "type_vocab_size": 2,
42
+ "use_cache": true,
43
+ "vocab_size": 53
44
+ },
45
+ "decoder_start_token_id": 2,
46
+ "dtype": "float32",
47
+ "encoder": {
48
+ "_name_or_path": "",
49
+ "add_cross_attention": false,
50
+ "architectures": null,
51
+ "attention_probs_dropout_prob": 0.1,
52
+ "bos_token_id": null,
53
+ "chunk_size_feed_forward": 0,
54
+ "classifier_dropout": null,
55
+ "dtype": null,
56
+ "eos_token_id": null,
57
+ "hidden_act": "gelu",
58
+ "hidden_dropout_prob": 0.1,
59
+ "hidden_size": 256,
60
+ "id2label": {
61
+ "0": "LABEL_0",
62
+ "1": "LABEL_1"
63
+ },
64
+ "initializer_range": 0.02,
65
+ "intermediate_size": 1024,
66
+ "is_decoder": false,
67
+ "is_encoder_decoder": false,
68
+ "label2id": {
69
+ "LABEL_0": 0,
70
+ "LABEL_1": 1
71
+ },
72
+ "layer_norm_eps": 1e-12,
73
+ "max_position_embeddings": 512,
74
+ "model_type": "bert",
75
+ "num_attention_heads": 4,
76
+ "num_hidden_layers": 4,
77
+ "output_attentions": false,
78
+ "output_hidden_states": false,
79
+ "pad_token_id": 0,
80
+ "problem_type": null,
81
+ "return_dict": true,
82
+ "tie_word_embeddings": true,
83
+ "type_vocab_size": 2,
84
+ "use_cache": true,
85
+ "vocab_size": 53
86
+ },
87
+ "eos_token_id": 0,
88
+ "is_encoder_decoder": true,
89
+ "model_type": "encoder-decoder",
90
+ "pad_token_id": 3,
91
+ "transformers_version": "5.0.0",
92
+ "unk_token_id": null,
93
+ "use_cache": false
94
+ }
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "decoder_start_token_id": 2,
4
+ "eos_token_id": [
5
+ 0
6
+ ],
7
+ "output_attentions": false,
8
+ "output_hidden_states": false,
9
+ "pad_token_id": 3,
10
+ "transformers_version": "5.0.0",
11
+ "use_cache": true
12
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:103c01ad2911e7bbd4d00a2f155af7fc317efb8edc43a4c8645b1228d97f3204
3
+ size 31207604
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
+ "12": 21,
122
+ "97": 22,
123
+ "13": 23,
124
+ "96": 24,
125
+ "14": 25,
126
+ "95": 26,
127
+ "94": 27,
128
+ "15": 28,
129
+ "93": 29,
130
+ "16": 30,
131
+ "17": 31,
132
+ "92": 32,
133
+ "18": 33,
134
+ "91": 34,
135
+ "19": 35,
136
+ "90": 36,
137
+ "20": 37,
138
+ "89": 38,
139
+ "88": 39,
140
+ "21": 40,
141
+ "87": 41,
142
+ "22": 42,
143
+ "23": 43,
144
+ "86": 44,
145
+ "85": 45,
146
+ "24": 46,
147
+ "25": 47,
148
+ "84": 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
+ "1",
173
+ "2"
174
+ ],
175
+ [
176
+ "9",
177
+ "7"
178
+ ],
179
+ [
180
+ "1",
181
+ "3"
182
+ ],
183
+ [
184
+ "9",
185
+ "6"
186
+ ],
187
+ [
188
+ "1",
189
+ "4"
190
+ ],
191
+ [
192
+ "9",
193
+ "5"
194
+ ],
195
+ [
196
+ "9",
197
+ "4"
198
+ ],
199
+ [
200
+ "1",
201
+ "5"
202
+ ],
203
+ [
204
+ "9",
205
+ "3"
206
+ ],
207
+ [
208
+ "1",
209
+ "6"
210
+ ],
211
+ [
212
+ "1",
213
+ "7"
214
+ ],
215
+ [
216
+ "9",
217
+ "2"
218
+ ],
219
+ [
220
+ "1",
221
+ "8"
222
+ ],
223
+ [
224
+ "9",
225
+ "1"
226
+ ],
227
+ [
228
+ "1",
229
+ "9"
230
+ ],
231
+ [
232
+ "9",
233
+ "0"
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
+ "8",
253
+ "7"
254
+ ],
255
+ [
256
+ "2",
257
+ "2"
258
+ ],
259
+ [
260
+ "2",
261
+ "3"
262
+ ],
263
+ [
264
+ "8",
265
+ "6"
266
+ ],
267
+ [
268
+ "8",
269
+ "5"
270
+ ],
271
+ [
272
+ "2",
273
+ "4"
274
+ ],
275
+ [
276
+ "2",
277
+ "5"
278
+ ],
279
+ [
280
+ "8",
281
+ "4"
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,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[EOS]",
5
+ "model_max_length": 1000000000000000019884624838656,
6
+ "pad_token": "[PAD]",
7
+ "tokenizer_class": "TokenizersBackend"
8
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64e9595e750a35613569607f993afec0f1b3799ad4045f502f7167862c781a8a
3
+ size 5329