Wseop commited on
Commit
865d3bb
·
1 Parent(s): fe878da
Files changed (2) hide show
  1. config.json +47 -0
  2. pytorch_model.bin.pth +3 -0
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ASTForAudioClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "frequency_stride": 10,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "blues",
12
+ "1": "classical",
13
+ "2": "country",
14
+ "3": "disco",
15
+ "4": "hiphop",
16
+ "5": "jazz",
17
+ "6": "metal",
18
+ "7": "pop",
19
+ "8": "reggae",
20
+ "9": "rock"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "blues": 0,
26
+ "classical": 1,
27
+ "country": 2,
28
+ "disco": 3,
29
+ "hiphop": 4,
30
+ "jazz": 5,
31
+ "metal": 6,
32
+ "pop": 7,
33
+ "reggae": 8,
34
+ "rock": 9
35
+ },
36
+ "layer_norm_eps": 1e-12,
37
+ "max_length": 1024,
38
+ "model_type": "audio-spectrogram-transformer",
39
+ "num_attention_heads": 12,
40
+ "num_hidden_layers": 12,
41
+ "num_mel_bins": 128,
42
+ "patch_size": 16,
43
+ "qkv_bias": true,
44
+ "time_stride": 10,
45
+ "torch_dtype": "float32",
46
+ "transformers_version": "4.25.0.dev0"
47
+ }
pytorch_model.bin.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50b62727f45f5f24e53d7537ac06de892a19d110f94907a4a7ad23b11275b326
3
+ size 350998764