subbu3 commited on
Commit
aaf8523
1 Parent(s): c292fa2

Training done

Browse files
added_tokens.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</s_Arrival of the Service Engineer on Date and time>": 57556,
3
+ "</s_Auxiliary Equipment>": 57558,
4
+ "</s_Chargeable Expenses x SGP Lump Sum>": 57550,
5
+ "</s_Company>": 57530,
6
+ "</s_Company_Address>": 57528,
7
+ "</s_Customer Contact Person>": 57542,
8
+ "</s_Customer's Name/Signature and Date>": 57552,
9
+ "</s_Date>": 57562,
10
+ "</s_Departure of the Service Engineer on Date and time>": 57564,
11
+ "</s_Labour Time>": 57566,
12
+ "</s_Machine No.>": 57538,
13
+ "</s_Machine type>": 57536,
14
+ "</s_Machine>": 57548,
15
+ "</s_Mould>": 57554,
16
+ "</s_Notification No.>": 57568,
17
+ "</s_Operation hour/Cycle Counter>": 57546,
18
+ "</s_Process>": 57560,
19
+ "</s_Serial No.>": 57540,
20
+ "</s_Service Engineer>": 57544,
21
+ "</s_Service Job No.>": 57532,
22
+ "</s_To be charged>": 57534,
23
+ "</s_header>": 57526,
24
+ "<s_Arrival of the Service Engineer on Date and time>": 57555,
25
+ "<s_Auxiliary Equipment>": 57557,
26
+ "<s_Chargeable Expenses x SGP Lump Sum>": 57549,
27
+ "<s_Company>": 57529,
28
+ "<s_Company_Address>": 57527,
29
+ "<s_Customer Contact Person>": 57541,
30
+ "<s_Customer's Name/Signature and Date>": 57551,
31
+ "<s_Date>": 57561,
32
+ "<s_Departure of the Service Engineer on Date and time>": 57563,
33
+ "<s_Labour Time>": 57565,
34
+ "<s_Machine No.>": 57537,
35
+ "<s_Machine type>": 57535,
36
+ "<s_Machine>": 57547,
37
+ "<s_Mould>": 57553,
38
+ "<s_Notification No.>": 57567,
39
+ "<s_Operation hour/Cycle Counter>": 57545,
40
+ "<s_Process>": 57559,
41
+ "<s_Serial No.>": 57539,
42
+ "<s_Service Engineer>": 57543,
43
+ "<s_Service Job No.>": 57531,
44
+ "<s_To be charged>": 57533,
45
+ "<s_cord-v2>": 57569,
46
+ "<s_header>": 57525,
47
+ "<s_iitcdip>": 57523,
48
+ "<s_synthdog>": 57524,
49
+ "<sep/>": 57522
50
+ }
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
+ 512,
24
+ 512
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
+ }