Tweaks to Chat Templates docs (#26168)

* Put tokenizer methods in the right alphabetical order in the docs

* Quick tweak to ConversationalPipeline

* Typo fixes in the developer doc

* make fixup
This commit is contained in:
Matt
2023-09-15 12:50:57 +01:00
committed by GitHub
parent d70fab8b20
commit 2518e36810
3 changed files with 7 additions and 5 deletions

View File

@@ -55,10 +55,10 @@ to a given token).
[[autodoc]] PreTrainedTokenizer
- __call__
- apply_chat_template
- batch_decode
- decode
- encode
- apply_chat_template
- push_to_hub
- all
@@ -69,10 +69,10 @@ loaded very simply into 🤗 transformers. Take a look at the [Using tokenizers
[[autodoc]] PreTrainedTokenizerFast
- __call__
- apply_chat_template
- batch_decode
- decode
- encode
- apply_chat_template
- push_to_hub
- all