Upload ASTForSequenceClassification
Browse files- config.json +3 -3
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
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,
|
@@ -1069,12 +1068,13 @@
|
|
1069 |
"Zither": 150
|
1070 |
},
|
1071 |
"layer_norm_eps": 1e-12,
|
|
|
1072 |
"model_type": "audio-spectrogram-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.25.0.dev0"
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"ASTForSequenceClassification"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.0,
|
|
|
6 |
"frequency_stride": 10,
|
7 |
"hidden_act": "gelu",
|
8 |
"hidden_dropout_prob": 0.0,
|
|
|
1068 |
"Zither": 150
|
1069 |
},
|
1070 |
"layer_norm_eps": 1e-12,
|
1071 |
+
"max_length": 1024,
|
1072 |
"model_type": "audio-spectrogram-transformer",
|
1073 |
"num_attention_heads": 12,
|
1074 |
"num_hidden_layers": 12,
|
1075 |
+
"num_mel_bins": 128,
|
1076 |
"patch_size": 16,
|
1077 |
"qkv_bias": true,
|
|
|
1078 |
"time_stride": 10,
|
1079 |
"torch_dtype": "float32",
|
1080 |
"transformers_version": "4.25.0.dev0"
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b12824ff9d644a4326d479b4ce457036672021d28a5aacb116577e72a270a60
|
3 |
+
size 346445675
|