anvayS commited on
Commit
6cb9a1b
1 Parent(s): e77ed89

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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-finetuned-sst-2-english](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.5896
20
- - Accuracy: 0.7247
21
 
22
  ## Model description
23
 
@@ -46,12 +46,12 @@ The following hyperparameters were used during training:
46
 
47
  ### Training results
48
 
49
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|
51
- | 0.6063 | 1.0 | 2500 | 0.6102 | 0.7247 |
52
- | 0.5872 | 2.0 | 5000 | 0.5918 | 0.7247 |
53
- | 0.5861 | 3.0 | 7500 | 0.5908 | 0.7247 |
54
- | 0.5878 | 4.0 | 10000 | 0.5896 | 0.7247 |
55
 
56
 
57
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.1667
20
+ - Accuracy: 0.9497
21
 
22
  ## Model description
23
 
 
46
 
47
  ### Training results
48
 
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 0.5866 | 1.0 | 1250 | 0.5692 | 0.7247 |
52
+ | 0.5638 | 2.0 | 2500 | 0.4841 | 0.7813 |
53
+ | 0.4652 | 3.0 | 3750 | 0.2712 | 0.9077 |
54
+ | 0.3088 | 4.0 | 5000 | 0.1667 | 0.9497 |
55
 
56
 
57
  ### Framework versions