End of training
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
-
base_model:
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
@@ -9,7 +9,7 @@ datasets:
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
model-index:
|
12 |
-
- name: distilhubert-finetuned-gtzan
|
13 |
results:
|
14 |
- task:
|
15 |
name: Audio Classification
|
@@ -23,18 +23,18 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
should probably proofread and complete it, then remove this comment. -->
|
31 |
|
32 |
-
# distilhubert-finetuned-gtzan
|
33 |
|
34 |
-
This model is a fine-tuned version of [
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Accuracy: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -67,19 +67,9 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
-
| Training Loss | Epoch
|
71 |
-
|
72 |
-
|
|
73 |
-
| 1.8257 | 2.0 | 88 | 1.7390 | 0.4872 |
|
74 |
-
| 1.4881 | 3.0 | 132 | 1.3711 | 0.6026 |
|
75 |
-
| 1.0373 | 4.0 | 176 | 1.1632 | 0.6667 |
|
76 |
-
| 0.7621 | 5.0 | 220 | 1.0026 | 0.7308 |
|
77 |
-
| 0.6114 | 6.0 | 264 | 0.8857 | 0.7436 |
|
78 |
-
| 0.5642 | 7.0 | 308 | 0.8796 | 0.7179 |
|
79 |
-
| 0.3386 | 8.0 | 352 | 1.0714 | 0.6923 |
|
80 |
-
| 0.3364 | 9.0 | 396 | 0.8363 | 0.7308 |
|
81 |
-
| 0.1678 | 10.0 | 440 | 0.7834 | 0.7436 |
|
82 |
-
| 0.1154 | 11.0 | 484 | 0.8173 | 0.7436 |
|
83 |
|
84 |
|
85 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
base_model: MariaK/distilhubert-finetuned-gtzan-v2
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
model-index:
|
12 |
+
- name: MariaK/distilhubert-finetuned-gtzan
|
13 |
results:
|
14 |
- task:
|
15 |
name: Audio Classification
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.9
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
should probably proofread and complete it, then remove this comment. -->
|
31 |
|
32 |
+
# MariaK/distilhubert-finetuned-gtzan
|
33 |
|
34 |
+
This model is a fine-tuned version of [MariaK/distilhubert-finetuned-gtzan-v2](https://huggingface.co/MariaK/distilhubert-finetuned-gtzan-v2) on the GTZAN dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.3565
|
37 |
+
- Accuracy: 0.9
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
71 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
72 |
+
| 0.0647 | 0.9907 | 53 | 0.3565 | 0.9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
|
74 |
|
75 |
### Framework versions
|