venetis commited on
Commit
1f8f929
1 Parent(s): c9f3e36

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -19,11 +19,11 @@ 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 the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.2976
23
- - Accuracy: 0.9850
24
- - F1: 0.9849
25
- - Recall: 0.9850
26
- - Precision: 0.9865
27
 
28
  ## Model description
29
 
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall | Precision |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:---------:|
58
- | 0.3641 | 1.0 | 167 | 0.2976 | 0.9850 | 0.9849 | 0.9850 | 0.9865 |
59
- | 0.3762 | 2.0 | 334 | 0.2976 | 0.9850 | 0.9849 | 0.9850 | 0.9865 |
60
- | 0.3783 | 3.0 | 501 | 0.2976 | 0.9850 | 0.9849 | 0.9850 | 0.9865 |
61
 
62
 
63
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.0156
23
+ - Accuracy: 1.0
24
+ - F1: 1.0
25
+ - Recall: 1.0
26
+ - Precision: 1.0
27
 
28
  ## Model description
29
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall | Precision |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:---------:|
58
+ | 0.0585 | 1.0 | 167 | 0.0354 | 0.9985 | 0.9985 | 0.9985 | 0.9986 |
59
+ | 0.0457 | 2.0 | 334 | 0.0156 | 1.0 | 1.0 | 1.0 | 1.0 |
60
+ | 0.0207 | 3.0 | 501 | 0.0125 | 1.0 | 1.0 | 1.0 | 1.0 |
61
 
62
 
63
  ### Framework versions