DavidFM43 commited on
Commit
e674095
1 Parent(s): eab1cfc

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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: 2.2122
22
- - Accuracy: 0.46
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: 1.9710604668225084e-06
42
  - train_batch_size: 4
43
  - eval_batch_size: 4
44
  - seed: 42
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
- | 2.2805 | 1.0 | 112 | 2.2812 | 0.25 |
57
- | 2.2618 | 2.0 | 225 | 2.2510 | 0.32 |
58
- | 2.24 | 3.0 | 337 | 2.2299 | 0.42 |
59
- | 2.2191 | 4.0 | 450 | 2.2166 | 0.44 |
60
- | 2.2425 | 4.98 | 560 | 2.2122 | 0.46 |
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.6189
22
+ - Accuracy: 0.83
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 0.00013888307813432008
42
  - train_batch_size: 4
43
  - eval_batch_size: 4
44
  - seed: 42
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
+ | 1.2028 | 1.0 | 112 | 1.2877 | 0.56 |
57
+ | 0.7758 | 2.0 | 225 | 0.9572 | 0.74 |
58
+ | 0.706 | 3.0 | 337 | 0.9283 | 0.7 |
59
+ | 0.4612 | 4.0 | 450 | 0.8568 | 0.78 |
60
+ | 0.2309 | 4.98 | 560 | 0.6189 | 0.83 |
61
 
62
 
63
  ### Framework versions