update model card README.md
Browse files
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.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Accuracy: 0.
|
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:
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
| No log |
|
58 |
-
| No log |
|
59 |
-
| No log |
|
60 |
-
| No log |
|
61 |
-
| No log |
|
62 |
-
| No log |
|
63 |
-
| No log |
|
64 |
-
| No log |
|
65 |
-
| No log |
|
66 |
-
|
|
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
|