Commit 747907dc authored by Lorenzo Ampil's avatar Lorenzo Ampil Committed by Julien Chaumond
Browse files

Fix typo in FeatureExtractionPipeline docstring

parent 715aa5b1
...@@ -495,7 +495,7 @@ class Pipeline(_ScikitCompat): ...@@ -495,7 +495,7 @@ class Pipeline(_ScikitCompat):
class FeatureExtractionPipeline(Pipeline): class FeatureExtractionPipeline(Pipeline):
""" """
Feature extraction pipeline using Model head. This pipeline extracts the hidden states from the base transformer, 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 This feature extraction pipeline can currently be loaded from the :func:`~transformers.pipeline` method using
the following task identifier(s): the following task identifier(s):
......
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