acrowth commited on
Commit
b164271
1 Parent(s): 71c1a38

Training done

Browse files
added_tokens.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</s_Client>": 57526,
3
+ "</s_CodeCadeau>": 57528,
4
+ "</s_DemandeAbonnementCatalogue>": 57530,
5
+ "</s_InfoClient_Adresse1>": 57532,
6
+ "</s_InfoClient_Adresse2>": 57534,
7
+ "</s_InfoClient_Adresse3>": 57536,
8
+ "</s_InfoClient_Adresse4>": 57538,
9
+ "</s_InfoClient_AdresseCP>": 57540,
10
+ "</s_InfoClient_AdresseVille>": 57542,
11
+ "</s_InfoClient_Civilite>": 57544,
12
+ "</s_InfoClient_DateNaissance>": 57546,
13
+ "</s_InfoClient_Mail>": 57548,
14
+ "</s_InfoClient_Nom>": 57550,
15
+ "</s_InfoClient_Prenom>": 57552,
16
+ "</s_InfoClient_TelFixe>": 57554,
17
+ "</s_InfoClient_TelPortable>": 57556,
18
+ "</s_Livraison_Domicile>": 57558,
19
+ "</s_Livraison_DomicileExpress>": 57560,
20
+ "</s_Livraison_DomicileLendemain>": 57562,
21
+ "</s_Livraison_NumRelais>": 57564,
22
+ "</s_Livraison_Relais>": 57566,
23
+ "</s_Livraison_RelaisExpress>": 57568,
24
+ "</s_Montant>": 57570,
25
+ "</s_MontantTotal>": 57574,
26
+ "</s_MontantUnitaire>": 57576,
27
+ "</s_Quantite>": 57578,
28
+ "</s_Reference>": 57580,
29
+ "</s_Taille>": 57582,
30
+ "</s_commande>": 57572,
31
+ "<s_Client>": 57525,
32
+ "<s_CodeCadeau>": 57527,
33
+ "<s_DemandeAbonnementCatalogue>": 57529,
34
+ "<s_InfoClient_Adresse1>": 57531,
35
+ "<s_InfoClient_Adresse2>": 57533,
36
+ "<s_InfoClient_Adresse3>": 57535,
37
+ "<s_InfoClient_Adresse4>": 57537,
38
+ "<s_InfoClient_AdresseCP>": 57539,
39
+ "<s_InfoClient_AdresseVille>": 57541,
40
+ "<s_InfoClient_Civilite>": 57543,
41
+ "<s_InfoClient_DateNaissance>": 57545,
42
+ "<s_InfoClient_Mail>": 57547,
43
+ "<s_InfoClient_Nom>": 57549,
44
+ "<s_InfoClient_Prenom>": 57551,
45
+ "<s_InfoClient_TelFixe>": 57553,
46
+ "<s_InfoClient_TelPortable>": 57555,
47
+ "<s_Livraison_Domicile>": 57557,
48
+ "<s_Livraison_DomicileExpress>": 57559,
49
+ "<s_Livraison_DomicileLendemain>": 57561,
50
+ "<s_Livraison_NumRelais>": 57563,
51
+ "<s_Livraison_Relais>": 57565,
52
+ "<s_Livraison_RelaisExpress>": 57567,
53
+ "<s_Montant>": 57569,
54
+ "<s_MontantTotal>": 57573,
55
+ "<s_MontantUnitaire>": 57575,
56
+ "<s_Quantite>": 57577,
57
+ "<s_Reference>": 57579,
58
+ "<s_Taille>": 57581,
59
+ "<s_commande>": 57571,
60
+ "<s_cord-v2>": 57583,
61
+ "<s_iitcdip>": 57523,
62
+ "<s_synthdog>": 57524,
63
+ "<sep/>": 57522
64
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_align_long_axis": false,
3
+ "do_normalize": true,
4
+ "do_pad": true,
5
+ "do_resize": true,
6
+ "do_thumbnail": true,
7
+ "feature_extractor_type": "DonutFeatureExtractor",
8
+ "image_mean": [
9
+ 0.5,
10
+ 0.5,
11
+ 0.5
12
+ ],
13
+ "image_std": [
14
+ 0.5,
15
+ 0.5,
16
+ 0.5
17
+ ],
18
+ "processor_class": "DonutProcessor",
19
+ "resample": 2,
20
+ "size": [
21
+ 960,
22
+ 1280
23
+ ]
24
+ }
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": "naver-clova-ix/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
+ }