nurichisan
commited on
Commit
•
3d1ad16
1
Parent(s):
fcdb62f
layoutlmv3-finetuned-sroie
Browse files
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: cc-by-nc-sa-4.0
|
4 |
+
base_model: microsoft/layoutlmv3-base
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
+
- accuracy
|
12 |
+
model-index:
|
13 |
+
- name: layoutlmv3-finetuned-sroie
|
14 |
+
results: []
|
15 |
+
---
|
16 |
+
|
17 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
18 |
+
should probably proofread and complete it, then remove this comment. -->
|
19 |
+
|
20 |
+
# layoutlmv3-finetuned-sroie
|
21 |
+
|
22 |
+
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on an unknown dataset.
|
23 |
+
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.0742
|
25 |
+
- Precision: 0.9472
|
26 |
+
- Recall: 0.9668
|
27 |
+
- F1: 0.9569
|
28 |
+
- Accuracy: 0.9872
|
29 |
+
|
30 |
+
## Model description
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Intended uses & limitations
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training and evaluation data
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Training procedure
|
43 |
+
|
44 |
+
### Training hyperparameters
|
45 |
+
|
46 |
+
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 1e-05
|
48 |
+
- train_batch_size: 5
|
49 |
+
- eval_batch_size: 5
|
50 |
+
- seed: 42
|
51 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
+
- lr_scheduler_type: linear
|
53 |
+
- training_steps: 2500
|
54 |
+
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
+
|:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
+
| No log | 1.9841 | 250 | 0.0544 | 0.9319 | 0.9592 | 0.9453 | 0.9836 |
|
60 |
+
| 0.0813 | 3.9683 | 500 | 0.0607 | 0.9280 | 0.9683 | 0.9477 | 0.9844 |
|
61 |
+
| 0.0813 | 5.9524 | 750 | 0.0530 | 0.9451 | 0.9589 | 0.9519 | 0.9854 |
|
62 |
+
| 0.023 | 7.9365 | 1000 | 0.0562 | 0.9434 | 0.9643 | 0.9537 | 0.9863 |
|
63 |
+
| 0.023 | 9.9206 | 1250 | 0.0613 | 0.9486 | 0.9614 | 0.9549 | 0.9867 |
|
64 |
+
| 0.0128 | 11.9048 | 1500 | 0.0632 | 0.9510 | 0.9650 | 0.9579 | 0.9875 |
|
65 |
+
| 0.0128 | 13.8889 | 1750 | 0.0705 | 0.9403 | 0.9670 | 0.9535 | 0.9862 |
|
66 |
+
| 0.0073 | 15.8730 | 2000 | 0.0723 | 0.9485 | 0.9643 | 0.9563 | 0.9871 |
|
67 |
+
| 0.0073 | 17.8571 | 2250 | 0.0728 | 0.9505 | 0.9653 | 0.9579 | 0.9875 |
|
68 |
+
| 0.0054 | 19.8413 | 2500 | 0.0742 | 0.9472 | 0.9668 | 0.9569 | 0.9872 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.44.2
|
74 |
+
- Pytorch 2.4.1+cu121
|
75 |
+
- Datasets 3.0.1
|
76 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 501349380
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d31b9cffb9faede27a1f569177a7bd2b8b53053ffa0728b3c5d0a1cea80ce17f
|
3 |
size 501349380
|
runs/Oct09_03-10-39_3b26ec115ee7/events.out.tfevents.1728443448.3b26ec115ee7.645.1
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:67f1be2b93d507fa307e9c6ae299d9352321d93779e29b280d45ca85daee1674
|
3 |
+
size 11675
|