Upload TFLayoutLMForTokenClassification
Browse files- README.md +16 -9
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -4,24 +4,24 @@ base_model: microsoft/layoutlm-base-uncased
|
|
4 |
tags:
|
5 |
- generated_from_keras_callback
|
6 |
model-index:
|
7 |
-
- name:
|
8 |
results: []
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
12 |
probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
-
#
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/layoutlm-base-uncased](https://huggingface.co/microsoft/layoutlm-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss:
|
19 |
-
- Validation Loss:
|
20 |
-
- Train Overall Precision: 0.
|
21 |
-
- Train Overall Recall: 0.
|
22 |
-
- Train Overall F1: 0.
|
23 |
-
- Train Overall Accuracy: 0.
|
24 |
-
- Epoch:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -48,6 +48,13 @@ The following hyperparameters were used during training:
|
|
48 |
| Train Loss | Validation Loss | Train Overall Precision | Train Overall Recall | Train Overall F1 | Train Overall Accuracy | Epoch |
|
49 |
|:----------:|:---------------:|:-----------------------:|:--------------------:|:----------------:|:----------------------:|:-----:|
|
50 |
| 2.3852 | 2.0674 | 0.0 | 0.0 | 0.0 | 0.2968 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
4 |
tags:
|
5 |
- generated_from_keras_callback
|
6 |
model-index:
|
7 |
+
- name: layoutlm-invoice-tf
|
8 |
results: []
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
12 |
probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
+
# layoutlm-invoice-tf
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/layoutlm-base-uncased](https://huggingface.co/microsoft/layoutlm-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.2904
|
19 |
+
- Validation Loss: 0.3563
|
20 |
+
- Train Overall Precision: 0.5792
|
21 |
+
- Train Overall Recall: 0.5340
|
22 |
+
- Train Overall F1: 0.5557
|
23 |
+
- Train Overall Accuracy: 0.8995
|
24 |
+
- Epoch: 7
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
48 |
| Train Loss | Validation Loss | Train Overall Precision | Train Overall Recall | Train Overall F1 | Train Overall Accuracy | Epoch |
|
49 |
|:----------:|:---------------:|:-----------------------:|:--------------------:|:----------------:|:----------------------:|:-----:|
|
50 |
| 2.3852 | 2.0674 | 0.0 | 0.0 | 0.0 | 0.2968 | 0 |
|
51 |
+
| 1.8171 | 1.5521 | 0.0108 | 0.0202 | 0.0141 | 0.5448 | 1 |
|
52 |
+
| 1.3443 | 1.1118 | 0.0736 | 0.1108 | 0.0884 | 0.6812 | 2 |
|
53 |
+
| 0.9892 | 0.8281 | 0.1794 | 0.2191 | 0.1973 | 0.7733 | 3 |
|
54 |
+
| 0.7126 | 0.6356 | 0.3009 | 0.3199 | 0.3101 | 0.8324 | 4 |
|
55 |
+
| 0.5465 | 0.4954 | 0.4051 | 0.3980 | 0.4015 | 0.8606 | 5 |
|
56 |
+
| 0.3916 | 0.4266 | 0.4813 | 0.4534 | 0.4669 | 0.8778 | 6 |
|
57 |
+
| 0.2904 | 0.3563 | 0.5792 | 0.5340 | 0.5557 | 0.8995 | 7 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 450850760
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b9caed047a485a3147539de5140b9c153e2a260a5010e1233f7fc009ef635e1
|
3 |
size 450850760
|