End of training
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ datasets:
|
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
-
- name: hubert-base-ls960-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.
|
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 |
-
# hubert-base-ls960-finetuned-gtzan
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/hubert-base-ls960](https://huggingface.co/facebook/hubert-base-ls960) on the GTZAN dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -66,26 +66,26 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
-
| 2.
|
70 |
-
| 1.
|
71 |
-
| 1.
|
72 |
-
|
|
73 |
-
| 1.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
89 |
|
90 |
|
91 |
### Framework versions
|
|
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
+
- name: hubert-base-ls960-v2-finetuned-gtzan
|
12 |
results:
|
13 |
- task:
|
14 |
name: Audio Classification
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.84
|
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 |
+
# hubert-base-ls960-v2-finetuned-gtzan
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/hubert-base-ls960](https://huggingface.co/facebook/hubert-base-ls960) on the GTZAN dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.7772
|
36 |
+
- Accuracy: 0.84
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
+
| 2.2028 | 1.0 | 90 | 2.1088 | 0.42 |
|
70 |
+
| 1.7214 | 2.0 | 180 | 1.6669 | 0.43 |
|
71 |
+
| 1.6141 | 3.0 | 270 | 1.5335 | 0.54 |
|
72 |
+
| 0.9971 | 4.0 | 360 | 1.1589 | 0.64 |
|
73 |
+
| 1.0174 | 5.0 | 450 | 0.9587 | 0.64 |
|
74 |
+
| 0.7295 | 6.0 | 540 | 0.8286 | 0.69 |
|
75 |
+
| 0.8034 | 7.0 | 630 | 0.8001 | 0.76 |
|
76 |
+
| 0.5709 | 8.0 | 720 | 0.9846 | 0.73 |
|
77 |
+
| 0.4724 | 9.0 | 810 | 0.6829 | 0.79 |
|
78 |
+
| 0.5161 | 10.0 | 900 | 0.9728 | 0.72 |
|
79 |
+
| 0.4247 | 11.0 | 990 | 0.7745 | 0.78 |
|
80 |
+
| 0.2696 | 12.0 | 1080 | 0.5330 | 0.87 |
|
81 |
+
| 0.1403 | 13.0 | 1170 | 0.7202 | 0.83 |
|
82 |
+
| 0.3434 | 14.0 | 1260 | 0.8506 | 0.82 |
|
83 |
+
| 0.2754 | 15.0 | 1350 | 0.6707 | 0.85 |
|
84 |
+
| 0.152 | 16.0 | 1440 | 0.8752 | 0.83 |
|
85 |
+
| 0.233 | 17.0 | 1530 | 0.5098 | 0.9 |
|
86 |
+
| 0.1169 | 18.0 | 1620 | 0.7069 | 0.86 |
|
87 |
+
| 0.1667 | 19.0 | 1710 | 0.7760 | 0.84 |
|
88 |
+
| 0.0691 | 20.0 | 1800 | 0.7772 | 0.84 |
|
89 |
|
90 |
|
91 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 378310176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8911d9fe5ea2f6817e025312a3fbe1a557dafb38ee8e514c5e044a88d0c7c9a
|
3 |
size 378310176
|
runs/Aug24_22-58-10_d5da59cbac92/events.out.tfevents.1724540326.d5da59cbac92.1092.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:bb83b459015ab5ac296d6a71d33f078ec5e5c0abea7c2a6649a1abc263236812
|
3 |
+
size 88857
|