From f32fcdf8f46bdf5d9f0aa6805aa0caade6c4c878 Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Mon, 21 Nov 2022 10:33:11 +0000 Subject: [PATCH] Upload ASTForSequenceClassification --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index ffb73e0..24b4ce2 100644 --- a/config.json +++ b/config.json @@ -3,7 +3,6 @@ "ASTForSequenceClassification" ], "attention_probs_dropout_prob": 0.0, - "frequency_dimension": 128, "frequency_stride": 10, "hidden_act": "gelu", "hidden_dropout_prob": 0.0, @@ -1069,12 +1068,13 @@ "Zither": 150 }, "layer_norm_eps": 1e-12, + "max_length": 1024, "model_type": "audio-spectrogram-transformer", "num_attention_heads": 12, "num_hidden_layers": 12, + "num_mel_bins": 128, "patch_size": 16, "qkv_bias": true, - "time_dimension": 1024, "time_stride": 10, "torch_dtype": "float32", "transformers_version": "4.25.0.dev0"