Skip to content

Commit

Permalink
remove BartForConditionalGeneration.generate (huggingface#6659)
Browse files Browse the repository at this point in the history
As suggested here: huggingface#6651 (comment)
this removes generic `generate` doc with examples not-relevant to bart.
  • Loading branch information
stas00 authored and Zigur committed Oct 26, 2020
1 parent 22c2df5 commit ae947b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/model_doc/bart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ BartForConditionalGeneration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: transformers.BartForConditionalGeneration
:members: generate, forward
:members: forward


BartConfig
Expand Down

0 comments on commit ae947b0

Please sign in to comment.