evertonaleixo commited on
Commit
c811489
1 Parent(s): 01d14c4

End of training

Browse files
Files changed (2) hide show
  1. README.md +41 -12
  2. pytorch_model.bin +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ datasets:
8
  metrics:
9
  - accuracy
10
  model-index:
11
- - name: distilhubert-finetuned-gtzan
12
  results:
13
  - task:
14
  name: Audio Classification
@@ -22,18 +22,18 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.11
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
  should probably proofread and complete it, then remove this comment. -->
30
 
31
- # distilhubert-finetuned-gtzan
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: 2.3061
36
- - Accuracy: 0.11
37
 
38
  ## Model description
39
 
@@ -53,24 +53,53 @@ More information needed
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 5e-05
56
- - train_batch_size: 1
57
- - eval_batch_size: 1
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: 1
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | 2.3978 | 1.0 | 899 | 2.3061 | 0.11 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
 
70
 
71
  ### Framework versions
72
 
73
  - Transformers 4.33.0.dev0
74
- - Pytorch 2.0.1
75
- - Datasets 2.12.0
76
- - Tokenizers 0.13.2
 
8
  metrics:
9
  - accuracy
10
  model-index:
11
+ - name: distilhubert-finetuned-gtzan-30-epochs
12
  results:
13
  - task:
14
  name: Audio Classification
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.81
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
  should probably proofread and complete it, then remove this comment. -->
30
 
31
+ # distilhubert-finetuned-gtzan-30-epochs
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.1939
36
+ - Accuracy: 0.81
37
 
38
  ## Model description
39
 
 
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 5e-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: 30
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 2.1804 | 1.0 | 113 | 2.1756 | 0.46 |
69
+ | 1.7271 | 2.0 | 226 | 1.6973 | 0.53 |
70
+ | 1.2703 | 3.0 | 339 | 1.2950 | 0.51 |
71
+ | 0.9446 | 4.0 | 452 | 0.9433 | 0.68 |
72
+ | 0.6192 | 5.0 | 565 | 0.7885 | 0.73 |
73
+ | 0.3628 | 6.0 | 678 | 0.8338 | 0.76 |
74
+ | 0.2871 | 7.0 | 791 | 0.8125 | 0.74 |
75
+ | 0.0587 | 8.0 | 904 | 0.7500 | 0.8 |
76
+ | 0.1316 | 9.0 | 1017 | 0.8711 | 0.79 |
77
+ | 0.0175 | 10.0 | 1130 | 0.7429 | 0.82 |
78
+ | 0.0818 | 11.0 | 1243 | 0.9848 | 0.81 |
79
+ | 0.0049 | 12.0 | 1356 | 1.0498 | 0.76 |
80
+ | 0.0034 | 13.0 | 1469 | 1.0422 | 0.84 |
81
+ | 0.0028 | 14.0 | 1582 | 1.0919 | 0.83 |
82
+ | 0.0023 | 15.0 | 1695 | 1.0565 | 0.82 |
83
+ | 0.0019 | 16.0 | 1808 | 1.0797 | 0.84 |
84
+ | 0.0769 | 17.0 | 1921 | 1.1430 | 0.82 |
85
+ | 0.104 | 18.0 | 2034 | 1.1482 | 0.8 |
86
+ | 0.0014 | 19.0 | 2147 | 1.0972 | 0.83 |
87
+ | 0.0012 | 20.0 | 2260 | 1.1867 | 0.82 |
88
+ | 0.0012 | 21.0 | 2373 | 1.1914 | 0.82 |
89
+ | 0.0012 | 22.0 | 2486 | 1.1461 | 0.84 |
90
+ | 0.0009 | 23.0 | 2599 | 1.1401 | 0.82 |
91
+ | 0.0009 | 24.0 | 2712 | 1.1686 | 0.84 |
92
+ | 0.0009 | 25.0 | 2825 | 1.1824 | 0.85 |
93
+ | 0.0009 | 26.0 | 2938 | 1.1815 | 0.81 |
94
+ | 0.0008 | 27.0 | 3051 | 1.1808 | 0.82 |
95
+ | 0.0008 | 28.0 | 3164 | 1.1904 | 0.81 |
96
+ | 0.0008 | 29.0 | 3277 | 1.1990 | 0.82 |
97
+ | 0.0008 | 30.0 | 3390 | 1.1939 | 0.81 |
98
 
99
 
100
  ### Framework versions
101
 
102
  - Transformers 4.33.0.dev0
103
+ - Pytorch 2.0.1+cu118
104
+ - Datasets 2.14.4
105
+ - Tokenizers 0.13.3
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:447fb43c81a8f3b8ea046150997205bb822e26dc2ace54a57b0b49c927f2903a
3
  size 94783376
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98ef95f2eeee30150ffe68fdbbf4bdca389410211416308ace36a75b4977070d
3
  size 94783376