LRavi98 commited on
Commit
b985920
·
verified ·
1 Parent(s): 715ee30

End of training

Browse files
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-invoice
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-invoice
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.8510
25
+ - Precision: 0.9058
26
+ - Recall: 0.9175
27
+ - F1: 0.9116
28
+ - Accuracy: 0.8556
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: 2
49
+ - eval_batch_size: 2
50
+ - seed: 42
51
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - training_steps: 2000
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
+ |:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | No log | 1.3333 | 100 | 0.6411 | 0.7779 | 0.8316 | 0.8038 | 0.7951 |
60
+ | No log | 2.6667 | 200 | 0.5235 | 0.8209 | 0.8629 | 0.8414 | 0.8238 |
61
+ | No log | 4.0 | 300 | 0.5130 | 0.8738 | 0.9081 | 0.8906 | 0.8504 |
62
+ | No log | 5.3333 | 400 | 0.5742 | 0.8848 | 0.9081 | 0.8963 | 0.8431 |
63
+ | 0.5233 | 6.6667 | 500 | 0.6276 | 0.8610 | 0.8927 | 0.8766 | 0.8374 |
64
+ | 0.5233 | 8.0 | 600 | 0.6887 | 0.8818 | 0.9041 | 0.8928 | 0.8357 |
65
+ | 0.5233 | 9.3333 | 700 | 0.6323 | 0.8930 | 0.9165 | 0.9046 | 0.8628 |
66
+ | 0.5233 | 10.6667 | 800 | 0.6644 | 0.8878 | 0.9195 | 0.9034 | 0.8538 |
67
+ | 0.5233 | 12.0 | 900 | 0.7365 | 0.9138 | 0.9210 | 0.9174 | 0.8580 |
68
+ | 0.1181 | 13.3333 | 1000 | 0.7774 | 0.8939 | 0.9210 | 0.9073 | 0.8549 |
69
+ | 0.1181 | 14.6667 | 1100 | 0.8265 | 0.9090 | 0.9175 | 0.9132 | 0.8557 |
70
+ | 0.1181 | 16.0 | 1200 | 0.8112 | 0.9023 | 0.9265 | 0.9142 | 0.8546 |
71
+ | 0.1181 | 17.3333 | 1300 | 0.8212 | 0.9075 | 0.9160 | 0.9117 | 0.8596 |
72
+ | 0.1181 | 18.6667 | 1400 | 0.8931 | 0.8999 | 0.9151 | 0.9074 | 0.8509 |
73
+ | 0.0443 | 20.0 | 1500 | 0.8510 | 0.9058 | 0.9175 | 0.9116 | 0.8556 |
74
+ | 0.0443 | 21.3333 | 1600 | 0.8318 | 0.9016 | 0.9235 | 0.9124 | 0.8612 |
75
+ | 0.0443 | 22.6667 | 1700 | 0.8783 | 0.9065 | 0.9146 | 0.9105 | 0.8519 |
76
+ | 0.0443 | 24.0 | 1800 | 0.8964 | 0.9023 | 0.9126 | 0.9074 | 0.8527 |
77
+ | 0.0443 | 25.3333 | 1900 | 0.8890 | 0.9054 | 0.9175 | 0.9114 | 0.8580 |
78
+ | 0.0205 | 26.6667 | 2000 | 0.8992 | 0.9004 | 0.9165 | 0.9084 | 0.8552 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.46.0.dev0
84
+ - Pytorch 2.5.0+cu121
85
+ - Datasets 3.0.2
86
+ - Tokenizers 0.20.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:39265602966c2c8eb9d9e62a2176207050f7582f8deab0128d55270369c8c58a
3
  size 501355532
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f5db180f5426d3098cbb6a56fcf6ff6a087471dbb776bfee208bcd3332cd943
3
  size 501355532
runs/Oct24_02-46-11_5f3a04378350/events.out.tfevents.1729738643.5f3a04378350.368.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f123c2941146f34d44739f009efe6b134ef0374649e01d1f965f7fd41ffdb493
3
+ size 560