ikiransuryavanshi commited on
Commit
9097c31
·
verified ·
1 Parent(s): 70461fd

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-ap7_1_ip
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-ap7_1_ip
21
+
22
+ This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.0246
25
+ - Precision: 0.7719
26
+ - Recall: 0.8302
27
+ - F1: 0.8
28
+ - Accuracy: 0.9961
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: 8
49
+ - eval_batch_size: 8
50
+ - seed: 42
51
+ - optimizer: Use OptimizerNames.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
+ - lr_scheduler_warmup_ratio: 0.1
54
+ - training_steps: 1000
55
+ - mixed_precision_training: Native AMP
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
60
+ |:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
61
+ | 0.5176 | 14.7059 | 250 | 0.0664 | 0.45 | 0.1698 | 0.2466 | 0.9881 |
62
+ | 0.0288 | 29.4118 | 500 | 0.0354 | 0.6538 | 0.6415 | 0.6476 | 0.9930 |
63
+ | 0.0143 | 44.1176 | 750 | 0.0269 | 0.7333 | 0.8302 | 0.7788 | 0.9956 |
64
+ | 0.0098 | 58.8235 | 1000 | 0.0246 | 0.7719 | 0.8302 | 0.8 | 0.9961 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.48.3
70
+ - Pytorch 2.6.0+cu124
71
+ - Datasets 3.4.1
72
+ - Tokenizers 0.21.1