nickprock commited on
Commit
40503f0
1 Parent(s): e1a8892

End of training

Browse files
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: dima806/music_genres_classification
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - marsyas/gtzan
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: music_genres_classification-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
+ # music_genres_classification-finetuned-gtzan
32
+
33
+ This model is a fine-tuned version of [dima806/music_genres_classification](https://huggingface.co/dima806/music_genres_classification) on the GTZAN dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.0028
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: 5
57
+ - eval_batch_size: 5
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.12
62
+ - num_epochs: 15
63
+ - mixed_precision_training: Native AMP
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | 1.5758 | 1.0 | 180 | 1.5756 | 0.52 |
70
+ | 1.079 | 2.0 | 360 | 1.2787 | 0.6 |
71
+ | 1.186 | 3.0 | 540 | 1.3863 | 0.58 |
72
+ | 0.9181 | 4.0 | 720 | 1.3967 | 0.64 |
73
+ | 0.4356 | 5.0 | 900 | 1.2449 | 0.67 |
74
+ | 0.4013 | 6.0 | 1080 | 1.2714 | 0.71 |
75
+ | 0.5518 | 7.0 | 1260 | 0.8282 | 0.8 |
76
+ | 0.4808 | 8.0 | 1440 | 1.3598 | 0.75 |
77
+ | 0.3608 | 9.0 | 1620 | 1.1908 | 0.8 |
78
+ | 0.181 | 10.0 | 1800 | 0.9824 | 0.83 |
79
+ | 0.0553 | 11.0 | 1980 | 1.0336 | 0.84 |
80
+ | 0.2445 | 12.0 | 2160 | 1.1085 | 0.83 |
81
+ | 0.0103 | 13.0 | 2340 | 1.1288 | 0.84 |
82
+ | 0.2437 | 14.0 | 2520 | 1.0183 | 0.85 |
83
+ | 0.0921 | 15.0 | 2700 | 1.0028 | 0.87 |
84
+
85
+
86
+ ### Framework versions
87
+
88
+ - Transformers 4.39.0.dev0
89
+ - Pytorch 2.1.0+cu121
90
+ - Datasets 2.18.0
91
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dima806/music_genres_classification",
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.0.dev0",
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:53bf74be8f0638ab5ab5b1eea4f5218d4639de205a30d85fe111a13ff107ea73
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/Mar12_16-08-42_4df7663a7ae8/events.out.tfevents.1710259731.4df7663a7ae8.897.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9dab7226e6f62f98e1e4263cac8ed4fd9d19a852dc12b3503e74806ef068d37
3
+ size 125598
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:921bea579075dbccf26cd267c892bec35bdf8568f0deb70fca0f05fa20c26055
3
+ size 4984