We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1a433 commit dbf57ddCopy full SHA for dbf57dd
paddlenlp/transformers/mbart/modeling.py
@@ -803,8 +803,7 @@ def forward(self,
803
804
class MBartForConditionalGeneration(MBartPretrainedModel):
805
r"""
806
- MBart Model with a linear layer on top of the hidden-states output to
807
- compute `span_start_logits` and `span_end_logits`, designed for question-answering tasks like SQuAD .
+ MBart Model with a `language modeling` head on top.
808
809
Args:
810
mbart (:class:`MBartModel`):
0 commit comments