End of training
Browse files- README.md +12 -12
- logs/events.out.tfevents.1742185817.74f02cae589e.1899117.0 +3 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -18,14 +18,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [microsoft/layoutlm-base-uncased](https://huggingface.co/microsoft/layoutlm-base-uncased) on the funsd dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss:
|
| 22 |
-
- Answer: {'precision': 0.
|
| 23 |
-
- Header: {'precision': 0.
|
| 24 |
-
- Question: {'precision': 0.
|
| 25 |
-
- Overall Precision: 0.
|
| 26 |
-
- Overall Recall: 0.
|
| 27 |
-
- Overall F1: 0.
|
| 28 |
-
- Overall Accuracy: 0.
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
@@ -55,10 +55,10 @@ The following hyperparameters were used during training:
|
|
| 55 |
|
| 56 |
### Training results
|
| 57 |
|
| 58 |
-
| Training Loss | Epoch | Step | Validation Loss | Answer
|
| 59 |
-
|
| 60 |
-
| 1.
|
| 61 |
-
|
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [microsoft/layoutlm-base-uncased](https://huggingface.co/microsoft/layoutlm-base-uncased) on the funsd dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 1.5594
|
| 22 |
+
- Answer: {'precision': 0.03052064631956912, 'recall': 0.042027194066749075, 'f1': 0.035361414456578255, 'number': 809}
|
| 23 |
+
- Header: {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119}
|
| 24 |
+
- Question: {'precision': 0.18327402135231316, 'recall': 0.19342723004694837, 'f1': 0.18821379625399726, 'number': 1065}
|
| 25 |
+
- Overall Precision: 0.1072
|
| 26 |
+
- Overall Recall: 0.1204
|
| 27 |
+
- Overall F1: 0.1134
|
| 28 |
+
- Overall Accuracy: 0.4038
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 55 |
|
| 56 |
### Training results
|
| 57 |
|
| 58 |
+
| Training Loss | Epoch | Step | Validation Loss | Answer | Header | Question | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
|
| 59 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------:|:-----------------:|:--------------:|:----------:|:----------------:|
|
| 60 |
+
| 1.8318 | 1.0 | 10 | 1.6681 | {'precision': 0.009746588693957114, 'recall': 0.012360939431396786, 'f1': 0.010899182561307902, 'number': 809} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119} | {'precision': 0.0981169474727453, 'recall': 0.09295774647887324, 'f1': 0.09546769527483126, 'number': 1065} | 0.0535 | 0.0547 | 0.0541 | 0.3444 |
|
| 61 |
+
| 1.5836 | 2.0 | 20 | 1.5594 | {'precision': 0.03052064631956912, 'recall': 0.042027194066749075, 'f1': 0.035361414456578255, 'number': 809} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119} | {'precision': 0.18327402135231316, 'recall': 0.19342723004694837, 'f1': 0.18821379625399726, 'number': 1065} | 0.1072 | 0.1204 | 0.1134 | 0.4038 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
logs/events.out.tfevents.1742185817.74f02cae589e.1899117.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7eae652dfc767d28f613e555eb9d8d467c67db8dd729ceff0117babb28bd6e06
|
| 3 |
+
size 7048
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 450558212
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01d271cd9edb46544f6919f67c55ba22733c55e3d17a6c3a7f297de98ffba7a9
|
| 3 |
size 450558212
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb09f904b656f5128af677994d3a6c520fa14a01473aefe9ef0650d3578873f6
|
| 3 |
size 5304
|