ShreyaR commited on
Commit
c0eba01
1 Parent(s): 2d4abb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.1495
20
- - Accuracy: 0.9645
21
 
22
  ## Model description
23
 
@@ -48,9 +48,9 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | No log | 1.0 | 38 | 0.2303 | 0.9205 |
52
- | No log | 2.0 | 76 | 0.1541 | 0.963 |
53
- | No log | 3.0 | 114 | 0.1495 | 0.9645 |
54
 
55
 
56
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.1695
20
+ - Accuracy: 0.9445
21
 
22
  ## Model description
23
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 0.0243 | 1.0 | 625 | 0.2303 | 0.9205 |
52
+ | 0.0341 | 2.0 | 1250 | 0.1541 | 0.933 |
53
+ | 0.0244 | 3.0 | 1875 | 0.1495 | 0.9445 |
54
 
55
 
56
  ### Framework versions