Skip to content

Commit

Permalink
[PretrainedTokenizer] add some of the most important functions to t…
Browse files Browse the repository at this point in the history
…he doc (huggingface#27313)
  • Loading branch information
ArthurZucker authored and EduardoPach committed Nov 19, 2023
1 parent 739f348 commit 31237be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/en/main_classes/tokenizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ to a given token).

[[autodoc]] PreTrainedTokenizer
- __call__
- add_tokens
- add_special_tokens
- apply_chat_template
- batch_decode
- decode
Expand All @@ -69,6 +71,8 @@ loaded very simply into 🤗 transformers. Take a look at the [Using tokenizers

[[autodoc]] PreTrainedTokenizerFast
- __call__
- add_tokens
- add_special_tokens
- apply_chat_template
- batch_decode
- decode
Expand Down

0 comments on commit 31237be

Please sign in to comment.