From 8adfd6ad8b3772dcc640dbf4b4fd945dbbb87d0f Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Wed, 24 Feb 2021 17:09:20 +0300 Subject: [PATCH] add feature processor --- feature_extractor_config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 feature_extractor_config.json diff --git a/feature_extractor_config.json b/feature_extractor_config.json new file mode 100644 index 0000000..890a6d2 --- /dev/null +++ b/feature_extractor_config.json @@ -0,0 +1,8 @@ +{ + "do_normalize": true, + "feature_dim": 1, + "padding_side": "right", + "padding_value": 0.0, + "return_attention_mask": true, + "sampling_rate": 16000 +}