End of training
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ metrics:
|
|
11 |
- f1
|
12 |
- accuracy
|
13 |
model-index:
|
14 |
-
- name: layoutlmv3-
|
15 |
results:
|
16 |
- task:
|
17 |
name: Token Classification
|
@@ -22,30 +22,30 @@ 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
|
38 |
should probably proofread and complete it, then remove this comment. -->
|
39 |
|
40 |
-
# layoutlmv3-
|
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.9539
|
46 |
-
- Recall: 0.
|
47 |
-
- F1: 0.
|
48 |
-
- Accuracy: 0.
|
49 |
|
50 |
## Model description
|
51 |
|
@@ -64,28 +64,40 @@ More information needed
|
|
64 |
### Training hyperparameters
|
65 |
|
66 |
The following hyperparameters were used during training:
|
67 |
-
- learning_rate:
|
68 |
-
- train_batch_size:
|
69 |
-
- eval_batch_size:
|
70 |
- seed: 42
|
71 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
72 |
- lr_scheduler_type: linear
|
73 |
-
- training_steps:
|
74 |
|
75 |
### Training results
|
76 |
|
77 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
78 |
|:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
79 |
-
| No log |
|
80 |
-
|
|
81 |
-
|
|
82 |
-
|
|
83 |
-
|
|
84 |
-
|
|
85 |
-
|
|
86 |
-
|
|
87 |
-
|
|
88 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
|
90 |
|
91 |
### Framework versions
|
|
|
11 |
- f1
|
12 |
- accuracy
|
13 |
model-index:
|
14 |
+
- name: layoutlmv3-base-cord-sroie
|
15 |
results:
|
16 |
- task:
|
17 |
name: Token Classification
|
|
|
22 |
metrics:
|
23 |
- name: Precision
|
24 |
type: precision
|
25 |
+
value: 0.9539082917557614
|
26 |
- name: Recall
|
27 |
type: recall
|
28 |
+
value: 0.951196398957593
|
29 |
- name: F1
|
30 |
type: f1
|
31 |
+
value: 0.9525504151838672
|
32 |
- name: Accuracy
|
33 |
type: accuracy
|
34 |
+
value: 0.9836608621693004
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
38 |
should probably proofread and complete it, then remove this comment. -->
|
39 |
|
40 |
+
# layoutlmv3-base-cord-sroie
|
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.0748
|
45 |
- Precision: 0.9539
|
46 |
+
- Recall: 0.9512
|
47 |
+
- F1: 0.9526
|
48 |
+
- Accuracy: 0.9837
|
49 |
|
50 |
## Model description
|
51 |
|
|
|
64 |
### Training hyperparameters
|
65 |
|
66 |
The following hyperparameters were used during training:
|
67 |
+
- learning_rate: 6e-05
|
68 |
+
- train_batch_size: 16
|
69 |
+
- eval_batch_size: 16
|
70 |
- seed: 42
|
71 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
72 |
- lr_scheduler_type: linear
|
73 |
+
- training_steps: 4000
|
74 |
|
75 |
### Training results
|
76 |
|
77 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
78 |
|:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
79 |
+
| No log | 0.5556 | 50 | 0.5599 | 0.8723 | 0.5451 | 0.6709 | 0.8791 |
|
80 |
+
| No log | 1.1111 | 100 | 0.4348 | 0.9023 | 0.6408 | 0.7494 | 0.8977 |
|
81 |
+
| No log | 1.6667 | 150 | 0.2920 | 0.8816 | 0.8024 | 0.8401 | 0.9298 |
|
82 |
+
| No log | 2.2222 | 200 | 0.2370 | 0.8846 | 0.8448 | 0.8643 | 0.9416 |
|
83 |
+
| No log | 2.7778 | 250 | 0.1776 | 0.8491 | 0.8676 | 0.8582 | 0.9615 |
|
84 |
+
| No log | 3.3333 | 300 | 0.1181 | 0.8935 | 0.9282 | 0.9105 | 0.9735 |
|
85 |
+
| No log | 3.8889 | 350 | 0.0779 | 0.9355 | 0.9382 | 0.9368 | 0.9806 |
|
86 |
+
| No log | 4.4444 | 400 | 0.0785 | 0.9444 | 0.9505 | 0.9475 | 0.9831 |
|
87 |
+
| No log | 5.0 | 450 | 0.0675 | 0.9536 | 0.9552 | 0.9544 | 0.9848 |
|
88 |
+
| 0.4435 | 5.5556 | 500 | 0.0756 | 0.9508 | 0.9469 | 0.9488 | 0.9829 |
|
89 |
+
| 0.4435 | 6.1111 | 550 | 0.0708 | 0.9546 | 0.9555 | 0.9550 | 0.9847 |
|
90 |
+
| 0.4435 | 6.6667 | 600 | 0.0707 | 0.9576 | 0.9472 | 0.9524 | 0.9841 |
|
91 |
+
| 0.4435 | 7.2222 | 650 | 0.0630 | 0.9577 | 0.9552 | 0.9565 | 0.9854 |
|
92 |
+
| 0.4435 | 7.7778 | 700 | 0.0679 | 0.9548 | 0.9614 | 0.9581 | 0.9860 |
|
93 |
+
| 0.4435 | 8.3333 | 750 | 0.0665 | 0.9505 | 0.9642 | 0.9573 | 0.9858 |
|
94 |
+
| 0.4435 | 8.8889 | 800 | 0.0687 | 0.9480 | 0.9628 | 0.9553 | 0.9850 |
|
95 |
+
| 0.4435 | 9.4444 | 850 | 0.0730 | 0.9577 | 0.9555 | 0.9566 | 0.9850 |
|
96 |
+
| 0.4435 | 10.0 | 900 | 0.0905 | 0.9634 | 0.9346 | 0.9488 | 0.9816 |
|
97 |
+
| 0.4435 | 10.5556 | 950 | 0.0755 | 0.9523 | 0.9611 | 0.9567 | 0.9851 |
|
98 |
+
| 0.0363 | 11.1111 | 1000 | 0.0748 | 0.9539 | 0.9512 | 0.9526 | 0.9837 |
|
99 |
+
| 0.0363 | 11.6667 | 1050 | 0.0768 | 0.9531 | 0.9583 | 0.9557 | 0.9844 |
|
100 |
+
| 0.0363 | 12.2222 | 1100 | 0.0759 | 0.9562 | 0.9611 | 0.9586 | 0.9855 |
|
101 |
|
102 |
|
103 |
### 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": 24.
|
8 |
-
"predict_samples_per_second": 10.
|
9 |
-
"predict_steps_per_second":
|
10 |
}
|
|
|
1 |
{
|
2 |
+
"predict_accuracy": 0.9820627802690582,
|
3 |
+
"predict_f1": 0.950925925925926,
|
4 |
+
"predict_loss": 0.08279602229595184,
|
5 |
+
"predict_precision": 0.9474169741697417,
|
6 |
+
"predict_recall": 0.9544609665427509,
|
7 |
+
"predict_runtime": 24.8356,
|
8 |
+
"predict_samples_per_second": 10.992,
|
9 |
+
"predict_steps_per_second": 0.725
|
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": 24.
|
8 |
-
"predict_samples_per_second": 10.
|
9 |
-
"predict_steps_per_second":
|
10 |
}
|
|
|
1 |
{
|
2 |
+
"predict_accuracy": 0.9820627802690582,
|
3 |
+
"predict_f1": 0.950925925925926,
|
4 |
+
"predict_loss": 0.08279602229595184,
|
5 |
+
"predict_precision": 0.9474169741697417,
|
6 |
+
"predict_recall": 0.9544609665427509,
|
7 |
+
"predict_runtime": 24.8356,
|
8 |
+
"predict_samples_per_second": 10.992,
|
9 |
+
"predict_steps_per_second": 0.725
|
10 |
}
|
predictions.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
runs/Nov17_18-58-09_bernini/events.out.tfevents.1731866291.bernini.22995.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:252b8c281dad4709d48ac3b0a6d857c5301b2d62876ada9da9649aef1bc1fe82
|
3 |
+
size 18947
|
runs/Nov17_18-58-09_bernini/events.out.tfevents.1731868865.bernini.22995.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c6ff20c6f060eca095d83677030e7c743dfbb500c1496a5623534d7154c6124
|
3 |
+
size 560
|