Ajit1498 commited on
Commit
e850ab1
·
verified ·
1 Parent(s): ff6a379

End of training

Browse files
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: mit
3
- base_model: naver-clova-ix/donut-base
4
  tags:
5
  - generated_from_trainer
6
  datasets:
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # donut-base-sroie
17
 
18
- This model is a fine-tuned version of [naver-clova-ix/donut-base](https://huggingface.co/naver-clova-ix/donut-base) on the imagefolder dataset.
19
 
20
  ## Model description
21
 
@@ -40,7 +40,7 @@ The following hyperparameters were used during training:
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 3
44
 
45
  ### Training results
46
 
 
1
  ---
2
  license: mit
3
+ base_model: Ajit1498/donut-base-sroie
4
  tags:
5
  - generated_from_trainer
6
  datasets:
 
15
 
16
  # donut-base-sroie
17
 
18
+ This model is a fine-tuned version of [Ajit1498/donut-base-sroie](https://huggingface.co/Ajit1498/donut-base-sroie) on the imagefolder dataset.
19
 
20
  ## Model description
21
 
 
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 4
44
 
45
  ### Training results
46
 
preprocessor_config.json CHANGED
@@ -37,8 +37,8 @@
37
  "processor_class": "DonutProcessor",
38
  "resample": 2,
39
  "rescale_factor": 0.00392156862745098,
40
- "size": [
41
- 720,
42
- 960
43
- ]
44
  }
 
37
  "processor_class": "DonutProcessor",
38
  "resample": 2,
39
  "rescale_factor": 0.00392156862745098,
40
+ "size": {
41
+ "height": 960,
42
+ "width": 720
43
+ }
44
  }
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
@@ -146,11 +146,18 @@
146
  "cls_token": "<s>",
147
  "eos_token": "</s>",
148
  "mask_token": "<mask>",
 
149
  "model_max_length": 1000000000000000019884624838656,
 
150
  "pad_token": "<pad>",
 
 
151
  "processor_class": "DonutProcessor",
152
  "sep_token": "</s>",
153
  "sp_model_kwargs": {},
 
154
  "tokenizer_class": "XLMRobertaTokenizer",
 
 
155
  "unk_token": "<unk>"
156
  }
 
146
  "cls_token": "<s>",
147
  "eos_token": "</s>",
148
  "mask_token": "<mask>",
149
+ "max_length": 512,
150
  "model_max_length": 1000000000000000019884624838656,
151
+ "pad_to_multiple_of": null,
152
  "pad_token": "<pad>",
153
+ "pad_token_type_id": 0,
154
+ "padding_side": "right",
155
  "processor_class": "DonutProcessor",
156
  "sep_token": "</s>",
157
  "sp_model_kwargs": {},
158
+ "stride": 0,
159
  "tokenizer_class": "XLMRobertaTokenizer",
160
+ "truncation_side": "right",
161
+ "truncation_strategy": "longest_first",
162
  "unk_token": "<unk>"
163
  }