ChristianSneffeFleischer commited on
Commit
33fc30f
·
verified ·
1 Parent(s): 5b58593

Training complete

Browse files
Files changed (1) hide show
  1. README.md +10 -10
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.8383
24
- - Precision: 0.0
25
- - Recall: 0.0
26
- - F1: 0.0
27
- - Accuracy: 0.8005
28
 
29
  ## Model description
30
 
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
58
- | No log | 1.0 | 183 | 0.8495 | 0.0 | 0.0 | 0.0 | 0.8005 |
59
- | No log | 2.0 | 366 | 0.8433 | 0.0 | 0.0 | 0.0 | 0.8005 |
60
- | 0.8573 | 3.0 | 549 | 0.8383 | 0.0 | 0.0 | 0.0 | 0.8005 |
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.1445
24
+ - Precision: 0.8577
25
+ - Recall: 0.9018
26
+ - F1: 0.8792
27
+ - Accuracy: 0.9625
28
 
29
  ## Model description
30
 
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 199 | 0.2021 | 0.7253 | 0.8035 | 0.7624 | 0.9363 |
59
+ | No log | 2.0 | 398 | 0.1521 | 0.8362 | 0.8944 | 0.8643 | 0.9589 |
60
+ | 0.2566 | 3.0 | 597 | 0.1445 | 0.8577 | 0.9018 | 0.8792 | 0.9625 |
61
 
62
 
63
  ### Framework versions