BrandonM001 commited on
Commit
05a6fcd
1 Parent(s): 980fc31

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.0612
24
- - Precision: 0.9380
25
- - Recall: 0.9525
26
- - F1: 0.9452
27
- - Accuracy: 0.9870
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.0734 | 1.0 | 1756 | 0.0637 | 0.9100 | 0.9357 | 0.9227 | 0.9829 |
59
- | 0.0348 | 2.0 | 3512 | 0.0605 | 0.9380 | 0.9497 | 0.9438 | 0.9866 |
60
- | 0.0205 | 3.0 | 5268 | 0.0612 | 0.9380 | 0.9525 | 0.9452 | 0.9870 |
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.0616
24
+ - Precision: 0.9350
25
+ - Recall: 0.9510
26
+ - F1: 0.9429
27
+ - Accuracy: 0.9866
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.073 | 1.0 | 1756 | 0.0665 | 0.9079 | 0.9327 | 0.9201 | 0.9808 |
59
+ | 0.0333 | 2.0 | 3512 | 0.0639 | 0.9359 | 0.9488 | 0.9423 | 0.9862 |
60
+ | 0.0211 | 3.0 | 5268 | 0.0616 | 0.9350 | 0.9510 | 0.9429 | 0.9866 |
61
 
62
 
63
  ### Framework versions