End of training
Browse files- README.md +7 -7
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -22,11 +22,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
22 |
|
23 |
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the aisuko/funsd-layoutlmv3 dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
-
- Loss: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
-
- F1: 0.
|
29 |
-
- Accuracy: 0.
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -58,8 +58,8 @@ The following hyperparameters were used during training:
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
61 |
-
| No log | 10.0 | 100 | 0.
|
62 |
-
| No log | 20.0 | 200 | 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
22 |
|
23 |
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the aisuko/funsd-layoutlmv3 dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
+
- Loss: 0.5755
|
26 |
+
- Precision: 0.8422
|
27 |
+
- Recall: 0.8803
|
28 |
+
- F1: 0.8608
|
29 |
+
- Accuracy: 0.8324
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
61 |
+
| No log | 10.0 | 100 | 0.6104 | 0.8080 | 0.8614 | 0.8339 | 0.8262 |
|
62 |
+
| No log | 20.0 | 200 | 0.5755 | 0.8422 | 0.8803 | 0.8608 | 0.8324 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 501355532
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:499633461196824f447f7325f82bf41a98451697625ea3f8ab64703eb6439e1c
|
3 |
size 501355532
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4155
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a1c5446e5c3f76121415b884adbaad4b4309a64daadf0bb485526ac8074c0a0
|
3 |
size 4155
|