destinyg423 commited on
Commit
e62bbda
1 Parent(s): 085db04

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.0978
24
- - Precision: 0.8382
25
- - Recall: 0.8906
26
- - F1: 0.8636
27
- - Accuracy: 0.9743
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
- | No log | 1.0 | 176 | 0.1604 | 0.75 | 0.7865 | 0.7678 | 0.9554 |
59
- | No log | 2.0 | 352 | 0.1005 | 0.8293 | 0.8854 | 0.8564 | 0.9720 |
60
- | 0.2323 | 3.0 | 528 | 0.0978 | 0.8382 | 0.8906 | 0.8636 | 0.9743 |
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.1008
24
+ - Precision: 0.8322
25
+ - Recall: 0.8872
26
+ - F1: 0.8588
27
+ - Accuracy: 0.9729
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 176 | 0.1623 | 0.7443 | 0.7986 | 0.7705 | 0.9561 |
59
+ | No log | 2.0 | 352 | 0.1076 | 0.8138 | 0.8802 | 0.8457 | 0.9698 |
60
+ | 0.2353 | 3.0 | 528 | 0.1008 | 0.8322 | 0.8872 | 0.8588 | 0.9729 |
61
 
62
 
63
  ### Framework versions