End of training
Browse files- README.md +20 -19
- model.safetensors +1 -1
README.md
CHANGED
@@ -21,16 +21,16 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Precision
|
23 |
type: precision
|
24 |
-
value: 0.
|
25 |
- name: Recall
|
26 |
type: recall
|
27 |
-
value: 0.
|
28 |
- name: F1
|
29 |
type: f1
|
30 |
-
value: 0.
|
31 |
- name: Accuracy
|
32 |
type: accuracy
|
33 |
-
value: 0.
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -40,11 +40,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
44 |
-
- Precision: 0.
|
45 |
-
- Recall: 0.
|
46 |
-
- F1: 0.
|
47 |
-
- Accuracy: 0.
|
48 |
|
49 |
## Model description
|
50 |
|
@@ -63,22 +63,23 @@ More information needed
|
|
63 |
### Training hyperparameters
|
64 |
|
65 |
The following hyperparameters were used during training:
|
66 |
-
- learning_rate:
|
67 |
-
- train_batch_size:
|
68 |
-
- eval_batch_size:
|
69 |
- seed: 42
|
70 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
71 |
- lr_scheduler_type: linear
|
72 |
-
- training_steps:
|
73 |
|
74 |
### Training results
|
75 |
|
76 |
-
| Training Loss | Epoch
|
77 |
-
|
78 |
-
|
|
79 |
-
|
|
80 |
-
|
|
81 |
-
| 0.
|
|
|
82 |
|
83 |
|
84 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Precision
|
23 |
type: precision
|
24 |
+
value: 0.9640397857689365
|
25 |
- name: Recall
|
26 |
type: recall
|
27 |
+
value: 0.9782608695652174
|
28 |
- name: F1
|
29 |
type: f1
|
30 |
+
value: 0.9710982658959537
|
31 |
- name: Accuracy
|
32 |
type: accuracy
|
33 |
+
value: 0.9741086587436333
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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.1874
|
44 |
+
- Precision: 0.9640
|
45 |
+
- Recall: 0.9783
|
46 |
+
- F1: 0.9711
|
47 |
+
- Accuracy: 0.9741
|
48 |
|
49 |
## Model description
|
50 |
|
|
|
63 |
### Training hyperparameters
|
64 |
|
65 |
The following hyperparameters were used during training:
|
66 |
+
- learning_rate: 5e-05
|
67 |
+
- train_batch_size: 10
|
68 |
+
- eval_batch_size: 10
|
69 |
- seed: 42
|
70 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
71 |
- lr_scheduler_type: linear
|
72 |
+
- training_steps: 2500
|
73 |
|
74 |
### Training results
|
75 |
|
76 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
77 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
78 |
+
| 0.4341 | 6.25 | 500 | 0.1703 | 0.9601 | 0.9720 | 0.9660 | 0.9656 |
|
79 |
+
| 0.0487 | 12.5 | 1000 | 0.1762 | 0.9662 | 0.9759 | 0.9710 | 0.9703 |
|
80 |
+
| 0.0185 | 18.75 | 1500 | 0.1913 | 0.9609 | 0.9720 | 0.9664 | 0.9682 |
|
81 |
+
| 0.0091 | 25.0 | 2000 | 0.1846 | 0.9693 | 0.9821 | 0.9757 | 0.9758 |
|
82 |
+
| 0.0038 | 31.25 | 2500 | 0.1874 | 0.9640 | 0.9783 | 0.9711 | 0.9741 |
|
83 |
|
84 |
|
85 |
### 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:c2009df7c91c7d5ccff824be1409cf32f31b7e8ad40d504cf303896a07ab226e
|
3 |
size 503816564
|