noavm commited on
Commit
a401628
·
1 Parent(s): b29c624

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-testing-v0
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-testing-v0
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.6958
23
+ - Precision: 0.2244
24
+ - Recall: 0.2148
25
+ - F1: 0.2195
26
+ - Accuracy: 0.3239
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: 50
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 0.59 | 10 | 3.1329 | 0.0147 | 0.0143 | 0.0145 | 0.1690 |
59
+ | No log | 1.18 | 20 | 2.9569 | 0.1115 | 0.0716 | 0.0872 | 0.2069 |
60
+ | No log | 1.76 | 30 | 2.8145 | 0.2026 | 0.1480 | 0.1710 | 0.2482 |
61
+ | No log | 2.35 | 40 | 2.7292 | 0.2158 | 0.1957 | 0.2053 | 0.3014 |
62
+ | No log | 2.94 | 50 | 2.6958 | 0.2244 | 0.2148 | 0.2195 | 0.3239 |
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