KoRiF commited on
Commit
3462623
1 Parent(s): d7a7d7d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -15
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.86
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ 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.8060
36
- - Accuracy: 0.86
37
 
38
  ## Model description
39
 
@@ -52,29 +52,24 @@ More information needed
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
- - learning_rate: 1e-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.4315 | 1.0 | 7 | 0.5652 | 0.94 |
69
- | 1.8803 | 2.0 | 14 | 0.5438 | 0.9 |
70
- | 1.236 | 3.0 | 21 | 0.5891 | 0.9 |
71
- | 0.6882 | 4.0 | 28 | 0.6378 | 0.9 |
72
- | 0.6126 | 5.0 | 35 | 0.6965 | 0.88 |
73
- | 0.6847 | 6.0 | 42 | 0.7258 | 0.84 |
74
- | 0.3871 | 7.0 | 49 | 0.7459 | 0.84 |
75
- | 0.2981 | 8.0 | 56 | 0.8024 | 0.86 |
76
- | 0.1321 | 9.0 | 63 | 0.8140 | 0.86 |
77
- | 0.2443 | 10.0 | 70 | 0.8060 | 0.86 |
78
 
79
 
80
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.88
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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.7321
36
+ - Accuracy: 0.88
37
 
38
  ## Model description
39
 
 
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
+ | 1.0326 | 1.0 | 7 | 0.5762 | 0.9 |
69
+ | 0.95 | 2.0 | 14 | 0.5924 | 0.9 |
70
+ | 0.9304 | 3.0 | 21 | 0.5446 | 0.9 |
71
+ | 0.4207 | 4.0 | 28 | 0.6466 | 0.88 |
72
+ | 0.261 | 5.0 | 35 | 0.7321 | 0.88 |
 
 
 
 
 
73
 
74
 
75
  ### Framework versions