Unverified Commit 3f76bf54 authored by lsb's avatar lsb Committed by GitHub
Browse files

Align documentation with code defaults (#15468)

In the code, `do_normalize` defaults to True
parent 32f5de10
...@@ -43,7 +43,7 @@ class Wav2Vec2FeatureExtractor(SequenceFeatureExtractor): ...@@ -43,7 +43,7 @@ class Wav2Vec2FeatureExtractor(SequenceFeatureExtractor):
The sampling rate at which the audio files should be digitalized expressed in Hertz per second (Hz). The sampling rate at which the audio files should be digitalized expressed in Hertz per second (Hz).
padding_value (`float`, defaults to 0.0): padding_value (`float`, defaults to 0.0):
The value that is used to fill the padding values. The value that is used to fill the padding values.
do_normalize (`bool`, *optional*, defaults to `False`): do_normalize (`bool`, *optional*, defaults to `True`):
Whether or not to zero-mean unit-variance normalize the input. Normalizing can help to significantly Whether or not to zero-mean unit-variance normalize the input. Normalizing can help to significantly
improve the performance for some models, *e.g.*, improve the performance for some models, *e.g.*,
[wav2vec2-lv60](https://huggingface.co/models?search=lv60). [wav2vec2-lv60](https://huggingface.co/models?search=lv60).
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment