Venkatesh4342 commited on
Commit
5cf686d
1 Parent(s): 3247b91

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.3877
22
- - Accuracy: 0.9048
23
- - F1: 0.9028
24
 
25
  ## Model description
26
 
@@ -51,7 +51,12 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
54
- | 0.8347 | 3.975 | 318 | 0.3877 | 0.9048 | 0.9028 |
 
 
 
 
 
55
 
56
 
57
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.3691
22
+ - Accuracy: 0.8889
23
+ - F1: 0.8869
24
 
25
  ## Model description
26
 
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
54
+ | No log | 1.0 | 80 | 1.3227 | 0.6190 | 0.5528 |
55
+ | No log | 2.0 | 160 | 0.6966 | 0.8413 | 0.8256 |
56
+ | No log | 3.0 | 240 | 0.4750 | 0.8730 | 0.8676 |
57
+ | 0.8347 | 4.0 | 320 | 0.3859 | 0.9048 | 0.9028 |
58
+ | 0.8347 | 5.0 | 400 | 0.3788 | 0.9048 | 0.9028 |
59
+ | 0.8347 | 6.0 | 480 | 0.3691 | 0.8889 | 0.8869 |
60
 
61
 
62
  ### Framework versions