diff --git a/docs/source/en/main_classes/feature_extractor.mdx b/docs/source/en/main_classes/feature_extractor.mdx index 959c4a001fb974..41ee21e4b12e69 100644 --- a/docs/source/en/main_classes/feature_extractor.mdx +++ b/docs/source/en/main_classes/feature_extractor.mdx @@ -12,7 +12,7 @@ specific language governing permissions and limitations under the License. # Feature Extractor -A feature extractor is in charge of preparing input features for a multi-modal model. This includes feature extraction +A feature extractor is in charge of preparing input features for audio or vision models. This includes feature extraction from sequences, *e.g.*, pre-processing audio files to Log-Mel Spectrogram features, feature extraction from images *e.g.* cropping image image files, but also padding, normalization, and conversion to Numpy, PyTorch, and TensorFlow tensors.