noavm commited on
Commit
5cd5013
·
1 Parent(s): eea0545

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: layoutlmv3-final-v5-BI
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # layoutlmv3-final-v5-BI
19
+
20
+ This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.6247
23
+ - Precision: 0.8999
24
+ - Recall: 0.8951
25
+ - F1: 0.8975
26
+ - Accuracy: 0.8332
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 1e-05
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 8
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_ratio: 0.1
52
+ - training_steps: 500
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 2.56 | 100 | 1.7861 | 0.6476 | 0.5870 | 0.6158 | 0.5780 |
59
+ | No log | 5.13 | 200 | 1.0443 | 0.8398 | 0.8320 | 0.8359 | 0.7429 |
60
+ | No log | 7.69 | 300 | 0.7747 | 0.8883 | 0.8818 | 0.8850 | 0.8073 |
61
+ | No log | 10.26 | 400 | 0.6585 | 0.9011 | 0.8958 | 0.8984 | 0.8326 |
62
+ | 1.3123 | 12.82 | 500 | 0.6247 | 0.8999 | 0.8951 | 0.8975 | 0.8332 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.30.0.dev0
68
+ - Pytorch 1.8.0+cu101
69
+ - Datasets 2.12.0
70
+ - Tokenizers 0.13.3