fauzansalim commited on
Commit
c6e86e0
·
verified ·
1 Parent(s): 9cdfe42

End of training

Browse files
preprocessor_config.json CHANGED
@@ -19,8 +19,8 @@
19
  "processor_class": "DonutProcessor",
20
  "resample": 2,
21
  "rescale_factor": 0.00392156862745098,
22
- "size": [
23
- 720,
24
- 960
25
- ]
26
  }
 
19
  "processor_class": "DonutProcessor",
20
  "resample": 2,
21
  "rescale_factor": 0.00392156862745098,
22
+ "size": {
23
+ "height": 960,
24
+ "width": 720
25
+ }
26
  }
special_tokens_map.json CHANGED
@@ -1,75 +1,15 @@
1
  {
2
  "additional_special_tokens": [
3
- {
4
- "content": "<s_total>",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false
9
- },
10
- {
11
- "content": "</s_total>",
12
- "lstrip": false,
13
- "normalized": false,
14
- "rstrip": false,
15
- "single_word": false
16
- },
17
- {
18
- "content": "<s_date>",
19
- "lstrip": false,
20
- "normalized": false,
21
- "rstrip": false,
22
- "single_word": false
23
- },
24
- {
25
- "content": "</s_date>",
26
- "lstrip": false,
27
- "normalized": false,
28
- "rstrip": false,
29
- "single_word": false
30
- },
31
- {
32
- "content": "<s_company>",
33
- "lstrip": false,
34
- "normalized": false,
35
- "rstrip": false,
36
- "single_word": false
37
- },
38
- {
39
- "content": "</s_company>",
40
- "lstrip": false,
41
- "normalized": false,
42
- "rstrip": false,
43
- "single_word": false
44
- },
45
- {
46
- "content": "<s_address>",
47
- "lstrip": false,
48
- "normalized": false,
49
- "rstrip": false,
50
- "single_word": false
51
- },
52
- {
53
- "content": "</s_address>",
54
- "lstrip": false,
55
- "normalized": false,
56
- "rstrip": false,
57
- "single_word": false
58
- },
59
- {
60
- "content": "<s>",
61
- "lstrip": false,
62
- "normalized": false,
63
- "rstrip": false,
64
- "single_word": false
65
- },
66
- {
67
- "content": "</s>",
68
- "lstrip": false,
69
- "normalized": false,
70
- "rstrip": false,
71
- "single_word": false
72
- }
73
  ],
74
  "bos_token": {
75
  "content": "<s>",
 
1
  {
2
  "additional_special_tokens": [
3
+ "<s_total>",
4
+ "</s_total>",
5
+ "<s_date>",
6
+ "</s_date>",
7
+ "<s_company>",
8
+ "</s_company>",
9
+ "<s_address>",
10
+ "</s_address>",
11
+ "<s>",
12
+ "</s>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ],
14
  "bos_token": {
15
  "content": "<s>",
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -51,18 +51,18 @@
51
  "57523": {
52
  "content": "<s_iitcdip>",
53
  "lstrip": false,
54
- "normalized": false,
55
  "rstrip": false,
56
  "single_word": false,
57
- "special": true
58
  },
59
  "57524": {
60
  "content": "<s_synthdog>",
61
  "lstrip": false,
62
- "normalized": false,
63
  "rstrip": false,
64
  "single_word": false,
65
- "special": true
66
  },
67
  "57525": {
68
  "content": "<s_total>",
 
51
  "57523": {
52
  "content": "<s_iitcdip>",
53
  "lstrip": false,
54
+ "normalized": true,
55
  "rstrip": false,
56
  "single_word": false,
57
+ "special": false
58
  },
59
  "57524": {
60
  "content": "<s_synthdog>",
61
  "lstrip": false,
62
+ "normalized": true,
63
  "rstrip": false,
64
  "single_word": false,
65
+ "special": false
66
  },
67
  "57525": {
68
  "content": "<s_total>",