End of training
Browse files
README.md
CHANGED
@@ -6,9 +6,24 @@ tags:
|
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- marsyas/gtzan
|
|
|
|
|
9 |
model-index:
|
10 |
- name: distilhubert-finetuned-gtzan-se-finetuned-gtzan-se-2-2-finetuned-gtzan
|
11 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -17,6 +32,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
# distilhubert-finetuned-gtzan-se-finetuned-gtzan-se-2-2-finetuned-gtzan
|
18 |
|
19 |
This model is a fine-tuned version of [sveyek/distilhubert-finetuned-gtzan-se-finetuned-gtzan-se-2-2](https://huggingface.co/sveyek/distilhubert-finetuned-gtzan-se-finetuned-gtzan-se-2-2) on the GTZAN dataset.
|
|
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -35,7 +53,7 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- learning_rate:
|
39 |
- train_batch_size: 4
|
40 |
- eval_batch_size: 4
|
41 |
- seed: 42
|
@@ -49,6 +67,9 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
### Training results
|
51 |
|
|
|
|
|
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- marsyas/gtzan
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
model-index:
|
12 |
- name: distilhubert-finetuned-gtzan-se-finetuned-gtzan-se-2-2-finetuned-gtzan
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Audio Classification
|
16 |
+
type: audio-classification
|
17 |
+
dataset:
|
18 |
+
name: GTZAN
|
19 |
+
type: marsyas/gtzan
|
20 |
+
config: all
|
21 |
+
split: train
|
22 |
+
args: all
|
23 |
+
metrics:
|
24 |
+
- name: Accuracy
|
25 |
+
type: accuracy
|
26 |
+
value: 0.86
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
# distilhubert-finetuned-gtzan-se-finetuned-gtzan-se-2-2-finetuned-gtzan
|
33 |
|
34 |
This model is a fine-tuned version of [sveyek/distilhubert-finetuned-gtzan-se-finetuned-gtzan-se-2-2](https://huggingface.co/sveyek/distilhubert-finetuned-gtzan-se-finetuned-gtzan-se-2-2) on the GTZAN dataset.
|
35 |
+
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.8689
|
37 |
+
- Accuracy: 0.86
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
53 |
### Training hyperparameters
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
+
- learning_rate: 1e-05
|
57 |
- train_batch_size: 4
|
58 |
- eval_batch_size: 4
|
59 |
- seed: 42
|
|
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
71 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
72 |
+
| 0.0596 | 0.9956 | 56 | 0.8689 | 0.86 |
|
73 |
|
74 |
|
75 |
### Framework versions
|