End of training
Browse files- README.md +105 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
base_model: microsoft/layoutlmv3-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
- f1
|
10 |
+
- accuracy
|
11 |
+
model-index:
|
12 |
+
- name: layoutlmv3-finetuned-language-levels-v5-4000
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# layoutlmv3-finetuned-language-levels-v5-4000
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0913
|
24 |
+
- Precision: 1.0
|
25 |
+
- Recall: 1.0
|
26 |
+
- F1: 1.0
|
27 |
+
- Accuracy: 0.9824
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 1e-05
|
47 |
+
- train_batch_size: 2
|
48 |
+
- eval_batch_size: 2
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- training_steps: 4000
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
+
|:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 0.2618 | 100 | 0.8184 | 0.9647 | 0.9630 | 0.9639 | 0.6971 |
|
59 |
+
| No log | 0.5236 | 200 | 0.6254 | 0.9743 | 0.9815 | 0.9779 | 0.7404 |
|
60 |
+
| No log | 0.7853 | 300 | 0.4760 | 0.9926 | 0.9944 | 0.9935 | 0.7981 |
|
61 |
+
| No log | 1.0471 | 400 | 0.3675 | 0.9798 | 0.9889 | 0.9843 | 0.8910 |
|
62 |
+
| 0.6763 | 1.3089 | 500 | 0.0913 | 1.0 | 1.0 | 1.0 | 0.9824 |
|
63 |
+
| 0.6763 | 1.5707 | 600 | 0.0375 | 1.0 | 1.0 | 1.0 | 0.9904 |
|
64 |
+
| 0.6763 | 1.8325 | 700 | 0.0149 | 1.0 | 1.0 | 1.0 | 1.0 |
|
65 |
+
| 0.6763 | 2.0942 | 800 | 0.0078 | 1.0 | 1.0 | 1.0 | 1.0 |
|
66 |
+
| 0.6763 | 2.3560 | 900 | 0.0047 | 1.0 | 1.0 | 1.0 | 1.0 |
|
67 |
+
| 0.037 | 2.6178 | 1000 | 0.0037 | 1.0 | 1.0 | 1.0 | 1.0 |
|
68 |
+
| 0.037 | 2.8796 | 1100 | 0.0030 | 1.0 | 1.0 | 1.0 | 1.0 |
|
69 |
+
| 0.037 | 3.1414 | 1200 | 0.0026 | 1.0 | 1.0 | 1.0 | 1.0 |
|
70 |
+
| 0.037 | 3.4031 | 1300 | 0.0022 | 1.0 | 1.0 | 1.0 | 1.0 |
|
71 |
+
| 0.037 | 3.6649 | 1400 | 0.0019 | 1.0 | 1.0 | 1.0 | 1.0 |
|
72 |
+
| 0.0046 | 3.9267 | 1500 | 0.0017 | 1.0 | 1.0 | 1.0 | 1.0 |
|
73 |
+
| 0.0046 | 4.1885 | 1600 | 0.0016 | 1.0 | 1.0 | 1.0 | 1.0 |
|
74 |
+
| 0.0046 | 4.4503 | 1700 | 0.0014 | 1.0 | 1.0 | 1.0 | 1.0 |
|
75 |
+
| 0.0046 | 4.7120 | 1800 | 0.0013 | 1.0 | 1.0 | 1.0 | 1.0 |
|
76 |
+
| 0.0046 | 4.9738 | 1900 | 0.0012 | 1.0 | 1.0 | 1.0 | 1.0 |
|
77 |
+
| 0.0025 | 5.2356 | 2000 | 0.0011 | 1.0 | 1.0 | 1.0 | 1.0 |
|
78 |
+
| 0.0025 | 5.4974 | 2100 | 0.0010 | 1.0 | 1.0 | 1.0 | 1.0 |
|
79 |
+
| 0.0025 | 5.7592 | 2200 | 0.0010 | 1.0 | 1.0 | 1.0 | 1.0 |
|
80 |
+
| 0.0025 | 6.0209 | 2300 | 0.0009 | 1.0 | 1.0 | 1.0 | 1.0 |
|
81 |
+
| 0.0025 | 6.2827 | 2400 | 0.0009 | 1.0 | 1.0 | 1.0 | 1.0 |
|
82 |
+
| 0.0017 | 6.5445 | 2500 | 0.0008 | 1.0 | 1.0 | 1.0 | 1.0 |
|
83 |
+
| 0.0017 | 6.8063 | 2600 | 0.0008 | 1.0 | 1.0 | 1.0 | 1.0 |
|
84 |
+
| 0.0017 | 7.0681 | 2700 | 0.0007 | 1.0 | 1.0 | 1.0 | 1.0 |
|
85 |
+
| 0.0017 | 7.3298 | 2800 | 0.0007 | 1.0 | 1.0 | 1.0 | 1.0 |
|
86 |
+
| 0.0017 | 7.5916 | 2900 | 0.0007 | 1.0 | 1.0 | 1.0 | 1.0 |
|
87 |
+
| 0.0013 | 7.8534 | 3000 | 0.0007 | 1.0 | 1.0 | 1.0 | 1.0 |
|
88 |
+
| 0.0013 | 8.1152 | 3100 | 0.0006 | 1.0 | 1.0 | 1.0 | 1.0 |
|
89 |
+
| 0.0013 | 8.3770 | 3200 | 0.0006 | 1.0 | 1.0 | 1.0 | 1.0 |
|
90 |
+
| 0.0013 | 8.6387 | 3300 | 0.0006 | 1.0 | 1.0 | 1.0 | 1.0 |
|
91 |
+
| 0.0013 | 8.9005 | 3400 | 0.0006 | 1.0 | 1.0 | 1.0 | 1.0 |
|
92 |
+
| 0.0011 | 9.1623 | 3500 | 0.0006 | 1.0 | 1.0 | 1.0 | 1.0 |
|
93 |
+
| 0.0011 | 9.4241 | 3600 | 0.0006 | 1.0 | 1.0 | 1.0 | 1.0 |
|
94 |
+
| 0.0011 | 9.6859 | 3700 | 0.0006 | 1.0 | 1.0 | 1.0 | 1.0 |
|
95 |
+
| 0.0011 | 9.9476 | 3800 | 0.0005 | 1.0 | 1.0 | 1.0 | 1.0 |
|
96 |
+
| 0.0011 | 10.2094 | 3900 | 0.0005 | 1.0 | 1.0 | 1.0 | 1.0 |
|
97 |
+
| 0.001 | 10.4712 | 4000 | 0.0005 | 1.0 | 1.0 | 1.0 | 1.0 |
|
98 |
+
|
99 |
+
|
100 |
+
### Framework versions
|
101 |
+
|
102 |
+
- Transformers 4.43.3
|
103 |
+
- Pytorch 2.1.0+cu118
|
104 |
+
- Datasets 2.20.0
|
105 |
+
- 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 503730436
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9495c06c397298e8a2db2ce662ed9a4f3c141036b470e51834af6bf5e051f4db
|
3 |
size 503730436
|