From 2437b5b828035b454b9073644f82619a4d91d50f Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Mon, 21 Nov 2022 10:33:14 +0000 Subject: [PATCH] Upload feature extractor --- preprocessor_config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/preprocessor_config.json b/preprocessor_config.json index 6e0c29c..d93e9e5 100644 --- a/preprocessor_config.json +++ b/preprocessor_config.json @@ -2,6 +2,7 @@ "do_normalize": true, "feature_extractor_type": "ASTFeatureExtractor", "feature_size": 1, + "max_length": 1024, "mean": -4.2677393, "num_mel_bins": 128, "padding_side": "right",