[docstring] Fix bert generation tokenizer (#26820)

* Remove BertGenerationTokenizer from objects to ignore

The file BertGenerationTokenizer is removed from
objects to ignore as a first step to fix docstring.

* Docstrings fix for BertGenerationTokenizer

Docstring fix is generated for BertGenerationTokenizer
by using check_docstrings.py.

* Fix docstring for BertGenerationTokenizer

Added sep_token type and docstring in BertGenerationTokenizer.
This commit is contained in:
przemL
2023-10-16 18:26:55 +02:00
committed by GitHub
parent 12cc123359
commit 5c6b83cb69
2 changed files with 6 additions and 3 deletions

View File

@@ -94,7 +94,6 @@ OBJECTS_TO_IGNORE = [
"BarthezTokenizerFast",
"BeitModel",
"BertConfig",
"BertGenerationTokenizer",
"BertJapaneseTokenizer",
"BertModel",
"BertTokenizerFast",