End of training
Browse files- README.md +87 -0
- config.json +134 -0
- model.safetensors +3 -0
- preprocessor_config.json +9 -0
- runs/Apr10_13-05-53_mratet-MS-7A38/events.out.tfevents.1712747156.mratet-MS-7A38 +3 -0
- runs/Apr10_13-06-13_mratet-MS-7A38/events.out.tfevents.1712747176.mratet-MS-7A38 +3 -0
- runs/Apr10_13-06-46_mratet-MS-7A38/events.out.tfevents.1712747208.mratet-MS-7A38 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: yus988/pingpong-music_genres_classification-finetuned
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- marsyas/gtzan
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: pingpong-music_genres_classification-finetuned-finetuned-gtzan
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Audio Classification
|
14 |
+
type: audio-classification
|
15 |
+
dataset:
|
16 |
+
name: GTZAN
|
17 |
+
type: marsyas/gtzan
|
18 |
+
config: all
|
19 |
+
split: train
|
20 |
+
args: all
|
21 |
+
metrics:
|
22 |
+
- name: Accuracy
|
23 |
+
type: accuracy
|
24 |
+
value: 0.94
|
25 |
+
---
|
26 |
+
|
27 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
28 |
+
should probably proofread and complete it, then remove this comment. -->
|
29 |
+
|
30 |
+
# pingpong-music_genres_classification-finetuned-finetuned-gtzan
|
31 |
+
|
32 |
+
This model is a fine-tuned version of [yus988/pingpong-music_genres_classification-finetuned](https://huggingface.co/yus988/pingpong-music_genres_classification-finetuned) on the GTZAN dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.3171
|
35 |
+
- Accuracy: 0.94
|
36 |
+
|
37 |
+
## Model description
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Intended uses & limitations
|
42 |
+
|
43 |
+
More information needed
|
44 |
+
|
45 |
+
## Training and evaluation data
|
46 |
+
|
47 |
+
More information needed
|
48 |
+
|
49 |
+
## Training procedure
|
50 |
+
|
51 |
+
### Training hyperparameters
|
52 |
+
|
53 |
+
The following hyperparameters were used during training:
|
54 |
+
- learning_rate: 5e-05
|
55 |
+
- train_batch_size: 1
|
56 |
+
- eval_batch_size: 1
|
57 |
+
- seed: 42
|
58 |
+
- gradient_accumulation_steps: 16
|
59 |
+
- total_train_batch_size: 16
|
60 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
+
- lr_scheduler_type: linear
|
62 |
+
- lr_scheduler_warmup_ratio: 0.1
|
63 |
+
- num_epochs: 10
|
64 |
+
- mixed_precision_training: Native AMP
|
65 |
+
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 1.817 | 1.0 | 56 | 1.5314 | 0.83 |
|
71 |
+
| 1.3804 | 1.99 | 112 | 1.2976 | 0.73 |
|
72 |
+
| 1.1139 | 2.99 | 168 | 0.7886 | 0.9 |
|
73 |
+
| 0.8946 | 3.99 | 224 | 0.6678 | 0.89 |
|
74 |
+
| 0.7045 | 4.98 | 280 | 0.8158 | 0.82 |
|
75 |
+
| 0.7178 | 6.0 | 337 | 0.7588 | 0.83 |
|
76 |
+
| 0.6513 | 6.99 | 393 | 0.4012 | 0.93 |
|
77 |
+
| 0.548 | 7.99 | 449 | 0.3258 | 0.93 |
|
78 |
+
| 0.3329 | 8.99 | 505 | 0.3477 | 0.93 |
|
79 |
+
| 0.2874 | 9.97 | 560 | 0.3171 | 0.94 |
|
80 |
+
|
81 |
+
|
82 |
+
### Framework versions
|
83 |
+
|
84 |
+
- Transformers 4.39.3
|
85 |
+
- Pytorch 2.2.2
|
86 |
+
- Datasets 2.18.0
|
87 |
+
- Tokenizers 0.15.2
|
config.json
ADDED
@@ -0,0 +1,134 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "yus988/pingpong-music_genres_classification-finetuned",
|
3 |
+
"activation_dropout": 0.1,
|
4 |
+
"adapter_attn_dim": null,
|
5 |
+
"adapter_kernel_size": 3,
|
6 |
+
"adapter_stride": 2,
|
7 |
+
"add_adapter": false,
|
8 |
+
"apply_spec_augment": true,
|
9 |
+
"architectures": [
|
10 |
+
"Wav2Vec2ForSequenceClassification"
|
11 |
+
],
|
12 |
+
"attention_dropout": 0.1,
|
13 |
+
"bos_token_id": 1,
|
14 |
+
"classifier_proj_size": 256,
|
15 |
+
"codevector_dim": 256,
|
16 |
+
"contrastive_logits_temperature": 0.1,
|
17 |
+
"conv_bias": false,
|
18 |
+
"conv_dim": [
|
19 |
+
512,
|
20 |
+
512,
|
21 |
+
512,
|
22 |
+
512,
|
23 |
+
512,
|
24 |
+
512,
|
25 |
+
512
|
26 |
+
],
|
27 |
+
"conv_kernel": [
|
28 |
+
10,
|
29 |
+
3,
|
30 |
+
3,
|
31 |
+
3,
|
32 |
+
3,
|
33 |
+
2,
|
34 |
+
2
|
35 |
+
],
|
36 |
+
"conv_stride": [
|
37 |
+
5,
|
38 |
+
2,
|
39 |
+
2,
|
40 |
+
2,
|
41 |
+
2,
|
42 |
+
2,
|
43 |
+
2
|
44 |
+
],
|
45 |
+
"ctc_loss_reduction": "sum",
|
46 |
+
"ctc_zero_infinity": false,
|
47 |
+
"diversity_loss_weight": 0.1,
|
48 |
+
"do_stable_layer_norm": false,
|
49 |
+
"eos_token_id": 2,
|
50 |
+
"feat_extract_activation": "gelu",
|
51 |
+
"feat_extract_dropout": 0.0,
|
52 |
+
"feat_extract_norm": "group",
|
53 |
+
"feat_proj_dropout": 0.1,
|
54 |
+
"feat_quantizer_dropout": 0.0,
|
55 |
+
"final_dropout": 0.1,
|
56 |
+
"gradient_checkpointing": false,
|
57 |
+
"hidden_act": "gelu",
|
58 |
+
"hidden_dropout": 0.1,
|
59 |
+
"hidden_dropout_prob": 0.1,
|
60 |
+
"hidden_size": 768,
|
61 |
+
"id2label": {
|
62 |
+
"0": "blues",
|
63 |
+
"1": "classical",
|
64 |
+
"2": "country",
|
65 |
+
"3": "disco",
|
66 |
+
"4": "hiphop",
|
67 |
+
"5": "jazz",
|
68 |
+
"6": "metal",
|
69 |
+
"7": "pop",
|
70 |
+
"8": "reggae",
|
71 |
+
"9": "rock"
|
72 |
+
},
|
73 |
+
"initializer_range": 0.02,
|
74 |
+
"intermediate_size": 3072,
|
75 |
+
"label2id": {
|
76 |
+
"blues": "0",
|
77 |
+
"classical": "1",
|
78 |
+
"country": "2",
|
79 |
+
"disco": "3",
|
80 |
+
"hiphop": "4",
|
81 |
+
"jazz": "5",
|
82 |
+
"metal": "6",
|
83 |
+
"pop": "7",
|
84 |
+
"reggae": "8",
|
85 |
+
"rock": "9"
|
86 |
+
},
|
87 |
+
"layer_norm_eps": 1e-05,
|
88 |
+
"layerdrop": 0.1,
|
89 |
+
"mask_feature_length": 10,
|
90 |
+
"mask_feature_min_masks": 0,
|
91 |
+
"mask_feature_prob": 0.0,
|
92 |
+
"mask_time_length": 10,
|
93 |
+
"mask_time_min_masks": 2,
|
94 |
+
"mask_time_prob": 0.05,
|
95 |
+
"model_type": "wav2vec2",
|
96 |
+
"num_adapter_layers": 3,
|
97 |
+
"num_attention_heads": 12,
|
98 |
+
"num_codevector_groups": 2,
|
99 |
+
"num_codevectors_per_group": 320,
|
100 |
+
"num_conv_pos_embedding_groups": 16,
|
101 |
+
"num_conv_pos_embeddings": 128,
|
102 |
+
"num_feat_extract_layers": 7,
|
103 |
+
"num_hidden_layers": 12,
|
104 |
+
"num_negatives": 100,
|
105 |
+
"output_hidden_size": 768,
|
106 |
+
"pad_token_id": 0,
|
107 |
+
"proj_codevector_dim": 256,
|
108 |
+
"tdnn_dilation": [
|
109 |
+
1,
|
110 |
+
2,
|
111 |
+
3,
|
112 |
+
1,
|
113 |
+
1
|
114 |
+
],
|
115 |
+
"tdnn_dim": [
|
116 |
+
512,
|
117 |
+
512,
|
118 |
+
512,
|
119 |
+
512,
|
120 |
+
1500
|
121 |
+
],
|
122 |
+
"tdnn_kernel": [
|
123 |
+
5,
|
124 |
+
3,
|
125 |
+
3,
|
126 |
+
1,
|
127 |
+
1
|
128 |
+
],
|
129 |
+
"torch_dtype": "float32",
|
130 |
+
"transformers_version": "4.39.3",
|
131 |
+
"use_weighted_layer_sum": false,
|
132 |
+
"vocab_size": 32,
|
133 |
+
"xvector_output_dim": 512
|
134 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:effc8e0fcfe20938a22c0701450616d650bac7fe97073f57e8cf652eb56b4b57
|
3 |
+
size 378310592
|
preprocessor_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
+
"feature_size": 1,
|
5 |
+
"padding_side": "right",
|
6 |
+
"padding_value": 0.0,
|
7 |
+
"return_attention_mask": true,
|
8 |
+
"sampling_rate": 16000
|
9 |
+
}
|
runs/Apr10_13-05-53_mratet-MS-7A38/events.out.tfevents.1712747156.mratet-MS-7A38
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21a34b8c74469645b5282248f9fa46c82e58a125a1ce145d1c798b36f0cc0b40
|
3 |
+
size 6614
|
runs/Apr10_13-06-13_mratet-MS-7A38/events.out.tfevents.1712747176.mratet-MS-7A38
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd30aeac1493f8eef3e4cd868bacc39f5934ca80f020d665f15ddc0885e2e58e
|
3 |
+
size 6615
|
runs/Apr10_13-06-46_mratet-MS-7A38/events.out.tfevents.1712747208.mratet-MS-7A38
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b643f174f7c4b58f8a9a9e86aaf89d2a1f1c28ede30bd42a96201de62303bdf
|
3 |
+
size 33719
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:016cbb2886fe6f0c53f2ee85d20f88f7e6ffb075ac24c27ed564e2c63edf35c9
|
3 |
+
size 5048
|