zahra1324 commited on
Commit
e1a2a97
1 Parent(s): 1bebc60

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
 
@@ -33,13 +33,13 @@ More information needed
33
  ### Training hyperparameters
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: 5
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 [zahra1324/donut-base-sroie](https://huggingface.co/zahra1324/donut-base-sroie) on the imagefolder dataset.
18
 
19
  ## Model description
20
 
 
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
+ - learning_rate: 4e-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:c781e653ad7371a062d934842ee6c7e42533b2c67ef78ea89c52b75277625fa1
3
  size 809178905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1604dd04e3b8eb6550f736ad8c088687e58f6437a6cf34c163b534523ad216d9
3
  size 809178905
runs/Dec13_08-31-33_de8aac8606fc/events.out.tfevents.1670920304.de8aac8606fc.74.6 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:252f9ce5fcf5a08a375001ca1cbc32d7d8258e919a70a0ce6cad5722bcfa74a4
3
- size 8232
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ce23e417833f7ce9aed65e81907693c6a740edfe904a1035e2d963fa908fad9
3
+ size 8681
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": "zahra1324/donut-base-sroie",
15
  "pad_token": "<pad>",
16
  "processor_class": "DonutProcessor",
17
  "sep_token": "</s>",