End of training
Browse files- README.md +10 -9
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# layoutlmv3_document_classification
|
19 |
|
20 |
-
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 1.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -53,15 +53,16 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.47.1
|
66 |
- Pytorch 2.5.1+cu121
|
|
|
67 |
- Tokenizers 0.21.0
|
|
|
17 |
|
18 |
# layoutlmv3_document_classification
|
19 |
|
20 |
+
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 1.4757
|
23 |
+
- Accuracy: 0.6974
|
24 |
+
- F1: 0.6729
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
|
56 |
+
| 0.9109 | 0.8547 | 100 | 1.5426 | 0.6953 | 0.6715 |
|
57 |
+
| 0.8307 | 1.7094 | 200 | 1.5141 | 0.7017 | 0.6739 |
|
58 |
+
| 0.7717 | 2.5641 | 300 | 1.4971 | 0.6931 | 0.6663 |
|
59 |
+
| 0.669 | 3.4188 | 400 | 1.4728 | 0.6974 | 0.6824 |
|
60 |
+
| 0.7127 | 4.2735 | 500 | 1.4757 | 0.6974 | 0.6729 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.47.1
|
66 |
- Pytorch 2.5.1+cu121
|
67 |
+
- Datasets 3.2.0
|
68 |
- Tokenizers 0.21.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 503985744
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fea0b97c2d3bd6445ee8853dd3d11a9548211dc3c4ddfc366f0371adb8ca8eab
|
3 |
size 503985744
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dc5b5107320c533bb2ae2ccabdef06cc4117e309a8ec79999d5ea3d1187d138
|
3 |
size 5304
|