renjithks commited on
Commit
9aa235e
·
1 Parent(s): 2392f93

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [renjithks/layoutlmv3-cord-ner](https://huggingface.co/renjithks/layoutlmv3-cord-ner) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.1905
22
- - Precision: 0.6189
23
- - Recall: 0.6591
24
- - F1: 0.6384
25
- - Accuracy: 0.9529
26
 
27
  ## Model description
28
 
@@ -53,16 +53,16 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
56
- | No log | 1.0 | 22 | 0.2818 | 0.3420 | 0.2801 | 0.3079 | 0.9064 |
57
- | No log | 2.0 | 44 | 0.1898 | 0.5280 | 0.4540 | 0.4882 | 0.9380 |
58
- | No log | 3.0 | 66 | 0.1729 | 0.5992 | 0.6153 | 0.6071 | 0.9479 |
59
- | No log | 4.0 | 88 | 0.1880 | 0.6179 | 0.6040 | 0.6109 | 0.9457 |
60
- | No log | 5.0 | 110 | 0.1845 | 0.5607 | 0.5941 | 0.5769 | 0.9451 |
61
- | No log | 6.0 | 132 | 0.1869 | 0.6071 | 0.6294 | 0.6181 | 0.9501 |
62
- | No log | 7.0 | 154 | 0.1838 | 0.6288 | 0.6492 | 0.6388 | 0.9517 |
63
- | No log | 8.0 | 176 | 0.1928 | 0.5973 | 0.6167 | 0.6068 | 0.9503 |
64
- | No log | 9.0 | 198 | 0.1899 | 0.6179 | 0.6634 | 0.6398 | 0.9521 |
65
- | No log | 10.0 | 220 | 0.1905 | 0.6189 | 0.6591 | 0.6384 | 0.9529 |
66
 
67
 
68
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [renjithks/layoutlmv3-cord-ner](https://huggingface.co/renjithks/layoutlmv3-cord-ner) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.1788
22
+ - Precision: 0.6612
23
+ - Recall: 0.6789
24
+ - F1: 0.6699
25
+ - Accuracy: 0.9549
26
 
27
  ## Model description
28
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
56
+ | No log | 1.0 | 22 | 0.3892 | 0.0 | 0.0 | 0.0 | 0.8793 |
57
+ | No log | 2.0 | 44 | 0.2854 | 0.3343 | 0.3352 | 0.3347 | 0.8956 |
58
+ | No log | 3.0 | 66 | 0.2085 | 0.5692 | 0.5233 | 0.5453 | 0.9388 |
59
+ | No log | 4.0 | 88 | 0.1785 | 0.5556 | 0.6153 | 0.5839 | 0.9426 |
60
+ | No log | 5.0 | 110 | 0.1853 | 0.5769 | 0.6365 | 0.6052 | 0.9455 |
61
+ | No log | 6.0 | 132 | 0.1593 | 0.6592 | 0.6676 | 0.6634 | 0.9539 |
62
+ | No log | 7.0 | 154 | 0.1684 | 0.6676 | 0.6506 | 0.6590 | 0.9529 |
63
+ | No log | 8.0 | 176 | 0.1759 | 0.6443 | 0.6506 | 0.6474 | 0.9537 |
64
+ | No log | 9.0 | 198 | 0.1740 | 0.6607 | 0.6832 | 0.6718 | 0.9555 |
65
+ | No log | 10.0 | 220 | 0.1788 | 0.6612 | 0.6789 | 0.6699 | 0.9549 |
66
 
67
 
68
  ### Framework versions