Fix copy-paste typo

This commit is contained in:
shadeMe 2023-08-08 13:08:43 +02:00
parent 3bbd25ce8e
commit d80e120779
No known key found for this signature in database
GPG Key ID: 6FCA9FC635B2A402

View File

@ -733,8 +733,7 @@ This model must be separately initialized using an appropriate loader.
### spacy-curated-transformers.SentencepieceEncoder.v1
Construct a SentencePiece piece encoder model that accepts a list of token
sequences or documents and returns a corresponding list of piece identifiers
with CamemBERT post-processing applied.
sequences or documents and returns a corresponding list of piece identifiers.
This model must be separately initialized using an appropriate loader.