hiiamsid commited on
Commit
2274ad3
1 Parent(s): a0185a2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.82
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.5914
36
- - Accuracy: 0.82
37
 
38
  ## Model description
39
 
@@ -53,28 +53,28 @@ More information needed
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 0.0001
56
- - train_batch_size: 16
57
- - eval_batch_size: 16
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.9157 | 1.0 | 57 | 1.7318 | 0.45 |
69
- | 1.2425 | 2.0 | 114 | 1.1454 | 0.7 |
70
- | 0.8878 | 3.0 | 171 | 0.8611 | 0.76 |
71
- | 0.6978 | 4.0 | 228 | 0.7691 | 0.77 |
72
- | 0.4136 | 5.0 | 285 | 0.6523 | 0.82 |
73
- | 0.2548 | 6.0 | 342 | 0.5780 | 0.84 |
74
- | 0.183 | 7.0 | 399 | 0.6210 | 0.81 |
75
- | 0.0801 | 8.0 | 456 | 0.6295 | 0.82 |
76
- | 0.0709 | 9.0 | 513 | 0.6664 | 0.82 |
77
- | 0.0423 | 10.0 | 570 | 0.5914 | 0.82 |
78
 
79
 
80
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.87
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.6201
36
+ - Accuracy: 0.87
37
 
38
  ## Model description
39
 
 
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 0.0001
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.15
62
  - num_epochs: 10
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 1.8953 | 1.0 | 113 | 1.7589 | 0.5 |
69
+ | 1.223 | 2.0 | 226 | 1.0978 | 0.62 |
70
+ | 0.8826 | 3.0 | 339 | 0.8046 | 0.75 |
71
+ | 0.8539 | 4.0 | 452 | 0.6580 | 0.78 |
72
+ | 0.319 | 5.0 | 565 | 0.5853 | 0.81 |
73
+ | 0.2293 | 6.0 | 678 | 0.6173 | 0.82 |
74
+ | 0.3119 | 7.0 | 791 | 0.5053 | 0.85 |
75
+ | 0.0233 | 8.0 | 904 | 0.6036 | 0.86 |
76
+ | 0.0205 | 9.0 | 1017 | 0.6029 | 0.87 |
77
+ | 0.0091 | 10.0 | 1130 | 0.6201 | 0.87 |
78
 
79
 
80
  ### Framework versions