End of training
Browse files- README.md +18 -26
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
@@ -8,7 +8,7 @@ datasets:
|
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
-
- name: distilhubert-finetuned-
|
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 |
-
# distilhubert-finetuned-
|
32 |
|
33 |
-
This model is a fine-tuned version of [
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss:
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -52,35 +52,27 @@ More information needed
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
-
- learning_rate: 0.
|
56 |
-
- train_batch_size:
|
57 |
-
- eval_batch_size:
|
58 |
- seed: 42
|
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 |
-
- num_epochs:
|
63 |
- mixed_precision_training: Native AMP
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
-
|
|
70 |
-
|
|
71 |
-
|
|
72 |
-
|
|
73 |
-
| 0.
|
74 |
-
|
|
75 |
-
| 0.
|
76 |
-
| 0.5687 | 8.0 | 232 | 1.0503 | 0.7125 |
|
77 |
-
| 0.4684 | 9.0 | 261 | 1.1167 | 0.7125 |
|
78 |
-
| 0.2836 | 10.0 | 290 | 1.5990 | 0.65 |
|
79 |
-
| 0.138 | 11.0 | 319 | 1.2096 | 0.7375 |
|
80 |
-
| 0.0406 | 12.0 | 348 | 1.7311 | 0.6375 |
|
81 |
-
| 0.0341 | 13.0 | 377 | 1.7048 | 0.6375 |
|
82 |
-
| 0.0059 | 14.0 | 406 | 1.4933 | 0.7 |
|
83 |
-
| 0.0034 | 15.0 | 435 | 1.5220 | 0.7125 |
|
84 |
|
85 |
|
86 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: chaouch/distilhubert-finetuned-gtzan
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
|
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
+
- name: distilhubert-finetuned-gtzan-finetuned-gtzan
|
12 |
results:
|
13 |
- task:
|
14 |
name: Audio Classification
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.9666666666666667
|
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 |
+
# distilhubert-finetuned-gtzan-finetuned-gtzan
|
32 |
|
33 |
+
This model is a fine-tuned version of [chaouch/distilhubert-finetuned-gtzan](https://huggingface.co/chaouch/distilhubert-finetuned-gtzan) on the GTZAN dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.1733
|
36 |
+
- Accuracy: 0.9667
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 0.0001
|
56 |
+
- train_batch_size: 6
|
57 |
+
- eval_batch_size: 6
|
58 |
- seed: 42
|
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 |
+
- num_epochs: 7
|
63 |
- mixed_precision_training: Native AMP
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
+
| 0.026 | 1.0 | 135 | 0.2289 | 0.9444 |
|
70 |
+
| 0.1351 | 2.0 | 270 | 0.1379 | 0.9778 |
|
71 |
+
| 0.01 | 3.0 | 405 | 0.2310 | 0.9667 |
|
72 |
+
| 0.0053 | 4.0 | 540 | 0.1727 | 0.9667 |
|
73 |
+
| 0.0002 | 5.0 | 675 | 0.1703 | 0.9667 |
|
74 |
+
| 0.0002 | 6.0 | 810 | 0.1722 | 0.9667 |
|
75 |
+
| 0.0002 | 7.0 | 945 | 0.1733 | 0.9667 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
|
77 |
|
78 |
### 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:17396ed3157e82be6b93f4785e57371e45578248b3c0f0e12d10687d0d129f4a
|
3 |
size 94771728
|