End of training
Browse files- README.md +23 -27
- all_results.json +8 -8
- model.safetensors +1 -1
- predict_results.json +8 -8
- predictions.txt +0 -0
- runs/Aug26_23-55-04_bernini/events.out.tfevents.1724710668.bernini.28246.1 +3 -0
README.md
CHANGED
@@ -4,7 +4,7 @@ base_model: layoutlmv3
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
-
-
|
8 |
metrics:
|
9 |
- precision
|
10 |
- recall
|
@@ -17,21 +17,21 @@ model-index:
|
|
17 |
name: Token Classification
|
18 |
type: token-classification
|
19 |
dataset:
|
20 |
-
name:
|
21 |
-
type:
|
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
|
@@ -39,13 +39,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
39 |
|
40 |
# layoutlmv3-finetuned-sroie
|
41 |
|
42 |
-
This model is a fine-tuned version of [layoutlmv3](https://huggingface.co/layoutlmv3) on the
|
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 |
|
@@ -64,28 +64,24 @@ 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 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.0464 | 11.1111 | 700 | 0.0707 | 0.9489 | 0.9658 | 0.9573 | 0.9868 |
|
86 |
-
| 0.0464 | 12.6984 | 800 | 0.0726 | 0.9515 | 0.9629 | 0.9572 | 0.9868 |
|
87 |
-
| 0.0464 | 14.2857 | 900 | 0.0765 | 0.9510 | 0.9652 | 0.9580 | 0.9871 |
|
88 |
-
| 0.0048 | 15.8730 | 1000 | 0.0773 | 0.9500 | 0.9645 | 0.9572 | 0.9868 |
|
89 |
|
90 |
|
91 |
### Framework versions
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
+
- mp-02/sroie
|
8 |
metrics:
|
9 |
- precision
|
10 |
- recall
|
|
|
17 |
name: Token Classification
|
18 |
type: token-classification
|
19 |
dataset:
|
20 |
+
name: mp-02/sroie
|
21 |
+
type: mp-02/sroie
|
22 |
metrics:
|
23 |
- name: Precision
|
24 |
type: precision
|
25 |
+
value: 0.9265995453069178
|
26 |
- name: Recall
|
27 |
type: recall
|
28 |
+
value: 0.9459549071618037
|
29 |
- name: F1
|
30 |
type: f1
|
31 |
+
value: 0.936177194421657
|
32 |
- name: Accuracy
|
33 |
type: accuracy
|
34 |
+
value: 0.9808185454918453
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
39 |
|
40 |
# layoutlmv3-finetuned-sroie
|
41 |
|
42 |
+
This model is a fine-tuned version of [layoutlmv3](https://huggingface.co/layoutlmv3) on the mp-02/sroie dataset.
|
43 |
It achieves the following results on the evaluation set:
|
44 |
+
- Loss: 0.0717
|
45 |
+
- Precision: 0.9266
|
46 |
+
- Recall: 0.9460
|
47 |
+
- F1: 0.9362
|
48 |
+
- Accuracy: 0.9808
|
49 |
|
50 |
## Model description
|
51 |
|
|
|
64 |
### Training hyperparameters
|
65 |
|
66 |
The following hyperparameters were used during training:
|
67 |
+
- learning_rate: 1e-06
|
68 |
+
- train_batch_size: 6
|
69 |
+
- eval_batch_size: 6
|
70 |
- seed: 42
|
71 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
72 |
- lr_scheduler_type: linear
|
73 |
+
- training_steps: 1500
|
74 |
|
75 |
### Training results
|
76 |
|
77 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
78 |
|:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
79 |
+
| No log | 2.3810 | 250 | 0.1477 | 0.8827 | 0.8654 | 0.8739 | 0.9628 |
|
80 |
+
| 0.3014 | 4.7619 | 500 | 0.0899 | 0.9138 | 0.9274 | 0.9205 | 0.9759 |
|
81 |
+
| 0.3014 | 7.1429 | 750 | 0.0765 | 0.9257 | 0.9377 | 0.9316 | 0.9795 |
|
82 |
+
| 0.0669 | 9.5238 | 1000 | 0.0717 | 0.9266 | 0.9460 | 0.9362 | 0.9808 |
|
83 |
+
| 0.0669 | 11.9048 | 1250 | 0.0713 | 0.9216 | 0.9476 | 0.9344 | 0.9803 |
|
84 |
+
| 0.0562 | 14.2857 | 1500 | 0.0712 | 0.9203 | 0.9493 | 0.9346 | 0.9803 |
|
|
|
|
|
|
|
|
|
85 |
|
86 |
|
87 |
### 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": 10.
|
9 |
-
"predict_steps_per_second": 1.
|
10 |
}
|
|
|
1 |
{
|
2 |
+
"predict_accuracy": 0.9826824790353793,
|
3 |
+
"predict_f1": 0.9401396740937812,
|
4 |
+
"predict_loss": 0.06455250084400177,
|
5 |
+
"predict_precision": 0.9423333333333334,
|
6 |
+
"predict_recall": 0.9379562043795621,
|
7 |
+
"predict_runtime": 17.0658,
|
8 |
+
"predict_samples_per_second": 10.196,
|
9 |
+
"predict_steps_per_second": 1.699
|
10 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 501349380
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0bbeb4c53165eb39e3cb2824f100e5f0a60f33a6b04c8dacbc2358d116ea3cee
|
3 |
size 501349380
|
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": 10.
|
9 |
-
"predict_steps_per_second": 1.
|
10 |
}
|
|
|
1 |
{
|
2 |
+
"predict_accuracy": 0.9826824790353793,
|
3 |
+
"predict_f1": 0.9401396740937812,
|
4 |
+
"predict_loss": 0.06455250084400177,
|
5 |
+
"predict_precision": 0.9423333333333334,
|
6 |
+
"predict_recall": 0.9379562043795621,
|
7 |
+
"predict_runtime": 17.0658,
|
8 |
+
"predict_samples_per_second": 10.196,
|
9 |
+
"predict_steps_per_second": 1.699
|
10 |
}
|
predictions.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
runs/Aug26_23-55-04_bernini/events.out.tfevents.1724710668.bernini.28246.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e07ab4a3dfbf3f0fa571abf178897f82d0248ec6fddae930ec44be95f5857d3
|
3 |
+
size 560
|