Training in progress, epoch 1, checkpoint
Browse files- last-checkpoint/config.json +49 -0
- last-checkpoint/model.safetensors +3 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/preprocessor_config.json +13 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/trainer_state.json +160 -0
- last-checkpoint/training_args.bin +3 -0
last-checkpoint/config.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "MIT/ast-finetuned-audioset-10-10-0.4593",
|
3 |
+
"architectures": [
|
4 |
+
"ASTForAudioClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"frequency_stride": 10,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.0,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "blues",
|
13 |
+
"1": "classical",
|
14 |
+
"2": "country",
|
15 |
+
"3": "disco",
|
16 |
+
"4": "hiphop",
|
17 |
+
"5": "jazz",
|
18 |
+
"6": "metal",
|
19 |
+
"7": "pop",
|
20 |
+
"8": "reggae",
|
21 |
+
"9": "rock"
|
22 |
+
},
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"intermediate_size": 3072,
|
25 |
+
"label2id": {
|
26 |
+
"blues": "0",
|
27 |
+
"classical": "1",
|
28 |
+
"country": "2",
|
29 |
+
"disco": "3",
|
30 |
+
"hiphop": "4",
|
31 |
+
"jazz": "5",
|
32 |
+
"metal": "6",
|
33 |
+
"pop": "7",
|
34 |
+
"reggae": "8",
|
35 |
+
"rock": "9"
|
36 |
+
},
|
37 |
+
"layer_norm_eps": 1e-12,
|
38 |
+
"max_length": 1024,
|
39 |
+
"model_type": "audio-spectrogram-transformer",
|
40 |
+
"num_attention_heads": 12,
|
41 |
+
"num_hidden_layers": 12,
|
42 |
+
"num_mel_bins": 128,
|
43 |
+
"patch_size": 16,
|
44 |
+
"problem_type": "single_label_classification",
|
45 |
+
"qkv_bias": true,
|
46 |
+
"time_stride": 10,
|
47 |
+
"torch_dtype": "float32",
|
48 |
+
"transformers_version": "4.35.2"
|
49 |
+
}
|
last-checkpoint/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b948a914e39fad4e65020c5a428e98d9ef510b3c5699b312791549222200834
|
3 |
+
size 344814656
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:370a3783788e3426f46911174c6ecf5ee6c66358da5df6ada20646ce9f2ad264
|
3 |
+
size 689741690
|
last-checkpoint/preprocessor_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"feature_extractor_type": "ASTFeatureExtractor",
|
4 |
+
"feature_size": 1,
|
5 |
+
"max_length": 1024,
|
6 |
+
"mean": -4.2677393,
|
7 |
+
"num_mel_bins": 128,
|
8 |
+
"padding_side": "right",
|
9 |
+
"padding_value": 0.0,
|
10 |
+
"return_attention_mask": false,
|
11 |
+
"sampling_rate": 16000,
|
12 |
+
"std": 4.5689974
|
13 |
+
}
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9196a1e708bf24d6abba41cce3f8558820acc3e50f9394c5955e29eb41ffea3d
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1556c40535abe1ed34e2654d4ee34ba195375d3a724579fc6d1e890cfd9ace7
|
3 |
+
size 1064
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,160 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.83,
|
3 |
+
"best_model_checkpoint": "ast-finetuned-audioset-10-10-0.4593-finetuned-gtzan/checkpoint-113",
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 113,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.04,
|
13 |
+
"learning_rate": 2.2123893805309734e-06,
|
14 |
+
"loss": 2.4617,
|
15 |
+
"step": 5
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.09,
|
19 |
+
"learning_rate": 4.424778761061947e-06,
|
20 |
+
"loss": 2.4041,
|
21 |
+
"step": 10
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.13,
|
25 |
+
"learning_rate": 6.6371681415929215e-06,
|
26 |
+
"loss": 2.1309,
|
27 |
+
"step": 15
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 0.18,
|
31 |
+
"learning_rate": 8.849557522123894e-06,
|
32 |
+
"loss": 2.0045,
|
33 |
+
"step": 20
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.22,
|
37 |
+
"learning_rate": 1.1061946902654869e-05,
|
38 |
+
"loss": 1.7218,
|
39 |
+
"step": 25
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.27,
|
43 |
+
"learning_rate": 1.3274336283185843e-05,
|
44 |
+
"loss": 1.3841,
|
45 |
+
"step": 30
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.31,
|
49 |
+
"learning_rate": 1.5486725663716813e-05,
|
50 |
+
"loss": 1.1939,
|
51 |
+
"step": 35
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.35,
|
55 |
+
"learning_rate": 1.7699115044247787e-05,
|
56 |
+
"loss": 0.9942,
|
57 |
+
"step": 40
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.4,
|
61 |
+
"learning_rate": 1.991150442477876e-05,
|
62 |
+
"loss": 1.1275,
|
63 |
+
"step": 45
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 0.44,
|
67 |
+
"learning_rate": 2.2123893805309738e-05,
|
68 |
+
"loss": 0.8573,
|
69 |
+
"step": 50
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.49,
|
73 |
+
"learning_rate": 2.433628318584071e-05,
|
74 |
+
"loss": 0.5421,
|
75 |
+
"step": 55
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.53,
|
79 |
+
"learning_rate": 2.6548672566371686e-05,
|
80 |
+
"loss": 0.7957,
|
81 |
+
"step": 60
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.58,
|
85 |
+
"learning_rate": 2.8761061946902656e-05,
|
86 |
+
"loss": 0.633,
|
87 |
+
"step": 65
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.62,
|
91 |
+
"learning_rate": 3.097345132743363e-05,
|
92 |
+
"loss": 0.641,
|
93 |
+
"step": 70
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.66,
|
97 |
+
"learning_rate": 3.3185840707964604e-05,
|
98 |
+
"loss": 1.0013,
|
99 |
+
"step": 75
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.71,
|
103 |
+
"learning_rate": 3.5398230088495574e-05,
|
104 |
+
"loss": 0.8854,
|
105 |
+
"step": 80
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 0.75,
|
109 |
+
"learning_rate": 3.7610619469026545e-05,
|
110 |
+
"loss": 0.788,
|
111 |
+
"step": 85
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.8,
|
115 |
+
"learning_rate": 3.982300884955752e-05,
|
116 |
+
"loss": 0.5631,
|
117 |
+
"step": 90
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 0.84,
|
121 |
+
"learning_rate": 4.20353982300885e-05,
|
122 |
+
"loss": 0.6124,
|
123 |
+
"step": 95
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 0.88,
|
127 |
+
"learning_rate": 4.4247787610619477e-05,
|
128 |
+
"loss": 0.5238,
|
129 |
+
"step": 100
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.93,
|
133 |
+
"learning_rate": 4.646017699115045e-05,
|
134 |
+
"loss": 0.852,
|
135 |
+
"step": 105
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.97,
|
139 |
+
"learning_rate": 4.867256637168142e-05,
|
140 |
+
"loss": 1.0564,
|
141 |
+
"step": 110
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"epoch": 1.0,
|
145 |
+
"eval_accuracy": 0.83,
|
146 |
+
"eval_loss": 0.6135080456733704,
|
147 |
+
"eval_runtime": 15.6818,
|
148 |
+
"eval_samples_per_second": 6.377,
|
149 |
+
"eval_steps_per_second": 0.829,
|
150 |
+
"step": 113
|
151 |
+
}
|
152 |
+
],
|
153 |
+
"logging_steps": 5,
|
154 |
+
"max_steps": 1130,
|
155 |
+
"num_train_epochs": 10,
|
156 |
+
"save_steps": 500,
|
157 |
+
"total_flos": 6.094112254328832e+16,
|
158 |
+
"trial_name": null,
|
159 |
+
"trial_params": null
|
160 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fd3204646a00c780553338fc2836ce7154187014c3ec4854db595b9ae76337f
|
3 |
+
size 4664
|