TomasFAV commited on
Commit
1ff2033
·
verified ·
1 Parent(s): 5d74f86

Upload processor

Browse files
added_tokens.json CHANGED
@@ -1,23 +1,23 @@
1
  {
2
- "</s_BIC>": 30549,
3
- "</s_IBAN>": 30526,
4
- "</s_bank_account_number>": 30550,
5
- "</s_const_symbol>": 30532,
6
- "</s_currency>": 30559,
7
- "</s_customer_name>": 30523,
8
- "</s_customer_register_id>": 30524,
9
- "</s_customer_tax_id>": 30556,
10
- "</s_due_date>": 30530,
11
- "</s_invoice_number>": 30553,
12
- "</s_issue_date>": 30531,
13
- "</s_payment>": 30535,
14
- "</s_supplier_name>": 30543,
15
- "</s_supplier_register_id>": 30558,
16
- "</s_supplier_tax_id>": 30551,
17
- "</s_taxable_supply_date>": 30546,
18
- "</s_total_price>": 30533,
19
- "</s_total_vat>": 30541,
20
- "</s_variable_symbol>": 30528,
21
  "<reserved_10>": 30569,
22
  "<reserved_11>": 30570,
23
  "<reserved_12>": 30571,
@@ -50,23 +50,23 @@
50
  "<reserved_7>": 30566,
51
  "<reserved_8>": 30567,
52
  "<reserved_9>": 30568,
53
- "<s_BIC>": 30539,
54
- "<s_IBAN>": 30522,
55
- "<s_bank_account_number>": 30534,
56
- "<s_const_symbol>": 30554,
57
- "<s_currency>": 30545,
58
- "<s_customer_name>": 30548,
59
- "<s_customer_register_id>": 30547,
60
- "<s_customer_tax_id>": 30544,
61
- "<s_due_date>": 30557,
62
- "<s_invoice_number>": 30542,
63
- "<s_issue_date>": 30525,
64
- "<s_payment>": 30529,
65
- "<s_supplier_name>": 30552,
66
- "<s_supplier_register_id>": 30555,
67
- "<s_supplier_tax_id>": 30536,
68
- "<s_taxable_supply_date>": 30537,
69
- "<s_total_price>": 30540,
70
- "<s_total_vat>": 30538,
71
  "<s_variable_symbol>": 30527
72
  }
 
1
  {
2
+ "</s_BIC>": 30554,
3
+ "</s_IBAN>": 30545,
4
+ "</s_bank_account_number>": 30557,
5
+ "</s_const_symbol>": 30550,
6
+ "</s_currency>": 30541,
7
+ "</s_customer_name>": 30553,
8
+ "</s_customer_register_id>": 30556,
9
+ "</s_customer_tax_id>": 30524,
10
+ "</s_due_date>": 30522,
11
+ "</s_invoice_number>": 30543,
12
+ "</s_issue_date>": 30525,
13
+ "</s_payment>": 30530,
14
+ "</s_supplier_name>": 30537,
15
+ "</s_supplier_register_id>": 30538,
16
+ "</s_supplier_tax_id>": 30529,
17
+ "</s_taxable_supply_date>": 30526,
18
+ "</s_total_price>": 30555,
19
+ "</s_total_vat>": 30528,
20
+ "</s_variable_symbol>": 30533,
21
  "<reserved_10>": 30569,
22
  "<reserved_11>": 30570,
23
  "<reserved_12>": 30571,
 
50
  "<reserved_7>": 30566,
51
  "<reserved_8>": 30567,
52
  "<reserved_9>": 30568,
53
+ "<s_BIC>": 30536,
54
+ "<s_IBAN>": 30540,
55
+ "<s_bank_account_number>": 30551,
56
+ "<s_const_symbol>": 30549,
57
+ "<s_currency>": 30559,
58
+ "<s_customer_name>": 30544,
59
+ "<s_customer_register_id>": 30552,
60
+ "<s_customer_tax_id>": 30523,
61
+ "<s_due_date>": 30542,
62
+ "<s_invoice_number>": 30558,
63
+ "<s_issue_date>": 30548,
64
+ "<s_payment>": 30546,
65
+ "<s_supplier_name>": 30547,
66
+ "<s_supplier_register_id>": 30534,
67
+ "<s_supplier_tax_id>": 30539,
68
+ "<s_taxable_supply_date>": 30532,
69
+ "<s_total_price>": 30531,
70
+ "<s_total_vat>": 30535,
71
  "<s_variable_symbol>": 30527
72
  }
preprocessor_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "crop_size": {
3
- "height": 224,
4
- "width": 224
5
  },
6
  "data_format": "channels_first",
7
  "default_to_square": false,
@@ -31,6 +31,6 @@
31
  "rescale_factor": 0.00392156862745098,
32
  "return_tensors": null,
33
  "size": {
34
- "shortest_edge": 224
35
  }
36
  }
 
1
  {
2
  "crop_size": {
3
+ "height": 480,
4
+ "width": 480
5
  },
6
  "data_format": "channels_first",
7
  "default_to_square": false,
 
31
  "rescale_factor": 0.00392156862745098,
32
  "return_tensors": null,
33
  "size": {
34
+ "shortest_edge": 480
35
  }
36
  }
