koakande commited on
Commit
0dfc4c8
1 Parent(s): f10cea6

Training complete

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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.0587
24
- - Precision: 0.9328
25
- - Recall: 0.9492
26
- - F1: 0.9409
27
- - Accuracy: 0.9863
28
 
29
  ## Model description
30
 
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 0.0775 | 1.0 | 1756 | 0.0667 | 0.9031 | 0.9337 | 0.9182 | 0.9820 |
59
- | 0.0363 | 2.0 | 3512 | 0.0655 | 0.9360 | 0.9470 | 0.9414 | 0.9852 |
60
- | 0.0245 | 3.0 | 5268 | 0.0587 | 0.9328 | 0.9492 | 0.9409 | 0.9863 |
61
 
62
 
63
  ### 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.0631
24
+ - Precision: 0.9315
25
+ - Recall: 0.9498
26
+ - F1: 0.9406
27
+ - Accuracy: 0.9862
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.0738 | 1.0 | 1756 | 0.0722 | 0.8916 | 0.9317 | 0.9112 | 0.9798 |
59
+ | 0.0326 | 2.0 | 3512 | 0.0713 | 0.9336 | 0.9472 | 0.9404 | 0.9850 |
60
+ | 0.0232 | 3.0 | 5268 | 0.0631 | 0.9315 | 0.9498 | 0.9406 | 0.9862 |
61
 
62
 
63
  ### Framework versions