iworeushankaonce commited on
Commit
3659b5f
·
1 Parent(s): 9692f86

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "dropout": 0.5,
8
+ "frequency_stride": 10,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "blues",
14
+ "1": "classical",
15
+ "2": "country",
16
+ "3": "disco",
17
+ "4": "hiphop",
18
+ "5": "jazz",
19
+ "6": "metal",
20
+ "7": "pop",
21
+ "8": "reggae",
22
+ "9": "rock"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "blues": "0",
28
+ "classical": "1",
29
+ "country": "2",
30
+ "disco": "3",
31
+ "hiphop": "4",
32
+ "jazz": "5",
33
+ "metal": "6",
34
+ "pop": "7",
35
+ "reggae": "8",
36
+ "rock": "9"
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "max_length": 1024,
40
+ "model_type": "audio-spectrogram-transformer",
41
+ "num_attention_heads": 12,
42
+ "num_hidden_layers": 12,
43
+ "num_mel_bins": 128,
44
+ "patch_size": 16,
45
+ "problem_type": "single_label_classification",
46
+ "qkv_bias": true,
47
+ "time_stride": 10,
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.30.2"
50
+ }
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:2c355d075417f295be85e8aa8aa093ff33e743fa1d501f6ec056bc2b3fdc70a6
3
+ size 344860025
runs/Jul16_15-19-01_1da5ec392c35/events.out.tfevents.1689520837.1da5ec392c35.791.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5caa4f0b52adefffdbd18143fbd8cbc860f0e371395c466d1f7fc9296a7f26a0
3
+ size 8230
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1811b64ec00be946336b30f5ec9a41d538b5616b750ae3f3dda4a270a0eef0ad
3
+ size 4027