stevethecur
commited on
Commit
•
081ac58
1
Parent(s):
a928fb3
Upload TFLayoutLMForTokenClassification
Browse files- README.md +10 -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: 0.
|
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 |
|
@@ -54,6 +54,7 @@ The following hyperparameters were used during training:
|
|
54 |
| 0.9605 | 0.9755 | 0.4209 | 0.5329 | 0.4703 | 0.6064 | 4 |
|
55 |
| 0.8846 | 1.0042 | 0.4473 | 0.5620 | 0.4981 | 0.6270 | 5 |
|
56 |
| 0.7200 | 0.9883 | 0.4845 | 0.5720 | 0.5246 | 0.6381 | 6 |
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
4 |
tags:
|
5 |
- generated_from_keras_callback
|
6 |
model-index:
|
7 |
+
- name: layoutlm-funsd-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-funsd-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.5847
|
19 |
+
- Validation Loss: 1.1733
|
20 |
+
- Train Overall Precision: 0.4918
|
21 |
+
- Train Overall Recall: 0.6026
|
22 |
+
- Train Overall F1: 0.5416
|
23 |
+
- Train Overall Accuracy: 0.6392
|
24 |
+
- Epoch: 7
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
54 |
| 0.9605 | 0.9755 | 0.4209 | 0.5329 | 0.4703 | 0.6064 | 4 |
|
55 |
| 0.8846 | 1.0042 | 0.4473 | 0.5620 | 0.4981 | 0.6270 | 5 |
|
56 |
| 0.7200 | 0.9883 | 0.4845 | 0.5720 | 0.5246 | 0.6381 | 6 |
|
57 |
+
| 0.5847 | 1.1733 | 0.4918 | 0.6026 | 0.5416 | 0.6392 | 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 450829256
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb17e7bbc1ddb91b0c4a2b756c57d6b59cf68a1bc75bb37b4ef64e004c28324b
|
3 |
size 450829256
|