nielsr HF staff commited on
Commit
cf88e9c
1 Parent(s): 3911723
added_tokens.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</s_cashprice>": 57549,
3
+ "</s_changeprice>": 57551,
4
+ "</s_cnt>": 57529,
5
+ "</s_creditcardprice>": 57563,
6
+ "</s_discount_price>": 57557,
7
+ "</s_discountprice>": 57567,
8
+ "</s_emoneyprice>": 57569,
9
+ "</s_etc>": 57541,
10
+ "</s_itemsubtotal>": 57577,
11
+ "</s_menu>": 57525,
12
+ "</s_menuqty_cnt>": 57555,
13
+ "</s_menutype_cnt>": 57553,
14
+ "</s_nm>": 57527,
15
+ "</s_num>": 57565,
16
+ "</s_othersvc_price>": 57573,
17
+ "</s_price>": 57531,
18
+ "</s_service_price>": 57537,
19
+ "</s_sub>": 57547,
20
+ "</s_sub_total>": 57533,
21
+ "</s_subtotal_price>": 57535,
22
+ "</s_tax_price>": 57539,
23
+ "</s_total>": 57543,
24
+ "</s_total_etc>": 57561,
25
+ "</s_total_price>": 57545,
26
+ "</s_unitprice>": 57559,
27
+ "</s_vatyn>": 57575,
28
+ "</s_void_menu>": 57571,
29
+ "<s_cashprice>": 57550,
30
+ "<s_changeprice>": 57552,
31
+ "<s_cnt>": 57530,
32
+ "<s_cord-v2>": 57579,
33
+ "<s_creditcardprice>": 57564,
34
+ "<s_discount_price>": 57558,
35
+ "<s_discountprice>": 57568,
36
+ "<s_emoneyprice>": 57570,
37
+ "<s_etc>": 57542,
38
+ "<s_iitcdip>": 57523,
39
+ "<s_itemsubtotal>": 57578,
40
+ "<s_menu>": 57526,
41
+ "<s_menuqty_cnt>": 57556,
42
+ "<s_menutype_cnt>": 57554,
43
+ "<s_nm>": 57528,
44
+ "<s_num>": 57566,
45
+ "<s_othersvc_price>": 57574,
46
+ "<s_price>": 57532,
47
+ "<s_service_price>": 57538,
48
+ "<s_sub>": 57548,
49
+ "<s_sub_total>": 57534,
50
+ "<s_subtotal_price>": 57536,
51
+ "<s_synthdog>": 57524,
52
+ "<s_tax_price>": 57540,
53
+ "<s_total>": 57544,
54
+ "<s_total_etc>": 57562,
55
+ "<s_total_price>": 57546,
56
+ "<s_unitprice>": 57560,
57
+ "<s_vatyn>": 57576,
58
+ "<s_void_menu>": 57572,
59
+ "<sep/>": 57522
60
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_resize_and_thumbnail": true,
5
+ "feature_extractor_type": "DonutFeatureExtractor",
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "processor_class": "DonutProcessor",
17
+ "resample": 2,
18
+ "size": [
19
+ 960,
20
+ 1280
21
+ ]
22
+ }
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,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<s_cord-v2>"
4
+ ],
5
+ "bos_token": "<s>",
6
+ "cls_token": "<s>",
7
+ "eos_token": "</s>",
8
+ "mask_token": {
9
+ "content": "<mask>",
10
+ "lstrip": true,
11
+ "normalized": true,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ },
15
+ "pad_token": "<pad>",
16
+ "sep_token": "</s>",
17
+ "unk_token": "<unk>"
18
+ }
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
+ "from_slow": true,
6
+ "mask_token": {
7
+ "__type": "AddedToken",
8
+ "content": "<mask>",
9
+ "lstrip": true,
10
+ "normalized": true,
11
+ "rstrip": false,
12
+ "single_word": false
13
+ },
14
+ "name_or_path": "naver-clova-ix/donut-base-finetuned-cord-v2",
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
+ }