mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-01 02:31:11 +06:00
Fix typo in FeatureExtractionPipeline docstring
This commit is contained in:
parent
715aa5b135
commit
747907dc5e
@ -495,7 +495,7 @@ class Pipeline(_ScikitCompat):
|
||||
class FeatureExtractionPipeline(Pipeline):
|
||||
"""
|
||||
Feature extraction pipeline using Model head. This pipeline extracts the hidden states from the base transformer,
|
||||
which can be used as features in a downstream tasks.
|
||||
which can be used as features in downstream tasks.
|
||||
|
||||
This feature extraction pipeline can currently be loaded from the :func:`~transformers.pipeline` method using
|
||||
the following task identifier(s):
|
||||
|
Loading…
Reference in New Issue
Block a user