sreejith8100 commited on
Commit
68f6234
1 Parent(s): e7229e5

End of training

Browse files
README.md CHANGED
@@ -35,7 +35,7 @@ More information needed
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 2e-05
38
- - train_batch_size: 2
39
  - eval_batch_size: 8
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
 
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 2e-05
38
+ - train_batch_size: 1
39
  - eval_batch_size: 8
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
added_tokens.json CHANGED
@@ -1,18 +1,50 @@
1
  {
2
  "</s>": 2,
3
- "</s_address>": 57532,
4
- "</s_company>": 57530,
5
- "</s_date>": 57528,
6
- "</s_total>": 57526,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  "<mask>": 57521,
8
  "<pad>": 1,
9
  "<s>": 0,
10
- "<s_address>": 57531,
11
- "<s_company>": 57529,
12
- "<s_date>": 57527,
 
 
 
 
 
 
 
 
 
 
 
 
13
  "<s_iitcdip>": 57523,
 
 
 
 
 
14
  "<s_synthdog>": 57524,
15
- "<s_total>": 57525,
16
  "<sep/>": 57522,
17
  "<unk>": 3
18
  }
 
1
  {
2
  "</s>": 2,
3
+ "</s_DOB>": 57558,
4
+ "</s_Name_of_hospital>": 57547,
5
+ "</s_POB_city>": 57539,
6
+ "</s_POB_province>": 57562,
7
+ "</s_UR_mother_city>": 57552,
8
+ "</s_UR_mother_province>": 57555,
9
+ "</s_UR_mother_street>": 57525,
10
+ "</s_child_first_name>": 57532,
11
+ "</s_child_last_name>": 57561,
12
+ "</s_child_middle_name>": 57556,
13
+ "</s_city>": 57533,
14
+ "</s_father_birthplace>": 57554,
15
+ "</s_father_first_name>": 57530,
16
+ "</s_father_last_name>": 57553,
17
+ "</s_father_middle_name>": 57564,
18
+ "</s_mother_birthplace>": 57546,
19
+ "</s_mother_first_name>": 57545,
20
+ "</s_mother_last_name>": 57543,
21
+ "</s_mother_middle_name>": 57550,
22
+ "</s_province>": 57563,
23
  "<mask>": 57521,
24
  "<pad>": 1,
25
  "<s>": 0,
26
+ "<s_DOB>": 57540,
27
+ "<s_Name_of_hospital>": 57557,
28
+ "<s_POB_city>": 57538,
29
+ "<s_POB_province>": 57541,
30
+ "<s_UR_mother_city>": 57529,
31
+ "<s_UR_mother_province>": 57548,
32
+ "<s_UR_mother_street>": 57531,
33
+ "<s_child_first_name>": 57549,
34
+ "<s_child_last_name>": 57536,
35
+ "<s_child_middle_name>": 57537,
36
+ "<s_city>": 57544,
37
+ "<s_father_birthplace>": 57560,
38
+ "<s_father_first_name>": 57534,
39
+ "<s_father_last_name>": 57528,
40
+ "<s_father_middle_name>": 57551,
41
  "<s_iitcdip>": 57523,
42
+ "<s_mother_birthplace>": 57542,
43
+ "<s_mother_first_name>": 57559,
44
+ "<s_mother_last_name>": 57527,
45
+ "<s_mother_middle_name>": 57535,
46
+ "<s_province>": 57526,
47
  "<s_synthdog>": 57524,
 
48
  "<sep/>": 57522,
49
  "<unk>": 3
50
  }
preprocessor_config.json CHANGED
@@ -19,8 +19,8 @@
19
  "processor_class": "DonutProcessor",
20
  "resample": 2,
21
  "rescale_factor": 0.00392156862745098,
22
- "size": {
23
- "height": 960,
24
- "width": 720
25
- }
26
  }
 
19
  "processor_class": "DonutProcessor",
20
  "resample": 2,
21
  "rescale_factor": 0.00392156862745098,
22
+ "size": [
23
+ 1200,
24
+ 1600
25
+ ]
26
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e7e1ced014ad1c0c2d723798bad4574b85ec1e7c1897d52f900e98bb8cff317
3
  size 809342745
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:308d310301a8dc3ad5999378267f0ab3ead644e312b9b4439620fa73056cbf2c
3
  size 809342745
