Upload 2 files
Browse files- config.json +128 -0
config.json
ADDED
@@ -0,0 +1,128 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "dog",
|
12 |
+
"1": "rooster",
|
13 |
+
"2": "pig",
|
14 |
+
"3": "cow",
|
15 |
+
"4": "frog",
|
16 |
+
"5": "cat",
|
17 |
+
"6": "hen",
|
18 |
+
"7": "insects",
|
19 |
+
"8": "sheep",
|
20 |
+
"9": "crow",
|
21 |
+
"10": "rain",
|
22 |
+
"11": "sea_waves",
|
23 |
+
"12": "crackling_fire",
|
24 |
+
"13": "crickets",
|
25 |
+
"14": "chirping_birds",
|
26 |
+
"15": "water_drops",
|
27 |
+
"16": "wind",
|
28 |
+
"17": "pouring_water",
|
29 |
+
"18": "toilet_flush",
|
30 |
+
"19": "thunderstorm",
|
31 |
+
"20": "crying_baby",
|
32 |
+
"21": "sneezing",
|
33 |
+
"22": "clapping",
|
34 |
+
"23": "breathing",
|
35 |
+
"24": "coughing",
|
36 |
+
"25": "footsteps",
|
37 |
+
"26": "laughing",
|
38 |
+
"27": "brushing_teeth",
|
39 |
+
"28": "snoring",
|
40 |
+
"29": "drinking_sipping",
|
41 |
+
"30": "door_wood_knock",
|
42 |
+
"31": "mouse_click",
|
43 |
+
"32": "keyboard_typing",
|
44 |
+
"33": "door_wood_creaks",
|
45 |
+
"34": "can_opening",
|
46 |
+
"35": "washing_machine",
|
47 |
+
"36": "vacuum_cleaner",
|
48 |
+
"37": "clock_alarm",
|
49 |
+
"38": "clock_tick",
|
50 |
+
"39": "glass_breaking",
|
51 |
+
"40": "helicopter",
|
52 |
+
"41": "chainsaw",
|
53 |
+
"42": "siren",
|
54 |
+
"43": "car_horn",
|
55 |
+
"44": "engine",
|
56 |
+
"45": "train",
|
57 |
+
"46": "church_bells",
|
58 |
+
"47": "airplane",
|
59 |
+
"48": "fireworks",
|
60 |
+
"49": "hand_saw"
|
61 |
+
},
|
62 |
+
"initializer_range": 0.02,
|
63 |
+
"intermediate_size": 3072,
|
64 |
+
"label2id": {
|
65 |
+
"airplane": 47,
|
66 |
+
"breathing": 23,
|
67 |
+
"brushing_teeth": 27,
|
68 |
+
"can_opening": 34,
|
69 |
+
"car_horn": 43,
|
70 |
+
"cat": 5,
|
71 |
+
"chainsaw": 41,
|
72 |
+
"chirping_birds": 14,
|
73 |
+
"church_bells": 46,
|
74 |
+
"clapping": 22,
|
75 |
+
"clock_alarm": 37,
|
76 |
+
"clock_tick": 38,
|
77 |
+
"coughing": 24,
|
78 |
+
"cow": 3,
|
79 |
+
"crackling_fire": 12,
|
80 |
+
"crickets": 13,
|
81 |
+
"crow": 9,
|
82 |
+
"crying_baby": 20,
|
83 |
+
"dog": 0,
|
84 |
+
"door_wood_creaks": 33,
|
85 |
+
"door_wood_knock": 30,
|
86 |
+
"drinking_sipping": 29,
|
87 |
+
"engine": 44,
|
88 |
+
"fireworks": 48,
|
89 |
+
"footsteps": 25,
|
90 |
+
"frog": 4,
|
91 |
+
"glass_breaking": 39,
|
92 |
+
"hand_saw": 49,
|
93 |
+
"helicopter": 40,
|
94 |
+
"hen": 6,
|
95 |
+
"insects": 7,
|
96 |
+
"keyboard_typing": 32,
|
97 |
+
"laughing": 26,
|
98 |
+
"mouse_click": 31,
|
99 |
+
"pig": 2,
|
100 |
+
"pouring_water": 17,
|
101 |
+
"rain": 10,
|
102 |
+
"rooster": 1,
|
103 |
+
"sea_waves": 11,
|
104 |
+
"sheep": 8,
|
105 |
+
"siren": 42,
|
106 |
+
"sneezing": 21,
|
107 |
+
"snoring": 28,
|
108 |
+
"thunderstorm": 19,
|
109 |
+
"toilet_flush": 18,
|
110 |
+
"train": 45,
|
111 |
+
"vacuum_cleaner": 36,
|
112 |
+
"washing_machine": 35,
|
113 |
+
"water_drops": 15,
|
114 |
+
"wind": 16
|
115 |
+
},
|
116 |
+
"layer_norm_eps": 1e-12,
|
117 |
+
"max_length": 1024,
|
118 |
+
"model_type": "audio-spectrogram-transformer",
|
119 |
+
"num_attention_heads": 12,
|
120 |
+
"num_hidden_layers": 12,
|
121 |
+
"num_mel_bins": 128,
|
122 |
+
"patch_size": 16,
|
123 |
+
"problem_type": "single_label_classification",
|
124 |
+
"qkv_bias": true,
|
125 |
+
"time_stride": 10,
|
126 |
+
"torch_dtype": "float32",
|
127 |
+
"transformers_version": "4.51.3"
|
128 |
+
}
|