nomad-ai commited on
Commit
8efa1b9
1 Parent(s): 20f2f26

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MIT/ast-finetuned-audioset-10-10-0.4593",
3
+ "activation_dropout": 0.8,
4
+ "architectures": [
5
+ "ASTForAudioClassification"
6
+ ],
7
+ "attention_dropout": 0.8,
8
+ "attention_probs_dropout_prob": 0.0,
9
+ "final_dropout": 0.8,
10
+ "frequency_stride": 10,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout": 0.8,
13
+ "hidden_dropout_prob": 0.0,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "blues",
17
+ "1": "classical",
18
+ "2": "country",
19
+ "3": "disco",
20
+ "4": "hiphop",
21
+ "5": "jazz",
22
+ "6": "metal",
23
+ "7": "pop",
24
+ "8": "reggae",
25
+ "9": "rock"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "blues": "0",
31
+ "classical": "1",
32
+ "country": "2",
33
+ "disco": "3",
34
+ "hiphop": "4",
35
+ "jazz": "5",
36
+ "metal": "6",
37
+ "pop": "7",
38
+ "reggae": "8",
39
+ "rock": "9"
40
+ },
41
+ "layer_norm_eps": 1e-12,
42
+ "max_length": 1024,
43
+ "model_type": "audio-spectrogram-transformer",
44
+ "num_attention_heads": 12,
45
+ "num_hidden_layers": 12,
46
+ "num_mel_bins": 128,
47
+ "patch_size": 16,
48
+ "problem_type": "single_label_classification",
49
+ "qkv_bias": true,
50
+ "time_stride": 10,
51
+ "torch_dtype": "float32",
52
+ "transformers_version": "4.32.0.dev0"
53
+ }
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:04e4d7c23a004c525b29b93c67f3b4f7265e90601eff9e3bc0db70f8d8199996
3
+ size 344860025
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:687c617ad8f69b5465e984cff0e888bfb571126db388d986adc305b4ce4b03b7
3
+ size 4091