renjithks commited on
Commit
23b32a5
1 Parent(s): 33c93e2

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.1788
22
- - Precision: 0.6612
23
- - Recall: 0.6789
24
- - F1: 0.6699
25
- - Accuracy: 0.9549
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.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
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.2025
22
+ - Precision: 0.6442
23
+ - Recall: 0.6761
24
+ - F1: 0.6598
25
+ - Accuracy: 0.9507
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.2940 | 0.4214 | 0.2956 | 0.3475 | 0.9147 |
57
+ | No log | 2.0 | 44 | 0.2487 | 0.4134 | 0.4526 | 0.4321 | 0.9175 |
58
+ | No log | 3.0 | 66 | 0.1922 | 0.5399 | 0.5460 | 0.5429 | 0.9392 |
59
+ | No log | 4.0 | 88 | 0.1977 | 0.5653 | 0.5813 | 0.5732 | 0.9434 |
60
+ | No log | 5.0 | 110 | 0.2018 | 0.6173 | 0.6252 | 0.6212 | 0.9477 |
61
+ | No log | 6.0 | 132 | 0.1823 | 0.6232 | 0.6153 | 0.6192 | 0.9485 |
62
+ | No log | 7.0 | 154 | 0.1972 | 0.6203 | 0.6238 | 0.6220 | 0.9477 |
63
+ | No log | 8.0 | 176 | 0.1952 | 0.6292 | 0.6407 | 0.6349 | 0.9511 |
64
+ | No log | 9.0 | 198 | 0.2070 | 0.6331 | 0.6492 | 0.6411 | 0.9489 |
65
+ | No log | 10.0 | 220 | 0.2025 | 0.6442 | 0.6761 | 0.6598 | 0.9507 |
66
 
67
 
68
  ### Framework versions