shtif commited on
Commit
d21ebea
1 Parent(s): 22ad4a3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -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: 0.6216
22
- - Accuracy: 0.85
23
 
24
  ## Model description
25
 
@@ -45,18 +45,17 @@ The following hyperparameters were used during training:
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: 5
49
  - mixed_precision_training: Native AMP
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
- | 0.4112 | 1.0 | 113 | 0.6618 | 0.83 |
56
- | 0.1451 | 2.0 | 226 | 0.6944 | 0.82 |
57
- | 0.1972 | 3.0 | 339 | 0.5561 | 0.86 |
58
- | 0.0062 | 4.0 | 452 | 0.5888 | 0.88 |
59
- | 0.0058 | 5.0 | 565 | 0.6216 | 0.85 |
60
 
61
 
62
  ### 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.7706
22
+ - Accuracy: 0.84
23
 
24
  ## Model description
25
 
 
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: 4
49
  - mixed_precision_training: Native AMP
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 0.0486 | 1.0 | 113 | 0.9972 | 0.8 |
56
+ | 0.0018 | 2.0 | 226 | 0.8953 | 0.81 |
57
+ | 0.0025 | 3.0 | 339 | 0.7969 | 0.83 |
58
+ | 0.0007 | 4.0 | 452 | 0.7706 | 0.84 |
 
59
 
60
 
61
  ### Framework versions