shtif commited on
Commit
7e9d91e
1 Parent(s): 833ec02

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -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.6633
22
- - Accuracy: 0.84
23
 
24
  ## Model description
25
 
@@ -45,19 +45,14 @@ 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: 6
49
  - mixed_precision_training: Native AMP
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
- | 1.3806 | 1.0 | 113 | 1.5601 | 0.53 |
56
- | 0.9388 | 2.0 | 226 | 1.1111 | 0.67 |
57
- | 0.8746 | 3.0 | 339 | 0.9314 | 0.71 |
58
- | 0.5114 | 4.0 | 452 | 0.8017 | 0.75 |
59
- | 0.4226 | 5.0 | 565 | 0.7738 | 0.81 |
60
- | 0.23 | 6.0 | 678 | 0.6633 | 0.84 |
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.5377
22
+ - Accuracy: 0.86
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: 1
49
  - mixed_precision_training: Native AMP
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 0.2579 | 1.0 | 113 | 0.5377 | 0.86 |
 
 
 
 
 
56
 
57
 
58
  ### Framework versions