Assadullah commited on
Commit
f84a057
·
1 Parent(s): e8fb8af

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 [Assadullah/donut-base-sroie](https://huggingface.co/Assadullah/donut-base-sroie) on the imagefolder dataset.
18
 
19
  ## Model description
20
 
@@ -35,11 +35,11 @@ More information needed
35
  The following hyperparameters were used during training:
36
  - learning_rate: 2e-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: 10
43
  - mixed_precision_training: Native AMP
44
 
45
  ### Training results
@@ -48,7 +48,7 @@ The following hyperparameters were used during training:
48
 
49
  ### Framework versions
50
 
51
- - Transformers 4.22.0.dev0
52
- - Pytorch 1.12.1+cu113
53
  - Datasets 2.4.0
54
  - Tokenizers 0.12.1
 
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
 
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 2e-05
37
  - train_batch_size: 2
38
+ - eval_batch_size: 16
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
 
48
 
49
  ### Framework versions
50
 
51
+ - Transformers 4.23.0.dev0
52
+ - Pytorch 1.8.1+cu102
53
  - Datasets 2.4.0
54
  - Tokenizers 0.12.1
preprocessor_config.json CHANGED
@@ -18,7 +18,7 @@
18
  "processor_class": "DonutProcessor",
19
  "resample": 2,
20
  "size": [
21
- 720,
22
- 960
23
  ]
24
  }
 
18
  "processor_class": "DonutProcessor",
19
  "resample": 2,
20
  "size": [
21
+ 360,
22
+ 480
23
  ]
24
  }
runs/Sep21_00-26-37_0803-080200-elbow784-10-34-15-76/events.out.tfevents.1663721202.0803-080200-elbow784-10-34-15-76.1580.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:baf7b067e1ff97a867ad74434e021dc83331c5bcdb09d7d8b0465334e7bf88af
3
- size 9368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50f1244426e02b4ee55add1d7f9ed3c6003d789bee54d1dda95a736dd557ec8d
3
+ size 9722
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -10,7 +10,7 @@
10
  "rstrip": false,
11
  "single_word": false
12
  },
13
- "name_or_path": "Assadullah/donut-base-sroie",
14
  "pad_token": "<pad>",
15
  "processor_class": "DonutProcessor",
16
  "sep_token": "</s>",
 
10
  "rstrip": false,
11
  "single_word": false
12
  },
13
+ "name_or_path": "naver-clova-ix/donut-base",
14
  "pad_token": "<pad>",
15
  "processor_class": "DonutProcessor",
16
  "sep_token": "</s>",