"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "789ea72037219332e20e66e626b6c4c32851f0dc"
Unverified Commit 87a033d9 authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Properly indent return block (#14887)

parent 13504dcb
......@@ -102,7 +102,7 @@ ENCODE_PLUS_ADDITIONAL_KWARGS_DOCSTRING = r"""
Whether or not to print more information and warnings.
**kwargs: passed to the `self.tokenize()` method
Return:
Return:
[`BatchEncoding`]: A [`BatchEncoding`] with the following fields:
- **input_ids** -- List of token ids to be fed to a model.
......
......@@ -100,7 +100,7 @@ ENCODE_PLUS_ADDITIONAL_KWARGS_DOCSTRING = r"""
Whether or not to print more information and warnings.
**kwargs: passed to the `self.tokenize()` method
Return:
Return:
[`BatchEncoding`]: A [`BatchEncoding`] with the following fields:
- **input_ids** -- List of token ids to be fed to a model.
......
......@@ -1343,7 +1343,7 @@ ENCODE_PLUS_ADDITIONAL_KWARGS_DOCSTRING = r"""
Whether or not to print more information and warnings.
**kwargs: passed to the `self.tokenize()` method
Return:
Return:
[`BatchEncoding`]: A [`BatchEncoding`] with the following fields:
- **input_ids** -- List of token ids to be fed to a model.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment