noavm commited on
Commit
9057ec1
·
1 Parent(s): c32c0e2

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-BIE
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-BIE
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.9239
23
+ - Precision: 0.9019
24
+ - Recall: 0.9013
25
+ - F1: 0.9016
26
+ - Accuracy: 0.7757
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 | 2.2304 | 0.6394 | 0.5974 | 0.6177 | 0.5199 |
59
+ | No log | 5.13 | 200 | 1.3910 | 0.8278 | 0.8224 | 0.8251 | 0.6924 |
60
+ | No log | 7.69 | 300 | 1.0866 | 0.8749 | 0.8743 | 0.8746 | 0.7385 |
61
+ | No log | 10.26 | 400 | 0.9587 | 0.8947 | 0.8941 | 0.8944 | 0.7663 |
62
+ | 1.6438 | 12.82 | 500 | 0.9239 | 0.9019 | 0.9013 | 0.9016 | 0.7757 |
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