avurity commited on
Commit
161fcd3
1 Parent(s): eeb904e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -19
README.md CHANGED
@@ -25,16 +25,16 @@ model-index:
25
  metrics:
26
  - name: Precision
27
  type: precision
28
- value: 1.0
29
  - name: Recall
30
  type: recall
31
- value: 1.0
32
  - name: F1
33
  type: f1
34
- value: 1.0
35
  - name: Accuracy
36
  type: accuracy
37
- value: 1.0
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -44,11 +44,11 @@ should probably proofread and complete it, then remove this comment. -->
44
 
45
  This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the generated dataset.
46
  It achieves the following results on the evaluation set:
47
- - Loss: 0.0041
48
- - Precision: 1.0
49
- - Recall: 1.0
50
- - F1: 1.0
51
- - Accuracy: 1.0
52
 
53
  ## Model description
54
 
@@ -73,22 +73,20 @@ The following hyperparameters were used during training:
73
  - seed: 42
74
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
75
  - lr_scheduler_type: linear
76
- - training_steps: 1000
77
 
78
  ### Training results
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
- | No log | 2.0 | 100 | 0.0910 | 0.9 | 0.9128 | 0.9063 | 0.9895 |
83
- | No log | 4.0 | 200 | 0.0247 | 0.972 | 0.9858 | 0.9789 | 0.9971 |
84
  | No log | 6.0 | 300 | 0.0176 | 0.972 | 0.9858 | 0.9789 | 0.9971 |
85
- | No log | 8.0 | 400 | 0.0156 | 0.972 | 0.9858 | 0.9789 | 0.9971 |
86
- | 0.1327 | 10.0 | 500 | 0.0143 | 0.972 | 0.9858 | 0.9789 | 0.9971 |
87
- | 0.1327 | 12.0 | 600 | 0.0130 | 0.972 | 0.9858 | 0.9789 | 0.9971 |
88
- | 0.1327 | 14.0 | 700 | 0.0112 | 0.972 | 0.9858 | 0.9789 | 0.9971 |
89
- | 0.1327 | 16.0 | 800 | 0.0093 | 0.972 | 0.9858 | 0.9789 | 0.9971 |
90
- | 0.1327 | 18.0 | 900 | 0.0047 | 0.9980 | 0.9980 | 0.9980 | 0.9998 |
91
- | 0.0113 | 20.0 | 1000 | 0.0041 | 1.0 | 1.0 | 1.0 | 1.0 |
92
 
93
 
94
  ### Framework versions
 
25
  metrics:
26
  - name: Precision
27
  type: precision
28
+ value: 0.972
29
  - name: Recall
30
  type: recall
31
+ value: 0.9858012170385395
32
  - name: F1
33
  type: f1
34
+ value: 0.9788519637462235
35
  - name: Accuracy
36
  type: accuracy
37
+ value: 0.9970507689066779
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
44
 
45
  This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the generated dataset.
46
  It achieves the following results on the evaluation set:
47
+ - Loss: 0.0116
48
+ - Precision: 0.972
49
+ - Recall: 0.9858
50
+ - F1: 0.9789
51
+ - Accuracy: 0.9971
52
 
53
  ## Model description
54
 
 
73
  - seed: 42
74
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
75
  - lr_scheduler_type: linear
76
+ - training_steps: 875
77
 
78
  ### Training results
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
+ | No log | 2.0 | 100 | 0.0898 | 0.972 | 0.9858 | 0.9789 | 0.9971 |
83
+ | No log | 4.0 | 200 | 0.0251 | 0.972 | 0.9858 | 0.9789 | 0.9971 |
84
  | No log | 6.0 | 300 | 0.0176 | 0.972 | 0.9858 | 0.9789 | 0.9971 |
85
+ | No log | 8.0 | 400 | 0.0148 | 0.972 | 0.9858 | 0.9789 | 0.9971 |
86
+ | 0.1241 | 10.0 | 500 | 0.0116 | 0.972 | 0.9858 | 0.9789 | 0.9971 |
87
+ | 0.1241 | 12.0 | 600 | 0.0072 | 0.9919 | 0.9959 | 0.9939 | 0.9992 |
88
+ | 0.1241 | 14.0 | 700 | 0.0059 | 0.9960 | 0.9980 | 0.9970 | 0.9996 |
89
+ | 0.1241 | 16.0 | 800 | 0.0044 | 0.9980 | 0.9980 | 0.9980 | 0.9998 |
 
 
90
 
91
 
92
  ### Framework versions