spellingdragon
commited on
Commit
•
b60a358
1
Parent(s):
08dc999
End of training
Browse files- README.md +77 -0
- config.json +143 -0
- model.safetensors +3 -0
- preprocessor_config.json +9 -0
- runs/Jan14_12-11-17_969012b81595/events.out.tfevents.1705234278.969012b81595.287.0 +3 -0
- runs/Jan14_12-26-17_969012b81595/events.out.tfevents.1705235179.969012b81595.287.1 +3 -0
- runs/Jan14_12-28-14_969012b81595/events.out.tfevents.1705235295.969012b81595.287.2 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: ntu-spml/distilhubert
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- marsyas/gtzan
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: wav2vec2-xlsr-finetuned-gtzan
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Audio Classification
|
15 |
+
type: audio-classification
|
16 |
+
dataset:
|
17 |
+
name: GTZAN
|
18 |
+
type: marsyas/gtzan
|
19 |
+
config: all
|
20 |
+
split: train
|
21 |
+
args: all
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.44
|
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 |
+
# wav2vec2-xlsr-finetuned-gtzan
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.7912
|
36 |
+
- Accuracy: 0.44
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Intended uses & limitations
|
43 |
+
|
44 |
+
More information needed
|
45 |
+
|
46 |
+
## Training and evaluation data
|
47 |
+
|
48 |
+
More information needed
|
49 |
+
|
50 |
+
## Training procedure
|
51 |
+
|
52 |
+
### Training hyperparameters
|
53 |
+
|
54 |
+
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 0.0001
|
56 |
+
- train_batch_size: 8
|
57 |
+
- eval_batch_size: 8
|
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: 1
|
63 |
+
- mixed_precision_training: Native AMP
|
64 |
+
|
65 |
+
### Training results
|
66 |
+
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
+
| 2.0264 | 1.0 | 113 | 1.7912 | 0.44 |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- Transformers 4.36.2
|
75 |
+
- Pytorch 2.1.0+cu121
|
76 |
+
- Datasets 2.16.1
|
77 |
+
- Tokenizers 0.15.0
|
config.json
ADDED
@@ -0,0 +1,143 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "lighteternal/wav2vec2-large-xlsr-53-greek",
|
3 |
+
"activation_dropout": 0.0,
|
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 |
+
"Wav2Vec2ForMusicClassification"
|
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": true,
|
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": "mean",
|
46 |
+
"ctc_zero_infinity": true,
|
47 |
+
"diversity_loss_weight": 0.1,
|
48 |
+
"do_stable_layer_norm": true,
|
49 |
+
"eos_token_id": 2,
|
50 |
+
"feat_extract_activation": "gelu",
|
51 |
+
"feat_extract_dropout": 0.0,
|
52 |
+
"feat_extract_norm": "layer",
|
53 |
+
"feat_proj_dropout": 0.0,
|
54 |
+
"feat_quantizer_dropout": 0.0,
|
55 |
+
"final_dropout": 0.0,
|
56 |
+
"finetuning_task": "wav2vec2_clf",
|
57 |
+
"hidden_act": "gelu",
|
58 |
+
"hidden_dropout": 0.1,
|
59 |
+
"hidden_size": 1024,
|
60 |
+
"id2label": {
|
61 |
+
"0": "blues",
|
62 |
+
"1": "classical",
|
63 |
+
"2": "country",
|
64 |
+
"3": "disco",
|
65 |
+
"4": "hiphop",
|
66 |
+
"5": "jazz",
|
67 |
+
"6": "metal",
|
68 |
+
"7": "pop",
|
69 |
+
"8": "reggae",
|
70 |
+
"9": "rock"
|
71 |
+
},
|
72 |
+
"initializer_range": 0.02,
|
73 |
+
"intermediate_size": 4096,
|
74 |
+
"label2id": {
|
75 |
+
"blues": "0",
|
76 |
+
"classical": "1",
|
77 |
+
"country": "2",
|
78 |
+
"disco": "3",
|
79 |
+
"hiphop": "4",
|
80 |
+
"jazz": "5",
|
81 |
+
"metal": "6",
|
82 |
+
"pop": "7",
|
83 |
+
"reggae": "8",
|
84 |
+
"rock": "9"
|
85 |
+
},
|
86 |
+
"layer_norm_eps": 1e-05,
|
87 |
+
"layerdrop": 0.1,
|
88 |
+
"mask_channel_length": 10,
|
89 |
+
"mask_channel_min_space": 1,
|
90 |
+
"mask_channel_other": 0.0,
|
91 |
+
"mask_channel_prob": 0.0,
|
92 |
+
"mask_channel_selection": "static",
|
93 |
+
"mask_feature_length": 10,
|
94 |
+
"mask_feature_min_masks": 0,
|
95 |
+
"mask_feature_prob": 0.0,
|
96 |
+
"mask_time_length": 10,
|
97 |
+
"mask_time_min_masks": 2,
|
98 |
+
"mask_time_min_space": 1,
|
99 |
+
"mask_time_other": 0.0,
|
100 |
+
"mask_time_prob": 0.05,
|
101 |
+
"mask_time_selection": "static",
|
102 |
+
"model_type": "wav2vec2",
|
103 |
+
"num_adapter_layers": 3,
|
104 |
+
"num_attention_heads": 16,
|
105 |
+
"num_codevector_groups": 2,
|
106 |
+
"num_codevectors_per_group": 320,
|
107 |
+
"num_conv_pos_embedding_groups": 16,
|
108 |
+
"num_conv_pos_embeddings": 128,
|
109 |
+
"num_feat_extract_layers": 7,
|
110 |
+
"num_hidden_layers": 24,
|
111 |
+
"num_negatives": 100,
|
112 |
+
"output_hidden_size": 1024,
|
113 |
+
"pad_token_id": 54,
|
114 |
+
"pooling_mode": "max",
|
115 |
+
"problem_type": "single_label_classification",
|
116 |
+
"proj_codevector_dim": 256,
|
117 |
+
"tdnn_dilation": [
|
118 |
+
1,
|
119 |
+
2,
|
120 |
+
3,
|
121 |
+
1,
|
122 |
+
1
|
123 |
+
],
|
124 |
+
"tdnn_dim": [
|
125 |
+
512,
|
126 |
+
512,
|
127 |
+
512,
|
128 |
+
512,
|
129 |
+
1500
|
130 |
+
],
|
131 |
+
"tdnn_kernel": [
|
132 |
+
5,
|
133 |
+
3,
|
134 |
+
3,
|
135 |
+
1,
|
136 |
+
1
|
137 |
+
],
|
138 |
+
"torch_dtype": "float32",
|
139 |
+
"transformers_version": "4.36.2",
|
140 |
+
"use_weighted_layer_sum": false,
|
141 |
+
"vocab_size": 55,
|
142 |
+
"xvector_output_dim": 512
|
143 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:541c5576c11419136ec1c3ae1fe08dd762a63ee02e96ba067eac143e8277c61e
|
3 |
+
size 1266047104
|
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/Jan14_12-11-17_969012b81595/events.out.tfevents.1705234278.969012b81595.287.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fcd60047db108953a4a8d4c000a97a4e7768f7f46ad1b43adf6b1e09aaa2917
|
3 |
+
size 6507
|
runs/Jan14_12-26-17_969012b81595/events.out.tfevents.1705235179.969012b81595.287.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:360ca17abe3f2c641316be67724a94108fcb55ab6c197e55168e4fc9138e2ccb
|
3 |
+
size 6507
|
runs/Jan14_12-28-14_969012b81595/events.out.tfevents.1705235295.969012b81595.287.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:490a186c66ccd2ef85aede21db1d3b6f3b8afe8997584d87e07bb69bbb0c4a5b
|
3 |
+
size 10560
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f1ede707937329ab929285297c7333c4e22f7ff270c73a6a91f6b16ab17a0bf
|
3 |
+
size 4728
|