From 8cfdbc4a5bdc167bfbbe77a578e68ad1af73e3ca Mon Sep 17 00:00:00 2001 From: harshit katyal Date: Sun, 12 Dec 2021 20:21:49 +0000 Subject: [PATCH] Upload preprocessor_config.json --- preprocessor_config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 preprocessor_config.json diff --git a/preprocessor_config.json b/preprocessor_config.json new file mode 100644 index 0000000..73caa15 --- /dev/null +++ b/preprocessor_config.json @@ -0,0 +1,9 @@ +{ + "do_normalize": true, + "feature_extractor_type": "Wav2Vec2FeatureExtractor", + "feature_size": 1, + "padding_side": "right", + "padding_value": 0.0, + "return_attention_mask": true, + "sampling_rate": 16000 +}