TomasFAV commited on
Commit
041e24a
·
verified ·
1 Parent(s): b606db1

Model save

Browse files
Files changed (2) hide show
  1. README.md +26 -21
  2. model.safetensors +1 -1
README.md CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.1148
25
- - Precision: 0.7832
26
- - Recall: 0.8333
27
- - F1: 0.8075
28
- - Accuracy: 0.9737
29
 
30
  ## Model description
31
 
@@ -51,28 +51,33 @@ The following hyperparameters were used during training:
51
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
  - lr_scheduler_type: linear
53
  - lr_scheduler_warmup_ratio: 0.1
54
- - num_epochs: 15
55
  - mixed_precision_training: Native AMP
56
 
57
  ### Training results
58
 
59
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
60
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
61
- | No log | 1.0 | 43 | 1.3234 | 0.0 | 0.0 | 0.0 | 0.8323 |
62
- | No log | 2.0 | 86 | 1.0017 | 0.0 | 0.0 | 0.0 | 0.8323 |
63
- | No log | 3.0 | 129 | 0.6869 | 0.0 | 0.0 | 0.0 | 0.8326 |
64
- | No log | 4.0 | 172 | 0.5545 | 0.3262 | 0.3889 | 0.3548 | 0.8904 |
65
- | No log | 5.0 | 215 | 0.4323 | 0.5088 | 0.5604 | 0.5333 | 0.9220 |
66
- | No log | 6.0 | 258 | 0.3487 | 0.6037 | 0.6365 | 0.6196 | 0.9335 |
67
- | No log | 7.0 | 301 | 0.2900 | 0.6678 | 0.7017 | 0.6843 | 0.9447 |
68
- | No log | 8.0 | 344 | 0.2355 | 0.6976 | 0.7271 | 0.7120 | 0.9517 |
69
- | No log | 9.0 | 387 | 0.1894 | 0.7567 | 0.7850 | 0.7706 | 0.9630 |
70
- | No log | 10.0 | 430 | 0.1578 | 0.7492 | 0.8152 | 0.7808 | 0.9694 |
71
- | No log | 11.0 | 473 | 0.1396 | 0.7575 | 0.8188 | 0.7870 | 0.9708 |
72
- | 0.6363 | 12.0 | 516 | 0.1271 | 0.7705 | 0.8273 | 0.7979 | 0.9724 |
73
- | 0.6363 | 13.0 | 559 | 0.1208 | 0.7788 | 0.8333 | 0.8051 | 0.9732 |
74
- | 0.6363 | 14.0 | 602 | 0.1161 | 0.7823 | 0.8333 | 0.8070 | 0.9736 |
75
- | 0.6363 | 15.0 | 645 | 0.1148 | 0.7832 | 0.8333 | 0.8075 | 0.9737 |
 
 
 
 
 
76
 
77
 
78
  ### Framework versions
 
21
 
22
  This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.0649
25
+ - Precision: 0.8992
26
+ - Recall: 0.9155
27
+ - F1: 0.9072
28
+ - Accuracy: 0.9862
29
 
30
  ## Model description
31
 
 
51
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
  - lr_scheduler_type: linear
53
  - lr_scheduler_warmup_ratio: 0.1
54
+ - num_epochs: 20
55
  - mixed_precision_training: Native AMP
56
 
57
  ### Training results
58
 
59
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
60
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
61
+ | No log | 1.0 | 43 | 1.5391 | 0.0 | 0.0 | 0.0 | 0.8323 |
62
+ | No log | 2.0 | 86 | 1.0087 | 0.0 | 0.0 | 0.0 | 0.8323 |
63
+ | No log | 3.0 | 129 | 0.6795 | 0.0739 | 0.0338 | 0.0464 | 0.8375 |
64
+ | No log | 4.0 | 172 | 0.5549 | 0.2447 | 0.2802 | 0.2613 | 0.8690 |
65
+ | No log | 5.0 | 215 | 0.4249 | 0.4758 | 0.5821 | 0.5236 | 0.9183 |
66
+ | No log | 6.0 | 258 | 0.3194 | 0.5484 | 0.6836 | 0.6086 | 0.9374 |
67
+ | No log | 7.0 | 301 | 0.2431 | 0.6235 | 0.7379 | 0.6759 | 0.9502 |
68
+ | No log | 8.0 | 344 | 0.1812 | 0.7525 | 0.8116 | 0.7809 | 0.9673 |
69
+ | No log | 9.0 | 387 | 0.1548 | 0.7991 | 0.8357 | 0.8170 | 0.9705 |
70
+ | No log | 10.0 | 430 | 0.1248 | 0.8182 | 0.8478 | 0.8327 | 0.9758 |
71
+ | No log | 11.0 | 473 | 0.1104 | 0.8451 | 0.8696 | 0.8571 | 0.9786 |
72
+ | 0.64 | 12.0 | 516 | 0.0965 | 0.8506 | 0.8732 | 0.8617 | 0.9804 |
73
+ | 0.64 | 13.0 | 559 | 0.0909 | 0.8688 | 0.8877 | 0.8781 | 0.9820 |
74
+ | 0.64 | 14.0 | 602 | 0.0819 | 0.8826 | 0.8986 | 0.8905 | 0.9837 |
75
+ | 0.64 | 15.0 | 645 | 0.0779 | 0.8897 | 0.9058 | 0.8977 | 0.9850 |
76
+ | 0.64 | 16.0 | 688 | 0.0734 | 0.8942 | 0.9082 | 0.9011 | 0.9852 |
77
+ | 0.64 | 17.0 | 731 | 0.0700 | 0.8955 | 0.9106 | 0.9030 | 0.9856 |
78
+ | 0.64 | 18.0 | 774 | 0.0666 | 0.8988 | 0.9118 | 0.9053 | 0.9861 |
79
+ | 0.64 | 19.0 | 817 | 0.0655 | 0.8992 | 0.9155 | 0.9072 | 0.9862 |
80
+ | 0.64 | 20.0 | 860 | 0.0649 | 0.8992 | 0.9155 | 0.9072 | 0.9862 |
81
 
82
 
83
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e1a7402a3a58b01ea679412ff0472c519de0823fe18cda340b57861ae3bace97
3
  size 503810412
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6370c98fe3bb0e4b15fa1020488dcc67d2687e710cb6deb88bb38f74b8c345f2
3
  size 503810412