diff --git a/preprocessor_config.json b/preprocessor_config.json new file mode 100644 index 0000000..d33bd63 --- /dev/null +++ b/preprocessor_config.json @@ -0,0 +1,12 @@ +{ + "do_normalize": true, + "feature_extractor_type": "AudioSpectrogramTransformerFeatureExtractor", + "feature_size": 1, + "mean": -4.2677393, + "num_mel_bins": 128, + "padding_side": "right", + "padding_value": 0.0, + "return_attention_mask": false, + "sampling_rate": 16000, + "std": 4.5689974 +}