Delete config.json
Browse files- config.json +0 -27
config.json
DELETED
@@ -1,27 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"attention_probs_dropout_prob": 0.0,
|
3 |
-
"frequencies": 128,
|
4 |
-
"frequency_stride": 10,
|
5 |
-
"hidden_act": "gelu",
|
6 |
-
"hidden_dropout_prob": 0.0,
|
7 |
-
"hidden_size": 768,
|
8 |
-
"id2label": {
|
9 |
-
"0": "LABEL_0"
|
10 |
-
},
|
11 |
-
"initializer_range": 0.02,
|
12 |
-
"intermediate_size": 3072,
|
13 |
-
"label2id": {
|
14 |
-
"LABEL_0": 0
|
15 |
-
},
|
16 |
-
"layer_norm_eps": 1e-12,
|
17 |
-
"max_length": 512,
|
18 |
-
"model_type": "audio-spectrogram-transformer",
|
19 |
-
"num_attention_heads": 12,
|
20 |
-
"num_hidden_layers": 12,
|
21 |
-
"num_mel_bins": 128,
|
22 |
-
"patch_size": 16,
|
23 |
-
"problem_type": "single_label_classification",
|
24 |
-
"qkv_bias": true,
|
25 |
-
"time_stride": 10,
|
26 |
-
"transformers_version": "4.47.1"
|
27 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|