alban12 commited on
Commit
1b650d6
1 Parent(s): 66ae61e

Training complete

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.0467
25
- - Precision: 0.8120
26
- - Recall: 0.8640
27
- - F1: 0.8372
28
- - Accuracy: 0.9861
29
 
30
  ## Model description
31
 
@@ -56,9 +56,9 @@ The following hyperparameters were used during training:
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
- | 0.0959 | 1.0 | 766 | 0.0454 | 0.7838 | 0.8669 | 0.8232 | 0.9849 |
60
- | 0.0337 | 2.0 | 1532 | 0.0419 | 0.8160 | 0.8550 | 0.8351 | 0.9862 |
61
- | 0.0247 | 3.0 | 2298 | 0.0467 | 0.8120 | 0.8640 | 0.8372 | 0.9861 |
62
 
63
 
64
  ### Framework versions
 
21
 
22
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.0252
25
+ - Precision: 0.7999
26
+ - Recall: 0.8551
27
+ - F1: 0.8266
28
+ - Accuracy: 0.9922
29
 
30
  ## Model description
31
 
 
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | 0.0178 | 1.0 | 773 | 0.0253 | 0.7972 | 0.8418 | 0.8189 | 0.9921 |
60
+ | 0.0156 | 2.0 | 1546 | 0.0234 | 0.8027 | 0.8575 | 0.8292 | 0.9923 |
61
+ | 0.0114 | 3.0 | 2319 | 0.0252 | 0.7999 | 0.8551 | 0.8266 | 0.9922 |
62
 
63
 
64
  ### Framework versions