Travad98 commited on
Commit
bd00070
1 Parent(s): 7018768

Upload processor (#1)

Browse files

- Upload processor (a2deac64386a7be7f6862f57f3072188993f470a)

added_tokens.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</s_filing_date>": 57536,
3
+ "</s_goods_and_services>": 57534,
4
+ "</s_id>": 57532,
5
+ "</s_legal_entity>": 57530,
6
+ "</s_legal_entity_category>": 57528,
7
+ "</s_location>": 57526,
8
+ "</s_renewal>": 57538,
9
+ "</s_representative>": 57540,
10
+ "<s_filing_date>": 57535,
11
+ "<s_goods_and_services>": 57533,
12
+ "<s_id>": 57531,
13
+ "<s_iitcdip>": 57523,
14
+ "<s_legal_entity>": 57529,
15
+ "<s_legal_entity_category>": 57527,
16
+ "<s_location>": 57525,
17
+ "<s_renewal>": 57537,
18
+ "<s_representative>": 57539,
19
+ "<s_synthdog>": 57524,
20
+ "<sep/>": 57522
21
+ }
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,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<s_representative>",
4
+ "</s_representative>",
5
+ "<s_location>",
6
+ "</s_location>",
7
+ "<s_legal_entity>",
8
+ "</s_legal_entity>",
9
+ "<s_id>",
10
+ "</s_id>",
11
+ "<s_goods_and_services>",
12
+ "</s_goods_and_services>",
13
+ "<s_filing_date>",
14
+ "</s_filing_date>",
15
+ "<s_legal_entity_category>",
16
+ "</s_legal_entity_category>",
17
+ "<s>",
18
+ "</s>"
19
+ ],
20
+ "bos_token": "<s>",
21
+ "cls_token": "<s>",
22
+ "eos_token": "</s>",
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": "<pad>",
31
+ "sep_token": "</s>",
32
+ "unk_token": "<unk>"
33
+ }
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
+ }