mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-01 02:31:11 +06:00
fixes a typo in WhisperFeatureExtractor docs. (#22208)
* fixes a typo * .
This commit is contained in:
parent
da3ba3a167
commit
fb366b9a2a
@ -33,8 +33,8 @@ class WhisperFeatureExtractor(SequenceFeatureExtractor):
|
||||
r"""
|
||||
Constructs a Whisper feature extractor.
|
||||
|
||||
This feature extractor inherits from [`WhisperFeatureExtractor`] which contains most of the main methods. Users
|
||||
should refer to this superclass for more information regarding those methods.
|
||||
This feature extractor inherits from [`~feature_extraction_sequence_utils.SequenceFeatureExtractor`] which contains
|
||||
most of the main methods. Users should refer to this superclass for more information regarding those methods.
|
||||
|
||||
This class extracts mel-filter bank features from raw speech using a custom numpy implementation of the `Short Time
|
||||
Fourier Transform` which should match pytorch's `torch.stft` equivalent.
|
||||
|
Loading…
Reference in New Issue
Block a user