u00890358 commited on
Commit
e6af46a
1 Parent(s): dcf42aa

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.0592
24
- - Precision: 0.9333
25
- - Recall: 0.9510
26
- - F1: 0.9421
27
- - Accuracy: 0.9862
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.0759 | 1.0 | 1756 | 0.0605 | 0.9128 | 0.9374 | 0.9249 | 0.9830 |
59
- | 0.0359 | 2.0 | 3512 | 0.0644 | 0.9325 | 0.9468 | 0.9396 | 0.9854 |
60
- | 0.0226 | 3.0 | 5268 | 0.0592 | 0.9333 | 0.9510 | 0.9421 | 0.9862 |
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.0614
24
+ - Precision: 0.9377
25
+ - Recall: 0.9505
26
+ - F1: 0.9441
27
+ - Accuracy: 0.9866
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.0758 | 1.0 | 1756 | 0.0640 | 0.9107 | 0.9355 | 0.9230 | 0.9820 |
59
+ | 0.0361 | 2.0 | 3512 | 0.0643 | 0.9319 | 0.9446 | 0.9382 | 0.9854 |
60
+ | 0.0198 | 3.0 | 5268 | 0.0614 | 0.9377 | 0.9505 | 0.9441 | 0.9866 |
61
 
62
 
63
  ### Framework versions