sachin19566 commited on
Commit
7579a40
1 Parent(s): 40df00a

VoiceXP.ai/distilbert_Pizza_Intent

Browse files
Files changed (1) hide show
  1. README.md +3 -5
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.0002
21
  - Accuracy: 0.9999
22
 
23
  ## Model description
@@ -43,15 +43,13 @@ 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: 3
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
52
- | 0.0053 | 1.0 | 10583 | 0.0008 | 0.9999 |
53
- | 0.0017 | 2.0 | 21166 | 0.0008 | 0.9998 |
54
- | 0.0006 | 3.0 | 31749 | 0.0002 | 0.9999 |
55
 
56
 
57
  ### 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.0004
21
  - Accuracy: 0.9999
22
 
23
  ## Model description
 
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.0046 | 1.0 | 10583 | 0.0004 | 0.9999 |
 
 
53
 
54
 
55
  ### Framework versions