AK-12 commited on
Commit
b27d540
1 Parent(s): 6492801

End of training

Browse files
Files changed (2) hide show
  1. README.md +18 -26
  2. pytorch_model.bin +1 -1
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: 1.0646
36
- - Accuracy: 0.82
37
 
38
  ## Model description
39
 
@@ -52,39 +52,31 @@ More information needed
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
- - learning_rate: 5e-05
56
- - train_batch_size: 2
57
- - eval_batch_size: 2
58
  - seed: 42
59
  - gradient_accumulation_steps: 2
60
- - total_train_batch_size: 4
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
64
- - num_epochs: 18
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
- | 2.0114 | 1.0 | 225 | 1.8491 | 0.5 |
71
- | 1.1983 | 2.0 | 450 | 1.1911 | 0.68 |
72
- | 1.1408 | 3.0 | 675 | 0.9290 | 0.72 |
73
- | 0.7166 | 4.0 | 900 | 0.7200 | 0.78 |
74
- | 0.5334 | 5.0 | 1125 | 0.7233 | 0.79 |
75
- | 0.3294 | 6.0 | 1350 | 0.4989 | 0.83 |
76
- | 0.2949 | 7.0 | 1575 | 0.5294 | 0.85 |
77
- | 0.0067 | 8.0 | 1800 | 0.7724 | 0.83 |
78
- | 0.0041 | 9.0 | 2025 | 0.8986 | 0.8 |
79
- | 0.0049 | 10.0 | 2250 | 0.9146 | 0.83 |
80
- | 0.0016 | 11.0 | 2475 | 0.8999 | 0.85 |
81
- | 0.0013 | 12.0 | 2700 | 0.8947 | 0.86 |
82
- | 0.0015 | 13.0 | 2925 | 0.9257 | 0.85 |
83
- | 0.0009 | 14.0 | 3150 | 1.0211 | 0.82 |
84
- | 0.0009 | 15.0 | 3375 | 0.9288 | 0.84 |
85
- | 0.0008 | 16.0 | 3600 | 0.9672 | 0.82 |
86
- | 0.0009 | 17.0 | 3825 | 1.0717 | 0.82 |
87
- | 0.0756 | 18.0 | 4050 | 1.0646 | 0.82 |
88
 
89
 
90
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.78
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.7054
36
+ - Accuracy: 0.78
37
 
38
  ## Model description
39
 
 
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
+ - learning_rate: 6e-05
56
+ - train_batch_size: 6
57
+ - eval_batch_size: 6
58
  - seed: 42
59
  - gradient_accumulation_steps: 2
60
+ - total_train_batch_size: 12
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
64
+ - num_epochs: 10
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 2.0862 | 0.99 | 79 | 1.8937 | 0.42 |
71
+ | 1.4131 | 2.0 | 159 | 1.3534 | 0.64 |
72
+ | 1.0176 | 2.99 | 238 | 1.0980 | 0.66 |
73
+ | 0.6508 | 4.0 | 318 | 0.7554 | 0.86 |
74
+ | 0.5523 | 4.99 | 397 | 0.7662 | 0.76 |
75
+ | 0.398 | 6.0 | 477 | 0.6944 | 0.8 |
76
+ | 0.2008 | 6.99 | 556 | 0.6739 | 0.76 |
77
+ | 0.1801 | 8.0 | 636 | 0.7623 | 0.78 |
78
+ | 0.1044 | 8.99 | 715 | 0.7073 | 0.8 |
79
+ | 0.0788 | 9.94 | 790 | 0.7054 | 0.78 |
 
 
 
 
 
 
 
 
80
 
81
 
82
  ### Framework versions
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57c129ea25cc7597aa41bdbb9bd3a37a25cdf3e4ab97cd64b570376ed90c5d7e
3
  size 94783376
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e9c2d02e681592d0039d506c8a6ba17c0378383e43c9bab1bedd6dfaa5094c4
3
  size 94783376