ajimeno commited on
Commit
75782c4
1 Parent(s): e31dbdf

Training done

Browse files
added_tokens.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</s_Amount>": 57538,
3
+ "</s_AmountDue>": 57560,
4
+ "</s_BillingAddress>": 57586,
5
+ "</s_BillingAddressRecipient>": 57584,
6
+ "</s_CustomerAddress>": 57532,
7
+ "</s_CustomerAddressRecipient>": 57534,
8
+ "</s_CustomerId>": 57558,
9
+ "</s_CustomerName>": 57530,
10
+ "</s_CustomerTaxId>": 57594,
11
+ "</s_Description>": 57542,
12
+ "</s_DueDate>": 57568,
13
+ "</s_InvoiceDate>": 57536,
14
+ "</s_InvoiceId>": 57544,
15
+ "</s_InvoiceTotal>": 57546,
16
+ "</s_ItemDate>": 57590,
17
+ "</s_ItemLines>": 57540,
18
+ "</s_ItemTax>": 57572,
19
+ "</s_ItemUnit>": 57562,
20
+ "</s_PaymentTerm>": 57550,
21
+ "</s_PreviousUnpaidBalance>": 57598,
22
+ "</s_ProductCode>": 57582,
23
+ "</s_PurchaseOrder>": 57552,
24
+ "</s_Quantity>": 57554,
25
+ "</s_RemittanceAddress>": 57548,
26
+ "</s_RemittanceAddressRecipient>": 57578,
27
+ "</s_ServiceAddress>": 57592,
28
+ "</s_ServiceAddressRecipient>": 57600,
29
+ "</s_ServiceEndDate>": 57576,
30
+ "</s_ServiceStartDate>": 57574,
31
+ "</s_ShippingAddress>": 57564,
32
+ "</s_ShippingAddressRecipient>": 57566,
33
+ "</s_SubTotal>": 57570,
34
+ "</s_TotalTax>": 57596,
35
+ "</s_UnitPrice>": 57556,
36
+ "</s_VendorAddress>": 57528,
37
+ "</s_VendorAddressRecipient>": 57580,
38
+ "</s_VendorName>": 57526,
39
+ "</s_VendorTaxId>": 57588,
40
+ "<s_Amount>": 57537,
41
+ "<s_AmountDue>": 57559,
42
+ "<s_BillingAddress>": 57585,
43
+ "<s_BillingAddressRecipient>": 57583,
44
+ "<s_CustomerAddress>": 57531,
45
+ "<s_CustomerAddressRecipient>": 57533,
46
+ "<s_CustomerId>": 57557,
47
+ "<s_CustomerName>": 57529,
48
+ "<s_CustomerTaxId>": 57593,
49
+ "<s_Description>": 57541,
50
+ "<s_DueDate>": 57567,
51
+ "<s_InvoiceDate>": 57535,
52
+ "<s_InvoiceId>": 57543,
53
+ "<s_InvoiceTotal>": 57545,
54
+ "<s_ItemDate>": 57589,
55
+ "<s_ItemLines>": 57539,
56
+ "<s_ItemTax>": 57571,
57
+ "<s_ItemUnit>": 57561,
58
+ "<s_PaymentTerm>": 57549,
59
+ "<s_PreviousUnpaidBalance>": 57597,
60
+ "<s_ProductCode>": 57581,
61
+ "<s_PurchaseOrder>": 57551,
62
+ "<s_Quantity>": 57553,
63
+ "<s_RemittanceAddress>": 57547,
64
+ "<s_RemittanceAddressRecipient>": 57577,
65
+ "<s_ServiceAddress>": 57591,
66
+ "<s_ServiceAddressRecipient>": 57599,
67
+ "<s_ServiceEndDate>": 57575,
68
+ "<s_ServiceStartDate>": 57573,
69
+ "<s_ShippingAddress>": 57563,
70
+ "<s_ShippingAddressRecipient>": 57565,
71
+ "<s_SubTotal>": 57569,
72
+ "<s_TotalTax>": 57595,
73
+ "<s_UnitPrice>": 57555,
74
+ "<s_VendorAddress>": 57527,
75
+ "<s_VendorAddressRecipient>": 57579,
76
+ "<s_VendorName>": 57525,
77
+ "<s_VendorTaxId>": 57587,
78
+ "<s_iitcdip>": 57523,
79
+ "<s_synthdog>": 57524,
80
+ "<s_unstructured-invoices>": 57601,
81
+ "<sep/>": 57522
82
+ }
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
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "__type": "AddedToken",
7
+ "content": "<mask>",
8
+ "lstrip": true,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "model_max_length": 1000000000000000019884624838656,
14
+ "name_or_path": "nielsr/donut-base",
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
+ }