Commit 623cd6ae authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Fix style

parent a99f7f5c
...@@ -134,8 +134,8 @@ class ReformerConfig(PretrainedConfig): ...@@ -134,8 +134,8 @@ class ReformerConfig(PretrainedConfig):
pad_token_id (:obj:`int`, `optional`, defaults to 0): pad_token_id (:obj:`int`, `optional`, defaults to 0):
The token id for the padding token. The token id for the padding token.
vocab_size (:obj:`int`, `optional`, defaults to 320):\ vocab_size (:obj:`int`, `optional`, defaults to 320):\
Vocabulary size of the Reformer model. Defines the number of different tokens that can be represented by the Vocabulary size of the Reformer model. Defines the number of different tokens that can be represented by
:obj:`inputs_ids` passed when calling :class:`~transformers.ReformerModel`. the :obj:`inputs_ids` passed when calling :class:`~transformers.ReformerModel`.
tie_word_embeddings (:obj:`bool`, `optional`, defaults to :obj:`False`): tie_word_embeddings (:obj:`bool`, `optional`, defaults to :obj:`False`):
Whether to tie input and output embeddings. Whether to tie input and output embeddings.
use_cache (:obj:`bool`, `optional`, defaults to :obj:`True`): use_cache (:obj:`bool`, `optional`, defaults to :obj:`True`):
......
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