Upload AudioSpectogramTransformerForSequenceClassification
Browse files- config.json +5 -7
config.json
CHANGED
@@ -3,7 +3,8 @@
|
|
3 |
"AudioSpectogramTransformerForSequenceClassification"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.0,
|
6 |
-
"
|
|
|
7 |
"hidden_act": "gelu",
|
8 |
"hidden_dropout_prob": 0.0,
|
9 |
"hidden_size": 768,
|
@@ -536,10 +537,7 @@
|
|
536 |
"525": "Radio",
|
537 |
"526": "Field recording"
|
538 |
},
|
539 |
-
"image_size": 224,
|
540 |
"initializer_range": 0.02,
|
541 |
-
"input_fdim": 128,
|
542 |
-
"input_tdim": 1024,
|
543 |
"intermediate_size": 3072,
|
544 |
"label2id": {
|
545 |
"A capella": 255,
|
@@ -1073,11 +1071,11 @@
|
|
1073 |
"layer_norm_eps": 1e-12,
|
1074 |
"model_type": "audio-spectogram-transformer",
|
1075 |
"num_attention_heads": 12,
|
1076 |
-
"num_channels": 3,
|
1077 |
"num_hidden_layers": 12,
|
1078 |
"patch_size": 16,
|
1079 |
"qkv_bias": true,
|
|
|
|
|
1080 |
"torch_dtype": "float32",
|
1081 |
-
"transformers_version": "4.
|
1082 |
-
"tstride": 10
|
1083 |
}
|
|
|
3 |
"AudioSpectogramTransformerForSequenceClassification"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.0,
|
6 |
+
"frequency_dimension": 128,
|
7 |
+
"frequency_stride": 10,
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
|
|
537 |
"525": "Radio",
|
538 |
"526": "Field recording"
|
539 |
},
|
|
|
540 |
"initializer_range": 0.02,
|
|
|
|
|
541 |
"intermediate_size": 3072,
|
542 |
"label2id": {
|
543 |
"A capella": 255,
|
|
|
1071 |
"layer_norm_eps": 1e-12,
|
1072 |
"model_type": "audio-spectogram-transformer",
|
1073 |
"num_attention_heads": 12,
|
|
|
1074 |
"num_hidden_layers": 12,
|
1075 |
"patch_size": 16,
|
1076 |
"qkv_bias": true,
|
1077 |
+
"time_dimension": 1024,
|
1078 |
+
"time_stride": 10,
|
1079 |
"torch_dtype": "float32",
|
1080 |
+
"transformers_version": "4.24.0.dev0"
|
|
|
1081 |
}
|