stevethecur
commited on
Commit
•
e0b2684
1
Parent(s):
8cbba81
Training in progress epoch 0
Browse files
README.md
CHANGED
@@ -1,27 +1,27 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
5 |
-
base_model: microsoft/layoutlm-base-uncased
|
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:
|
19 |
-
- Validation Loss: 1.
|
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 |
|
@@ -47,19 +47,12 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Train Loss | Validation Loss | Train Overall Precision | Train Overall Recall | Train Overall F1 | Train Overall Accuracy | Epoch |
|
49 |
|:----------:|:---------------:|:-----------------------:|:--------------------:|:----------------:|:----------------------:|:-----:|
|
50 |
-
| 1.
|
51 |
-
| 1.3485 | 1.2456 | 0.2943 | 0.4867 | 0.3668 | 0.4838 | 1 |
|
52 |
-
| 1.1546 | 1.1675 | 0.3643 | 0.5334 | 0.4329 | 0.5295 | 2 |
|
53 |
-
| 1.0163 | 1.0992 | 0.4061 | 0.5514 | 0.4678 | 0.5842 | 3 |
|
54 |
-
| 0.8892 | 1.0781 | 0.4346 | 0.5605 | 0.4896 | 0.5989 | 4 |
|
55 |
-
| 0.7755 | 1.1893 | 0.4589 | 0.5735 | 0.5098 | 0.5913 | 5 |
|
56 |
-
| 0.6631 | 1.0950 | 0.4863 | 0.5595 | 0.5203 | 0.6265 | 6 |
|
57 |
-
| 0.6138 | 1.0719 | 0.4799 | 0.5926 | 0.5303 | 0.6254 | 7 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
-
- Transformers 4.
|
63 |
- TensorFlow 2.15.0
|
64 |
-
- Datasets 2.17.
|
65 |
- Tokenizers 0.15.2
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: microsoft/layoutlm-base-uncased
|
4 |
tags:
|
5 |
- generated_from_keras_callback
|
|
|
6 |
model-index:
|
7 |
+
- name: stevethecur/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 |
+
# stevethecur/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: 1.6536
|
19 |
+
- Validation Loss: 1.4851
|
20 |
+
- Train Overall Precision: 0.1737
|
21 |
+
- Train Overall Recall: 0.3176
|
22 |
+
- Train Overall F1: 0.2245
|
23 |
+
- Train Overall Accuracy: 0.4025
|
24 |
+
- Epoch: 0
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
47 |
|
48 |
| Train Loss | Validation Loss | Train Overall Precision | Train Overall Recall | Train Overall F1 | Train Overall Accuracy | Epoch |
|
49 |
|:----------:|:---------------:|:-----------------------:|:--------------------:|:----------------:|:----------------------:|:-----:|
|
50 |
+
| 1.6536 | 1.4851 | 0.1737 | 0.3176 | 0.2245 | 0.4025 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
54 |
|
55 |
+
- Transformers 4.38.1
|
56 |
- TensorFlow 2.15.0
|
57 |
+
- Datasets 2.17.1
|
58 |
- Tokenizers 0.15.2
|
config.json
CHANGED
@@ -36,7 +36,7 @@
|
|
36 |
"output_past": true,
|
37 |
"pad_token_id": 0,
|
38 |
"position_embedding_type": "absolute",
|
39 |
-
"transformers_version": "4.
|
40 |
"type_vocab_size": 2,
|
41 |
"use_cache": true,
|
42 |
"vocab_size": 30522
|
|
|
36 |
"output_past": true,
|
37 |
"pad_token_id": 0,
|
38 |
"position_embedding_type": "absolute",
|
39 |
+
"transformers_version": "4.38.1",
|
40 |
"type_vocab_size": 2,
|
41 |
"use_cache": true,
|
42 |
"vocab_size": 30522
|
logs/train/events.out.tfevents.1708627332.dd5d2d2c7b92.82.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:309108e5721784663507095b853c94ab72dc3964fe94aeef7142c0b1a45bd536
|
3 |
+
size 2364935
|
logs/validation/events.out.tfevents.1708627358.dd5d2d2c7b92.82.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4633b58de62eb35958016b22503ea5996e531c6babbb1c176330fa67f127a48
|
3 |
+
size 231
|
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:93029d02c998152505946f3f2828feeb8004fb9feec5e8b674e2c9878b2bb75c
|
3 |
size 450829256
|