rcd12 commited on
Commit
c2aa228
·
verified ·
1 Parent(s): 18bd9af

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -21,10 +21,10 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.1125
25
- - Precision: 0.9051
26
- - Recall: 0.9192
27
- - F1: 0.9121
28
  - Accuracy: 0.9827
29
 
30
  ## Model description
@@ -57,9 +57,9 @@ The following hyperparameters were used during training:
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
59
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
60
- | 0.0473 | 1.0 | 878 | 0.0407 | 0.9256 | 0.9390 | 0.9323 | 0.9891 |
61
- | 0.0199 | 2.0 | 1756 | 0.0386 | 0.9433 | 0.9481 | 0.9457 | 0.9909 |
62
- | 0.0126 | 3.0 | 2634 | 0.0367 | 0.9444 | 0.9527 | 0.9485 | 0.9914 |
63
 
64
 
65
  ### Framework versions
 
21
 
22
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.1154
25
+ - Precision: 0.9026
26
+ - Recall: 0.9210
27
+ - F1: 0.9117
28
  - Accuracy: 0.9827
29
 
30
  ## Model description
 
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
59
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
60
+ | 0.0456 | 1.0 | 878 | 0.0421 | 0.9238 | 0.9340 | 0.9289 | 0.9886 |
61
+ | 0.0206 | 2.0 | 1756 | 0.0388 | 0.9450 | 0.9490 | 0.9470 | 0.9907 |
62
+ | 0.0131 | 3.0 | 2634 | 0.0371 | 0.9435 | 0.9517 | 0.9476 | 0.9913 |
63
 
64
 
65
  ### Framework versions