avurity commited on
Commit
72aeaa6
1 Parent(s): 76644a4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -17
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  tags:
3
  - generated_from_trainer
4
  datasets:
@@ -23,16 +25,16 @@ model-index:
23
  metrics:
24
  - name: Precision
25
  type: precision
26
- value: 1.0
27
  - name: Recall
28
  type: recall
29
- value: 1.0
30
  - name: F1
31
  type: f1
32
- value: 1.0
33
  - name: Accuracy
34
  type: accuracy
35
- value: 1.0
36
  ---
37
 
38
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -40,13 +42,13 @@ should probably proofread and complete it, then remove this comment. -->
40
 
41
  # layoutlmv3-finetuned-invoice
42
 
43
- This model was trained from scratch on the generated dataset.
44
  It achieves the following results on the evaluation set:
45
- - Loss: 0.0000
46
- - Precision: 1.0
47
- - Recall: 1.0
48
- - F1: 1.0
49
- - Accuracy: 1.0
50
 
51
  ## Model description
52
 
@@ -77,13 +79,13 @@ The following hyperparameters were used during training:
77
 
78
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
79
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
80
- | No log | 2.0 | 100 | 0.0092 | 0.9959 | 0.9919 | 0.9939 | 0.9992 |
81
- | No log | 4.0 | 200 | 0.0069 | 0.9959 | 0.9919 | 0.9939 | 0.9992 |
82
- | No log | 6.0 | 300 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
83
- | No log | 8.0 | 400 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
84
- | 0.0005 | 10.0 | 500 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
85
- | 0.0005 | 12.0 | 600 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
86
- | 0.0005 | 14.0 | 700 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
87
 
88
 
89
  ### Framework versions
 
1
  ---
2
+ license: cc-by-nc-sa-4.0
3
+ base_model: microsoft/layoutlmv3-base
4
  tags:
5
  - generated_from_trainer
6
  datasets:
 
25
  metrics:
26
  - name: Precision
27
  type: precision
28
+ value: 0.9939271255060729
29
  - name: Recall
30
  type: recall
31
+ value: 0.9959432048681541
32
  - name: F1
33
  type: f1
34
+ value: 0.9949341438703141
35
  - name: Accuracy
36
  type: accuracy
37
+ value: 0.9993680219085739
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
42
 
43
  # layoutlmv3-finetuned-invoice
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.0076
48
+ - Precision: 0.9939
49
+ - Recall: 0.9959
50
+ - F1: 0.9949
51
+ - Accuracy: 0.9994
52
 
53
  ## Model description
54
 
 
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
+ | No log | 2.0 | 100 | 0.1086 | 0.87 | 0.8824 | 0.8761 | 0.9863 |
83
+ | No log | 4.0 | 200 | 0.0258 | 0.972 | 0.9858 | 0.9789 | 0.9971 |
84
+ | No log | 6.0 | 300 | 0.0172 | 0.972 | 0.9858 | 0.9789 | 0.9971 |
85
+ | No log | 8.0 | 400 | 0.0126 | 0.972 | 0.9858 | 0.9789 | 0.9971 |
86
+ | 0.1338 | 10.0 | 500 | 0.0076 | 0.9939 | 0.9959 | 0.9949 | 0.9994 |
87
+ | 0.1338 | 12.0 | 600 | 0.0073 | 0.9919 | 0.9959 | 0.9939 | 0.9992 |
88
+ | 0.1338 | 14.0 | 700 | 0.0048 | 0.9980 | 0.9980 | 0.9980 | 0.9998 |
89
 
90
 
91
  ### Framework versions