Skip to content

Commit

Permalink
[BertGeneration, Docs] Fix another old name in docs (huggingface#7050)
Browse files Browse the repository at this point in the history
* correct docs for bert generation

* upload
  • Loading branch information
patrickvonplaten authored and Zigur committed Oct 26, 2020
1 parent 8a70ffe commit ce41483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/model_doc/bertgeneration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BertGeneration
Overview
~~~~~~~~~~~~~~~~~~~~~

The BertForSeqGeneration model is a BERT model that can be leveraged for sequence-to-sequence tasks using :class:`~transformers.EncoderDecoderModel` as proposed in `Leveraging Pre-trained Checkpoints for Sequence Generation Tasks <https://arxiv.org/abs/1907.12461>`__ by Sascha Rothe, Shashi Narayan, Aliaksei Severyn.
The BertGeneration model is a BERT model that can be leveraged for sequence-to-sequence tasks using :class:`~transformers.EncoderDecoderModel` as proposed in `Leveraging Pre-trained Checkpoints for Sequence Generation Tasks <https://arxiv.org/abs/1907.12461>`__ by Sascha Rothe, Shashi Narayan, Aliaksei Severyn.

The abstract from the paper is the following:

Expand Down

0 comments on commit ce41483

Please sign in to comment.