Unverified Commit b592728e authored by cronoik's avatar cronoik Committed by GitHub
Browse files

Fixed link to the wrong paper. (#8607)

parent 0512444e
...@@ -1883,7 +1883,7 @@ class ReformerModelWithLMHeadOutput(ModelOutput): ...@@ -1883,7 +1883,7 @@ class ReformerModelWithLMHeadOutput(ModelOutput):
REFORMER_START_DOCSTRING = r""" REFORMER_START_DOCSTRING = r"""
Reformer was proposed in `Reformer: The Efficient Transformer <https://arxiv.org/abs/2001.0445>`__ by Nikita Reformer was proposed in `Reformer: The Efficient Transformer <https://arxiv.org/abs/2001.04451>`__ by Nikita
Kitaev, Łukasz Kaiser, Anselm Levskaya. Kitaev, Łukasz Kaiser, Anselm Levskaya.
This model inherits from :class:`~transformers.PreTrainedModel`. Check the superclass documentation for the generic This model inherits from :class:`~transformers.PreTrainedModel`. Check the superclass documentation for the generic
......
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