update model card README.md
Browse files
README.md
CHANGED
@@ -20,16 +20,16 @@ model-index:
|
|
20 |
metrics:
|
21 |
- name: Precision
|
22 |
type: precision
|
23 |
-
value: 0.
|
24 |
- name: Recall
|
25 |
type: recall
|
26 |
-
value: 0.
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
-
value: 0.
|
30 |
- name: Accuracy
|
31 |
type: accuracy
|
32 |
-
value: 0.
|
33 |
---
|
34 |
|
35 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -39,11 +39,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
39 |
|
40 |
This model is a fine-tuned version of [layoutlmv3](https://huggingface.co/layoutlmv3) on the mp-02/funsd dataset.
|
41 |
It achieves the following results on the evaluation set:
|
42 |
-
- Loss: 0.
|
43 |
-
- Precision: 0.
|
44 |
-
- Recall: 0.
|
45 |
-
- F1: 0.
|
46 |
-
- Accuracy: 0.
|
47 |
|
48 |
## Model description
|
49 |
|
@@ -68,22 +68,22 @@ The following hyperparameters were used during training:
|
|
68 |
- seed: 42
|
69 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
70 |
- lr_scheduler_type: linear
|
71 |
-
- training_steps:
|
72 |
|
73 |
### Training results
|
74 |
|
75 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
76 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
77 |
-
| No log |
|
78 |
-
| No log |
|
79 |
-
| No log |
|
80 |
-
| No log |
|
81 |
-
|
|
82 |
-
|
|
83 |
-
|
|
84 |
-
|
|
85 |
-
|
|
86 |
-
| 0.
|
87 |
|
88 |
|
89 |
### Framework versions
|
|
|
20 |
metrics:
|
21 |
- name: Precision
|
22 |
type: precision
|
23 |
+
value: 0.875725338491296
|
24 |
- name: Recall
|
25 |
type: recall
|
26 |
+
value: 0.9055
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
+
value: 0.8903638151425762
|
30 |
- name: Accuracy
|
31 |
type: accuracy
|
32 |
+
value: 0.843706936150666
|
33 |
---
|
34 |
|
35 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
39 |
|
40 |
This model is a fine-tuned version of [layoutlmv3](https://huggingface.co/layoutlmv3) on the mp-02/funsd dataset.
|
41 |
It achieves the following results on the evaluation set:
|
42 |
+
- Loss: 0.6187
|
43 |
+
- Precision: 0.8757
|
44 |
+
- Recall: 0.9055
|
45 |
+
- F1: 0.8904
|
46 |
+
- Accuracy: 0.8437
|
47 |
|
48 |
## Model description
|
49 |
|
|
|
68 |
- seed: 42
|
69 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
70 |
- lr_scheduler_type: linear
|
71 |
+
- training_steps: 500
|
72 |
|
73 |
### Training results
|
74 |
|
75 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
76 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
77 |
+
| No log | 1.32 | 50 | 0.9063 | 0.7006 | 0.757 | 0.7277 | 0.7607 |
|
78 |
+
| No log | 2.63 | 100 | 0.6387 | 0.7930 | 0.858 | 0.8242 | 0.7967 |
|
79 |
+
| No log | 3.95 | 150 | 0.5691 | 0.8171 | 0.8825 | 0.8486 | 0.8254 |
|
80 |
+
| No log | 5.26 | 200 | 0.5723 | 0.8315 | 0.881 | 0.8555 | 0.8223 |
|
81 |
+
| No log | 6.58 | 250 | 0.5897 | 0.8475 | 0.9 | 0.8729 | 0.8292 |
|
82 |
+
| No log | 7.89 | 300 | 0.6122 | 0.8482 | 0.9025 | 0.8745 | 0.8283 |
|
83 |
+
| No log | 9.21 | 350 | 0.6045 | 0.8505 | 0.899 | 0.8741 | 0.8392 |
|
84 |
+
| No log | 10.53 | 400 | 0.5662 | 0.8708 | 0.9 | 0.8852 | 0.8446 |
|
85 |
+
| No log | 11.84 | 450 | 0.5973 | 0.8739 | 0.9045 | 0.8889 | 0.8437 |
|
86 |
+
| 0.4305 | 13.16 | 500 | 0.6187 | 0.8757 | 0.9055 | 0.8904 | 0.8437 |
|
87 |
|
88 |
|
89 |
### Framework versions
|