special_tokens_map.json CHANGED
@@ -1,15 +1,49 @@
1
  {
2
  "additional_special_tokens": [
3
- "<s_total>",
4
- "</s_total>",
5
- "<s_date>",
6
- "</s_date>",
7
- "<s_company>",
8
- "</s_company>",
9
- "<s_address>",
10
- "</s_address>",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  "<s>",
12
- "</s>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ],
14
  "bos_token": "<s>",
15
  "cls_token": "<s>",
 
1
  {
2
  "additional_special_tokens": [
3
+ "<s_iitcdip>",
4
+ "<s_synthdog>",
5
+ "</s_UR_mother_street>",
6
+ "<s_province>",
7
+ "<s_mother_last_name>",
8
+ "<s_father_last_name>",
9
+ "<s_UR_mother_city>",
10
+ "</s_father_first_name>",
11
+ "<s_UR_mother_street>",
12
+ "</s_child_first_name>",
13
+ "</s_city>",
14
+ "<s_father_first_name>",
15
+ "<s_mother_middle_name>",
16
+ "<s_child_last_name>",
17
+ "<s_child_middle_name>",
18
+ "<s_POB_city>",
19
+ "</s_POB_city>",
20
+ "<s_DOB>",
21
+ "<s_POB_province>",
22
+ "<s_mother_birthplace>",
23
+ "</s_mother_last_name>",
24
+ "<s_city>",
25
  "<s>",
26
+ "</s_mother_first_name>",
27
+ "</s_mother_birthplace>",
28
+ "</s_Name_of_hospital>",
29
+ "<s_UR_mother_province>",
30
+ "<s_child_first_name>",
31
+ "</s_mother_middle_name>",
32
+ "<s_father_middle_name>",
33
+ "</s_UR_mother_city>",
34
+ "</s_father_last_name>",
35
+ "</s_father_birthplace>",
36
+ "</s_UR_mother_province>",
37
+ "</s_child_middle_name>",
38
+ "</s>",
39
+ "<s_Name_of_hospital>",
40
+ "</s_DOB>",
41
+ "<s_mother_first_name>",
42
+ "<s_father_birthplace>",
43
+ "</s_child_last_name>",
44
+ "</s_POB_province>",
45
+ "</s_province>",
46
+ "</s_father_middle_name>"
47
  ],
48
  "bos_token": "<s>",
49
  "cls_token": "<s>",
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -2,9 +2,9 @@
2
  "added_tokens_decoder": {
3
  "0": {
4
  "content": "<s>",
5
- "lstrip": false,
6
  "normalized": false,
7
- "rstrip": false,
8
  "single_word": false,
9
  "special": true
10
  },
@@ -18,9 +18,9 @@
18
  },
19
  "2": {
20
  "content": "</s>",
21
- "lstrip": false,
22
  "normalized": false,
23
- "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
  },
@@ -50,96 +50,386 @@
50
  },
51
  "57523": {
52
  "content": "<s_iitcdip>",
53
- "lstrip": false,
54
- "normalized": true,
55
- "rstrip": false,
56
  "single_word": false,
57
- "special": false
58
  },
59
  "57524": {
60
  "content": "<s_synthdog>",
61
- "lstrip": false,
62
- "normalized": true,
63
- "rstrip": false,
64
  "single_word": false,
65
- "special": false
66
  },
67
  "57525": {
68
- "content": "<s_total>",
69
- "lstrip": false,
70
  "normalized": false,
71
- "rstrip": false,
72
  "single_word": false,
73
  "special": true
74
  },
75
  "57526": {
76
- "content": "</s_total>",
77
- "lstrip": false,
78
  "normalized": false,
79
- "rstrip": false,
80
  "single_word": false,
81
  "special": true
82
  },
83
  "57527": {
84
- "content": "<s_date>",
85
- "lstrip": false,
86
  "normalized": false,
87
- "rstrip": false,
88
  "single_word": false,
89
  "special": true
90
  },
91
  "57528": {
92
- "content": "</s_date>",
93
- "lstrip": false,
94
  "normalized": false,
95
- "rstrip": false,
96
  "single_word": false,
97
  "special": true
98
  },
99
  "57529": {
100
- "content": "<s_company>",
101
- "lstrip": false,
102
  "normalized": false,
103
- "rstrip": false,
104
  "single_word": false,
105
  "special": true
106
  },
107
  "57530": {
108
- "content": "</s_company>",
109
- "lstrip": false,
110
  "normalized": false,
111
- "rstrip": false,
112
  "single_word": false,
113
  "special": true
114
  },
115
  "57531": {
116
- "content": "<s_address>",
117
- "lstrip": false,
118
  "normalized": false,
119
- "rstrip": false,
120
  "single_word": false,
121
  "special": true
122
  },
123
  "57532": {
124
- "content": "</s_address>",
125
- "lstrip": false,
126
  "normalized": false,
127
- "rstrip": false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
  "single_word": false,
129
  "special": true
130
  }
131
  },
132
  "additional_special_tokens": [
133
- "<s_total>",
134
- "</s_total>",
135
- "<s_date>",
136
- "</s_date>",
137
- "<s_company>",
138
- "</s_company>",
139
- "<s_address>",
140
- "</s_address>",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
  "<s>",
142
- "</s>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  ],
144
  "bos_token": "<s>",
145
  "clean_up_tokenization_spaces": true,
 
2
  "added_tokens_decoder": {
3
  "0": {
4
  "content": "<s>",
5
+ "lstrip": true,
6
  "normalized": false,
7
+ "rstrip": true,
8
  "single_word": false,
9
  "special": true
10
  },
 
18
  },
19
  "2": {
20
  "content": "</s>",
21
+ "lstrip": true,
22
  "normalized": false,
23
+ "rstrip": true,
24
  "single_word": false,
25
  "special": true
26
  },
 
50
  },
51
  "57523": {
52
  "content": "<s_iitcdip>",
53
+ "lstrip": true,
54
+ "normalized": false,
55
+ "rstrip": true,
56
  "single_word": false,
57
+ "special": true
58
  },
59
  "57524": {
60
  "content": "<s_synthdog>",
61
+ "lstrip": true,
62
+ "normalized": false,
63
+ "rstrip": true,
64
  "single_word": false,
65
+ "special": true
66
  },
67
  "57525": {
68
+ "content": "</s_UR_mother_street>",
69
+ "lstrip": true,
70
  "normalized": false,
71
+ "rstrip": true,
72
  "single_word": false,
73
  "special": true
74
  },
75
  "57526": {
76
+ "content": "<s_province>",
77
+ "lstrip": true,
78
  "normalized": false,
79
+ "rstrip": true,
80
  "single_word": false,
81
  "special": true
82
  },
83
  "57527": {
84
+ "content": "<s_mother_last_name>",
85
+ "lstrip": true,
86
  "normalized": false,
87
+ "rstrip": true,
88
  "single_word": false,
89
  "special": true
90
  },
91
  "57528": {
92
+ "content": "<s_father_last_name>",
93
+ "lstrip": true,
94
  "normalized": false,
95
+ "rstrip": true,
96
  "single_word": false,
97
  "special": true
98
  },
99
  "57529": {
100
+ "content": "<s_UR_mother_city>",
101
+ "lstrip": true,
102
  "normalized": false,
103
+ "rstrip": true,
104
  "single_word": false,
105
  "special": true
106
  },
107
  "57530": {
108
+ "content": "</s_father_first_name>",
109
+ "lstrip": true,
110
  "normalized": false,
111
+ "rstrip": true,
112
  "single_word": false,
113
  "special": true
114
  },
115
  "57531": {
116
+ "content": "<s_UR_mother_street>",
117
+ "lstrip": true,
118
  "normalized": false,
119
+ "rstrip": true,
120
  "single_word": false,
121
  "special": true
122
  },
123
  "57532": {
124
+ "content": "</s_child_first_name>",
125
+ "lstrip": true,
126
  "normalized": false,
127
+ "rstrip": true,
128
+ "single_word": false,
129
+ "special": true
130
+ },
131
+ "57533": {
132
+ "content": "</s_city>",
133
+ "lstrip": true,
134
+ "normalized": false,
135
+ "rstrip": true,
136
+ "single_word": false,
137
+ "special": true
138
+ },
139
+ "57534": {
140
+ "content": "<s_father_first_name>",
141
+ "lstrip": true,
142
+ "normalized": false,
143
+ "rstrip": true,
144
+ "single_word": false,
145
+ "special": true
146
+ },
147
+ "57535": {
148
+ "content": "<s_mother_middle_name>",
149
+ "lstrip": true,
150
+ "normalized": false,
151
+ "rstrip": true,
152
+ "single_word": false,
153
+ "special": true
154
+ },
155
+ "57536": {
156
+ "content": "<s_child_last_name>",
157
+ "lstrip": true,
158
+ "normalized": false,
159
+ "rstrip": true,
160
+ "single_word": false,
161
+ "special": true
162
+ },
163
+ "57537": {
164
+ "content": "<s_child_middle_name>",
165
+ "lstrip": true,
166
+ "normalized": false,
167
+ "rstrip": true,
168
+ "single_word": false,
169
+ "special": true
170
+ },
171
+ "57538": {
172
+ "content": "<s_POB_city>",
173
+ "lstrip": true,
174
+ "normalized": false,
175
+ "rstrip": true,
176
+ "single_word": false,
177
+ "special": true
178
+ },
179
+ "57539": {
180
+ "content": "</s_POB_city>",
181
+ "lstrip": true,
182
+ "normalized": false,
183
+ "rstrip": true,
184
+ "single_word": false,
185
+ "special": true
186
+ },
187
+ "57540": {
188
+ "content": "<s_DOB>",
189
+ "lstrip": true,
190
+ "normalized": false,
191
+ "rstrip": true,
192
+ "single_word": false,
193
+ "special": true
194
+ },
195
+ "57541": {
196
+ "content": "<s_POB_province>",
197
+ "lstrip": true,
198
+ "normalized": false,
199
+ "rstrip": true,
200
+ "single_word": false,
201
+ "special": true
202
+ },
203
+ "57542": {
204
+ "content": "<s_mother_birthplace>",
205
+ "lstrip": true,
206
+ "normalized": false,
207
+ "rstrip": true,
208
+ "single_word": false,
209
+ "special": true
210
+ },
211
+ "57543": {
212
+ "content": "</s_mother_last_name>",
213
+ "lstrip": true,
214
+ "normalized": false,
215
+ "rstrip": true,
216
+ "single_word": false,
217
+ "special": true
218
+ },
219
+ "57544": {
220
+ "content": "<s_city>",
221
+ "lstrip": true,
222
+ "normalized": false,
223
+ "rstrip": true,
224
+ "single_word": false,
225
+ "special": true
226
+ },
227
+ "57545": {
228
+ "content": "</s_mother_first_name>",
229
+ "lstrip": true,
230
+ "normalized": false,
231
+ "rstrip": true,
232
+ "single_word": false,
233
+ "special": true
234
+ },
235
+ "57546": {
236
+ "content": "</s_mother_birthplace>",
237
+ "lstrip": true,
238
+ "normalized": false,
239
+ "rstrip": true,
240
+ "single_word": false,
241
+ "special": true
242
+ },
243
+ "57547": {
244
+ "content": "</s_Name_of_hospital>",
245
+ "lstrip": true,
246
+ "normalized": false,
247
+ "rstrip": true,
248
+ "single_word": false,
249
+ "special": true
250
+ },
251
+ "57548": {
252
+ "content": "<s_UR_mother_province>",
253
+ "lstrip": true,
254
+ "normalized": false,
255
+ "rstrip": true,
256
+ "single_word": false,
257
+ "special": true
258
+ },
259
+ "57549": {
260
+ "content": "<s_child_first_name>",
261
+ "lstrip": true,
262
+ "normalized": false,
263
+ "rstrip": true,
264
+ "single_word": false,
265
+ "special": true
266
+ },
267
+ "57550": {
268
+ "content": "</s_mother_middle_name>",
269
+ "lstrip": true,
270
+ "normalized": false,
271
+ "rstrip": true,
272
+ "single_word": false,
273
+ "special": true
274
+ },
275
+ "57551": {
276
+ "content": "<s_father_middle_name>",
277
+ "lstrip": true,
278
+ "normalized": false,
279
+ "rstrip": true,
280
+ "single_word": false,
281
+ "special": true
282
+ },
283
+ "57552": {
284
+ "content": "</s_UR_mother_city>",
285
+ "lstrip": true,
286
+ "normalized": false,
287
+ "rstrip": true,
288
+ "single_word": false,
289
+ "special": true
290
+ },
291
+ "57553": {
292
+ "content": "</s_father_last_name>",
293
+ "lstrip": true,
294
+ "normalized": false,
295
+ "rstrip": true,
296
+ "single_word": false,
297
+ "special": true
298
+ },
299
+ "57554": {
300
+ "content": "</s_father_birthplace>",
301
+ "lstrip": true,
302
+ "normalized": false,
303
+ "rstrip": true,
304
+ "single_word": false,
305
+ "special": true
306
+ },
307
+ "57555": {
308
+ "content": "</s_UR_mother_province>",
309
+ "lstrip": true,
310
+ "normalized": false,
311
+ "rstrip": true,
312
+ "single_word": false,
313
+ "special": true
314
+ },
315
+ "57556": {
316
+ "content": "</s_child_middle_name>",
317
+ "lstrip": true,
318
+ "normalized": false,
319
+ "rstrip": true,
320
+ "single_word": false,
321
+ "special": true
322
+ },
323
+ "57557": {
324
+ "content": "<s_Name_of_hospital>",
325
+ "lstrip": true,
326
+ "normalized": false,
327
+ "rstrip": true,
328
+ "single_word": false,
329
+ "special": true
330
+ },
331
+ "57558": {
332
+ "content": "</s_DOB>",
333
+ "lstrip": true,
334
+ "normalized": false,
335
+ "rstrip": true,
336
+ "single_word": false,
337
+ "special": true
338
+ },
339
+ "57559": {
340
+ "content": "<s_mother_first_name>",
341
+ "lstrip": true,
342
+ "normalized": false,
343
+ "rstrip": true,
344
+ "single_word": false,
345
+ "special": true
346
+ },
347
+ "57560": {
348
+ "content": "<s_father_birthplace>",
349
+ "lstrip": true,
350
+ "normalized": false,
351
+ "rstrip": true,
352
+ "single_word": false,
353
+ "special": true
354
+ },
355
+ "57561": {
356
+ "content": "</s_child_last_name>",
357
+ "lstrip": true,
358
+ "normalized": false,
359
+ "rstrip": true,
360
+ "single_word": false,
361
+ "special": true
362
+ },
363
+ "57562": {
364
+ "content": "</s_POB_province>",
365
+ "lstrip": true,
366
+ "normalized": false,
367
+ "rstrip": true,
368
+ "single_word": false,
369
+ "special": true
370
+ },
371
+ "57563": {
372
+ "content": "</s_province>",
373
+ "lstrip": true,
374
+ "normalized": false,
375
+ "rstrip": true,
376
+ "single_word": false,
377
+ "special": true
378
+ },
379
+ "57564": {
380
+ "content": "</s_father_middle_name>",
381
+ "lstrip": true,
382
+ "normalized": false,
383
+ "rstrip": true,
384
  "single_word": false,
385
  "special": true
386
  }
387
  },