special_tokens_map.json CHANGED
@@ -1,35 +1,35 @@
1
  {
2
  "additional_special_tokens": [
3
  {
4
- "content": "<s_IBAN>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
8
  "single_word": false
9
  },
10
  {
11
- "content": "</s_customer_name>",
12
  "lstrip": false,
13
  "normalized": false,
14
  "rstrip": false,
15
  "single_word": false
16
  },
17
  {
18
- "content": "</s_customer_register_id>",
19
  "lstrip": false,
20
  "normalized": false,
21
  "rstrip": false,
22
  "single_word": false
23
  },
24
  {
25
- "content": "<s_issue_date>",
26
  "lstrip": false,
27
  "normalized": false,
28
  "rstrip": false,
29
  "single_word": false
30
  },
31
  {
32
- "content": "</s_IBAN>",
33
  "lstrip": false,
34
  "normalized": false,
35
  "rstrip": false,
@@ -43,224 +43,224 @@
43
  "single_word": false
44
  },
45
  {
46
- "content": "</s_variable_symbol>",
47
  "lstrip": false,
48
  "normalized": false,
49
  "rstrip": false,
50
  "single_word": false
51
  },
52
  {
53
- "content": "<s_payment>",
54
  "lstrip": false,
55
  "normalized": false,
56
  "rstrip": false,
57
  "single_word": false
58
  },
59
  {
60
- "content": "</s_due_date>",
61
  "lstrip": false,
62
  "normalized": false,
63
  "rstrip": false,
64
  "single_word": false
65
  },
66
  {
67
- "content": "</s_issue_date>",
68
  "lstrip": false,
69
  "normalized": false,
70
  "rstrip": false,
71
  "single_word": false
72
  },
73
  {
74
- "content": "</s_const_symbol>",
75
  "lstrip": false,
76
  "normalized": false,
77
  "rstrip": false,
78
  "single_word": false
79
  },
80
  {
81
- "content": "</s_total_price>",
82
  "lstrip": false,
83
  "normalized": false,
84
  "rstrip": false,
85
  "single_word": false
86
  },
87
  {
88
- "content": "<s_bank_account_number>",
89
  "lstrip": false,
90
  "normalized": false,
91
  "rstrip": false,
92
  "single_word": false
93
  },
94
  {
95
- "content": "</s_payment>",
96
  "lstrip": false,
97
  "normalized": false,
98
  "rstrip": false,
99
  "single_word": false
100
  },
101
  {
102
- "content": "<s_supplier_tax_id>",
103
  "lstrip": false,
104
  "normalized": false,
105
  "rstrip": false,
106
  "single_word": false
107
  },
108
  {
109
- "content": "<s_taxable_supply_date>",
110
  "lstrip": false,
111
  "normalized": false,
112
  "rstrip": false,
113
  "single_word": false
114
  },
115
  {
116
- "content": "<s_total_vat>",
117
  "lstrip": false,
118
  "normalized": false,
119
  "rstrip": false,
120
  "single_word": false
121
  },
122
  {
123
- "content": "<s_BIC>",
124
  "lstrip": false,
125
  "normalized": false,
126
  "rstrip": false,
127
  "single_word": false
128
  },
129
  {
130
- "content": "<s_total_price>",
131
  "lstrip": false,
132
  "normalized": false,
133
  "rstrip": false,
134
  "single_word": false
135
  },
136
  {
137
- "content": "</s_total_vat>",
138
  "lstrip": false,
139
  "normalized": false,
140
  "rstrip": false,
141
  "single_word": false
142
  },
143
  {
144
- "content": "<s_invoice_number>",
145
  "lstrip": false,
146
  "normalized": false,
147
  "rstrip": false,
148
  "single_word": false
149
  },
150
  {
151
- "content": "</s_supplier_name>",
152
  "lstrip": false,
153
  "normalized": false,
154
  "rstrip": false,
155
  "single_word": false
156
  },
157
  {
158
- "content": "<s_customer_tax_id>",
159
  "lstrip": false,
160
  "normalized": false,
161
  "rstrip": false,
162
  "single_word": false
163
  },
164
  {
165
- "content": "<s_currency>",
166
  "lstrip": false,
167
  "normalized": false,
168
  "rstrip": false,
169
  "single_word": false
170
  },
171
  {
172
- "content": "</s_taxable_supply_date>",
173
  "lstrip": false,
174
  "normalized": false,
175
  "rstrip": false,
176
  "single_word": false
177
  },
178
  {
179
- "content": "<s_customer_register_id>",
180
  "lstrip": false,
181
  "normalized": false,
182
  "rstrip": false,
183
  "single_word": false
184
  },
185
  {
186
- "content": "<s_customer_name>",
187
  "lstrip": false,
188
  "normalized": false,
189
  "rstrip": false,
190
  "single_word": false
191
  },
192
  {
193
- "content": "</s_BIC>",
194
  "lstrip": false,
195
  "normalized": false,
196
  "rstrip": false,
197
  "single_word": false
198
  },
199
  {
200
- "content": "</s_bank_account_number>",
201
  "lstrip": false,
202
  "normalized": false,
203
  "rstrip": false,
204
  "single_word": false
205
  },
206
  {
207
- "content": "</s_supplier_tax_id>",
208
  "lstrip": false,
209
  "normalized": false,
210
  "rstrip": false,
211
  "single_word": false
212
  },
213
  {
214
- "content": "<s_supplier_name>",
215
  "lstrip": false,
216
  "normalized": false,
217
  "rstrip": false,
218
  "single_word": false
219
  },
220
  {
221
- "content": "</s_invoice_number>",
222
  "lstrip": false,
223
  "normalized": false,
224
  "rstrip": false,
225
  "single_word": false
226
  },
227
  {
228
- "content": "<s_const_symbol>",
229
  "lstrip": false,
230
  "normalized": false,
231
  "rstrip": false,
232
  "single_word": false
233
  },
234
  {
235
- "content": "<s_supplier_register_id>",
236
  "lstrip": false,
237
  "normalized": false,
238
  "rstrip": false,
239
  "single_word": false
240
  },
241
  {
242
- "content": "</s_customer_tax_id>",
243
  "lstrip": false,
244
  "normalized": false,
245
  "rstrip": false,
246
  "single_word": false
247
  },
248
  {
249
- "content": "<s_due_date>",
250
  "lstrip": false,
251
  "normalized": false,
252
  "rstrip": false,
253
  "single_word": false
254
  },
255
  {
256
- "content": "</s_supplier_register_id>",
257
  "lstrip": false,
258
  "normalized": false,
259
  "rstrip": false,
260
  "single_word": false
261
  },
262
  {
263
- "content": "</s_currency>",
264
  "lstrip": false,
265
  "normalized": false,
266
  "rstrip": false,
 
1
  {
2
  "additional_special_tokens": [
3
  {
4
+ "content": "</s_due_date>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
8
  "single_word": false
9
  },
10
  {
11
+ "content": "<s_customer_tax_id>",
12
  "lstrip": false,
13
  "normalized": false,
14
  "rstrip": false,
15
  "single_word": false
16
  },
17
  {
18
+ "content": "</s_customer_tax_id>",
19
  "lstrip": false,
20
  "normalized": false,
21
  "rstrip": false,
22
  "single_word": false
23
  },
24
  {
25
+ "content": "</s_issue_date>",
26
  "lstrip": false,
27
  "normalized": false,
28
  "rstrip": false,
29
  "single_word": false
30
  },
31
  {
32
+ "content": "</s_taxable_supply_date>",
33
  "lstrip": false,
34
  "normalized": false,
35
  "rstrip": false,
 
43
  "single_word": false
44
  },
45
  {
46
+ "content": "</s_total_vat>",
47
  "lstrip": false,
48
  "normalized": false,
49
  "rstrip": false,
50
  "single_word": false
51
  },
52
  {
53
+ "content": "</s_supplier_tax_id>",
54
  "lstrip": false,
55
  "normalized": false,
56
  "rstrip": false,
57
  "single_word": false
58
  },
59
  {
60
+ "content": "</s_payment>",
61
  "lstrip": false,
62
  "normalized": false,
63
  "rstrip": false,
64
  "single_word": false
65
  },
66
  {
67
+ "content": "<s_total_price>",
68
  "lstrip": false,
69
  "normalized": false,
70
  "rstrip": false,
71
  "single_word": false
72
  },
73
  {
74
+ "content": "<s_taxable_supply_date>",
75
  "lstrip": false,
76
  "normalized": false,
77
  "rstrip": false,
78
  "single_word": false
79
  },
80
  {
81
+ "content": "</s_variable_symbol>",
82
  "lstrip": false,
83
  "normalized": false,
84
  "rstrip": false,
85
  "single_word": false
86
  },
87
  {
88
+ "content": "<s_supplier_register_id>",
89
  "lstrip": false,
90
  "normalized": false,
91
  "rstrip": false,
92
  "single_word": false
93
  },
94
  {
95
+ "content": "<s_total_vat>",
96
  "lstrip": false,
97
  "normalized": false,
98
  "rstrip": false,
99
  "single_word": false
100
  },
101
  {
102
+ "content": "<s_BIC>",
103
  "lstrip": false,
104
  "normalized": false,
105
  "rstrip": false,
106
  "single_word": false
107
  },
108
  {
109
+ "content": "</s_supplier_name>",
110
  "lstrip": false,
111
  "normalized": false,
112
  "rstrip": false,
113
  "single_word": false
114
  },
115
  {
116
+ "content": "</s_supplier_register_id>",
117
  "lstrip": false,
118
  "normalized": false,
119
  "rstrip": false,
120
  "single_word": false
121
  },
122
  {
123
+ "content": "<s_supplier_tax_id>",
124
  "lstrip": false,
125
  "normalized": false,
126
  "rstrip": false,
127
  "single_word": false
128
  },
129
  {
130
+ "content": "<s_IBAN>",
131
  "lstrip": false,
132
  "normalized": false,
133
  "rstrip": false,
134
  "single_word": false
135
  },
136
  {
137
+ "content": "</s_currency>",
138
  "lstrip": false,
139
  "normalized": false,
140
  "rstrip": false,
141
  "single_word": false
142
  },
143
  {
144
+ "content": "<s_due_date>",
145
  "lstrip": false,
146
  "normalized": false,
147
  "rstrip": false,
148
  "single_word": false
149
  },
150
  {
151
+ "content": "</s_invoice_number>",
152
  "lstrip": false,
153
  "normalized": false,
154
  "rstrip": false,
155
  "single_word": false
156
  },
157
  {
158
+ "content": "<s_customer_name>",
159
  "lstrip": false,
160
  "normalized": false,
161
  "rstrip": false,
162
  "single_word": false
163
  },
164
  {
165
+ "content": "</s_IBAN>",
166
  "lstrip": false,
167
  "normalized": false,
168
  "rstrip": false,
169
  "single_word": false
170
  },
171
  {
172
+ "content": "<s_payment>",
173
  "lstrip": false,
174
  "normalized": false,
175
  "rstrip": false,
176
  "single_word": false
177
  },
178
  {
179
+ "content": "<s_supplier_name>",
180
  "lstrip": false,
181
  "normalized": false,
182
  "rstrip": false,
183
  "single_word": false
184
  },
185
  {
186
+ "content": "<s_issue_date>",
187
  "lstrip": false,
188
  "normalized": false,
189
  "rstrip": false,
190
  "single_word": false
191
  },
192
  {
193
+ "content": "<s_const_symbol>",
194
  "lstrip": false,
195
  "normalized": false,
196
  "rstrip": false,
197
  "single_word": false
198
  },
199
  {
200
+ "content": "</s_const_symbol>",
201
  "lstrip": false,
202
  "normalized": false,
203
  "rstrip": false,
204
  "single_word": false
205
  },
206
  {
207
+ "content": "<s_bank_account_number>",
208
  "lstrip": false,
209
  "normalized": false,
210
  "rstrip": false,
211
  "single_word": false
212
  },
213
  {
214
+ "content": "<s_customer_register_id>",
215
  "lstrip": false,
216
  "normalized": false,
217
  "rstrip": false,
218
  "single_word": false
219
  },
220
  {
221
+ "content": "</s_customer_name>",
222
  "lstrip": false,
223
  "normalized": false,
224
  "rstrip": false,
225
  "single_word": false
226
  },
227
  {
228
+ "content": "</s_BIC>",
229
  "lstrip": false,
230
  "normalized": false,
231
  "rstrip": false,
232
  "single_word": false
233
  },
234
  {
235
+ "content": "</s_total_price>",
236
  "lstrip": false,
237
  "normalized": false,
238
  "rstrip": false,
239
  "single_word": false
240
  },
241
  {
242
+ "content": "</s_customer_register_id>",
243
  "lstrip": false,
244
  "normalized": false,
245
  "rstrip": false,
246
  "single_word": false
247
  },
248
  {
249
+ "content": "</s_bank_account_number>",
250
  "lstrip": false,
251
  "normalized": false,
252
  "rstrip": false,
253
  "single_word": false
254
  },
255
  {
256
+ "content": "<s_invoice_number>",
257
  "lstrip": false,
258
  "normalized": false,
259
  "rstrip": false,
260
  "single_word": false
261
  },
262
  {
263
+ "content": "<s_currency>",
264
  "lstrip": false,
265
  "normalized": false,
266
  "rstrip": false,
tokenizer.json CHANGED
@@ -59,7 +59,7 @@
59
  },
60
  {
61
  "id": 30522,
62
- "content": "<s_IBAN>",
63
  "single_word": false,
64
  "lstrip": false,
65
  "rstrip": false,
@@ -68,7 +68,7 @@
68
  },
69
  {
70
  "id": 30523,
71
- "content": "</s_customer_name>",
72
  "single_word": false,
73
  "lstrip": false,
74
  "rstrip": false,
@@ -77,7 +77,7 @@
77
  },
78
  {
79
  "id": 30524,
80
- "content": "</s_customer_register_id>",
81
  "single_word": false,
82
  "lstrip": false,
83
  "rstrip": false,
@@ -86,7 +86,7 @@
86
  },
87
  {
88
  "id": 30525,
89
- "content": "<s_issue_date>",
90
  "single_word": false,
91
  "lstrip": false,
92
  "rstrip": false,
@@ -95,7 +95,7 @@
95
  },
96
  {
97
  "id": 30526,
98
- "content": "</s_IBAN>",
99
  "single_word": false,
100
  "lstrip": false,
101
  "rstrip": false,
@@ -113,7 +113,7 @@
113
  },
114
  {
115
  "id": 30528,
116
- "content": "</s_variable_symbol>",
117
  "single_word": false,
118
  "lstrip": false,
119
  "rstrip": false,
@@ -122,7 +122,7 @@
122
  },
123
  {
124
  "id": 30529,
125
- "content": "<s_payment>",
126
  "single_word": false,
127
  "lstrip": false,
128
  "rstrip": false,
@@ -131,7 +131,7 @@
131
  },
132
  {
133
  "id": 30530,
134
- "content": "</s_due_date>",
135
  "single_word": false,
136
  "lstrip": false,
137
  "rstrip": false,
@@ -140,7 +140,7 @@
140
  },
141
  {
142
  "id": 30531,
143
- "content": "</s_issue_date>",
144
  "single_word": false,
145
  "lstrip": false,
146
  "rstrip": false,
@@ -149,7 +149,7 @@
149
  },
150
  {
151
  "id": 30532,
152
- "content": "</s_const_symbol>",
153
  "single_word": false,
154
  "lstrip": false,
155
  "rstrip": false,
@@ -158,7 +158,7 @@
158
  },
159
  {
160
  "id": 30533,
161
- "content": "</s_total_price>",
162
  "single_word": false,
163
  "lstrip": false,
164
  "rstrip": false,
@@ -167,7 +167,7 @@
167
  },
168
  {
169
  "id": 30534,
170
- "content": "<s_bank_account_number>",
171
  "single_word": false,
172
  "lstrip": false,
173
  "rstrip": false,
@@ -176,7 +176,7 @@
176
  },
177
  {
178
  "id": 30535,
179
- "content": "</s_payment>",
180
  "single_word": false,
181
  "lstrip": false,
182
  "rstrip": false,
@@ -185,7 +185,7 @@
185
  },
186
  {
187
  "id": 30536,
188
- "content": "<s_supplier_tax_id>",
189
  "single_word": false,
190
  "lstrip": false,
191
  "rstrip": false,
@@ -194,7 +194,7 @@
194
  },
195
  {
196
  "id": 30537,
197
- "content": "<s_taxable_supply_date>",
198
  "single_word": false,
199
  "lstrip": false,
200
  "rstrip": false,
@@ -203,7 +203,7 @@
203
  },
204
  {
205
  "id": 30538,
206
- "content": "<s_total_vat>",
207
  "single_word": false,
208
  "lstrip": false,
209
  "rstrip": false,
@@ -212,7 +212,7 @@
212
  },
213
  {
214
  "id": 30539,
215
- "content": "<s_BIC>",
216
  "single_word": false,
217
  "lstrip": false,
218
  "rstrip": false,
@@ -221,7 +221,7 @@
221
  },
222
  {
223
  "id": 30540,
224
- "content": "<s_total_price>",
225
  "single_word": false,
226
  "lstrip": false,
227
  "rstrip": false,
@@ -230,7 +230,7 @@
230
  },
231
  {
232
  "id": 30541,
233
- "content": "</s_total_vat>",
234
  "single_word": false,
235
  "lstrip": false,
236
  "rstrip": false,
@@ -239,7 +239,7 @@
239
  },
240
  {
241
  "id": 30542,
242
- "content": "<s_invoice_number>",
243
  "single_word": false,
244
  "lstrip": false,
245
  "rstrip": false,
@@ -248,7 +248,7 @@
248
  },
249
  {
250
  "id": 30543,
251
- "content": "</s_supplier_name>",
252
  "single_word": false,
253
  "lstrip": false,
254
  "rstrip": false,
@@ -257,7 +257,7 @@
257
  },
258
  {
259
  "id": 30544,
260
- "content": "<s_customer_tax_id>",
261
  "single_word": false,
262
  "lstrip": false,
263
  "rstrip": false,
@@ -266,7 +266,7 @@
266
  },
267
  {
268
  "id": 30545,
269
- "content": "<s_currency>",
270
  "single_word": false,
271
  "lstrip": false,
272
  "rstrip": false,
@@ -275,7 +275,7 @@
275
  },
276
  {
277
  "id": 30546,
278
- "content": "</s_taxable_supply_date>",
279
  "single_word": false,
280
  "lstrip": false,
281
  "rstrip": false,
@@ -284,7 +284,7 @@
284
  },
285
  {
286
  "id": 30547,
287
- "content": "<s_customer_register_id>",
288
  "single_word": false,
289
  "lstrip": false,
290
  "rstrip": false,
@@ -293,7 +293,7 @@
293
  },
294
  {
295
  "id": 30548,
296
- "content": "<s_customer_name>",
297
  "single_word": false,
298
  "lstrip": false,
299
  "rstrip": false,
@@ -302,7 +302,7 @@
302
  },
303
  {
304
  "id": 30549,
305
- "content": "</s_BIC>",
306
  "single_word": false,
307
  "lstrip": false,
308
  "rstrip": false,
@@ -311,7 +311,7 @@
311
  },
312
  {
313
  "id": 30550,
314
- "content": "</s_bank_account_number>",
315
  "single_word": false,
316
  "lstrip": false,
317
  "rstrip": false,
@@ -320,7 +320,7 @@
320
  },
321
  {
322
  "id": 30551,
323
- "content": "</s_supplier_tax_id>",
324
  "single_word": false,
325
  "lstrip": false,
326
  "rstrip": false,
@@ -329,7 +329,7 @@
329
  },
330
  {
331
  "id": 30552,
332
- "content": "<s_supplier_name>",
333
  "single_word": false,
334
  "lstrip": false,
335
  "rstrip": false,
@@ -338,7 +338,7 @@
338
  },
339
  {
340
  "id": 30553,
341
- "content": "</s_invoice_number>",
342
  "single_word": false,
343
  "lstrip": false,
344
  "rstrip": false,
@@ -347,7 +347,7 @@
347
  },
348
  {
349
  "id": 30554,
350
- "content": "<s_const_symbol>",
351
  "single_word": false,
352
  "lstrip": false,
353
  "rstrip": false,
@@ -356,7 +356,7 @@
356
  },
357
  {
358
  "id": 30555,
359
- "content": "<s_supplier_register_id>",
360
  "single_word": false,
361
  "lstrip": false,
362
  "rstrip": false,
@@ -365,7 +365,7 @@
365
  },
366
  {
367
  "id": 30556,
368
- "content": "</s_customer_tax_id>",
369
  "single_word": false,
370
  "lstrip": false,
371
  "rstrip": false,
@@ -374,7 +374,7 @@
374
  },
375
  {
376
  "id": 30557,
377
- "content": "<s_due_date>",
378
  "single_word": false,
379
  "lstrip": false,
380
  "rstrip": false,
@@ -383,7 +383,7 @@
383
  },
384
  {
385
  "id": 30558,
386
- "content": "</s_supplier_register_id>",
387
  "single_word": false,
388
  "lstrip": false,
389
  "rstrip": false,
@@ -392,7 +392,7 @@
392
  },
393
  {
394
  "id": 30559,
395
- "content": "</s_currency>",
396
  "single_word": false,
397
  "lstrip": false,
398
  "rstrip": false,
 
59
  },
60
  {
61
  "id": 30522,
62
+ "content": "</s_due_date>",
63
  "single_word": false,
64
  "lstrip": false,
65
  "rstrip": false,
 
68
  },
69
  {
70
  "id": 30523,
71
+ "content": "<s_customer_tax_id>",
72
  "single_word": false,
73
  "lstrip": false,
74
  "rstrip": false,
 
77
  },
78
  {
79
  "id": 30524,
80
+ "content": "</s_customer_tax_id>",
81
  "single_word": false,
82
  "lstrip": false,
83
  "rstrip": false,
 
86
  },
87
  {
88
  "id": 30525,
89
+ "content": "</s_issue_date>",
90
  "single_word": false,
91
  "lstrip": false,
92
  "rstrip": false,
 
95
  },
96
  {
97
  "id": 30526,
98
+ "content": "</s_taxable_supply_date>",
99
  "single_word": false,
100
  "lstrip": false,
101
  "rstrip": false,
 
113
  },
114
  {
115
  "id": 30528,
116
+ "content": "</s_total_vat>",
117
  "single_word": false,
118
  "lstrip": false,
119
  "rstrip": false,
 
122
  },
123
  {
124
  "id": 30529,
125
+ "content": "</s_supplier_tax_id>",
126
  "single_word": false,
127
  "lstrip": false,
128
  "rstrip": false,
 
131
  },
132
  {
133
  "id": 30530,
134
+ "content": "</s_payment>",
135
  "single_word": false,
136
  "lstrip": false,
137
  "rstrip": false,
 
140
  },
141
  {
142
  "id": 30531,
143
+ "content": "<s_total_price>",
144
  "single_word": false,
145
  "lstrip": false,
146
  "rstrip": false,
 
149
  },
150
  {
151
  "id": 30532,
152
+ "content": "<s_taxable_supply_date>",
153
  "single_word": false,
154
  "lstrip": false,
155
  "rstrip": false,
 
158
  },
159
  {
160
  "id": 30533,
161
+ "content": "</s_variable_symbol>",
162
  "single_word": false,
163
  "lstrip": false,
164
  "rstrip": false,
 
167
  },
168
  {
169
  "id": 30534,
170
+ "content": "<s_supplier_register_id>",
171
  "single_word": false,
172
  "lstrip": false,
173
  "rstrip": false,
 
176
  },
177
  {
178
  "id": 30535,
179
+ "content": "<s_total_vat>",
180
  "single_word": false,
181
  "lstrip": false,
182
  "rstrip": false,
 
185
  },
186
  {
187
  "id": 30536,
188
+ "content": "<s_BIC>",
189
  "single_word": false,
190
  "lstrip": false,
191
  "rstrip": false,
 
194
  },
195
  {
196
  "id": 30537,
197
+ "content": "</s_supplier_name>",
198
  "single_word": false,
199
  "lstrip": false,
200
  "rstrip": false,
 
203
  },
204
  {
205
  "id": 30538,
206
+ "content": "</s_supplier_register_id>",
207
  "single_word": false,
208
  "lstrip": false,
209
  "rstrip": false,
 
212
  },
213
  {
214
  "id": 30539,
215
+ "content": "<s_supplier_tax_id>",
216
  "single_word": false,
217
  "lstrip": false,
218
  "rstrip": false,
 
221
  },
222
  {
223
  "id": 30540,
224
+ "content": "<s_IBAN>",
225
  "single_word": false,
226
  "lstrip": false,
227
  "rstrip": false,
 
230
  },
231
  {
232
  "id": 30541,
233
+ "content": "</s_currency>",
234
  "single_word": false,
235
  "lstrip": false,
236
  "rstrip": false,
 
239
  },
240
  {
241
  "id": 30542,
242
+ "content": "<s_due_date>",
243
  "single_word": false,
244
  "lstrip": false,
245
  "rstrip": false,
 
248
  },
249
  {
250
  "id": 30543,
251
+ "content": "</s_invoice_number>",
252
  "single_word": false,
253
  "lstrip": false,
254
  "rstrip": false,
 
257
  },
258
  {
259
  "id": 30544,
260
+ "content": "<s_customer_name>",
261
  "single_word": false,
262
  "lstrip": false,
263
  "rstrip": false,
 
266
  },
267
  {
268
  "id": 30545,
269
+ "content": "</s_IBAN>",
270
  "single_word": false,
271
  "lstrip": false,
272
  "rstrip": false,
 
275
  },
276
  {
277
  "id": 30546,
278
+ "content": "<s_payment>",
279
  "single_word": false,
280
  "lstrip": false,
281
  "rstrip": false,
 
284
  },
285
  {
286
  "id": 30547,
287
+ "content": "<s_supplier_name>",
288
  "single_word": false,
289
  "lstrip": false,
290
  "rstrip": false,
 
293
  },
294
  {
295
  "id": 30548,
296
+ "content": "<s_issue_date>",
297
  "single_word": false,
298
  "lstrip": false,
299
  "rstrip": false,
 
302
  },
303
  {
304
  "id": 30549,
305
+ "content": "<s_const_symbol>",
306
  "single_word": false,
307
  "lstrip": false,
308
  "rstrip": false,
 
311
  },
312
  {
313
  "id": 30550,
314
+ "content": "</s_const_symbol>",
315
  "single_word": false,
316
  "lstrip": false,
317
  "rstrip": false,
 
320
  },
321
  {
322
  "id": 30551,
323
+ "content": "<s_bank_account_number>",
324
  "single_word": false,
325
  "lstrip": false,
326
  "rstrip": false,
 
329
  },
330
  {
331
  "id": 30552,
332
+ "content": "<s_customer_register_id>",
333
  "single_word": false,
334
  "lstrip": false,
335
  "rstrip": false,
 
338
  },
339
  {
340
  "id": 30553,
341
+ "content": "</s_customer_name>",
342
  "single_word": false,
343
  "lstrip": false,
344
  "rstrip": false,
 
347
  },
348
  {
349
  "id": 30554,
350
+ "content": "</s_BIC>",
351
  "single_word": false,
352
  "lstrip": false,
353
  "rstrip": false,
 
356
  },
357
  {
358
  "id": 30555,
359
+ "content": "</s_total_price>",
360
  "single_word": false,
361
  "lstrip": false,
362
  "rstrip": false,
 
365
  },
366
  {
367
  "id": 30556,
368
+ "content": "</s_customer_register_id>",
369
  "single_word": false,
370
  "lstrip": false,
371
  "rstrip": false,
 
374
  },
375
  {
376
  "id": 30557,
377
+ "content": "</s_bank_account_number>",
378
  "single_word": false,
379
  "lstrip": false,
380
  "rstrip": false,
 
383
  },
384
  {
385
  "id": 30558,
386
+ "content": "<s_invoice_number>",
387
  "single_word": false,
388
  "lstrip": false,
389
  "rstrip": false,
 
392
  },
393
  {
394
  "id": 30559,
395
+ "content": "<s_currency>",
396
  "single_word": false,
397
  "lstrip": false,
398
  "rstrip": false,
tokenizer_config.json CHANGED
@@ -41,7 +41,7 @@
41
  "special": true
42
  },
43
  "30522": {
44
- "content": "<s_IBAN>",
45
  "lstrip": false,
46
  "normalized": false,
47
  "rstrip": false,
@@ -49,7 +49,7 @@
49
  "special": true
50
  },
51
  "30523": {
52
- "content": "</s_customer_name>",
53
  "lstrip": false,
54
  "normalized": false,
55
  "rstrip": false,
@@ -57,7 +57,7 @@
57
  "special": true
58
  },
59
  "30524": {
60
- "content": "</s_customer_register_id>",
61
  "lstrip": false,
62
  "normalized": false,
63
  "rstrip": false,
@@ -65,7 +65,7 @@
65
  "special": true
66
  },
67
  "30525": {
68
- "content": "<s_issue_date>",
69
  "lstrip": false,
70
  "normalized": false,
71
  "rstrip": false,
@@ -73,7 +73,7 @@
73
  "special": true
74
  },
75
  "30526": {
76
- "content": "</s_IBAN>",
77
  "lstrip": false,
78
  "normalized": false,
79
  "rstrip": false,
@@ -89,7 +89,7 @@
89
  "special": true
90
  },
91
  "30528": {
92
- "content": "</s_variable_symbol>",
93
  "lstrip": false,
94
  "normalized": false,
95
  "rstrip": false,
@@ -97,7 +97,7 @@
97
  "special": true
98
  },
99
  "30529": {
100
- "content": "<s_payment>",
101
  "lstrip": false,
102
  "normalized": false,
103
  "rstrip": false,
@@ -105,7 +105,7 @@
105
  "special": true
106
  },
107
  "30530": {
108
- "content": "</s_due_date>",
109
  "lstrip": false,
110
  "normalized": false,
111
  "rstrip": false,
@@ -113,7 +113,7 @@
113
  "special": true
114
  },
115
  "30531": {
116
- "content": "</s_issue_date>",
117
  "lstrip": false,
118
  "normalized": false,
119
  "rstrip": false,
@@ -121,7 +121,7 @@
121
  "special": true
122
  },
123
  "30532": {
124
- "content": "</s_const_symbol>",
125
  "lstrip": false,
126
  "normalized": false,
127
  "rstrip": false,
@@ -129,7 +129,7 @@
129
  "special": true
130
  },
131
  "30533": {
132
- "content": "</s_total_price>",
133
  "lstrip": false,
134
  "normalized": false,
135
  "rstrip": false,
@@ -137,7 +137,7 @@
137
  "special": true
138
  },
139
  "30534": {
140
- "content": "<s_bank_account_number>",
141
  "lstrip": false,
142
  "normalized": false,
143
  "rstrip": false,
@@ -145,7 +145,7 @@
145
  "special": true
146
  },
147
  "30535": {
148
- "content": "</s_payment>",
149
  "lstrip": false,
150
  "normalized": false,
151
  "rstrip": false,
@@ -153,7 +153,7 @@
153
  "special": true
154
  },
155
  "30536": {
156
- "content": "<s_supplier_tax_id>",
157
  "lstrip": false,
158
  "normalized": false,
159
  "rstrip": false,
@@ -161,7 +161,7 @@
161
  "special": true
162
  },
163
  "30537": {
164
- "content": "<s_taxable_supply_date>",
165
  "lstrip": false,
166
  "normalized": false,
167
  "rstrip": false,
@@ -169,7 +169,7 @@
169
  "special": true
170
  },
171
  "30538": {
172
- "content": "<s_total_vat>",
173
  "lstrip": false,
174
  "normalized": false,
175
  "rstrip": false,
@@ -177,7 +177,7 @@
177
  "special": true
178
  },
179
  "30539": {
180
- "content": "<s_BIC>",
181
  "lstrip": false,
182
  "normalized": false,
183
  "rstrip": false,
@@ -185,7 +185,7 @@
185
  "special": true
186
  },
187
  "30540": {
188
- "content": "<s_total_price>",
189
  "lstrip": false,
190
  "normalized": false,
191
  "rstrip": false,
@@ -193,7 +193,7 @@
193
  "special": true
194
  },
195
  "30541": {
196
- "content": "</s_total_vat>",
197
  "lstrip": false,
198
  "normalized": false,
199
  "rstrip": false,
@@ -201,7 +201,7 @@
201
  "special": true
202
  },
203
  "30542": {
204
- "content": "<s_invoice_number>",
205
  "lstrip": false,
206
  "normalized": false,
207
  "rstrip": false,
@@ -209,7 +209,7 @@
209
  "special": true
210
  },
211
  "30543": {
212
- "content": "</s_supplier_name>",
213
  "lstrip": false,
214
  "normalized": false,
215
  "rstrip": false,
@@ -217,7 +217,7 @@
217
  "special": true
218
  },
219
  "30544": {
220
- "content": "<s_customer_tax_id>",
221
  "lstrip": false,
222
  "normalized": false,
223
  "rstrip": false,
@@ -225,7 +225,7 @@
225
  "special": true
226
  },
227
  "30545": {
228
- "content": "<s_currency>",
229
  "lstrip": false,
230
  "normalized": false,
231
  "rstrip": false,
@@ -233,7 +233,7 @@
233
  "special": true
234
  },
235
  "30546": {
236
- "content": "</s_taxable_supply_date>",
237
  "lstrip": false,
238
  "normalized": false,
239
  "rstrip": false,
@@ -241,7 +241,7 @@
241
  "special": true
242
  },
243
  "30547": {
244
- "content": "<s_customer_register_id>",
245
  "lstrip": false,
246
  "normalized": false,
247
  "rstrip": false,
@@ -249,7 +249,7 @@
249
  "special": true
250
  },
251
  "30548": {
252
- "content": "<s_customer_name>",
253
  "lstrip": false,
254
  "normalized": false,
255
  "rstrip": false,
@@ -257,7 +257,7 @@
257
  "special": true
258
  },
259
  "30549": {
260
- "content": "</s_BIC>",
261
  "lstrip": false,
262
  "normalized": false,
263
  "rstrip": false,
@@ -265,7 +265,7 @@
265
  "special": true
266
  },
267
  "30550": {
268
- "content": "</s_bank_account_number>",
269
  "lstrip": false,
270
  "normalized": false,
271
  "rstrip": false,
@@ -273,7 +273,7 @@
273
  "special": true
274
  },
275
  "30551": {
276
- "content": "</s_supplier_tax_id>",
277
  "lstrip": false,
278
  "normalized": false,
279
  "rstrip": false,
@@ -281,7 +281,7 @@
281
  "special": true
282
  },
283
  "30552": {
284
- "content": "<s_supplier_name>",
285
  "lstrip": false,
286
  "normalized": false,
287
  "rstrip": false,
@@ -289,7 +289,7 @@
289
  "special": true
290
  },
291
  "30553": {
292
- "content": "</s_invoice_number>",
293
  "lstrip": false,
294
  "normalized": false,
295
  "rstrip": false,
@@ -297,7 +297,7 @@
297
  "special": true
298
  },
299
  "30554": {
300
- "content": "<s_const_symbol>",
301
  "lstrip": false,
302
  "normalized": false,
303
  "rstrip": false,
@@ -305,7 +305,7 @@
305
  "special": true
306
  },
307
  "30555": {
308
- "content": "<s_supplier_register_id>",
309
  "lstrip": false,
310
  "normalized": false,
311
  "rstrip": false,
@@ -313,7 +313,7 @@
313
  "special": true
314
  },
315
  "30556": {
316
- "content": "</s_customer_tax_id>",
317
  "lstrip": false,
318
  "normalized": false,
319
  "rstrip": false,
@@ -321,7 +321,7 @@
321
  "special": true
322
  },
323
  "30557": {
324
- "content": "<s_due_date>",
325
  "lstrip": false,
326
  "normalized": false,
327
  "rstrip": false,
@@ -329,7 +329,7 @@
329
  "special": true
330
  },
331
  "30558": {
332
- "content": "</s_supplier_register_id>",
333
  "lstrip": false,
334
  "normalized": false,
335
  "rstrip": false,
@@ -337,7 +337,7 @@
337
  "special": true
338
  },
339
  "30559": {
340
- "content": "</s_currency>",
341
  "lstrip": false,
342
  "normalized": false,
343
  "rstrip": false,
@@ -602,44 +602,44 @@
602
  }
603
  },
604
  "additional_special_tokens": [
605
- "<s_IBAN>",
606
- "</s_customer_name>",
607
- "</s_customer_register_id>",
608
- "<s_issue_date>",
609
- "</s_IBAN>",
610
- "<s_variable_symbol>",
611
- "</s_variable_symbol>",
612
- "<s_payment>",
613
  "</s_due_date>",
 
 
614
  "</s_issue_date>",
615
- "</s_const_symbol>",
616
- "</s_total_price>",
617
- "<s_bank_account_number>",
 
618
  "</s_payment>",
619
- "<s_supplier_tax_id>",
620
  "<s_taxable_supply_date>",
 
 
621
  "<s_total_vat>",
622
  "<s_BIC>",
623
- "<s_total_price>",
624
- "</s_total_vat>",
625
- "<s_invoice_number>",
626
  "</s_supplier_name>",
627
- "<s_customer_tax_id>",
628
- "<s_currency>",
629
- "</s_taxable_supply_date>",
630
- "<s_customer_register_id>",
 
 
631
  "<s_customer_name>",
632
- "</s_BIC>",
633
- "</s_bank_account_number>",
634
- "</s_supplier_tax_id>",
635
  "<s_supplier_name>",
636
- "</s_invoice_number>",
637
  "<s_const_symbol>",
638
- "<s_supplier_register_id>",
639
- "</s_customer_tax_id>",
640
- "<s_due_date>",
641
- "</s_supplier_register_id>",
642
- "</s_currency>"
 
 
 
 
 
643
  ],
644
  "clean_up_tokenization_spaces": false,
645
  "cls_token": "[CLS]",
 
41
  "special": true
42
  },
43
  "30522": {
44
+ "content": "</s_due_date>",
45
  "lstrip": false,
46
  "normalized": false,
47
  "rstrip": false,
 
49
  "special": true
50
  },
51
  "30523": {
52
+ "content": "<s_customer_tax_id>",
53
  "lstrip": false,
54
  "normalized": false,
55
  "rstrip": false,
 
57
  "special": true
58
  },
59
  "30524": {
60
+ "content": "</s_customer_tax_id>",
61
  "lstrip": false,
62
  "normalized": false,
63
  "rstrip": false,
 
65
  "special": true
66
  },
67
  "30525": {
68
+ "content": "</s_issue_date>",
69
  "lstrip": false,
70
  "normalized": false,
71
  "rstrip": false,
 
73
  "special": true
74
  },
75
  "30526": {
76
+ "content": "</s_taxable_supply_date>",
77
  "lstrip": false,
78
  "normalized": false,
79
  "rstrip": false,
 
89
  "special": true
90
  },
91
  "30528": {
92
+ "content": "</s_total_vat>",
93
  "lstrip": false,
94
  "normalized": false,
95
  "rstrip": false,
 
97
  "special": true
98
  },
99
  "30529": {
100
+ "content": "</s_supplier_tax_id>",
101
  "lstrip": false,
102
  "normalized": false,
103
  "rstrip": false,
 
105
  "special": true
106
  },
107
  "30530": {
108
+ "content": "</s_payment>",
109
  "lstrip": false,
110
  "normalized": false,
111
  "rstrip": false,
 
113
  "special": true
114
  },
115
  "30531": {
116
+ "content": "<s_total_price>",
117
  "lstrip": false,
118
  "normalized": false,
119
  "rstrip": false,
 
121
  "special": true
122
  },
123
  "30532": {
124
+ "content": "<s_taxable_supply_date>",
125
  "lstrip": false,
126
  "normalized": false,
127
  "rstrip": false,
 
129
  "special": true
130
  },
131
  "30533": {
132
+ "content": "</s_variable_symbol>",
133
  "lstrip": false,
134
  "normalized": false,
135
  "rstrip": false,
 
137
  "special": true
138
  },
139
  "30534": {
140
+ "content": "<s_supplier_register_id>",
141
  "lstrip": false,
142
  "normalized": false,
143
  "rstrip": false,
 
145
  "special": true
146
  },
147
  "30535": {
148
+ "content": "<s_total_vat>",
149
  "lstrip": false,
150
  "normalized": false,
151
  "rstrip": false,
 
153
  "special": true
154
  },
155
  "30536": {
156
+ "content": "<s_BIC>",
157
  "lstrip": false,
158
  "normalized": false,
159
  "rstrip": false,
 
161
  "special": true
162
  },
163
  "30537": {
164
+ "content": "</s_supplier_name>",
165
  "lstrip": false,
166
  "normalized": false,
167
  "rstrip": false,
 
169
  "special": true
170
  },
171
  "30538": {
172
+ "content": "</s_supplier_register_id>",
173
  "lstrip": false,
174
  "normalized": false,
175
  "rstrip": false,
 
177
  "special": true
178
  },
179
  "30539": {
180
+ "content": "<s_supplier_tax_id>",
181
  "lstrip": false,
182
  "normalized": false,
183
  "rstrip": false,
 
185
  "special": true
186
  },
187
  "30540": {
188
+ "content": "<s_IBAN>",
189
  "lstrip": false,
190
  "normalized": false,
191
  "rstrip": false,
 
193
  "special": true
194
  },
195
  "30541": {
196
+ "content": "</s_currency>",
197
  "lstrip": false,
198
  "normalized": false,
199
  "rstrip": false,
 
201
  "special": true
202
  },
203
  "30542": {
204
+ "content": "<s_due_date>",
205
  "lstrip": false,
206
  "normalized": false,
207
  "rstrip": false,
 
209
  "special": true
210
  },
211
  "30543": {
212
+ "content": "</s_invoice_number>",
213
  "lstrip": false,
214
  "normalized": false,
215
  "rstrip": false,
 
217
  "special": true
218
  },
219
  "30544": {
220
+ "content": "<s_customer_name>",
221
  "lstrip": false,
222
  "normalized": false,
223
  "rstrip": false,
 
225
  "special": true
226
  },
227
  "30545": {
228
+ "content": "</s_IBAN>",
229
  "lstrip": false,
230
  "normalized": false,
231
  "rstrip": false,
 
233
  "special": true
234
  },
235
  "30546": {
236
+ "content": "<s_payment>",
237
  "lstrip": false,
238
  "normalized": false,
239
  "rstrip": false,
 
241
  "special": true
242
  },
243
  "30547": {
244
+ "content": "<s_supplier_name>",
245
  "lstrip": false,
246
  "normalized": false,
247
  "rstrip": false,
 
249
  "special": true
250
  },
251
  "30548": {
252
+ "content": "<s_issue_date>",
253
  "lstrip": false,
254
  "normalized": false,
255
  "rstrip": false,
 
257
  "special": true
258
  },
259
  "30549": {
260
+ "content": "<s_const_symbol>",
261
  "lstrip": false,
262
  "normalized": false,
263
  "rstrip": false,
 
265
  "special": true
266
  },
267
  "30550": {
268
+ "content": "</s_const_symbol>",
269
  "lstrip": false,
270
  "normalized": false,
271
  "rstrip": false,
 
273
  "special": true
274
  },
275
  "30551": {
276
+ "content": "<s_bank_account_number>",
277
  "lstrip": false,
278
  "normalized": false,
279
  "rstrip": false,
 
281
  "special": true
282
  },
283
  "30552": {
284
+ "content": "<s_customer_register_id>",
285
  "lstrip": false,
286
  "normalized": false,
287
  "rstrip": false,
 
289
  "special": true
290
  },
291
  "30553": {
292
+ "content": "</s_customer_name>",
293
  "lstrip": false,
294
  "normalized": false,
295
  "rstrip": false,
 
297
  "special": true
298
  },
299
  "30554": {
300
+ "content": "</s_BIC>",
301
  "lstrip": false,
302
  "normalized": false,
303
  "rstrip": false,
 
305
  "special": true
306
  },
307
  "30555": {
308
+ "content": "</s_total_price>",
309
  "lstrip": false,
310
  "normalized": false,
311
  "rstrip": false,
 
313
  "special": true
314
  },
315
  "30556": {
316
+ "content": "</s_customer_register_id>",
317
  "lstrip": false,
318
  "normalized": false,
319
  "rstrip": false,
 
321
  "special": true
322
  },
323
  "30557": {
324
+ "content": "</s_bank_account_number>",
325
  "lstrip": false,
326
  "normalized": false,
327
  "rstrip": false,
 
329
  "special": true
330
  },
331
  "30558": {
332
+ "content": "<s_invoice_number>",
333
  "lstrip": false,
334
  "normalized": false,
335
  "rstrip": false,
 
337
  "special": true
338
  },
339
  "30559": {
340
+ "content": "<s_currency>",
341
  "lstrip": false,
342
  "normalized": false,
343
  "rstrip": false,
 
602
  }
603
  },
604
  "additional_special_tokens": [
 
 
 
 
 
 
 
 
605
  "</s_due_date>",
606
+ "<s_customer_tax_id>",
607
+ "</s_customer_tax_id>",
608
  "</s_issue_date>",
609
+ "</s_taxable_supply_date>",
610
+ "<s_variable_symbol>",
611
+ "</s_total_vat>",
612
+ "</s_supplier_tax_id>",
613
  "</s_payment>",
614
+ "<s_total_price>",
615
  "<s_taxable_supply_date>",
616
+ "</s_variable_symbol>",
617
+ "<s_supplier_register_id>",
618
  "<s_total_vat>",
619
  "<s_BIC>",
 
 
 
620
  "</s_supplier_name>",
621
+ "</s_supplier_register_id>",
622
+ "<s_supplier_tax_id>",
623
+ "<s_IBAN>",
624
+ "</s_currency>",
625
+ "<s_due_date>",
626
+ "</s_invoice_number>",
627
  "<s_customer_name>",
628
+ "</s_IBAN>",
629
+ "<s_payment>",
 
630
  "<s_supplier_name>",
631
+ "<s_issue_date>",
632
  "<s_const_symbol>",
633
+ "</s_const_symbol>",
634
+ "<s_bank_account_number>",
635
+ "<s_customer_register_id>",
636
+ "</s_customer_name>",
637
+ "</s_BIC>",
638
+ "</s_total_price>",
639
+ "</s_customer_register_id>",
640
+ "</s_bank_account_number>",
641
+ "<s_invoice_number>",
642
+ "<s_currency>"
643
  ],
644
  "clean_up_tokenization_spaces": false,
645
  "cls_token": "[CLS]",