aryaadhi commited on
Commit
891e73f
·
verified ·
1 Parent(s): 81f990f

End of training

Browse files
Files changed (2) hide show
  1. README.md +22 -6
  2. preprocessor_config.json +2 -2
README.md CHANGED
@@ -16,12 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [naver-clova-ix/donut-base](https://huggingface.co/naver-clova-ix/donut-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - eval_loss: 6.4079
20
- - eval_runtime: 96.0342
21
- - eval_samples_per_second: 0.666
22
- - eval_steps_per_second: 0.083
23
- - epoch: 1.0
24
- - step: 46
25
 
26
  ## Model description
27
 
@@ -51,6 +46,27 @@ The following hyperparameters were used during training:
51
  - lr_scheduler_warmup_ratio: 0.1
52
  - num_epochs: 15
53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  ### Framework versions
55
 
56
  - Transformers 4.52.4
 
16
 
17
  This model is a fine-tuned version of [naver-clova-ix/donut-base](https://huggingface.co/naver-clova-ix/donut-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.4558
 
 
 
 
 
20
 
21
  ## Model description
22
 
 
46
  - lr_scheduler_warmup_ratio: 0.1
47
  - num_epochs: 15
48
 
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | No log | 1.0 | 46 | 6.4079 |
54
+ | No log | 2.0 | 92 | 3.8737 |
55
+ | 7.1608 | 3.0 | 138 | 2.9063 |
56
+ | 7.1608 | 4.0 | 184 | 0.9980 |
57
+ | 2.4956 | 5.0 | 230 | 0.7675 |
58
+ | 2.4956 | 6.0 | 276 | 0.6447 |
59
+ | 0.7023 | 7.0 | 322 | 0.5472 |
60
+ | 0.7023 | 8.0 | 368 | 0.4761 |
61
+ | 0.3457 | 9.0 | 414 | 0.4361 |
62
+ | 0.3457 | 10.0 | 460 | 0.4849 |
63
+ | 0.1816 | 11.0 | 506 | 0.4623 |
64
+ | 0.1816 | 12.0 | 552 | 0.4471 |
65
+ | 0.1816 | 13.0 | 598 | 0.4514 |
66
+ | 0.132 | 14.0 | 644 | 0.4546 |
67
+ | 0.132 | 15.0 | 690 | 0.4558 |
68
+
69
+
70
  ### Framework versions
71
 
72
  - Transformers 4.52.4
preprocessor_config.json CHANGED
@@ -20,7 +20,7 @@
20
  "resample": 2,
21
  "rescale_factor": 0.00392156862745098,
22
  "size": [
23
- 512,
24
- 384
25
  ]
26
  }
 
20
  "resample": 2,
21
  "rescale_factor": 0.00392156862745098,
22
  "size": [
23
+ 1024,
24
+ 768
25
  ]
26
  }