End of training
Browse files- README.md +20 -17
- logs/events.out.tfevents.1741601290.DESKTOP-HA84SVN.94162.8 +2 -2
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -16,14 +16,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [microsoft/layoutlm-base-uncased](https://huggingface.co/microsoft/layoutlm-base-uncased) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
-
- Eader: {'precision': 0.
|
| 21 |
-
- Nswer: {'precision': 0.
|
| 22 |
-
- Uestion: {'precision': 0.
|
| 23 |
-
- Overall Precision: 0.
|
| 24 |
-
- Overall Recall: 0.
|
| 25 |
-
- Overall F1: 0.
|
| 26 |
-
- Overall Accuracy: 0.
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
@@ -48,19 +48,22 @@ The following hyperparameters were used during training:
|
|
| 48 |
- seed: 42
|
| 49 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
-
- num_epochs:
|
| 52 |
- mixed_precision_training: Native AMP
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
-
| Training Loss | Epoch | Step | Validation Loss | Eader
|
| 57 |
-
|:-------------:|:-----:|:----:|:---------------:|:---------------------------------------------------------------------------------------------------------
|
| 58 |
-
| 1.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [microsoft/layoutlm-base-uncased](https://huggingface.co/microsoft/layoutlm-base-uncased) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.6076
|
| 20 |
+
- Eader: {'precision': 0.43333333333333335, 'recall': 0.3132530120481928, 'f1': 0.36363636363636365, 'number': 83}
|
| 21 |
+
- Nswer: {'precision': 0.4857142857142857, 'recall': 0.5804878048780487, 'f1': 0.5288888888888889, 'number': 205}
|
| 22 |
+
- Uestion: {'precision': 0.358695652173913, 'recall': 0.42857142857142855, 'f1': 0.3905325443786982, 'number': 231}
|
| 23 |
+
- Overall Precision: 0.4200
|
| 24 |
+
- Overall Recall: 0.4701
|
| 25 |
+
- Overall F1: 0.4436
|
| 26 |
+
- Overall Accuracy: 0.7970
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
|
|
| 48 |
- seed: 42
|
| 49 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
+
- num_epochs: 9
|
| 52 |
- mixed_precision_training: Native AMP
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
+
| Training Loss | Epoch | Step | Validation Loss | Eader | Nswer | Uestion | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
|
| 57 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------:|:-----------------:|:--------------:|:----------:|:----------------:|
|
| 58 |
+
| 1.3184 | 1.0 | 12 | 1.0718 | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 83} | {'precision': 0.0707482993197279, 'recall': 0.25365853658536586, 'f1': 0.11063829787234042, 'number': 205} | {'precision': 0.09251700680272108, 'recall': 0.2943722943722944, 'f1': 0.14078674948240166, 'number': 231} | 0.0816 | 0.2312 | 0.1207 | 0.6133 |
|
| 59 |
+
| 0.9674 | 2.0 | 24 | 0.7899 | {'precision': 0.16, 'recall': 0.04819277108433735, 'f1': 0.07407407407407407, 'number': 83} | {'precision': 0.23114355231143552, 'recall': 0.4634146341463415, 'f1': 0.30844155844155846, 'number': 205} | {'precision': 0.22518159806295399, 'recall': 0.4025974025974026, 'f1': 0.2888198757763975, 'number': 231} | 0.2261 | 0.3699 | 0.2807 | 0.7268 |
|
| 60 |
+
| 0.7106 | 3.0 | 36 | 0.6643 | {'precision': 0.3181818181818182, 'recall': 0.1686746987951807, 'f1': 0.2204724409448819, 'number': 83} | {'precision': 0.40892193308550184, 'recall': 0.5365853658536586, 'f1': 0.4641350210970464, 'number': 205} | {'precision': 0.3263157894736842, 'recall': 0.4025974025974026, 'f1': 0.36046511627906974, 'number': 231} | 0.3629 | 0.4181 | 0.3885 | 0.7812 |
|
| 61 |
+
| 0.5308 | 4.0 | 48 | 0.6111 | {'precision': 0.3125, 'recall': 0.24096385542168675, 'f1': 0.27210884353741494, 'number': 83} | {'precision': 0.4338235294117647, 'recall': 0.5756097560975609, 'f1': 0.4947589098532495, 'number': 205} | {'precision': 0.33448275862068966, 'recall': 0.4199134199134199, 'f1': 0.3723608445297505, 'number': 231} | 0.3754 | 0.4528 | 0.4105 | 0.7867 |
|
| 62 |
+
| 0.4626 | 5.0 | 60 | 0.5787 | {'precision': 0.4230769230769231, 'recall': 0.26506024096385544, 'f1': 0.32592592592592595, 'number': 83} | {'precision': 0.4580152671755725, 'recall': 0.5853658536585366, 'f1': 0.5139186295503212, 'number': 205} | {'precision': 0.34657039711191334, 'recall': 0.4155844155844156, 'f1': 0.3779527559055118, 'number': 231} | 0.4027 | 0.4586 | 0.4288 | 0.7938 |
|
| 63 |
+
| 0.3703 | 6.0 | 72 | 0.5845 | {'precision': 0.4339622641509434, 'recall': 0.27710843373493976, 'f1': 0.3382352941176471, 'number': 83} | {'precision': 0.46360153256704983, 'recall': 0.5902439024390244, 'f1': 0.5193133047210301, 'number': 205} | {'precision': 0.3506944444444444, 'recall': 0.43722943722943725, 'f1': 0.3892100192678227, 'number': 231} | 0.4070 | 0.4721 | 0.4371 | 0.8011 |
|
| 64 |
+
| 0.33 | 7.0 | 84 | 0.6011 | {'precision': 0.45614035087719296, 'recall': 0.3132530120481928, 'f1': 0.37142857142857144, 'number': 83} | {'precision': 0.4878048780487805, 'recall': 0.5853658536585366, 'f1': 0.532150776053215, 'number': 205} | {'precision': 0.37362637362637363, 'recall': 0.44155844155844154, 'f1': 0.4047619047619048, 'number': 231} | 0.4306 | 0.4778 | 0.4530 | 0.7934 |
|
| 65 |
+
| 0.2903 | 8.0 | 96 | 0.6063 | {'precision': 0.4727272727272727, 'recall': 0.3132530120481928, 'f1': 0.3768115942028985, 'number': 83} | {'precision': 0.5, 'recall': 0.5853658536585366, 'f1': 0.5393258426966292, 'number': 205} | {'precision': 0.36900369003690037, 'recall': 0.4329004329004329, 'f1': 0.398406374501992, 'number': 231} | 0.4346 | 0.4740 | 0.4535 | 0.7972 |
|
| 66 |
+
| 0.2723 | 9.0 | 108 | 0.6076 | {'precision': 0.43333333333333335, 'recall': 0.3132530120481928, 'f1': 0.36363636363636365, 'number': 83} | {'precision': 0.4857142857142857, 'recall': 0.5804878048780487, 'f1': 0.5288888888888889, 'number': 205} | {'precision': 0.358695652173913, 'recall': 0.42857142857142855, 'f1': 0.3905325443786982, 'number': 231} | 0.4200 | 0.4701 | 0.4436 | 0.7970 |
|
| 67 |
|
| 68 |
|
| 69 |
### Framework versions
|
logs/events.out.tfevents.1741601290.DESKTOP-HA84SVN.94162.8
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab76eb54054601284b8092ef38189c9fe43d6dd47845a9fb5819f30221523e40
|
| 3 |
+
size 11890
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 450548984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9dd770ec755008ec604b2c303e7885902fb45a6da2ea0513a9ee9009ed3498bd
|
| 3 |
size 450548984
|