monkeyerKong commited on
Commit
c1e0e27
·
verified ·
1 Parent(s): c8f7bcb

Training finish!

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0711
24
- - Precision: 0.8851
25
- - Recall: 0.9216
26
- - F1: 0.9030
27
- - Accuracy: 0.9802
28
 
29
  ## Model description
30
 
@@ -55,7 +55,7 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 0.2275 | 1.0 | 878 | 0.0711 | 0.8851 | 0.9216 | 0.9030 | 0.9802 |
59
 
60
 
61
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0719
24
+ - Precision: 0.8805
25
+ - Recall: 0.9236
26
+ - F1: 0.9015
27
+ - Accuracy: 0.9807
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.2227 | 1.0 | 878 | 0.0719 | 0.8805 | 0.9236 | 0.9015 | 0.9807 |
59
 
60
 
61
  ### Framework versions