KoRiF commited on
Commit
f69f143
1 Parent(s): 6fc3dc1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -13
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.6728
36
  - Accuracy: 0.84
37
 
38
  ## Model description
@@ -52,29 +52,24 @@ More information needed
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
- - learning_rate: 5e-05
56
  - train_batch_size: 8
57
  - eval_batch_size: 8
58
  - seed: 42
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
- | 1.5457 | 1.0 | 113 | 1.3306 | 0.64 |
69
- | 1.1454 | 2.0 | 226 | 0.9869 | 0.69 |
70
- | 0.7376 | 3.0 | 339 | 0.8281 | 0.74 |
71
- | 0.6605 | 4.0 | 452 | 0.7396 | 0.76 |
72
- | 0.4134 | 5.0 | 565 | 0.6014 | 0.85 |
73
- | 0.2691 | 6.0 | 678 | 0.6167 | 0.82 |
74
- | 0.3029 | 7.0 | 791 | 0.6141 | 0.82 |
75
- | 0.098 | 8.0 | 904 | 0.5634 | 0.89 |
76
- | 0.1085 | 9.0 | 1017 | 0.6662 | 0.84 |
77
- | 0.0527 | 10.0 | 1130 | 0.6728 | 0.84 |
78
 
79
 
80
  ### 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.1661
36
  - Accuracy: 0.84
37
 
38
  ## Model description
 
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
+ - learning_rate: 2e-05
56
  - train_batch_size: 8
57
  - eval_batch_size: 8
58
  - seed: 42
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: 5
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 0.0016 | 1.0 | 113 | 1.1432 | 0.85 |
69
+ | 0.0013 | 2.0 | 226 | 0.9959 | 0.85 |
70
+ | 0.1731 | 3.0 | 339 | 1.0637 | 0.84 |
71
+ | 0.0007 | 4.0 | 452 | 1.2187 | 0.84 |
72
+ | 0.0005 | 5.0 | 565 | 1.1661 | 0.84 |
 
 
 
 
 
73
 
74
 
75
  ### Framework versions