Instructions to use stevethecur/layoutlm-funsd-tf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stevethecur/layoutlm-funsd-tf with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="stevethecur/layoutlm-funsd-tf")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("stevethecur/layoutlm-funsd-tf") model = AutoModelForTokenClassification.from_pretrained("stevethecur/layoutlm-funsd-tf", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
516e76f
1
Parent(s): 1f65d78
Training in progress epoch 6
Browse files
README.md
CHANGED
|
@@ -14,13 +14,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [microsoft/layoutlm-base-uncased](https://huggingface.co/microsoft/layoutlm-base-uncased) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Train Loss: 0.
|
| 18 |
-
- Validation Loss: 0.
|
| 19 |
-
- Train Overall Precision: 0.
|
| 20 |
-
- Train Overall Recall: 0.
|
| 21 |
-
- Train Overall F1: 0.
|
| 22 |
-
- Train Overall Accuracy: 0.
|
| 23 |
-
- Epoch:
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
@@ -51,6 +51,8 @@ The following hyperparameters were used during training:
|
|
| 51 |
| 0.7602 | 0.7016 | 0.6719 | 0.7511 | 0.7093 | 0.7798 | 2 |
|
| 52 |
| 0.5549 | 0.6367 | 0.6847 | 0.7637 | 0.7220 | 0.7949 | 3 |
|
| 53 |
| 0.4399 | 0.6261 | 0.7078 | 0.7863 | 0.7449 | 0.8077 | 4 |
|
|
|
|
|
|
|
| 54 |
|
| 55 |
|
| 56 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [microsoft/layoutlm-base-uncased](https://huggingface.co/microsoft/layoutlm-base-uncased) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Train Loss: 0.2843
|
| 18 |
+
- Validation Loss: 0.6247
|
| 19 |
+
- Train Overall Precision: 0.7359
|
| 20 |
+
- Train Overall Recall: 0.8038
|
| 21 |
+
- Train Overall F1: 0.7683
|
| 22 |
+
- Train Overall Accuracy: 0.8182
|
| 23 |
+
- Epoch: 6
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 51 |
| 0.7602 | 0.7016 | 0.6719 | 0.7511 | 0.7093 | 0.7798 | 2 |
|
| 52 |
| 0.5549 | 0.6367 | 0.6847 | 0.7637 | 0.7220 | 0.7949 | 3 |
|
| 53 |
| 0.4399 | 0.6261 | 0.7078 | 0.7863 | 0.7449 | 0.8077 | 4 |
|
| 54 |
+
| 0.3561 | 0.6431 | 0.7204 | 0.7757 | 0.7470 | 0.8067 | 5 |
|
| 55 |
+
| 0.2843 | 0.6247 | 0.7359 | 0.8038 | 0.7683 | 0.8182 | 6 |
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
logs/train/events.out.tfevents.1695069596.AWESOM-O.44708.0.v2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6be27a1109219f7175e1bd106e383013af1dd618fd60b5be3dfaeb019cbecd31
|
| 3 |
+
size 2418461
|
logs/validation/events.out.tfevents.1695069765.AWESOM-O.44708.1.v2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64052f9f710caf1165c52c4ef6fcaf8ed7d5d351345fd5b9d2b2bf5ef685fa1e
|
| 3 |
+
size 1161
|
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:7d7acd60aee464b12c022955866319ce8bf1769bea83bd153c222f742f6fcaf1
|
| 3 |
size 450829256
|