jungnerd commited on
Commit
0e43264
·
verified ·
1 Parent(s): 89432ee

Training completed!

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.2212
23
- - Accuracy: 0.922
24
- - F1: 0.9219
25
 
26
  ## Model description
27
 
@@ -52,8 +52,8 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
- | 0.8495 | 1.0 | 250 | 0.3211 | 0.9025 | 0.9012 |
56
- | 0.2526 | 2.0 | 500 | 0.2212 | 0.922 | 0.9219 |
57
 
58
 
59
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.2249
23
+ - Accuracy: 0.923
24
+ - F1: 0.9231
25
 
26
  ## Model description
27
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
+ | 0.8381 | 1.0 | 250 | 0.3319 | 0.9055 | 0.9050 |
56
+ | 0.2536 | 2.0 | 500 | 0.2249 | 0.923 | 0.9231 |
57
 
58
 
59
  ### Framework versions