graphcore-rahult commited on
Commit
c3b23da
·
1 Parent(s): 496588d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the conll2003 dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.0712
25
- - Precision: 0.8982
26
- - Recall: 0.9146
27
- - F1: 0.9063
28
- - Accuracy: 0.9794
29
 
30
  ## Model description
31
 
@@ -61,9 +61,9 @@ The following hyperparameters were used during training:
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
64
- | 0.1048 | 1.0 | 219 | 0.0906 | 0.8689 | 0.8808 | 0.8748 | 0.9740 |
65
- | 0.1335 | 2.0 | 438 | 0.0739 | 0.8989 | 0.9080 | 0.9034 | 0.9789 |
66
- | 0.0463 | 3.0 | 657 | 0.0712 | 0.8982 | 0.9146 | 0.9063 | 0.9794 |
67
 
68
 
69
  ### Framework versions
 
21
 
22
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the conll2003 dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.0714
25
+ - Precision: 0.8968
26
+ - Recall: 0.9138
27
+ - F1: 0.9052
28
+ - Accuracy: 0.9796
29
 
30
  ## Model description
31
 
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
64
+ | 0.1048 | 1.0 | 219 | 0.0948 | 0.8606 | 0.8813 | 0.8708 | 0.9734 |
65
+ | 0.1062 | 2.0 | 438 | 0.0742 | 0.8964 | 0.9072 | 0.9018 | 0.9789 |
66
+ | 0.0458 | 3.0 | 657 | 0.0714 | 0.8968 | 0.9138 | 0.9052 | 0.9796 |
67
 
68
 
69
  ### Framework versions