Elytum commited on
Commit
9daed2c
1 Parent(s): 78a4fe2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [gaunernst/bert-small-uncased](https://huggingface.co/gaunernst/bert-small-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.0566
23
- - Precision: 0.9814
24
- - Recall: 0.9869
25
- - F1: 0.9842
26
- - Accuracy: 0.9872
27
 
28
  ## Model description
29
 
@@ -54,9 +54,9 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | No log | 1.0 | 250 | 0.0687 | 0.9768 | 0.9807 | 0.9788 | 0.9832 |
58
- | 0.2661 | 2.0 | 500 | 0.0572 | 0.9826 | 0.9861 | 0.9843 | 0.9873 |
59
- | 0.2661 | 3.0 | 750 | 0.0566 | 0.9814 | 0.9869 | 0.9842 | 0.9872 |
60
 
61
 
62
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [gaunernst/bert-small-uncased](https://huggingface.co/gaunernst/bert-small-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.0186
23
+ - Precision: 0.9941
24
+ - Recall: 0.9952
25
+ - F1: 0.9946
26
+ - Accuracy: 0.9963
27
 
28
  ## Model description
29
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | 0.0277 | 1.0 | 2500 | 0.0190 | 0.9929 | 0.9939 | 0.9934 | 0.9956 |
58
+ | 0.0137 | 2.0 | 5000 | 0.0180 | 0.9935 | 0.9951 | 0.9943 | 0.9960 |
59
+ | 0.0095 | 3.0 | 7500 | 0.0186 | 0.9941 | 0.9952 | 0.9946 | 0.9963 |
60
 
61
 
62
  ### Framework versions