Ugenteraan commited on
Commit
529c6a8
1 Parent(s): b234af0

End of training

Browse files
added_tokens.json CHANGED
@@ -1,5 +1,23 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
2
  "<s_iitcdip>": 57523,
 
 
 
 
 
 
3
  "<s_synthdog>": 57524,
 
4
  "<sep/>": 57522
5
  }
 
1
  {
2
+ "</s_charge_month>": 57542,
3
+ "</s_charge_period>": 57540,
4
+ "</s_invoice_date>": 57538,
5
+ "</s_invoice_number>": 57536,
6
+ "</s_issuer_address>": 57534,
7
+ "</s_issuer_company>": 57532,
8
+ "</s_recipient_address>": 57530,
9
+ "</s_site_id>": 57528,
10
+ "</s_total_amount>": 57526,
11
+ "<s_charge_month>": 57541,
12
+ "<s_charge_period>": 57539,
13
  "<s_iitcdip>": 57523,
14
+ "<s_invoice_date>": 57537,
15
+ "<s_invoice_number>": 57535,
16
+ "<s_issuer_address>": 57533,
17
+ "<s_issuer_company>": 57531,
18
+ "<s_recipient_address>": 57529,
19
+ "<s_site_id>": 57527,
20
  "<s_synthdog>": 57524,
21
+ "<s_total_amount>": 57525,
22
  "<sep/>": 57522
23
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a1fc1db939014de4edec72c154edaacd630b5a85a86d046fb47c5de0e5181dd
3
  size 809252633
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0194568e8fd9062ac506e8e694863033f3a644d3566ae62bbf29470c0ca065e4
3
  size 809252633
runs/Feb20_07-54-32_ip-10-92-200-29/events.out.tfevents.1676879677.ip-10-92-200-29 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c5f9f11385a4f7ee034103dfee3b67df376a59709d64398981c103a5950835a
3
- size 12695
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7053d6d1be7bfb329d9cacbbbe94a8273b43800e5cd0c46c4ddea2d50340fddc
3
+ size 243702
special_tokens_map.json CHANGED
@@ -1,5 +1,23 @@
1
  {
2
  "additional_special_tokens": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "<s>",
4
  "</s>"
5
  ],
 
1
  {
2
  "additional_special_tokens": [
3
+ "<s_total_amount>",
4
+ "</s_total_amount>",
5
+ "<s_site_id>",
6
+ "</s_site_id>",
7
+ "<s_recipient_address>",
8
+ "</s_recipient_address>",
9
+ "<s_issuer_company>",
10
+ "</s_issuer_company>",
11
+ "<s_issuer_address>",
12
+ "</s_issuer_address>",
13
+ "<s_invoice_number>",
14
+ "</s_invoice_number>",
15
+ "<s_invoice_date>",
16
+ "</s_invoice_date>",
17
+ "<s_charge_period>",
18
+ "</s_charge_period>",
19
+ "<s_charge_month>",
20
+ "</s_charge_month>",
21
  "<s>",
22
  "</s>"
23
  ],
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
@@ -74,6 +88,168 @@
74
  "rstrip": false,
75
  "normalized": false,
76
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  }
78
  ],
