AiDevelopment commited on
Commit
7e227e1
1 Parent(s): bd13f21

End of training

Browse files
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- license: mit
3
  tags:
4
  - generated_from_trainer
5
  datasets:
@@ -14,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # donut-base-sroie
16
 
17
- 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.
18
 
19
  ## Model description
20
 
@@ -39,7 +38,7 @@ The following hyperparameters were used during training:
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 30
43
  - mixed_precision_training: Native AMP
44
 
45
  ### Training results
 
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
  datasets:
 
13
 
14
  # donut-base-sroie
15
 
16
+ This model was trained from scratch on the imagefolder dataset.
17
 
18
  ## Model description
19
 
 
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
+ - num_epochs: 40
42
  - mixed_precision_training: Native AMP
43
 
44
  ### Training results
generation_config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "_from_model_config": true,
3
  "bos_token_id": 0,
 
4
  "eos_token_id": 2,
5
  "forced_eos_token_id": 2,
6
  "pad_token_id": 1,
 
1
  {
2
  "_from_model_config": true,
3
  "bos_token_id": 0,
4
+ "decoder_start_token_id": 0,
5
  "eos_token_id": 2,
6
  "forced_eos_token_id": 2,
7
  "pad_token_id": 1,
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
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2f769c113b80778fb76c3037572fd0295c4568c5e57167fc9ad6bf33385563e
3
  size 809187097
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35dc09a453896842724618e00c2307502477981c6016c2a76a3638aa572cd010
3
  size 809187097
runs/Jan24_07-27-09_dc71164bcaa4/events.out.tfevents.1674545234.dc71164bcaa4.4365.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05412161db47a7dac166e03689eed147d049f03d330890ce9f779119c90ae263
3
- size 9958
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92c682e730a5c472f543e3c2a6b531cd39f56a969802b7b593109cb1a5d19b69
3
+ size 10312
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -11,7 +11,7 @@
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>",
 
11
  "single_word": false
12
  },
13
  "model_max_length": 1000000000000000019884624838656,
14
+ "name_or_path": "AiDevelopment/donut-base-sroie",
15
  "pad_token": "<pad>",
16
  "processor_class": "DonutProcessor",
17
  "sep_token": "</s>",