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 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 |
|
@@ -64,9 +64,9 @@ 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
|
@@ -74,18 +74,18 @@ The following hyperparameters were used during training:
|
|
74 |
|
75 |
### Training results
|
76 |
|
77 |
-
| Training Loss | Epoch
|
78 |
-
|
79 |
-
| No log | 1.
|
80 |
-
| No log |
|
81 |
-
| No log |
|
82 |
-
| No log |
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
89 |
|
90 |
|
91 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Precision
|
24 |
type: precision
|
25 |
+
value: 0.96771714066103
|
26 |
- name: Recall
|
27 |
type: recall
|
28 |
+
value: 0.9774844720496895
|
29 |
- name: F1
|
30 |
type: f1
|
31 |
+
value: 0.9725762842796446
|
32 |
- name: Accuracy
|
33 |
type: accuracy
|
34 |
+
value: 0.9711375212224108
|
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 dataset.
|
43 |
It achieves the following results on the evaluation set:
|
44 |
+
- Loss: 0.1836
|
45 |
+
- Precision: 0.9677
|
46 |
+
- Recall: 0.9775
|
47 |
+
- F1: 0.9726
|
48 |
+
- Accuracy: 0.9711
|
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: 10
|
69 |
+
- eval_batch_size: 10
|
70 |
- seed: 42
|
71 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
72 |
- lr_scheduler_type: linear
|
|
|
74 |
|
75 |
### Training results
|
76 |
|
77 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
78 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
79 |
+
| No log | 1.25 | 100 | 0.5222 | 0.8284 | 0.8773 | 0.8522 | 0.8680 |
|
80 |
+
| No log | 2.5 | 200 | 0.2594 | 0.9147 | 0.9488 | 0.9314 | 0.9393 |
|
81 |
+
| No log | 3.75 | 300 | 0.2472 | 0.9294 | 0.9511 | 0.9401 | 0.9448 |
|
82 |
+
| No log | 5.0 | 400 | 0.1958 | 0.9496 | 0.9651 | 0.9573 | 0.9580 |
|
83 |
+
| 0.4078 | 6.25 | 500 | 0.2005 | 0.9547 | 0.9658 | 0.9602 | 0.9597 |
|
84 |
+
| 0.4078 | 7.5 | 600 | 0.2083 | 0.9555 | 0.9674 | 0.9614 | 0.9631 |
|
85 |
+
| 0.4078 | 8.75 | 700 | 0.2104 | 0.9608 | 0.9697 | 0.9652 | 0.9631 |
|
86 |
+
| 0.4078 | 10.0 | 800 | 0.1793 | 0.9685 | 0.9775 | 0.9730 | 0.9724 |
|
87 |
+
| 0.4078 | 11.25 | 900 | 0.1972 | 0.9646 | 0.9744 | 0.9695 | 0.9686 |
|
88 |
+
| 0.0332 | 12.5 | 1000 | 0.1836 | 0.9677 | 0.9775 | 0.9726 | 0.9711 |
|
89 |
|
90 |
|
91 |
### Framework versions
|
runs/Aug26_23-18-01_bernini/events.out.tfevents.1724707740.bernini.31199.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:113b7580ecb802bd76012700b08a9ba3ad2d7ed5d041a1dee7c2acd2d76462aa
|
3 |
+
size 560
|