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 |
| 1.7068 | 1.4323 | 0.2302 | 0.2604 | 0.2444 | 0.5097 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
### 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.2479
|
19 |
+
- Validation Loss: 0.6865
|
20 |
+
- Train Overall Precision: 0.7469
|
21 |
+
- Train Overall Recall: 0.8098
|
22 |
+
- Train Overall F1: 0.7771
|
23 |
+
- Train Overall Accuracy: 0.8111
|
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 |
| 1.7068 | 1.4323 | 0.2302 | 0.2604 | 0.2444 | 0.5097 | 0 |
|
51 |
+
| 1.1785 | 0.8879 | 0.5487 | 0.6553 | 0.5973 | 0.7149 | 1 |
|
52 |
+
| 0.7570 | 0.7017 | 0.6315 | 0.7411 | 0.6819 | 0.7810 | 2 |
|
53 |
+
| 0.5598 | 0.6353 | 0.6893 | 0.7747 | 0.7295 | 0.7954 | 3 |
|
54 |
+
| 0.4407 | 0.6282 | 0.7144 | 0.7842 | 0.7477 | 0.8015 | 4 |
|
55 |
+
| 0.3450 | 0.6653 | 0.7174 | 0.7822 | 0.7484 | 0.8036 | 5 |
|
56 |
+
| 0.2758 | 0.7178 | 0.7002 | 0.7863 | 0.7407 | 0.7920 | 6 |
|
57 |
+
| 0.2479 | 0.6865 | 0.7469 | 0.8098 | 0.7771 | 0.8111 | 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:3a85f98cb04dad7ce2a0d68aff7edbd60e3a5b70af7426de6c0eb8c4db7f5d3d
|
3 |
size 450829256
|