Fix preprocessor config
This commit is contained in:
parent
292282867d
commit
af304f64a2
|
@ -1,3 +0,0 @@
|
|||
special_tokens_map.json
|
||||
tokenizer_config.json
|
||||
vocab.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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue