danielgh commited on
Commit
57e0913
1 Parent(s): 320e009

End of training

Browse files
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/wav2vec2-base-960h
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - marsyas/gtzan
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: wav2vec2-base-960h-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.87
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-base-960h-finetuned-gtzan
32
+
33
+ This model is a fine-tuned version of [facebook/wav2vec2-base-960h](https://huggingface.co/facebook/wav2vec2-base-960h) on the GTZAN dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.5055
36
+ - Accuracy: 0.87
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: 5e-05
56
+ - train_batch_size: 16
57
+ - eval_batch_size: 16
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: 20
63
+ - mixed_precision_training: Native AMP
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | 2.2648 | 1.0 | 57 | 2.2400 | 0.15 |
70
+ | 2.167 | 2.0 | 114 | 2.1032 | 0.17 |
71
+ | 1.8573 | 3.0 | 171 | 1.7658 | 0.32 |
72
+ | 1.5347 | 4.0 | 228 | 1.6620 | 0.45 |
73
+ | 1.6134 | 5.0 | 285 | 1.5017 | 0.49 |
74
+ | 1.2903 | 6.0 | 342 | 1.4639 | 0.49 |
75
+ | 1.29 | 7.0 | 399 | 1.1893 | 0.66 |
76
+ | 1.1094 | 8.0 | 456 | 1.1425 | 0.67 |
77
+ | 1.1023 | 9.0 | 513 | 1.0173 | 0.72 |
78
+ | 0.9244 | 10.0 | 570 | 0.9069 | 0.79 |
79
+ | 0.7764 | 11.0 | 627 | 0.9314 | 0.74 |
80
+ | 0.6899 | 12.0 | 684 | 0.7919 | 0.78 |
81
+ | 0.6033 | 13.0 | 741 | 0.7145 | 0.8 |
82
+ | 0.4834 | 14.0 | 798 | 0.8896 | 0.76 |
83
+ | 0.4409 | 15.0 | 855 | 0.7083 | 0.82 |
84
+ | 0.3653 | 16.0 | 912 | 0.5633 | 0.83 |
85
+ | 0.3986 | 17.0 | 969 | 0.5475 | 0.89 |
86
+ | 0.2725 | 18.0 | 1026 | 0.5044 | 0.87 |
87
+ | 0.3569 | 19.0 | 1083 | 0.5044 | 0.85 |
88
+ | 0.2089 | 20.0 | 1140 | 0.5055 | 0.87 |
89
+
90
+
91
+ ### Framework versions
92
+
93
+ - Transformers 4.39.3
94
+ - Pytorch 2.0.1+cu117
95
+ - Datasets 2.18.0
96
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/wav2vec2-base-960h",
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:4e9778d08245fe9479cc6be19495da7a4343ab756a04433f840f6ab9cd9ab080
3
+ size 378310544
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/Apr03_11-48-59_e4057e6dd18c/events.out.tfevents.1712144942.e4057e6dd18c.2890896.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a21836f3535802f013d97e4fb24264e1bd96accd49549856b3c7e06a595ceee4
3
+ size 61327
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7896af5abae74f64c256ac5ed7b729df6319accce861d5b5f7389bcc6ccb3dff
3
+ size 4539