388
  "additional_special_tokens": [
389
+ "<s_iitcdip>",
390
+ "<s_synthdog>",
391
+ "</s_UR_mother_street>",
392
+ "<s_province>",
393
+ "<s_mother_last_name>",
394
+ "<s_father_last_name>",
395
+ "<s_UR_mother_city>",
396
+ "</s_father_first_name>",
397
+ "<s_UR_mother_street>",
398
+ "</s_child_first_name>",
399
+ "</s_city>",
400
+ "<s_father_first_name>",
401
+ "<s_mother_middle_name>",
402
+ "<s_child_last_name>",
403
+ "<s_child_middle_name>",
404
+ "<s_POB_city>",
405
+ "</s_POB_city>",
406
+ "<s_DOB>",
407
+ "<s_POB_province>",
408
+ "<s_mother_birthplace>",
409
+ "</s_mother_last_name>",
410
+ "<s_city>",
411
  "<s>",
412
+ "</s_mother_first_name>",
413
+ "</s_mother_birthplace>",
414
+ "</s_Name_of_hospital>",
415
+ "<s_UR_mother_province>",
416
+ "<s_child_first_name>",
417
+ "</s_mother_middle_name>",
418
+ "<s_father_middle_name>",
419
+ "</s_UR_mother_city>",
420
+ "</s_father_last_name>",
421
+ "</s_father_birthplace>",
422
+ "</s_UR_mother_province>",
423
+ "</s_child_middle_name>",
424
+ "</s>",
425
+ "<s_Name_of_hospital>",
426
+ "</s_DOB>",
427
+ "<s_mother_first_name>",
428
+ "<s_father_birthplace>",
429
+ "</s_child_last_name>",
430
+ "</s_POB_province>",
431
+ "</s_province>",
432
+ "</s_father_middle_name>"
433
  ],
434
  "bos_token": "<s>",
435
  "clean_up_tokenization_spaces": true,