sachin19566 commited on
Commit
e189d93
1 Parent(s): e697def

Model save

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -17,7 +17,7 @@ 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.1742
21
  - Accuracy: 1.0
22
 
23
  ## Model description
@@ -49,14 +49,14 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 0.6525 | 1.0 | 13 | 0.5139 | 1.0 |
53
- | 0.4026 | 2.0 | 26 | 0.2492 | 1.0 |
54
- | 0.226 | 3.0 | 39 | 0.1742 | 1.0 |
55
 
56
 
57
  ### Framework versions
58
 
59
- - Transformers 4.33.3
60
  - Pytorch 2.0.1+cu118
61
  - Datasets 2.14.5
62
- - Tokenizers 0.13.3
 
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.0193
21
  - Accuracy: 1.0
22
 
23
  ## Model description
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.5064 | 1.0 | 27 | 0.1733 | 1.0 |
53
+ | 0.1088 | 2.0 | 54 | 0.0283 | 1.0 |
54
+ | 0.0401 | 3.0 | 81 | 0.0193 | 1.0 |
55
 
56
 
57
  ### Framework versions
58
 
59
+ - Transformers 4.34.0
60
  - Pytorch 2.0.1+cu118
61
  - Datasets 2.14.5
62
+ - Tokenizers 0.14.1