End of training
Browse files- README.md +42 -16
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,30 +1,50 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
base_model: microsoft/layoutlmv3-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
- precision
|
8 |
- recall
|
9 |
- f1
|
10 |
- accuracy
|
11 |
model-index:
|
12 |
-
- name: layoutlmv3-finetuned-
|
13 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
19 |
-
# layoutlmv3-finetuned-
|
20 |
|
21 |
-
This model is a fine-tuned version of [
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -49,14 +69,20 @@ 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
|
57 |
-
|
58 |
-
| No log |
|
59 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
base_model: layoutlmv3
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- mp-02/cord
|
7 |
metrics:
|
8 |
- precision
|
9 |
- recall
|
10 |
- f1
|
11 |
- accuracy
|
12 |
model-index:
|
13 |
+
- name: layoutlmv3-finetuned-cord
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
name: Token Classification
|
17 |
+
type: token-classification
|
18 |
+
dataset:
|
19 |
+
name: mp-02/cord
|
20 |
+
type: mp-02/cord
|
21 |
+
metrics:
|
22 |
+
- name: Precision
|
23 |
+
type: precision
|
24 |
+
value: 0.963984674329502
|
25 |
+
- name: Recall
|
26 |
+
type: recall
|
27 |
+
value: 0.9767080745341615
|
28 |
+
- name: F1
|
29 |
+
type: f1
|
30 |
+
value: 0.9703046664095644
|
31 |
+
- name: Accuracy
|
32 |
+
type: accuracy
|
33 |
+
value: 0.9690152801358234
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
37 |
should probably proofread and complete it, then remove this comment. -->
|
38 |
|
39 |
+
# layoutlmv3-finetuned-cord
|
40 |
|
41 |
+
This model is a fine-tuned version of [layoutlmv3](https://huggingface.co/layoutlmv3) on the mp-02/cord dataset.
|
42 |
It achieves the following results on the evaluation set:
|
43 |
+
- Loss: 0.2087
|
44 |
+
- Precision: 0.9640
|
45 |
+
- Recall: 0.9767
|
46 |
+
- F1: 0.9703
|
47 |
+
- Accuracy: 0.9690
|
48 |
|
49 |
## Model description
|
50 |
|
|
|
69 |
- seed: 42
|
70 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
71 |
- lr_scheduler_type: linear
|
72 |
+
- training_steps: 2000
|
73 |
|
74 |
### Training results
|
75 |
|
76 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
77 |
+
|:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
78 |
+
| No log | 1.5625 | 250 | 0.2302 | 0.9594 | 0.9720 | 0.9657 | 0.9656 |
|
79 |
+
| 0.041 | 3.125 | 500 | 0.2176 | 0.9542 | 0.9705 | 0.9623 | 0.9618 |
|
80 |
+
| 0.041 | 4.6875 | 750 | 0.1903 | 0.9573 | 0.9736 | 0.9654 | 0.9682 |
|
81 |
+
| 0.0302 | 6.25 | 1000 | 0.2027 | 0.9602 | 0.9744 | 0.9672 | 0.9660 |
|
82 |
+
| 0.0302 | 7.8125 | 1250 | 0.2174 | 0.9670 | 0.9775 | 0.9722 | 0.9703 |
|
83 |
+
| 0.019 | 9.375 | 1500 | 0.2018 | 0.9640 | 0.9775 | 0.9707 | 0.9711 |
|
84 |
+
| 0.019 | 10.9375 | 1750 | 0.2084 | 0.9677 | 0.9783 | 0.9730 | 0.9694 |
|
85 |
+
| 0.0115 | 12.5 | 2000 | 0.2087 | 0.9640 | 0.9767 | 0.9703 | 0.9690 |
|
86 |
|
87 |
|
88 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 503816564
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:409d5ca371e1d810ffa19a50eb8ef027e3d107d4f9e1515e9720afae50f354e3
|
3 |
size 503816564
|