mckabue commited on
Commit
f6c5072
1 Parent(s): a0b3c26

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +94 -0
README.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ base_model: microsoft/layoutlmv3-base
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - doc_lay_net-small
8
+ metrics:
9
+ - precision
10
+ - recall
11
+ - f1
12
+ - accuracy
13
+ model-index:
14
+ - name: Layoutlmv3-finetuned-DocLayNet-test
15
+ results:
16
+ - task:
17
+ name: Token Classification
18
+ type: token-classification
19
+ dataset:
20
+ name: doc_lay_net-small
21
+ type: doc_lay_net-small
22
+ config: DocLayNet_2022.08_processed_on_2023.01
23
+ split: test
24
+ args: DocLayNet_2022.08_processed_on_2023.01
25
+ metrics:
26
+ - name: Precision
27
+ type: precision
28
+ value: 0.5207226354941552
29
+ - name: Recall
30
+ type: recall
31
+ value: 0.7111756168359942
32
+ - name: F1
33
+ type: f1
34
+ value: 0.6012269938650306
35
+ - name: Accuracy
36
+ type: accuracy
37
+ value: 0.842051017778923
38
+ ---
39
+
40
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
41
+ should probably proofread and complete it, then remove this comment. -->
42
+
43
+ # Layoutlmv3-finetuned-DocLayNet-test
44
+
45
+ This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the doc_lay_net-small dataset.
46
+ It achieves the following results on the evaluation set:
47
+ - Loss: 0.5038
48
+ - Precision: 0.5207
49
+ - Recall: 0.7112
50
+ - F1: 0.6012
51
+ - Accuracy: 0.8421
52
+
53
+ ## Model description
54
+
55
+ More information needed
56
+
57
+ ## Intended uses & limitations
58
+
59
+ More information needed
60
+
61
+ ## Training and evaluation data
62
+
63
+ More information needed
64
+
65
+ ## Training procedure
66
+
67
+ ### Training hyperparameters
68
+
69
+ The following hyperparameters were used during training:
70
+ - learning_rate: 1e-05
71
+ - train_batch_size: 2
72
+ - eval_batch_size: 2
73
+ - seed: 42
74
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
75
+ - lr_scheduler_type: linear
76
+ - lr_scheduler_warmup_ratio: 0.1
77
+ - training_steps: 1000
78
+
79
+ ### Training results
80
+
81
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
82
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
83
+ | 1.5092 | 0.37 | 250 | 0.8072 | 0.1922 | 0.2342 | 0.2111 | 0.8227 |
84
+ | 0.8608 | 0.73 | 500 | 0.6402 | 0.3963 | 0.6108 | 0.4807 | 0.8596 |
85
+ | 0.6463 | 1.1 | 750 | 0.8042 | 0.5702 | 0.6297 | 0.5985 | 0.8080 |
86
+ | 0.4495 | 1.46 | 1000 | 0.8439 | 0.5353 | 0.6234 | 0.5760 | 0.8033 |
87
+
88
+
89
+ ### Framework versions
90
+
91
+ - Transformers 4.31.0
92
+ - Pytorch 2.0.1+cu118
93
+ - Datasets 2.14.4
94
+ - Tokenizers 0.13.3