AiDevelopment commited on
Commit
188f729
1 Parent(s): 0baac77

End of training

Browse files
README.md CHANGED
@@ -14,7 +14,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
 
@@ -34,12 +34,12 @@ More information needed
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 3e-05
37
- - train_batch_size: 3
38
  - eval_batch_size: 8
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 4
43
  - mixed_precision_training: Native AMP
44
 
45
  ### Training results
 
14
 
15
  # donut-base-sroie
16
 
17
+ This model is a fine-tuned version of [Naveedai/donut-base-sroie](https://huggingface.co/Naveedai/donut-base-sroie) on the imagefolder dataset.
18
 
19
  ## Model description
20
 
 
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 3e-05
37
+ - train_batch_size: 2
38
  - eval_batch_size: 8
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 3
43
  - mixed_precision_training: Native AMP
44
 
45
  ### Training results
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:7a1964697d3f741928088a90d27db318a0e81d56fb8e9996bd03ef3d79094a44
3
  size 809187097
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34140c7c5a92676e1c958c3c838fa1f35d8977b0d2a7077bcd256746570690dc
3
  size 809187097
runs/Dec16_18-37-29_6861a1a8ea51/events.out.tfevents.1671215854.6861a1a8ea51.114.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:45347c492bf02bb3f5f1b7dd6963616a85fe672546e6674ec60d072cb226ca42
3
- size 8232
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55f42633f8dbfb747e14ca9cc523a486abc148b4608744c951a5a57ccfd70411
3
+ size 8334
runs/Dec16_18-37-39_6861a1a8ea51/events.out.tfevents.1671215863.6861a1a8ea51.114.4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:540e2e90eaffb5c2288d63512598856421fa8b1ecb1f0a1b3db6f8c87fa2967a
3
- size 8232
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc6de340baa9f949320512c77c02bd5dffe685ec99703c73c859a72444755e46
3
+ size 8682
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": "Naveedai/donut-base-sroie",
15
  "pad_token": "<pad>",
16
  "processor_class": "DonutProcessor",
17
  "sep_token": "</s>",