Hemg commited on
Commit
ce0c973
1 Parent(s): 7f6c4ba

Model save

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -32,7 +32,7 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the audiofolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.0159
36
  - Accuracy: 1.0
37
 
38
  ## Model description
@@ -59,16 +59,13 @@ The following hyperparameters were used during training:
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
61
  - lr_scheduler_warmup_ratio: 0.1
62
- - num_epochs: 16
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | 1.4705 | 1.0 | 9 | 1.0780 | 1.0 |
69
- | 0.7128 | 2.0 | 18 | 0.2813 | 1.0 |
70
- | 0.1842 | 3.0 | 27 | 0.0639 | 1.0 |
71
- | 0.0451 | 4.0 | 36 | 0.0159 | 1.0 |
72
 
73
 
74
  ### Framework versions
 
32
 
33
  This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the audiofolder dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.7540
36
  - Accuracy: 1.0
37
 
38
  ## Model description
 
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
61
  - lr_scheduler_warmup_ratio: 0.1
62
+ - num_epochs: 1
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 1.1681 | 1.0 | 9 | 0.7540 | 1.0 |
 
 
 
69
 
70
 
71
  ### Framework versions