End of training
Browse files- README.md +27 -27
- logs/events.out.tfevents.1685356755.b99a785204dd.35295.0 +2 -2
- pytorch_model.bin +1 -1
- tokenizer.json +16 -2
- tokenizer_config.json +1 -1
README.md
CHANGED
|
@@ -15,14 +15,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [microsoft/layoutlm-base-uncased](https://huggingface.co/microsoft/layoutlm-base-uncased) on the funsd dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Loss:
|
| 19 |
-
- Answer: {'precision': 0.
|
| 20 |
-
- Header: {'precision': 0.
|
| 21 |
-
- Question: {'precision': 0.
|
| 22 |
-
- Overall Precision: 0.
|
| 23 |
-
- Overall Recall: 0.
|
| 24 |
-
- Overall F1: 0.
|
| 25 |
-
- Overall Accuracy: 0.
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
@@ -42,8 +42,8 @@ More information needed
|
|
| 42 |
|
| 43 |
The following hyperparameters were used during training:
|
| 44 |
- learning_rate: 3e-05
|
| 45 |
-
- train_batch_size:
|
| 46 |
-
- eval_batch_size:
|
| 47 |
- seed: 42
|
| 48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 49 |
- lr_scheduler_type: linear
|
|
@@ -52,23 +52,23 @@ The following hyperparameters were used during training:
|
|
| 52 |
|
| 53 |
### Training results
|
| 54 |
|
| 55 |
-
| Training Loss | Epoch | Step | Validation Loss | Answer
|
| 56 |
-
|
| 57 |
-
| 1.
|
| 58 |
-
| 1.
|
| 59 |
-
| 1.
|
| 60 |
-
|
|
| 61 |
-
|
|
| 62 |
-
|
|
| 63 |
-
|
|
| 64 |
-
|
|
| 65 |
-
|
|
| 66 |
-
|
|
| 67 |
-
|
|
| 68 |
-
|
|
| 69 |
-
|
|
| 70 |
-
|
|
| 71 |
-
|
|
| 72 |
|
| 73 |
|
| 74 |
### Framework versions
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [microsoft/layoutlm-base-uncased](https://huggingface.co/microsoft/layoutlm-base-uncased) on the funsd dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 1.7205
|
| 19 |
+
- Answer: {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 809}
|
| 20 |
+
- Header: {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119}
|
| 21 |
+
- Question: {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 1070}
|
| 22 |
+
- Overall Precision: 0.0
|
| 23 |
+
- Overall Recall: 0.0
|
| 24 |
+
- Overall F1: 0.0
|
| 25 |
+
- Overall Accuracy: 0.2854
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
|
|
| 42 |
|
| 43 |
The following hyperparameters were used during training:
|
| 44 |
- learning_rate: 3e-05
|
| 45 |
+
- train_batch_size: 8
|
| 46 |
+
- eval_batch_size: 4
|
| 47 |
- seed: 42
|
| 48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 49 |
- lr_scheduler_type: linear
|
|
|
|
| 52 |
|
| 53 |
### Training results
|
| 54 |
|
| 55 |
+
| Training Loss | Epoch | Step | Validation Loss | Answer | Header | Question | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
|
| 56 |
+
|:-------------:|:-----:|:----:|:---------------:|:-----------------------------------------------------------:|:-----------------------------------------------------------:|:------------------------------------------------------------:|:-----------------:|:--------------:|:----------:|:----------------:|
|
| 57 |
+
| 1.8104 | 1.0 | 19 | 1.7227 | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 809} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 1070} | 0.0 | 0.0 | 0.0 | 0.2854 |
|
| 58 |
+
| 1.7658 | 2.0 | 38 | 1.7254 | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 809} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 1070} | 0.0 | 0.0 | 0.0 | 0.2854 |
|
| 59 |
+
| 1.7511 | 3.0 | 57 | 1.7137 | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 809} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 1070} | 0.0 | 0.0 | 0.0 | 0.2854 |
|
| 60 |
+
| 1.7532 | 4.0 | 76 | 1.7184 | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 809} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 1070} | 0.0 | 0.0 | 0.0 | 0.2854 |
|
| 61 |
+
| 1.7589 | 5.0 | 95 | 1.7141 | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 809} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 1070} | 0.0 | 0.0 | 0.0 | 0.2854 |
|
| 62 |
+
| 1.748 | 6.0 | 114 | 1.7016 | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 809} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 1070} | 0.0 | 0.0 | 0.0 | 0.2854 |
|
| 63 |
+
| 1.7487 | 7.0 | 133 | 1.7239 | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 809} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 1070} | 0.0 | 0.0 | 0.0 | 0.2854 |
|
| 64 |
+
| 1.7483 | 8.0 | 152 | 1.7207 | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 809} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 1070} | 0.0 | 0.0 | 0.0 | 0.2854 |
|
| 65 |
+
| 1.7465 | 9.0 | 171 | 1.7119 | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 809} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 1070} | 0.0 | 0.0 | 0.0 | 0.2854 |
|
| 66 |
+
| 1.7458 | 10.0 | 190 | 1.7169 | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 809} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 1070} | 0.0 | 0.0 | 0.0 | 0.2854 |
|
| 67 |
+
| 1.7419 | 11.0 | 209 | 1.7125 | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 809} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 1070} | 0.0 | 0.0 | 0.0 | 0.2854 |
|
| 68 |
+
| 1.7425 | 12.0 | 228 | 1.7218 | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 809} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 1070} | 0.0 | 0.0 | 0.0 | 0.2854 |
|
| 69 |
+
| 1.7424 | 13.0 | 247 | 1.7250 | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 809} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 1070} | 0.0 | 0.0 | 0.0 | 0.2854 |
|
| 70 |
+
| 1.7412 | 14.0 | 266 | 1.7232 | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 809} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 1070} | 0.0 | 0.0 | 0.0 | 0.2854 |
|
| 71 |
+
| 1.7389 | 15.0 | 285 | 1.7205 | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 809} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 1070} | 0.0 | 0.0 | 0.0 | 0.2854 |
|
| 72 |
|
| 73 |
|
| 74 |
### Framework versions
|
logs/events.out.tfevents.1685356755.b99a785204dd.35295.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:c84b04dbf822c3b21f8f948e1e8daa7dbb8bac127bdb0ba9a56849a353e45a87
|
| 3 |
+
size 14444
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 452185349
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcc11ca585021c8c341a6fa73d00adec1c01f5648ac209053c7bd703593eb521
|
| 3 |
size 452185349
|
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": 1024,
|
| 6 |
+
"strategy": "LongestFirst",
|
| 7 |
+
"stride": 0
|
| 8 |
+
},
|
| 9 |
+
"padding": {
|
| 10 |
+
"strategy": {
|
| 11 |
+
"Fixed": 1024
|
| 12 |
+
},
|
| 13 |
+
"direction": "Right",
|
| 14 |
+
"pad_to_multiple_of": null,
|
| 15 |
+
"pad_id": 0,
|
| 16 |
+
"pad_type_id": 0,
|
| 17 |
+
"pad_token": "[PAD]"
|
| 18 |
+
},
|
| 19 |
"added_tokens": [
|
| 20 |
{
|
| 21 |
"id": 0,
|
tokenizer_config.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
| 12 |
"do_basic_tokenize": true,
|
| 13 |
"do_lower_case": true,
|
| 14 |
"mask_token": "[MASK]",
|
| 15 |
-
"model_max_length":
|
| 16 |
"never_split": null,
|
| 17 |
"only_label_first_subword": true,
|
| 18 |
"pad_token": "[PAD]",
|
|
|
|
| 12 |
"do_basic_tokenize": true,
|
| 13 |
"do_lower_case": true,
|
| 14 |
"mask_token": "[MASK]",
|
| 15 |
+
"model_max_length": 1024,
|
| 16 |
"never_split": null,
|
| 17 |
"only_label_first_subword": true,
|
| 18 |
"pad_token": "[PAD]",
|