noavm commited on
Commit
6e084a1
·
1 Parent(s): b33cd0c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-v4-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-v4-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: 2.1471
23
+ - Precision: 0.5571
24
+ - Recall: 0.4728
25
+ - F1: 0.5115
26
+ - Accuracy: 0.4681
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: 100
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 0.26 | 10 | 3.1260 | 0.1518 | 0.1149 | 0.1308 | 0.1478 |
59
+ | No log | 0.51 | 20 | 2.9269 | 0.1409 | 0.0471 | 0.0706 | 0.1592 |
60
+ | No log | 0.77 | 30 | 2.7697 | 0.2328 | 0.1102 | 0.1496 | 0.2116 |
61
+ | No log | 1.03 | 40 | 2.6158 | 0.4015 | 0.2895 | 0.3364 | 0.3455 |
62
+ | No log | 1.28 | 50 | 2.4704 | 0.4495 | 0.3486 | 0.3927 | 0.3784 |
63
+ | No log | 1.54 | 60 | 2.3492 | 0.4964 | 0.4070 | 0.4473 | 0.4195 |
64
+ | No log | 1.79 | 70 | 2.2643 | 0.5243 | 0.4369 | 0.4766 | 0.4416 |
65
+ | No log | 2.05 | 80 | 2.1982 | 0.5454 | 0.4588 | 0.4984 | 0.4574 |
66
+ | No log | 2.31 | 90 | 2.1600 | 0.5516 | 0.4688 | 0.5068 | 0.4637 |
67
+ | No log | 2.56 | 100 | 2.1471 | 0.5571 | 0.4728 | 0.5115 | 0.4681 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.30.0.dev0
73
+ - Pytorch 1.8.0+cu101
74
+ - Datasets 2.12.0
75
+ - Tokenizers 0.13.3