TikkaMasala
commited on
Commit
•
259102e
1
Parent(s):
257f3a3
P.E.R.S_WILD
Browse files
README.md
ADDED
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
base_model: microsoft/layoutlmv3-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- wild
|
8 |
+
metrics:
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
- f1
|
12 |
+
- accuracy
|
13 |
+
model-index:
|
14 |
+
- name: P.E.R.S_WILD
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: Token Classification
|
18 |
+
type: token-classification
|
19 |
+
dataset:
|
20 |
+
name: wild
|
21 |
+
type: wild
|
22 |
+
config: WildReceipt
|
23 |
+
split: test
|
24 |
+
args: WildReceipt
|
25 |
+
metrics:
|
26 |
+
- name: Precision
|
27 |
+
type: precision
|
28 |
+
value: 0.8621359223300971
|
29 |
+
- name: Recall
|
30 |
+
type: recall
|
31 |
+
value: 0.8556090846524432
|
32 |
+
- name: F1
|
33 |
+
type: f1
|
34 |
+
value: 0.8588601036269431
|
35 |
+
- name: Accuracy
|
36 |
+
type: accuracy
|
37 |
+
value: 0.9165934548649243
|
38 |
+
---
|
39 |
+
|
40 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
41 |
+
should probably proofread and complete it, then remove this comment. -->
|
42 |
+
|
43 |
+
# P.E.R.S_WILD
|
44 |
+
|
45 |
+
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the wild dataset.
|
46 |
+
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 0.3319
|
48 |
+
- Precision: 0.8621
|
49 |
+
- Recall: 0.8556
|
50 |
+
- F1: 0.8589
|
51 |
+
- Accuracy: 0.9166
|
52 |
+
|
53 |
+
## Model description
|
54 |
+
|
55 |
+
More information needed
|
56 |
+
|
57 |
+
## Intended uses & limitations
|
58 |
+
|
59 |
+
More information needed
|
60 |
+
|
61 |
+
## Training and evaluation data
|
62 |
+
|
63 |
+
More information needed
|
64 |
+
|
65 |
+
## Training procedure
|
66 |
+
|
67 |
+
### Training hyperparameters
|
68 |
+
|
69 |
+
The following hyperparameters were used during training:
|
70 |
+
- learning_rate: 1e-05
|
71 |
+
- train_batch_size: 1
|
72 |
+
- eval_batch_size: 1
|
73 |
+
- seed: 42
|
74 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
75 |
+
- lr_scheduler_type: linear
|
76 |
+
- training_steps: 4000
|
77 |
+
|
78 |
+
### Training results
|
79 |
+
|
80 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
+
|:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| No log | 0.0789 | 100 | 1.7570 | 0.4014 | 0.0807 | 0.1343 | 0.5202 |
|
83 |
+
| No log | 0.1579 | 200 | 1.2158 | 0.5444 | 0.3515 | 0.4272 | 0.6895 |
|
84 |
+
| No log | 0.2368 | 300 | 0.9862 | 0.6676 | 0.4763 | 0.5559 | 0.7534 |
|
85 |
+
| No log | 0.3157 | 400 | 0.8539 | 0.6740 | 0.5898 | 0.6291 | 0.7883 |
|
86 |
+
| 1.3192 | 0.3946 | 500 | 0.7150 | 0.7489 | 0.6325 | 0.6858 | 0.8208 |
|
87 |
+
| 1.3192 | 0.4736 | 600 | 0.6731 | 0.7487 | 0.6716 | 0.7080 | 0.8288 |
|
88 |
+
| 1.3192 | 0.5525 | 700 | 0.6345 | 0.7588 | 0.6848 | 0.7199 | 0.8357 |
|
89 |
+
| 1.3192 | 0.6314 | 800 | 0.5903 | 0.7671 | 0.7181 | 0.7418 | 0.8472 |
|
90 |
+
| 1.3192 | 0.7103 | 900 | 0.5273 | 0.7743 | 0.7718 | 0.7731 | 0.8690 |
|
91 |
+
| 0.7013 | 0.7893 | 1000 | 0.4923 | 0.7939 | 0.7555 | 0.7742 | 0.8689 |
|
92 |
+
| 0.7013 | 0.8682 | 1100 | 0.4811 | 0.8147 | 0.7619 | 0.7874 | 0.8742 |
|
93 |
+
| 0.7013 | 0.9471 | 1200 | 0.4694 | 0.8006 | 0.7985 | 0.7995 | 0.8812 |
|
94 |
+
| 0.7013 | 1.0260 | 1300 | 0.4429 | 0.8246 | 0.8058 | 0.8151 | 0.8866 |
|
95 |
+
| 0.7013 | 1.1050 | 1400 | 0.4302 | 0.8135 | 0.8051 | 0.8093 | 0.8863 |
|
96 |
+
| 0.4844 | 1.1839 | 1500 | 0.4364 | 0.7964 | 0.8245 | 0.8102 | 0.8875 |
|
97 |
+
| 0.4844 | 1.2628 | 1600 | 0.4445 | 0.8012 | 0.8299 | 0.8153 | 0.8857 |
|
98 |
+
| 0.4844 | 1.3418 | 1700 | 0.4021 | 0.8175 | 0.8244 | 0.8209 | 0.8918 |
|
99 |
+
| 0.4844 | 1.4207 | 1800 | 0.3886 | 0.8290 | 0.8193 | 0.8241 | 0.8958 |
|
100 |
+
| 0.4844 | 1.4996 | 1900 | 0.3708 | 0.8271 | 0.8372 | 0.8321 | 0.9000 |
|
101 |
+
| 0.411 | 1.5785 | 2000 | 0.3910 | 0.8356 | 0.8310 | 0.8333 | 0.8996 |
|
102 |
+
| 0.411 | 1.6575 | 2100 | 0.3550 | 0.8419 | 0.8399 | 0.8409 | 0.9069 |
|
103 |
+
| 0.411 | 1.7364 | 2200 | 0.3499 | 0.8374 | 0.8451 | 0.8413 | 0.9066 |
|
104 |
+
| 0.411 | 1.8153 | 2300 | 0.3532 | 0.8301 | 0.8512 | 0.8405 | 0.9050 |
|
105 |
+
| 0.411 | 1.8942 | 2400 | 0.3763 | 0.8285 | 0.8471 | 0.8377 | 0.9018 |
|
106 |
+
| 0.3641 | 1.9732 | 2500 | 0.3508 | 0.8529 | 0.8410 | 0.8469 | 0.9067 |
|
107 |
+
| 0.3641 | 2.0521 | 2600 | 0.3616 | 0.8507 | 0.8384 | 0.8445 | 0.9083 |
|
108 |
+
| 0.3641 | 2.1310 | 2700 | 0.3705 | 0.8485 | 0.8511 | 0.8498 | 0.9086 |
|
109 |
+
| 0.3641 | 2.2099 | 2800 | 0.3527 | 0.8436 | 0.8562 | 0.8498 | 0.9118 |
|
110 |
+
| 0.3641 | 2.2889 | 2900 | 0.3383 | 0.8658 | 0.8475 | 0.8566 | 0.9135 |
|
111 |
+
| 0.2824 | 2.3678 | 3000 | 0.3395 | 0.8527 | 0.8523 | 0.8525 | 0.9124 |
|
112 |
+
| 0.2824 | 2.4467 | 3100 | 0.3364 | 0.8622 | 0.8478 | 0.8549 | 0.9140 |
|
113 |
+
| 0.2824 | 2.5257 | 3200 | 0.3383 | 0.8431 | 0.8619 | 0.8524 | 0.9125 |
|
114 |
+
| 0.2824 | 2.6046 | 3300 | 0.3377 | 0.8530 | 0.8586 | 0.8558 | 0.9132 |
|
115 |
+
| 0.2824 | 2.6835 | 3400 | 0.3389 | 0.8481 | 0.8629 | 0.8554 | 0.9135 |
|
116 |
+
| 0.2928 | 2.7624 | 3500 | 0.3319 | 0.8621 | 0.8556 | 0.8589 | 0.9166 |
|
117 |
+
| 0.2928 | 2.8414 | 3600 | 0.3341 | 0.8555 | 0.8575 | 0.8565 | 0.9153 |
|
118 |
+
| 0.2928 | 2.9203 | 3700 | 0.3341 | 0.8536 | 0.8603 | 0.8569 | 0.9153 |
|
119 |
+
| 0.2928 | 2.9992 | 3800 | 0.3305 | 0.8556 | 0.8636 | 0.8596 | 0.9167 |
|
120 |
+
| 0.2928 | 3.0781 | 3900 | 0.3313 | 0.8579 | 0.8613 | 0.8596 | 0.9166 |
|
121 |
+
| 0.2487 | 3.1571 | 4000 | 0.3326 | 0.8550 | 0.8604 | 0.8577 | 0.9160 |
|
122 |
+
|
123 |
+
|
124 |
+
### Framework versions
|
125 |
+
|
126 |
+
- Transformers 4.42.0.dev0
|
127 |
+
- Pytorch 2.3.1+cu121
|
128 |
+
- Datasets 2.19.2
|
129 |
+
- 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 503776576
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f66126bc83a7c02ee0043171e9611a900a2313d9e68a379240a17c86ec22292b
|
3 |
size 503776576
|
runs/Jun18_16-53-03_BRONZONG/events.out.tfevents.1718727290.BRONZONG.10453.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d36834ca26d0d91b72c47a5e7bf50ab88320309b3cc8b423f729af79d43d2d4d
|
3 |
+
size 560
|