DanGalt commited on
Commit
bdc85b1
1 Parent(s): e201ebe

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -7
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.8990
22
- - Accuracy: 0.72
23
 
24
  ## Model description
25
 
@@ -40,20 +40,32 @@ More information needed
40
  The following hyperparameters were used during training:
41
  - learning_rate: 0.0005
42
  - train_batch_size: 8
43
- - eval_batch_size: 8
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_ratio: 0.1
48
- - num_epochs: 3.0
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
- | 1.6921 | 1.0 | 113 | 1.5801 | 0.43 |
55
- | 1.3581 | 2.0 | 226 | 1.1903 | 0.65 |
56
- | 0.8594 | 3.0 | 339 | 0.8990 | 0.72 |
 
 
 
 
 
 
 
 
 
 
 
 
57
 
58
 
59
  ### 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: 1.2425
22
+ - Accuracy: 0.84
23
 
24
  ## Model description
25
 
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 0.0005
42
  - train_batch_size: 8
43
+ - eval_batch_size: 12
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_ratio: 0.1
48
+ - num_epochs: 15
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
+ | 1.2069 | 1.0 | 113 | 1.3361 | 0.5 |
55
+ | 1.5776 | 2.0 | 226 | 1.4992 | 0.43 |
56
+ | 1.2343 | 3.0 | 339 | 1.2779 | 0.48 |
57
+ | 0.8813 | 4.0 | 452 | 1.2418 | 0.62 |
58
+ | 0.8836 | 5.0 | 565 | 0.9679 | 0.71 |
59
+ | 0.7827 | 6.0 | 678 | 0.9275 | 0.7 |
60
+ | 0.4979 | 7.0 | 791 | 1.2511 | 0.69 |
61
+ | 0.466 | 8.0 | 904 | 1.0917 | 0.73 |
62
+ | 0.6358 | 9.0 | 1017 | 0.7578 | 0.81 |
63
+ | 0.5371 | 10.0 | 1130 | 1.2664 | 0.72 |
64
+ | 0.0353 | 11.0 | 1243 | 1.2281 | 0.77 |
65
+ | 0.0159 | 12.0 | 1356 | 1.5949 | 0.73 |
66
+ | 0.0011 | 13.0 | 1469 | 1.0783 | 0.85 |
67
+ | 0.0007 | 14.0 | 1582 | 1.3324 | 0.82 |
68
+ | 0.0007 | 15.0 | 1695 | 1.2425 | 0.84 |
69
 
70
 
71
  ### Framework versions