From af304f64a2fc1597938a721b772b624a13aecbff Mon Sep 17 00:00:00 2001 From: anton-l Date: Tue, 24 Aug 2021 00:09:00 +0300 Subject: [PATCH] Fix preprocessor config --- .gitignore | 3 --- preprocessor_config.json | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d0c418c..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -special_tokens_map.json -tokenizer_config.json -vocab.json diff --git a/preprocessor_config.json b/preprocessor_config.json index a0b7227..d57e7d8 100644 --- a/preprocessor_config.json +++ b/preprocessor_config.json @@ -1,9 +1,9 @@ { - "do_normalize": true, + "do_normalize": false, "feature_extractor_type": "Wav2Vec2FeatureExtractor", "feature_size": 1, "padding_side": "right", - "padding_value": 0.0, - "return_attention_mask": false, + "padding_value": 0, + "return_attention_mask": true, "sampling_rate": 16000 }