jstoone commited on
Commit
2634a41
1 Parent(s): 4c769a0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -9
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 GTZAN dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.6180
36
  - Accuracy: 0.83
37
 
38
  ## Model description
@@ -59,19 +59,21 @@ 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: 7
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | 1.6805 | 1.0 | 225 | 1.4984 | 0.64 |
69
- | 0.8767 | 2.0 | 450 | 1.0174 | 0.67 |
70
- | 0.9691 | 3.0 | 675 | 0.8688 | 0.73 |
71
- | 0.6252 | 4.0 | 900 | 0.7695 | 0.77 |
72
- | 0.2577 | 5.0 | 1125 | 0.6340 | 0.81 |
73
- | 0.076 | 6.0 | 1350 | 0.6358 | 0.8 |
74
- | 0.1941 | 7.0 | 1575 | 0.6180 | 0.83 |
 
 
75
 
76
 
77
  ### Framework versions
 
32
 
33
  This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 1.1019
36
  - Accuracy: 0.83
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: 9
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 0.1326 | 1.0 | 225 | 0.6275 | 0.81 |
69
+ | 0.32 | 2.0 | 450 | 0.9461 | 0.78 |
70
+ | 0.4269 | 3.0 | 675 | 0.8966 | 0.84 |
71
+ | 0.1847 | 4.0 | 900 | 1.3268 | 0.8 |
72
+ | 0.0009 | 5.0 | 1125 | 1.0639 | 0.81 |
73
+ | 0.0006 | 6.0 | 1350 | 1.3213 | 0.81 |
74
+ | 0.0006 | 7.0 | 1575 | 1.1195 | 0.81 |
75
+ | 0.0004 | 8.0 | 1800 | 1.0799 | 0.83 |
76
+ | 0.0004 | 9.0 | 2025 | 1.1019 | 0.83 |
77
 
78
 
79
  ### Framework versions