WasuratS commited on
Commit
aedcbc6
1 Parent(s): 60d733d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -9
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.7824
22
- - Accuracy: 0.8
23
 
24
  ## Model description
25
 
@@ -38,7 +38,7 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 5e-05
42
  - train_batch_size: 8
43
  - eval_batch_size: 8
44
  - seed: 42
@@ -46,18 +46,33 @@ The following hyperparameters were used during training:
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_ratio: 0.1
49
- - num_epochs: 5
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
- | 1.6129 | 1.0 | 113 | 1.7019 | 0.52 |
57
- | 1.1591 | 2.0 | 226 | 1.1881 | 0.73 |
58
- | 1.0244 | 3.0 | 339 | 0.9023 | 0.8 |
59
- | 0.7501 | 4.0 | 452 | 0.8744 | 0.72 |
60
- | 0.6153 | 5.0 | 565 | 0.7824 | 0.8 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
 
62
 
63
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.6711
22
+ - Accuracy: 0.82
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
  - train_batch_size: 8
43
  - eval_batch_size: 8
44
  - seed: 42
 
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 20
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
+ | 2.1962 | 1.0 | 113 | 2.2220 | 0.29 |
57
+ | 1.9431 | 2.0 | 226 | 1.8877 | 0.5 |
58
+ | 1.634 | 3.0 | 339 | 1.5106 | 0.63 |
59
+ | 1.3403 | 4.0 | 452 | 1.3191 | 0.66 |
60
+ | 1.1067 | 5.0 | 565 | 1.1082 | 0.68 |
61
+ | 1.0416 | 6.0 | 678 | 1.0664 | 0.72 |
62
+ | 0.7723 | 7.0 | 791 | 0.9729 | 0.77 |
63
+ | 0.8281 | 8.0 | 904 | 0.8799 | 0.78 |
64
+ | 0.6344 | 9.0 | 1017 | 0.8142 | 0.77 |
65
+ | 0.8819 | 10.0 | 1130 | 0.8719 | 0.73 |
66
+ | 0.4279 | 11.0 | 1243 | 0.8150 | 0.78 |
67
+ | 0.425 | 12.0 | 1356 | 0.7137 | 0.81 |
68
+ | 0.2749 | 13.0 | 1469 | 0.6987 | 0.8 |
69
+ | 0.2182 | 14.0 | 1582 | 0.6849 | 0.82 |
70
+ | 0.2128 | 15.0 | 1695 | 0.6918 | 0.82 |
71
+ | 0.1831 | 16.0 | 1808 | 0.6600 | 0.81 |
72
+ | 0.1517 | 17.0 | 1921 | 0.6571 | 0.82 |
73
+ | 0.2888 | 18.0 | 2034 | 0.6880 | 0.81 |
74
+ | 0.1605 | 19.0 | 2147 | 0.6874 | 0.82 |
75
+ | 0.1492 | 20.0 | 2260 | 0.6711 | 0.82 |
76
 
77
 
78
  ### Framework versions