Unverified Commit 876a9e08 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix `PLBart` doctest (#20527)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 373bfe70
......@@ -559,7 +559,7 @@ PLBART_GENERATION_EXAMPLE = r"""
>>> values, predictions = probs.topk(5)
>>> tokenizer.decode(predictions).split()
['same', 'first', 'highest', 'result', 'Fib']
['first', 'same', 'highest', 'result', 'number']
```
"""
......
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