mp-02 commited on
Commit
583b524
·
1 Parent(s): d912b82

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -18
README.md CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.7215
23
- - Precision: 0.7822
24
- - Recall: 0.835
25
- - F1: 0.8077
26
- - Accuracy: 0.7967
27
 
28
  ## Model description
29
 
@@ -48,24 +48,22 @@ The following hyperparameters were used during training:
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
- - training_steps: 120
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | No log | 0.26 | 10 | 1.7371 | 0.0731 | 0.0865 | 0.0792 | 0.3227 |
58
- | No log | 0.53 | 20 | 1.4963 | 0.1509 | 0.1455 | 0.1481 | 0.4538 |
59
- | No log | 0.79 | 30 | 1.3013 | 0.3720 | 0.479 | 0.4188 | 0.5965 |
60
- | No log | 1.05 | 40 | 1.1550 | 0.5035 | 0.5725 | 0.5358 | 0.6368 |
61
- | No log | 1.32 | 50 | 1.0083 | 0.6310 | 0.6525 | 0.6416 | 0.7383 |
62
- | No log | 1.58 | 60 | 0.9313 | 0.6742 | 0.713 | 0.6931 | 0.7383 |
63
- | No log | 1.84 | 70 | 0.8520 | 0.7156 | 0.7825 | 0.7476 | 0.7545 |
64
- | No log | 2.11 | 80 | 0.7900 | 0.7477 | 0.8105 | 0.7778 | 0.7817 |
65
- | No log | 2.37 | 90 | 0.8020 | 0.7473 | 0.819 | 0.7815 | 0.7456 |
66
- | No log | 2.63 | 100 | 0.7403 | 0.7824 | 0.834 | 0.8074 | 0.7959 |
67
- | No log | 2.89 | 110 | 0.7253 | 0.7866 | 0.8365 | 0.8108 | 0.7952 |
68
- | No log | 3.16 | 120 | 0.7215 | 0.7822 | 0.835 | 0.8077 | 0.7967 |
69
 
70
 
71
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.6187
23
+ - Precision: 0.8757
24
+ - Recall: 0.9055
25
+ - F1: 0.8904
26
+ - Accuracy: 0.8437
27
 
28
  ## Model description
29
 
 
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
+ - training_steps: 500
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 1.32 | 50 | 0.9063 | 0.7006 | 0.757 | 0.7277 | 0.7607 |
58
+ | No log | 2.63 | 100 | 0.6387 | 0.7930 | 0.858 | 0.8242 | 0.7967 |
59
+ | No log | 3.95 | 150 | 0.5691 | 0.8171 | 0.8825 | 0.8486 | 0.8254 |
60
+ | No log | 5.26 | 200 | 0.5723 | 0.8315 | 0.881 | 0.8555 | 0.8223 |
61
+ | No log | 6.58 | 250 | 0.5897 | 0.8475 | 0.9 | 0.8729 | 0.8292 |
62
+ | No log | 7.89 | 300 | 0.6122 | 0.8482 | 0.9025 | 0.8745 | 0.8283 |
63
+ | No log | 9.21 | 350 | 0.6045 | 0.8505 | 0.899 | 0.8741 | 0.8392 |
64
+ | No log | 10.53 | 400 | 0.5662 | 0.8708 | 0.9 | 0.8852 | 0.8446 |
65
+ | No log | 11.84 | 450 | 0.5973 | 0.8739 | 0.9045 | 0.8889 | 0.8437 |
66
+ | 0.4305 | 13.16 | 500 | 0.6187 | 0.8757 | 0.9055 | 0.8904 | 0.8437 |
 
 
67
 
68
 
69
  ### Framework versions