Siddharthparmar7 commited on
Commit
e907995
1 Parent(s): d3bf78d

Training completed!

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0718
21
- - Accuracy: 0.9384
22
 
23
  ## Model description
24
 
@@ -49,16 +49,16 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 318 | 0.5346 | 0.6926 |
53
- | 0.7856 | 2.0 | 636 | 0.2075 | 0.8571 |
54
- | 0.7856 | 3.0 | 954 | 0.1200 | 0.9142 |
55
- | 0.2224 | 4.0 | 1272 | 0.0947 | 0.9284 |
56
- | 0.1191 | 5.0 | 1590 | 0.0843 | 0.9326 |
57
- | 0.1191 | 6.0 | 1908 | 0.0787 | 0.9339 |
58
- | 0.0951 | 7.0 | 2226 | 0.0754 | 0.9368 |
59
- | 0.0855 | 8.0 | 2544 | 0.0739 | 0.9381 |
60
- | 0.0855 | 9.0 | 2862 | 0.0722 | 0.9387 |
61
- | 0.0814 | 10.0 | 3180 | 0.0718 | 0.9384 |
62
 
63
 
64
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0723
21
+ - Accuracy: 0.9345
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 318 | 0.5334 | 0.6965 |
53
+ | 0.7862 | 2.0 | 636 | 0.2075 | 0.8623 |
54
+ | 0.7862 | 3.0 | 954 | 0.1198 | 0.9103 |
55
+ | 0.2221 | 4.0 | 1272 | 0.0946 | 0.9268 |
56
+ | 0.1188 | 5.0 | 1590 | 0.0850 | 0.9265 |
57
+ | 0.1188 | 6.0 | 1908 | 0.0789 | 0.9323 |
58
+ | 0.0952 | 7.0 | 2226 | 0.0757 | 0.9329 |
59
+ | 0.0855 | 8.0 | 2544 | 0.0740 | 0.9342 |
60
+ | 0.0855 | 9.0 | 2862 | 0.0725 | 0.9348 |
61
+ | 0.0813 | 10.0 | 3180 | 0.0723 | 0.9345 |
62
 
63
 
64
  ### Framework versions