79
  "normalizer": {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 512
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 1,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<pad>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
 
88
  "rstrip": false,
89
  "normalized": false,
90
  "special": true
91
+ },
92
+ {
93
+ "id": 57525,
94
+ "content": "<s_total_amount>",
95
+ "single_word": false,
96
+ "lstrip": false,
97
+ "rstrip": false,
98
+ "normalized": false,
99
+ "special": true
100
+ },
101
+ {
102
+ "id": 57526,
103
+ "content": "</s_total_amount>",
104
+ "single_word": false,
105
+ "lstrip": false,
106
+ "rstrip": false,
107
+ "normalized": false,
108
+ "special": true
109
+ },
110
+ {
111
+ "id": 57527,
112
+ "content": "<s_site_id>",
113
+ "single_word": false,
114
+ "lstrip": false,
115
+ "rstrip": false,
116
+ "normalized": false,
117
+ "special": true
118
+ },
119
+ {
120
+ "id": 57528,
121
+ "content": "</s_site_id>",
122
+ "single_word": false,
123
+ "lstrip": false,
124
+ "rstrip": false,
125
+ "normalized": false,
126
+ "special": true
127
+ },
128
+ {
129
+ "id": 57529,
130
+ "content": "<s_recipient_address>",
131
+ "single_word": false,
132
+ "lstrip": false,
133
+ "rstrip": false,
134
+ "normalized": false,
135
+ "special": true
136
+ },
137
+ {
138
+ "id": 57530,
139
+ "content": "</s_recipient_address>",
140
+ "single_word": false,
141
+ "lstrip": false,
142
+ "rstrip": false,
143
+ "normalized": false,
144
+ "special": true
145
+ },
146
+ {
147
+ "id": 57531,
148
+ "content": "<s_issuer_company>",
149
+ "single_word": false,
150
+ "lstrip": false,
151
+ "rstrip": false,
152
+ "normalized": false,
153
+ "special": true
154
+ },
155
+ {
156
+ "id": 57532,
157
+ "content": "</s_issuer_company>",
158
+ "single_word": false,
159
+ "lstrip": false,
160
+ "rstrip": false,
161
+ "normalized": false,
162
+ "special": true
163
+ },
164
+ {
165
+ "id": 57533,
166
+ "content": "<s_issuer_address>",
167
+ "single_word": false,
168
+ "lstrip": false,
169
+ "rstrip": false,
170
+ "normalized": false,
171
+ "special": true
172
+ },
173
+ {
174
+ "id": 57534,
175
+ "content": "</s_issuer_address>",
176
+ "single_word": false,
177
+ "lstrip": false,
178
+ "rstrip": false,
179
+ "normalized": false,
180
+ "special": true
181
+ },
182
+ {
183
+ "id": 57535,
184
+ "content": "<s_invoice_number>",
185
+ "single_word": false,
186
+ "lstrip": false,
187
+ "rstrip": false,
188
+ "normalized": false,
189
+ "special": true
190
+ },
191
+ {
192
+ "id": 57536,
193
+ "content": "</s_invoice_number>",
194
+ "single_word": false,
195
+ "lstrip": false,
196
+ "rstrip": false,
197
+ "normalized": false,
198
+ "special": true
199
+ },
200
+ {
201
+ "id": 57537,
202
+ "content": "<s_invoice_date>",
203
+ "single_word": false,
204
+ "lstrip": false,
205
+ "rstrip": false,
206
+ "normalized": false,
207
+ "special": true
208
+ },
209
+ {
210
+ "id": 57538,
211
+ "content": "</s_invoice_date>",
212
+ "single_word": false,
213
+ "lstrip": false,
214
+ "rstrip": false,
215
+ "normalized": false,
216
+ "special": true
217
+ },
218
+ {
219
+ "id": 57539,
220
+ "content": "<s_charge_period>",
221
+ "single_word": false,
222
+ "lstrip": false,
223
+ "rstrip": false,
224
+ "normalized": false,
225
+ "special": true
226
+ },
227
+ {
228
+ "id": 57540,
229
+ "content": "</s_charge_period>",
230
+ "single_word": false,
231
+ "lstrip": false,
232
+ "rstrip": false,
233
+ "normalized": false,
234
+ "special": true
235
+ },
236
+ {
237
+ "id": 57541,
238
+ "content": "<s_charge_month>",
239
+ "single_word": false,
240
+ "lstrip": false,
241
+ "rstrip": false,
242
+ "normalized": false,
243
+ "special": true
244
+ },
245
+ {
246
+ "id": 57542,
247
+ "content": "</s_charge_month>",
248
+ "single_word": false,
249
+ "lstrip": false,
250
+ "rstrip": false,
251
+ "normalized": false,
252
+ "special": true
253
  }
254
  ],
255
  "normalizer": {