End of training
Browse files
README.md
CHANGED
@@ -16,14 +16,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [SCUT-DLVCLab/lilt-roberta-en-base](https://huggingface.co/SCUT-DLVCLab/lilt-roberta-en-base) on the funsd-layoutlmv3 dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Answer: {'precision': 0.
|
21 |
-
- Header: {'precision': 0.
|
22 |
-
- Question: {'precision': 0.
|
23 |
-
- Overall Precision: 0.
|
24 |
-
- Overall Recall: 0.
|
25 |
-
- Overall F1: 0.
|
26 |
-
- Overall Accuracy: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -53,10 +53,10 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss | Epoch | Step | Validation Loss | Answer | Header
|
57 |
-
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [SCUT-DLVCLab/lilt-roberta-en-base](https://huggingface.co/SCUT-DLVCLab/lilt-roberta-en-base) on the funsd-layoutlmv3 dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.9065
|
20 |
+
- Answer: {'precision': 0.834096109839817, 'recall': 0.8922888616891065, 'f1': 0.8622117090479007, 'number': 817}
|
21 |
+
- Header: {'precision': 0.5319148936170213, 'recall': 0.42016806722689076, 'f1': 0.4694835680751173, 'number': 119}
|
22 |
+
- Question: {'precision': 0.8570175438596491, 'recall': 0.9071494893221913, 'f1': 0.8813712223725756, 'number': 1077}
|
23 |
+
- Overall Precision: 0.8330
|
24 |
+
- Overall Recall: 0.8723
|
25 |
+
- Overall F1: 0.8522
|
26 |
+
- Overall Accuracy: 0.7918
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Answer | Header | Question | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------:|:-----------------:|:--------------:|:----------:|:----------------:|
|
58 |
+
| 0.7017 | 5.26 | 100 | 0.7391 | {'precision': 0.8216340621403913, 'recall': 0.8739290085679314, 'f1': 0.8469750889679716, 'number': 817} | {'precision': 0.4533333333333333, 'recall': 0.2857142857142857, 'f1': 0.3505154639175258, 'number': 119} | {'precision': 0.8234323432343235, 'recall': 0.9266480965645311, 'f1': 0.8719965050240279, 'number': 1077} | 0.8098 | 0.8674 | 0.8376 | 0.8073 |
|
59 |
+
| 0.1656 | 10.53 | 200 | 0.9065 | {'precision': 0.834096109839817, 'recall': 0.8922888616891065, 'f1': 0.8622117090479007, 'number': 817} | {'precision': 0.5319148936170213, 'recall': 0.42016806722689076, 'f1': 0.4694835680751173, 'number': 119} | {'precision': 0.8570175438596491, 'recall': 0.9071494893221913, 'f1': 0.8813712223725756, 'number': 1077} | 0.8330 | 0.8723 | 0.8522 | 0.7918 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
logs/events.out.tfevents.1678102185.e05df67055ec.24847.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:d9c1f736081e7a3c9fa7b71a38f9f719f8437b0fa3c50d5f8a2e6a062e6d1495
|
3 |
+
size 5920
|
logs/events.out.tfevents.1678102342.e05df67055ec.24847.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ec3bd98b13abca9a7b21d21dd332031c756242912fdb0a8c91ac571058d1822
|
3 |
+
size 592
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 520821201
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15fc4e6bc5a842ff2438a557e52a4d1d8076bdddb14cf7fcc0732127970f8115
|
3 |
size 520821201
|