Bhanu9Prakash
commited on
Commit
•
aa24b5b
1
Parent(s):
bbc3232
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +49 -0
- preprocessor_config.json +13 -0
- pytorch_model.bin +3 -0
- runs/Jul11_12-44-32_nptmr1oukj/events.out.tfevents.1689079480.nptmr1oukj.32.0 +3 -0
- runs/Jul11_12-46-12_nptmr1oukj/events.out.tfevents.1689079576.nptmr1oukj.32.1 +3 -0
- runs/Jul11_12-46-38_nptmr1oukj/events.out.tfevents.1689079607.nptmr1oukj.32.2 +3 -0
- runs/Jul11_12-46-59_nptmr1oukj/events.out.tfevents.1689079625.nptmr1oukj.32.3 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
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.31.0.dev0"
|
49 |
+
}
|
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 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:577a3f591db1a3c22c7eb07552a5534ae77edf1b3f02462dce6b30daa205bc3c
|
3 |
+
size 344858219
|
runs/Jul11_12-44-32_nptmr1oukj/events.out.tfevents.1689079480.nptmr1oukj.32.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:195bfe83ed3c5c3d58b65400c056ab622f7628a15ffabddea83a1f02d5b91f42
|
3 |
+
size 4496
|
runs/Jul11_12-46-12_nptmr1oukj/events.out.tfevents.1689079576.nptmr1oukj.32.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9517ee712039aaf5f5bdba777968509c3814aa3eeb56f7425ec5523c68bebab2
|
3 |
+
size 4496
|
runs/Jul11_12-46-38_nptmr1oukj/events.out.tfevents.1689079607.nptmr1oukj.32.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9b40a3d3bc7ed04672471ea7cbb9499dcf88750e3e548ea0347df704c630e35
|
3 |
+
size 40
|
runs/Jul11_12-46-59_nptmr1oukj/events.out.tfevents.1689079625.nptmr1oukj.32.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af2b50fbd8cc6ffe8ece8d2c5f94752283fb20f437d86d91226f650bb7b660c4
|
3 |
+
size 8199
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c966fd29bc93f8cbfb07cb265c4e08a776fd309e337515101f8db7c2d5fbc2f
|
3 |
+
size 4015
|