Fix preprocessor config

This commit is contained in:
anton-l 2021-08-24 00:09:00 +03:00
parent 292282867d
commit af304f64a2
2 changed files with 3 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,3 +0,0 @@
special_tokens_map.json
tokenizer_config.json
vocab.json

View File

@ -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
}