sh0KILLa commited on
Commit
198329d
·
verified ·
1 Parent(s): 270b0ab

End of training

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-invoice-parser
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-invoice-parser
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.5061
25
+ - Precision: 0.8242
26
+ - Recall: 0.8936
27
+ - F1: 0.8575
28
+ - Accuracy: 0.8323
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: 2e-05
48
+ - train_batch_size: 4
49
+ - eval_batch_size: 4
50
+ - seed: 42
51
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 5
54
+ - mixed_precision_training: Native AMP
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
59
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
60
+ | 1.6703 | 1.0 | 38 | 0.7898 | 0.7234 | 0.8246 | 0.7707 | 0.7616 |
61
+ | 0.7077 | 2.0 | 76 | 0.6175 | 0.7751 | 0.8525 | 0.8120 | 0.7997 |
62
+ | 0.4946 | 3.0 | 114 | 0.5219 | 0.7856 | 0.8784 | 0.8294 | 0.8223 |
63
+ | 0.3819 | 4.0 | 152 | 0.5089 | 0.8109 | 0.8824 | 0.8451 | 0.8293 |
64
+ | 0.3178 | 5.0 | 190 | 0.5061 | 0.8242 | 0.8936 | 0.8575 | 0.8323 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 5.15.0
70
+ - Pytorch 2.11.0+cu128
71
+ - Datasets 4.0.0
72
+ - Tokenizers 0.22.2