ChristianSneffeFleischer commited on
Commit
bf66e71
1 Parent(s): 3ac856f

training and evaluation 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 [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.1473
24
- - Precision: 0.8997
25
- - Recall: 0.9311
26
- - F1: 0.9151
27
- - Accuracy: 0.9721
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 | 199 | 0.1382 | 0.8850 | 0.9270 | 0.9055 | 0.9701 |
59
- | No log | 2.0 | 398 | 0.1359 | 0.9080 | 0.9250 | 0.9164 | 0.9706 |
60
- | 0.0325 | 3.0 | 597 | 0.1473 | 0.8997 | 0.9311 | 0.9151 | 0.9721 |
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.1280
24
+ - Precision: 0.8723
25
+ - Recall: 0.9143
26
+ - F1: 0.8928
27
+ - Accuracy: 0.9697
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 199 | 0.1830 | 0.7612 | 0.8280 | 0.7932 | 0.9483 |
59
+ | No log | 2.0 | 398 | 0.1424 | 0.8580 | 0.9103 | 0.8834 | 0.9643 |
60
+ | 0.2566 | 3.0 | 597 | 0.1280 | 0.8723 | 0.9143 | 0.8928 | 0.9697 |
61
 
62
 
63
  ### Framework versions