purna419 commited on
Commit
2361e61
1 Parent(s): c99bb6a

Training done

Browse files
added_tokens.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</s_None>": 57564,
3
+ "</s_client>": 57534,
4
+ "</s_client_tax_id>": 57538,
5
+ "</s_header>": 57526,
6
+ "</s_iban>": 57540,
7
+ "</s_invoice_date>": 57530,
8
+ "</s_invoice_no>": 57528,
9
+ "</s_item_desc>": 57544,
10
+ "</s_item_gross_worth>": 57554,
11
+ "</s_item_net_price>": 57548,
12
+ "</s_item_net_worth>": 57550,
13
+ "</s_item_qty>": 57546,
14
+ "</s_item_vat>": 57552,
15
+ "</s_items>": 57542,
16
+ "</s_seller>": 57532,
17
+ "</s_seller_tax_id>": 57536,
18
+ "</s_summary>": 57556,
19
+ "</s_total_gross_worth>": 57562,
20
+ "</s_total_net_worth>": 57558,
21
+ "</s_total_vat>": 57560,
22
+ "<s_None>": 57563,
23
+ "<s_client>": 57533,
24
+ "<s_client_tax_id>": 57537,
25
+ "<s_cord-v2>": 57565,
26
+ "<s_header>": 57525,
27
+ "<s_iban>": 57539,
28
+ "<s_iitcdip>": 57523,
29
+ "<s_invoice_date>": 57529,
30
+ "<s_invoice_no>": 57527,
31
+ "<s_item_desc>": 57543,
32
+ "<s_item_gross_worth>": 57553,
33
+ "<s_item_net_price>": 57547,
34
+ "<s_item_net_worth>": 57549,
35
+ "<s_item_qty>": 57545,
36
+ "<s_item_vat>": 57551,
37
+ "<s_items>": 57541,
38
+ "<s_seller>": 57531,
39
+ "<s_seller_tax_id>": 57535,
40
+ "<s_summary>": 57555,
41
+ "<s_synthdog>": 57524,
42
+ "<s_total_gross_worth>": 57561,
43
+ "<s_total_net_worth>": 57557,
44
+ "<s_total_vat>": 57559,
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,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "tokenizer_class": "XLMRobertaTokenizer",
20
+ "unk_token": "<unk>"
21
+ }