End of training
Browse files- README.md +10 -43
- model.safetensors +1 -1
README.md
CHANGED
@@ -6,35 +6,17 @@ tags:
|
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- marsyas/gtzan
|
9 |
-
metrics:
|
10 |
-
- accuracy
|
11 |
model-index:
|
12 |
-
- name: distilhubert-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.77
|
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 [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: 0.9845
|
37 |
-
- Accuracy: 0.77
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -54,33 +36,18 @@ 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: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_ratio: 0.1
|
63 |
- num_epochs: 10
|
64 |
-
|
65 |
-
### Training results
|
66 |
-
|
67 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
-
| 1.7838 | 1.0 | 450 | 1.6025 | 0.46 |
|
70 |
-
| 0.7936 | 2.0 | 900 | 1.2049 | 0.6 |
|
71 |
-
| 0.4021 | 3.0 | 1350 | 1.0288 | 0.66 |
|
72 |
-
| 1.1686 | 4.0 | 1800 | 0.8219 | 0.74 |
|
73 |
-
| 0.0712 | 5.0 | 2250 | 0.8418 | 0.76 |
|
74 |
-
| 0.0278 | 6.0 | 2700 | 0.9047 | 0.76 |
|
75 |
-
| 0.0097 | 7.0 | 3150 | 0.9742 | 0.73 |
|
76 |
-
| 0.0102 | 8.0 | 3600 | 0.9556 | 0.77 |
|
77 |
-
| 0.0062 | 9.0 | 4050 | 0.9434 | 0.78 |
|
78 |
-
| 0.0098 | 10.0 | 4500 | 0.9845 | 0.77 |
|
79 |
-
|
80 |
|
81 |
### Framework versions
|
82 |
|
83 |
-
- Transformers 4.
|
84 |
-
- Pytorch 2.6.0
|
85 |
-
- Datasets 3.
|
86 |
-
- Tokenizers 0.21.
|
|
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- marsyas/gtzan
|
|
|
|
|
9 |
model-index:
|
10 |
+
- name: distilhubert-finetuned-gtzan-6
|
11 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
+
# distilhubert-finetuned-gtzan-6
|
18 |
|
19 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
|
|
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
- learning_rate: 5e-05
|
39 |
+
- train_batch_size: 16
|
40 |
+
- eval_batch_size: 16
|
41 |
- seed: 42
|
42 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
43 |
- lr_scheduler_type: linear
|
44 |
- lr_scheduler_warmup_ratio: 0.1
|
45 |
- num_epochs: 10
|
46 |
+
- mixed_precision_training: Native AMP
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
### Framework versions
|
49 |
|
50 |
+
- Transformers 4.50.2
|
51 |
+
- Pytorch 2.6.0+cu124
|
52 |
+
- Datasets 3.5.0
|
53 |
+
- Tokenizers 0.21.1
|
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:ff335948ef97922913fe3e29b73e74a88ecec50199e216138a3357ff099e3291
|
3 |
size 94771728
|