sachin19566 commited on
Commit
09f6e19
1 Parent(s): e6abc87

Model save

Browse files
Files changed (1) hide show
  1. README.md +8 -6
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.0002
21
- - Accuracy: 1.0000
22
 
23
  ## Model description
24
 
@@ -43,18 +43,20 @@ 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.0048 | 1.0 | 10582 | 0.0002 | 1.0000 |
 
 
53
 
54
 
55
  ### Framework versions
56
 
57
- - Transformers 4.33.3
58
  - Pytorch 2.0.1+cu118
59
  - Datasets 2.14.5
60
- - 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.0007
21
+ - Accuracy: 0.9999
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.0056 | 1.0 | 10583 | 0.0025 | 0.9996 |
53
+ | 0.0015 | 2.0 | 21166 | 0.0005 | 0.9999 |
54
+ | 0.0005 | 3.0 | 31749 | 0.0007 | 0.9999 |
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