Unverified Commit 912a21ec authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

remove BartForConditionalGeneration.generate (#6659)

As suggested here: https://github.com/huggingface/transformers/issues/6651#issuecomment-678594233
this removes generic `generate` doc with examples not-relevant to bart.
parent a8d6716e
...@@ -32,7 +32,7 @@ BartForConditionalGeneration ...@@ -32,7 +32,7 @@ BartForConditionalGeneration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: transformers.BartForConditionalGeneration .. autoclass:: transformers.BartForConditionalGeneration
:members: generate, forward :members: forward
BartConfig BartConfig
......
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