BrandonM001 commited on
Commit
a604932
1 Parent(s): c0cc7c0

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.0638
24
- - Precision: 0.9377
25
- - Recall: 0.9500
26
- - F1: 0.9438
27
- - Accuracy: 0.9858
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.0737 | 1.0 | 1756 | 0.0652 | 0.9077 | 0.9335 | 0.9204 | 0.9817 |
59
- | 0.0358 | 2.0 | 3512 | 0.0679 | 0.9307 | 0.9450 | 0.9378 | 0.9850 |
60
- | 0.0209 | 3.0 | 5268 | 0.0638 | 0.9377 | 0.9500 | 0.9438 | 0.9858 |
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.0622
24
+ - Precision: 0.9325
25
+ - Recall: 0.9504
26
+ - F1: 0.9413
27
+ - Accuracy: 0.9863
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.0752 | 1.0 | 1756 | 0.0633 | 0.9163 | 0.9377 | 0.9269 | 0.9828 |
59
+ | 0.0356 | 2.0 | 3512 | 0.0638 | 0.9365 | 0.9482 | 0.9423 | 0.9857 |
60
+ | 0.022 | 3.0 | 5268 | 0.0622 | 0.9325 | 0.9504 | 0.9413 | 0.9863 |
61
 
62
 
63
  ### Framework versions