Wrong title level

This commit is contained in:
Sylvain Gugger
2020-10-07 15:21:01 -04:00
committed by Anthony MOI
parent 38aa839df0
commit c4187c9369

View File

@ -226,7 +226,7 @@ If you save your tokenizer with :meth:`~tokenizers.Tokenizer.save`, the post-pro
along.
Encoding multiple sentences in a batch
----------------------------------------------------------------------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To get the full speed of the 🤗 Tokenizers library, it's best to process your texts by batches by
using the :meth:`~tokenizers.Tokenizer.encode_batch` method: