JFuellem commited on
Commit
a853c95
1 Parent(s): 6efc834

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -14
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.85
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ 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.6034
36
- - Accuracy: 0.85
37
 
38
  ## Model description
39
 
@@ -59,22 +59,27 @@ 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: 10
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | 2.0064 | 1.0 | 113 | 1.8202 | 0.41 |
69
- | 1.302 | 2.0 | 226 | 1.1734 | 0.73 |
70
- | 1.0377 | 3.0 | 339 | 0.9812 | 0.71 |
71
- | 0.8217 | 4.0 | 452 | 0.8479 | 0.74 |
72
- | 0.5438 | 5.0 | 565 | 0.6818 | 0.82 |
73
- | 0.3907 | 6.0 | 678 | 0.6460 | 0.82 |
74
- | 0.4398 | 7.0 | 791 | 0.5976 | 0.86 |
75
- | 0.1695 | 8.0 | 904 | 0.5846 | 0.85 |
76
- | 0.2673 | 9.0 | 1017 | 0.6181 | 0.84 |
77
- | 0.1348 | 10.0 | 1130 | 0.6034 | 0.85 |
 
 
 
 
 
78
 
79
 
80
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.87
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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.6210
36
+ - Accuracy: 0.87
37
 
38
  ## Model description
39
 
 
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: 15
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 2.1281 | 1.0 | 113 | 1.9810 | 0.46 |
69
+ | 1.4934 | 2.0 | 226 | 1.3605 | 0.62 |
70
+ | 1.1668 | 3.0 | 339 | 0.9967 | 0.75 |
71
+ | 0.9904 | 4.0 | 452 | 0.8179 | 0.74 |
72
+ | 0.7369 | 5.0 | 565 | 0.6686 | 0.84 |
73
+ | 0.5161 | 6.0 | 678 | 0.6022 | 0.8 |
74
+ | 0.5269 | 7.0 | 791 | 0.5942 | 0.85 |
75
+ | 0.2076 | 8.0 | 904 | 0.5678 | 0.86 |
76
+ | 0.3907 | 9.0 | 1017 | 0.5466 | 0.85 |
77
+ | 0.2112 | 10.0 | 1130 | 0.5610 | 0.86 |
78
+ | 0.0678 | 11.0 | 1243 | 0.5933 | 0.87 |
79
+ | 0.063 | 12.0 | 1356 | 0.6582 | 0.81 |
80
+ | 0.0342 | 13.0 | 1469 | 0.6052 | 0.88 |
81
+ | 0.0209 | 14.0 | 1582 | 0.6139 | 0.88 |
82
+ | 0.021 | 15.0 | 1695 | 0.6210 | 0.87 |
83
 
84
 
85
  ### Framework versions