Simon-Kotchou
commited on
Commit
•
8231dfb
1
Parent(s):
54bae59
Upload ASTForAudioClassification
Browse files- config.json +23 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"ASTForAudioClassification"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.0,
|
6 |
+
"frequency_stride": 16,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.0,
|
9 |
+
"hidden_size": 384,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 1536,
|
12 |
+
"layer_norm_eps": 1e-12,
|
13 |
+
"max_length": 1024,
|
14 |
+
"model_type": "audio-spectrogram-transformer",
|
15 |
+
"num_attention_heads": 6,
|
16 |
+
"num_hidden_layers": 12,
|
17 |
+
"num_mel_bins": 128,
|
18 |
+
"patch_size": 16,
|
19 |
+
"qkv_bias": true,
|
20 |
+
"time_stride": 16,
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.35.0"
|
23 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba110d7ecddb37b6341f447edb24d24882c03ea28eb58cf894b3dd67f4530715
|
3 |
+
size 86399200
|