End of training
Browse files
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,19 +22,19 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
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 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/naganithin2004/huggingface/runs/
|
32 |
-
# distilhubert-finetuned-gtzan
|
33 |
|
34 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss:
|
37 |
-
- Accuracy: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -54,29 +54,69 @@ More information needed
|
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
- learning_rate: 5e-05
|
57 |
-
- train_batch_size:
|
58 |
-
- eval_batch_size:
|
59 |
- seed: 42
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_ratio: 0.1
|
63 |
-
- num_epochs:
|
64 |
- mixed_precision_training: Native AMP
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
-
|
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
74 |
-
|
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
|
81 |
|
82 |
### Framework versions
|
|
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
+
- name: distilhubert-new-finetuned-gtzan
|
12 |
results:
|
13 |
- task:
|
14 |
name: Audio Classification
|
|
|
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
|
29 |
should probably proofread and complete it, then remove this comment. -->
|
30 |
|
31 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/naganithin2004/huggingface/runs/i8in1y3p)
|
32 |
+
# distilhubert-new-finetuned-gtzan
|
33 |
|
34 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 1.7615
|
37 |
+
- Accuracy: 0.85
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
- learning_rate: 5e-05
|
57 |
+
- train_batch_size: 16
|
58 |
+
- eval_batch_size: 16
|
59 |
- seed: 42
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_ratio: 0.1
|
63 |
+
- num_epochs: 50
|
64 |
- mixed_precision_training: Native AMP
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 2.2914 | 1.0 | 57 | 2.2595 | 0.25 |
|
71 |
+
| 2.1225 | 2.0 | 114 | 2.0265 | 0.57 |
|
72 |
+
| 1.7631 | 3.0 | 171 | 1.6482 | 0.59 |
|
73 |
+
| 1.3445 | 4.0 | 228 | 1.3380 | 0.62 |
|
74 |
+
| 1.1548 | 5.0 | 285 | 1.0589 | 0.72 |
|
75 |
+
| 0.9289 | 6.0 | 342 | 0.8541 | 0.76 |
|
76 |
+
| 0.708 | 7.0 | 399 | 0.7628 | 0.79 |
|
77 |
+
| 0.4497 | 8.0 | 456 | 0.7088 | 0.82 |
|
78 |
+
| 0.4061 | 9.0 | 513 | 0.6118 | 0.85 |
|
79 |
+
| 0.286 | 10.0 | 570 | 0.6684 | 0.79 |
|
80 |
+
| 0.1739 | 11.0 | 627 | 0.5965 | 0.83 |
|
81 |
+
| 0.1103 | 12.0 | 684 | 0.8414 | 0.81 |
|
82 |
+
| 0.0922 | 13.0 | 741 | 0.5937 | 0.87 |
|
83 |
+
| 0.0166 | 14.0 | 798 | 0.5786 | 0.86 |
|
84 |
+
| 0.0075 | 15.0 | 855 | 0.7950 | 0.84 |
|
85 |
+
| 0.0014 | 16.0 | 912 | 0.8492 | 0.87 |
|
86 |
+
| 0.0006 | 17.0 | 969 | 1.2642 | 0.82 |
|
87 |
+
| 0.0815 | 18.0 | 1026 | 1.1173 | 0.87 |
|
88 |
+
| 0.0 | 19.0 | 1083 | 1.2181 | 0.86 |
|
89 |
+
| 0.0 | 20.0 | 1140 | 1.6673 | 0.85 |
|
90 |
+
| 0.0 | 21.0 | 1197 | 1.4749 | 0.86 |
|
91 |
+
| 0.0611 | 22.0 | 1254 | 2.2533 | 0.82 |
|
92 |
+
| 0.0978 | 23.0 | 1311 | 2.0092 | 0.86 |
|
93 |
+
| 0.0 | 24.0 | 1368 | 2.3586 | 0.83 |
|
94 |
+
| 0.0 | 25.0 | 1425 | 1.7617 | 0.86 |
|
95 |
+
| 0.0 | 26.0 | 1482 | 1.7425 | 0.86 |
|
96 |
+
| 0.0 | 27.0 | 1539 | 1.8418 | 0.85 |
|
97 |
+
| 0.0 | 28.0 | 1596 | 1.6987 | 0.87 |
|
98 |
+
| 0.0 | 29.0 | 1653 | 1.9399 | 0.85 |
|
99 |
+
| 0.0 | 30.0 | 1710 | 2.4230 | 0.81 |
|
100 |
+
| 0.0 | 31.0 | 1767 | 1.4312 | 0.88 |
|
101 |
+
| 0.1807 | 32.0 | 1824 | 1.5278 | 0.87 |
|
102 |
+
| 0.0 | 33.0 | 1881 | 1.3795 | 0.88 |
|
103 |
+
| 0.0 | 34.0 | 1938 | 1.5051 | 0.88 |
|
104 |
+
| 0.0 | 35.0 | 1995 | 1.6587 | 0.85 |
|
105 |
+
| 0.0 | 36.0 | 2052 | 1.6256 | 0.86 |
|
106 |
+
| 0.0 | 37.0 | 2109 | 1.7290 | 0.85 |
|
107 |
+
| 0.0 | 38.0 | 2166 | 1.8676 | 0.87 |
|
108 |
+
| 0.0 | 39.0 | 2223 | 1.8963 | 0.86 |
|
109 |
+
| 0.166 | 40.0 | 2280 | 1.7057 | 0.85 |
|
110 |
+
| 0.1293 | 41.0 | 2337 | 1.4235 | 0.87 |
|
111 |
+
| 0.1491 | 42.0 | 2394 | 1.7916 | 0.85 |
|
112 |
+
| 0.1416 | 43.0 | 2451 | 1.8634 | 0.85 |
|
113 |
+
| 0.0 | 44.0 | 2508 | 1.6286 | 0.86 |
|
114 |
+
| 0.0526 | 45.0 | 2565 | 1.6242 | 0.86 |
|
115 |
+
| 0.0 | 46.0 | 2622 | 1.7576 | 0.85 |
|
116 |
+
| 0.0 | 47.0 | 2679 | 1.7897 | 0.85 |
|
117 |
+
| 0.0 | 48.0 | 2736 | 1.7571 | 0.85 |
|
118 |
+
| 0.0018 | 49.0 | 2793 | 1.6993 | 0.85 |
|
119 |
+
| 0.0 | 50.0 | 2850 | 1.7615 | 0.85 |
|
120 |
|
121 |
|
122 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94771728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d035ac81a2099aa45c2709eb5cce2d8727afda9a55c6df273a7f1e0f03cae35f
|
3 |
size 94771728
|
runs/Aug18_08-20-27_d8f6ff7ef295/events.out.tfevents.1723969290.d8f6ff7ef295.34.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc8a55299ab8e2c14337a801dfdb3685892c81e62b92d6ed41640033fb51d7d4
|
3 |
+
size 142727
|