sreejith8100 commited on
Commit
3613742
1 Parent(s): 076d98c

End of training

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -16,6 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
  # donut-base-sroie
17
 
18
  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.
 
 
19
 
20
  ## Model description
21
 
@@ -44,6 +46,14 @@ The following hyperparameters were used during training:
44
 
45
  ### Training results
46
 
 
 
 
 
 
 
 
 
47
 
48
 
49
  ### Framework versions
 
16
  # donut-base-sroie
17
 
18
  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.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.3486
21
 
22
  ## Model description
23
 
 
46
 
47
  ### Training results
48
 
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 3.2574 | 1.0 | 45 | 2.5625 |
52
+ | 0.8562 | 2.0 | 90 | 0.6878 |
53
+ | 0.5974 | 3.0 | 135 | 0.4248 |
54
+ | 0.347 | 4.0 | 180 | 0.3718 |
55
+ | 0.1767 | 5.0 | 225 | 0.3973 |
56
+ | 0.5353 | 6.0 | 270 | 0.3486 |
57
 
58
 
59
  ### Framework versions