AdonaiHS commited on
Commit
8bb70ef
1 Parent(s): 4bdb780

End of training

Browse files
Files changed (2) hide show
  1. README.md +21 -43
  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.83
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.9791
36
- - Accuracy: 0.83
37
 
38
  ## Model description
39
 
@@ -59,49 +59,27 @@ The following hyperparameters were used during training:
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
- - training_steps: 4000
63
 
64
  ### Training results
65
 
66
- | Training Loss | Epoch | Step | Accuracy | Validation Loss |
67
- |:-------------:|:-----:|:----:|:--------:|:---------------:|
68
- | 2.0825 | 0.88 | 100 | 0.47 | 1.8392 |
69
- | 1.4043 | 1.77 | 200 | 0.67 | 1.2675 |
70
- | 1.0686 | 2.65 | 300 | 0.71 | 1.0186 |
71
- | 0.8037 | 3.54 | 400 | 0.74 | 0.9198 |
72
- | 0.6215 | 4.42 | 500 | 0.78 | 0.7636 |
73
- | 0.5106 | 5.31 | 600 | 0.76 | 0.7937 |
74
- | 0.3844 | 6.19 | 700 | 0.78 | 0.6909 |
75
- | 0.3043 | 7.08 | 800 | 0.77 | 0.7279 |
76
- | 0.2453 | 7.96 | 900 | 0.82 | 0.6447 |
77
- | 0.211 | 8.85 | 1000 | 0.84 | 0.6404 |
78
- | 0.2268 | 9.73 | 1100 | 0.77 | 0.7198 |
79
- | 0.1565 | 10.62 | 1200 | 0.83 | 0.6704 |
80
- | 0.0694 | 11.5 | 1300 | 0.83 | 0.8017 |
81
- | 0.0568 | 12.39 | 1400 | 0.8 | 0.7841 |
82
- | 0.0441 | 13.27 | 1500 | 0.81 | 0.7757 |
83
- | 0.0302 | 14.16 | 1600 | 0.84 | 0.7819 |
84
- | 0.0116 | 15.04 | 1700 | 0.83 | 0.7949 |
85
- | 0.0289 | 15.93 | 1800 | 0.85 | 0.8057 |
86
- | 0.0115 | 16.81 | 1900 | 0.83 | 0.8271 |
87
- | 0.0081 | 17.7 | 2000 | 0.86 | 0.8005 |
88
- | 0.0124 | 18.58 | 2100 | 0.8 | 0.8927 |
89
- | 0.0219 | 19.47 | 2200 | 0.85 | 0.8126 |
90
- | 0.0161 | 20.35 | 2300 | 0.85 | 0.8464 |
91
- | 0.0157 | 21.24 | 2400 | 0.86 | 0.8459 |
92
- | 0.0039 | 22.12 | 2500 | 0.8 | 1.0282 |
93
- | 0.0157 | 23.01 | 2600 | 0.86 | 0.8649 |
94
- | 0.0119 | 23.89 | 2700 | 0.85 | 0.8894 |
95
- | 0.0129 | 24.78 | 2800 | 0.87 | 0.8624 |
96
- | 0.0124 | 25.66 | 2900 | 0.85 | 0.8862 |
97
- | 0.0025 | 26.55 | 3000 | 0.84 | 0.9097 |
98
- | 0.0197 | 27.43 | 3100 | 0.9150 | 0.85 |
99
- | 0.0193 | 28.32 | 3200 | 0.9986 | 0.83 |
100
- | 0.0119 | 29.2 | 3300 | 0.9001 | 0.87 |
101
- | 0.0017 | 30.09 | 3400 | 0.9599 | 0.83 |
102
- | 0.015 | 30.97 | 3500 | 0.9442 | 0.84 |
103
- | 0.0015 | 31.86 | 3600 | 0.9813 | 0.83 |
104
- | 0.0056 | 32.74 | 3700 | 0.9791 | 0.83 |
105
 
106
 
107
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.85
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.9971
36
+ - Accuracy: 0.85
37
 
38
  ## Model description
39
 
 
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
+ - training_steps: 3000
63
 
64
  ### Training results
65
 
66
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 2.2793 | 0.88 | 100 | 2.1792 | 0.41 |
69
+ | 1.992 | 1.77 | 200 | 1.6741 | 0.56 |
70
+ | 1.4928 | 2.65 | 300 | 1.2795 | 0.56 |
71
+ | 1.1156 | 3.54 | 400 | 0.9983 | 0.69 |
72
+ | 0.9162 | 4.42 | 500 | 0.8222 | 0.73 |
73
+ | 0.6785 | 5.31 | 600 | 0.8422 | 0.78 |
74
+ | 0.4695 | 6.19 | 700 | 0.7034 | 0.8 |
75
+ | 0.3362 | 7.08 | 800 | 0.9594 | 0.72 |
76
+ | 0.2051 | 7.96 | 900 | 0.6157 | 0.84 |
77
+ | 0.1242 | 8.85 | 1000 | 0.6059 | 0.86 |
78
+ | 0.0678 | 9.73 | 1100 | 0.7626 | 0.86 |
79
+ | 0.0479 | 10.62 | 1200 | 0.7886 | 0.84 |
80
+ | 0.0216 | 11.5 | 1300 | 0.8302 | 0.85 |
81
+ | 0.0202 | 12.39 | 1400 | 0.8921 | 0.86 |
82
+ | 0.0155 | 13.27 | 1500 | 0.9971 | 0.85 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
 
84
 
85
  ### Framework versions
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9adc2b404d186c8c38e6efaeed5a9508c98ad4b7644e879f07bf9d5f309fa19
3
  size 94782534
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:126e29e38f49500e3a7b2eb40a14c727a56403402de777e1af5f826930e5901b
3
  size 94782534