harish3110 commited on
Commit
1605c16
1 Parent(s): f174bd8

Training done

Browse files
added_tokens.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</s_Qc>": 57564,
3
+ "</s_amount_due>": 57552,
4
+ "</s_broker_address>": 57542,
5
+ "</s_broker_memo_re>": 57562,
6
+ "</s_broker_name>": 57540,
7
+ "</s_copy_type>": 57534,
8
+ "</s_customer_address>": 57538,
9
+ "</s_customer_name>": 57536,
10
+ "</s_document_type>": 57554,
11
+ "</s_document_type_description>": 57532,
12
+ "</s_effective_date>": 57544,
13
+ "</s_effective_document_date>": 57546,
14
+ "</s_expiry_date>": 57548,
15
+ "</s_insurance_carrier>": 57526,
16
+ "</s_insurance_carrier_address>": 57530,
17
+ "</s_null>": 57558,
18
+ "</s_payment_schedule_date>": 57560,
19
+ "</s_policy_number>": 57528,
20
+ "</s_policy_type>": 57556,
21
+ "</s_premium>": 57550,
22
+ "<s_Qc>": 57563,
23
+ "<s_amount_due>": 57551,
24
+ "<s_broker_address>": 57541,
25
+ "<s_broker_memo_re>": 57561,
26
+ "<s_broker_name>": 57539,
27
+ "<s_copy_type>": 57533,
28
+ "<s_cord-v2>": 57565,
29
+ "<s_customer_address>": 57537,
30
+ "<s_customer_name>": 57535,
31
+ "<s_document_type>": 57553,
32
+ "<s_document_type_description>": 57531,
33
+ "<s_effective_date>": 57543,
34
+ "<s_effective_document_date>": 57545,
35
+ "<s_expiry_date>": 57547,
36
+ "<s_iitcdip>": 57523,
37
+ "<s_insurance_carrier>": 57525,
38
+ "<s_insurance_carrier_address>": 57529,
39
+ "<s_null>": 57557,
40
+ "<s_payment_schedule_date>": 57559,
41
+ "<s_policy_number>": 57527,
42
+ "<s_policy_type>": 57555,
43
+ "<s_premium>": 57549,
44
+ "<s_synthdog>": 57524,
45
+ "<sep/>": 57522
46
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_align_long_axis": false,
3
+ "do_normalize": true,
4
+ "do_pad": true,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "do_thumbnail": true,
8
+ "image_mean": [
9
+ 0.5,
10
+ 0.5,
11
+ 0.5
12
+ ],
13
+ "image_processor_type": "DonutImageProcessor",
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "processor_class": "DonutProcessor",
20
+ "resample": 2,
21
+ "rescale_factor": 0.00392156862745098,
22
+ "size": [
23
+ 960,
24
+ 1280
25
+ ]
26
+ }
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb9e3dce4c326195d08fc3dd0f7e2eee1da8595c847bf4c1a9c78b7a82d47e2d
3
+ size 1296245
special_tokens_map.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<s_iitcdip>",
4
+ "<s_synthdog>"
5
+ ],
6
+ "bos_token": "<s>",
7
+ "cls_token": "<s>",
8
+ "eos_token": "</s>",
9
+ "mask_token": {
10
+ "content": "<mask>",
11
+ "lstrip": true,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<pad>",
17
+ "sep_token": "</s>",
18
+ "unk_token": "<unk>"
19
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "clean_up_tokenization_spaces": true,
4
+ "cls_token": "<s>",
5
+ "eos_token": "</s>",
6
+ "mask_token": {
7
+ "__type": "AddedToken",
8
+ "content": "<mask>",
9
+ "lstrip": true,
10
+ "normalized": true,
11
+ "rstrip": false,
12
+ "single_word": false
13
+ },
14
+ "model_max_length": 1000000000000000019884624838656,
15
+ "pad_token": "<pad>",
16
+ "processor_class": "DonutProcessor",
17
+ "sep_token": "</s>",
18
+ "sp_model_kwargs": {},
19
+ "special_tokens_map_file": null,
20
+ "tokenizer_class": "XLMRobertaTokenizer",
21
+ "unk_token": "<unk>"
22
+ }