sachin19566 commited on
Commit
4966df9
1 Parent(s): 1d2d438

Model save

Browse files
Files changed (1) hide show
  1. README.md +6 -4
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.5863
21
- - Accuracy: 0.92
22
 
23
  ## Model description
24
 
@@ -43,13 +43,15 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 1
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 0.6541 | 1.0 | 13 | 0.5863 | 0.92 |
 
 
53
 
54
 
55
  ### 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.1742
21
+ - Accuracy: 1.0
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 3
47
 
48
  ### Training results
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