dharunsk62
commited on
Commit
·
7012c4b
1
Parent(s):
ec20260
Training in progress epoch 1
Browse files- README.md +8 -7
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -16,13 +16,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/layoutlm-base-uncased](https://huggingface.co/microsoft/layoutlm-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Train Loss: 1.
|
20 |
-
- Validation Loss:
|
21 |
-
- Train Overall Precision: 0.
|
22 |
-
- Train Overall Recall: 0.
|
23 |
-
- Train Overall F1: 0.
|
24 |
-
- Train Overall Accuracy: 0.
|
25 |
-
- Epoch:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -49,6 +49,7 @@ The following hyperparameters were used during training:
|
|
49 |
| Train Loss | Validation Loss | Train Overall Precision | Train Overall Recall | Train Overall F1 | Train Overall Accuracy | Epoch |
|
50 |
|:----------:|:---------------:|:-----------------------:|:--------------------:|:----------------:|:----------------------:|:-----:|
|
51 |
| 1.5060 | 1.2508 | 0.4032 | 0.4777 | 0.4373 | 0.6024 | 0 |
|
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/layoutlm-base-uncased](https://huggingface.co/microsoft/layoutlm-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Train Loss: 1.0108
|
20 |
+
- Validation Loss: 0.8129
|
21 |
+
- Train Overall Precision: 0.6004
|
22 |
+
- Train Overall Recall: 0.6929
|
23 |
+
- Train Overall F1: 0.6434
|
24 |
+
- Train Overall Accuracy: 0.7439
|
25 |
+
- Epoch: 1
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
49 |
| Train Loss | Validation Loss | Train Overall Precision | Train Overall Recall | Train Overall F1 | Train Overall Accuracy | Epoch |
|
50 |
|:----------:|:---------------:|:-----------------------:|:--------------------:|:----------------:|:----------------------:|:-----:|
|
51 |
| 1.5060 | 1.2508 | 0.4032 | 0.4777 | 0.4373 | 0.6024 | 0 |
|
52 |
+
| 1.0108 | 0.8129 | 0.6004 | 0.6929 | 0.6434 | 0.7439 | 1 |
|
53 |
|
54 |
|
55 |
### 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:01c97be6451b32becb72a80aaafa7fc0ac537f57906cd7db6bd17ad40c33e3bc
|
3 |
size 450829256
|