End of training
Browse files
README.md
CHANGED
@@ -22,16 +22,16 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Precision
|
24 |
type: precision
|
25 |
-
value: 0.
|
26 |
- name: Recall
|
27 |
type: recall
|
28 |
-
value: 0.
|
29 |
- name: F1
|
30 |
type: f1
|
31 |
-
value: 0.
|
32 |
- name: Accuracy
|
33 |
type: accuracy
|
34 |
-
value: 0.
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -41,11 +41,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
41 |
|
42 |
This model is a fine-tuned version of [layoutlmv3](https://huggingface.co/layoutlmv3) on the mp-02/cord-sroie dataset.
|
43 |
It achieves the following results on the evaluation set:
|
44 |
-
- Loss: 0.
|
45 |
-
- Precision: 0.
|
46 |
-
- Recall: 0.
|
47 |
-
- F1: 0.
|
48 |
-
- Accuracy: 0.
|
49 |
|
50 |
## Model description
|
51 |
|
@@ -76,15 +76,18 @@ The following hyperparameters were used during training:
|
|
76 |
|
77 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
78 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
79 |
-
| No log | 0.
|
80 |
-
| No log | 1.
|
81 |
-
| No log | 2.
|
82 |
-
| No log |
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
|
|
|
|
|
|
88 |
|
89 |
|
90 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Precision
|
24 |
type: precision
|
25 |
+
value: 0.9105022831050228
|
26 |
- name: Recall
|
27 |
type: recall
|
28 |
+
value: 0.9447998104714522
|
29 |
- name: F1
|
30 |
type: f1
|
31 |
+
value: 0.9273340309266364
|
32 |
- name: Accuracy
|
33 |
type: accuracy
|
34 |
+
value: 0.9738126147097005
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
41 |
|
42 |
This model is a fine-tuned version of [layoutlmv3](https://huggingface.co/layoutlmv3) on the mp-02/cord-sroie dataset.
|
43 |
It achieves the following results on the evaluation set:
|
44 |
+
- Loss: 0.0936
|
45 |
+
- Precision: 0.9105
|
46 |
+
- Recall: 0.9448
|
47 |
+
- F1: 0.9273
|
48 |
+
- Accuracy: 0.9738
|
49 |
|
50 |
## Model description
|
51 |
|
|
|
76 |
|
77 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
78 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
79 |
+
| No log | 0.7937 | 100 | 0.4396 | 0.6271 | 0.6015 | 0.6140 | 0.9064 |
|
80 |
+
| No log | 1.5873 | 200 | 0.2500 | 0.8669 | 0.8394 | 0.8529 | 0.9508 |
|
81 |
+
| No log | 2.3810 | 300 | 0.1517 | 0.8682 | 0.9050 | 0.8862 | 0.9634 |
|
82 |
+
| No log | 3.1746 | 400 | 0.1346 | 0.8694 | 0.9339 | 0.9005 | 0.9645 |
|
83 |
+
| 0.6691 | 3.9683 | 500 | 0.0943 | 0.9369 | 0.9325 | 0.9347 | 0.9778 |
|
84 |
+
| 0.6691 | 4.7619 | 600 | 0.0922 | 0.9049 | 0.9491 | 0.9265 | 0.9742 |
|
85 |
+
| 0.6691 | 5.5556 | 700 | 0.1106 | 0.8913 | 0.9540 | 0.9216 | 0.9717 |
|
86 |
+
| 0.6691 | 6.3492 | 800 | 0.0875 | 0.9091 | 0.9552 | 0.9316 | 0.9755 |
|
87 |
+
| 0.6691 | 7.1429 | 900 | 0.0958 | 0.8977 | 0.9623 | 0.9289 | 0.9743 |
|
88 |
+
| 0.1055 | 7.9365 | 1000 | 0.0936 | 0.9105 | 0.9448 | 0.9273 | 0.9738 |
|
89 |
+
| 0.1055 | 8.7302 | 1100 | 0.1035 | 0.9289 | 0.9415 | 0.9352 | 0.9766 |
|
90 |
+
| 0.1055 | 9.5238 | 1200 | 0.1115 | 0.9081 | 0.9507 | 0.9289 | 0.9739 |
|
91 |
|
92 |
|
93 |
### Framework versions
|
all_results.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
-
"predict_accuracy": 0.
|
3 |
-
"predict_f1": 0.
|
4 |
-
"predict_loss": 0.
|
5 |
-
"predict_precision": 0.
|
6 |
-
"predict_recall": 0.
|
7 |
-
"predict_runtime":
|
8 |
-
"predict_samples_per_second": 7.
|
9 |
-
"predict_steps_per_second": 0.
|
10 |
}
|
|
|
1 |
{
|
2 |
+
"predict_accuracy": 0.9803697263658827,
|
3 |
+
"predict_f1": 0.9458025830258302,
|
4 |
+
"predict_loss": 0.0873132273554802,
|
5 |
+
"predict_precision": 0.9388736263736264,
|
6 |
+
"predict_recall": 0.9528345724907064,
|
7 |
+
"predict_runtime": 37.6564,
|
8 |
+
"predict_samples_per_second": 7.25,
|
9 |
+
"predict_steps_per_second": 0.929
|
10 |
}
|
predict_results.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
-
"predict_accuracy": 0.
|
3 |
-
"predict_f1": 0.
|
4 |
-
"predict_loss": 0.
|
5 |
-
"predict_precision": 0.
|
6 |
-
"predict_recall": 0.
|
7 |
-
"predict_runtime":
|
8 |
-
"predict_samples_per_second": 7.
|
9 |
-
"predict_steps_per_second": 0.
|
10 |
}
|
|
|
1 |
{
|
2 |
+
"predict_accuracy": 0.9803697263658827,
|
3 |
+
"predict_f1": 0.9458025830258302,
|
4 |
+
"predict_loss": 0.0873132273554802,
|
5 |
+
"predict_precision": 0.9388736263736264,
|
6 |
+
"predict_recall": 0.9528345724907064,
|
7 |
+
"predict_runtime": 37.6564,
|
8 |
+
"predict_samples_per_second": 7.25,
|
9 |
+
"predict_steps_per_second": 0.929
|
10 |
}
|
predictions.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
runs/Nov18_01-36-06_9aa9783f70bc/events.out.tfevents.1731893768.9aa9783f70bc.2068.0
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:c78821abad936df17a08c1381488c754bee021b206d76b16b1d21dc4cde13470
|
3 |
+
size 14367
|
runs/Nov18_01-36-06_9aa9783f70bc/events.out.tfevents.1731896229.9aa9783f70bc.2068.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:411b77430d7d2ac10998be65b06b67f1d778c532fd397c36f1a7e27c72dda0ae
|
3 |
+
size 560
|