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:
|
| 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 |
|
|
@@ -48,15 +48,15 @@ The following hyperparameters were used during training:
|
|
| 48 |
- seed: 42
|
| 49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
-
- training_steps:
|
| 52 |
- mixed_precision_training: Native AMP
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
-
| Training Loss | Epoch | Step | Validation Loss | Answer | Header | Question
|
| 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: 1.2479
|
| 20 |
+
- Answer: {'precision': 0.8644859813084113, 'recall': 0.9057527539779682, 'f1': 0.8846383741781233, 'number': 817}
|
| 21 |
+
- Header: {'precision': 0.6262626262626263, 'recall': 0.5210084033613446, 'f1': 0.5688073394495413, 'number': 119}
|
| 22 |
+
- Question: {'precision': 0.8877005347593583, 'recall': 0.924791086350975, 'f1': 0.9058663028649386, 'number': 1077}
|
| 23 |
+
- Overall Precision: 0.8657
|
| 24 |
+
- Overall Recall: 0.8932
|
| 25 |
+
- Overall F1: 0.8792
|
| 26 |
+
- Overall Accuracy: 0.8133
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
|
|
| 48 |
- seed: 42
|
| 49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
+
- training_steps: 500
|
| 52 |
- mixed_precision_training: Native AMP
|
| 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.4245 | 10.53 | 200 | 0.9942 | {'precision': 0.8187845303867404, 'recall': 0.9069767441860465, 'f1': 0.8606271777003485, 'number': 817} | {'precision': 0.5178571428571429, 'recall': 0.48739495798319327, 'f1': 0.5021645021645021, 'number': 119} | {'precision': 0.8821396192203083, 'recall': 0.903435468895079, 'f1': 0.8926605504587157, 'number': 1077} | 0.8358 | 0.8803 | 0.8575 | 0.8150 |
|
| 59 |
+
| 0.0366 | 21.05 | 400 | 1.2479 | {'precision': 0.8644859813084113, 'recall': 0.9057527539779682, 'f1': 0.8846383741781233, 'number': 817} | {'precision': 0.6262626262626263, 'recall': 0.5210084033613446, 'f1': 0.5688073394495413, 'number': 119} | {'precision': 0.8877005347593583, 'recall': 0.924791086350975, 'f1': 0.9058663028649386, 'number': 1077} | 0.8657 | 0.8932 | 0.8792 | 0.8133 |
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|
logs/events.out.tfevents.1678442444.ab0c0a9c2e5c.1886.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:1c2c36c8f0e15638b3ea6add3564a5bfd449dda0678000de81efdfeb580b6cb5
|
| 3 |
+
size 5932
|
logs/events.out.tfevents.1678442783.ab0c0a9c2e5c.1886.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55855d4868d848c02ce396e67b6227040f556eec92ad76c38bc5de5a9d5eab47
|
| 3 |
+
size 592
|
tokenizer.json
CHANGED
|
@@ -1,7 +1,21 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
| 7 |
"id": 0,
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": {
|
| 4 |
+
"direction": "Right",
|
| 5 |
+
"max_length": 512,
|
| 6 |
+
"strategy": "LongestFirst",
|
| 7 |
+
"stride": 0
|
| 8 |
+
},
|
| 9 |
+
"padding": {
|
| 10 |
+
"strategy": {
|
| 11 |
+
"Fixed": 512
|
| 12 |
+
},
|
| 13 |
+
"direction": "Right",
|
| 14 |
+
"pad_to_multiple_of": null,
|
| 15 |
+
"pad_id": 1,
|
| 16 |
+
"pad_type_id": 0,
|
| 17 |
+
"pad_token": "<pad>"
|
| 18 |
+
},
|
| 19 |
"added_tokens": [
|
| 20 |
{
|
| 21 |
"id": 0,
|