End of training
Browse files
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -49,15 +49,22 @@ The following hyperparameters were used during training:
|
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
-
- training_steps:
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| No log |
|
59 |
-
| No log |
|
60 |
-
| No log |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.3848
|
24 |
+
- Precision: 0.8205
|
25 |
+
- Recall: 0.8649
|
26 |
+
- F1: 0.8421
|
27 |
+
- Accuracy: 0.8505
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
+
- training_steps: 500
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 3.85 | 50 | 0.5998 | 0.7848 | 0.8378 | 0.8105 | 0.8224 |
|
59 |
+
| No log | 7.69 | 100 | 0.4655 | 0.8 | 0.8649 | 0.8312 | 0.8505 |
|
60 |
+
| No log | 11.54 | 150 | 0.4716 | 0.7949 | 0.8378 | 0.8158 | 0.8318 |
|
61 |
+
| No log | 15.38 | 200 | 0.4252 | 0.8354 | 0.8919 | 0.8627 | 0.8598 |
|
62 |
+
| No log | 19.23 | 250 | 0.4485 | 0.8 | 0.8649 | 0.8312 | 0.8411 |
|
63 |
+
| No log | 23.08 | 300 | 0.4121 | 0.7875 | 0.8514 | 0.8182 | 0.8318 |
|
64 |
+
| No log | 26.92 | 350 | 0.3892 | 0.8205 | 0.8649 | 0.8421 | 0.8505 |
|
65 |
+
| No log | 30.77 | 400 | 0.4003 | 0.8205 | 0.8649 | 0.8421 | 0.8505 |
|
66 |
+
| No log | 34.62 | 450 | 0.3827 | 0.8462 | 0.8919 | 0.8684 | 0.8785 |
|
67 |
+
| 0.1768 | 38.46 | 500 | 0.3848 | 0.8205 | 0.8649 | 0.8421 | 0.8505 |
|
68 |
|
69 |
|
70 |
### Framework versions
|