Skip to content

Commit

Permalink
Update feature extractor docs (huggingface#18324)
Browse files Browse the repository at this point in the history
As pointed out by @NielsRogge, a feature extractor is used to prepare inputs for a model with a single modality rather than multimodal models.
  • Loading branch information
stevhliu authored and oneraghavan committed Sep 26, 2022
1 parent 7ba9bdf commit 2ec607c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/main_classes/feature_extractor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2ec607c

Please sign in to comment.