From 2f8485199c814a22b32e8554b2946feba22a8fb9 Mon Sep 17 00:00:00 2001 From: WybeKoper <40920213+WybeKoper@users.noreply.github.com> Date: Thu, 11 Mar 2021 20:29:02 +0100 Subject: [PATCH] Fix broken link (#10656) * Fixed broken link * fixed max length violation Co-authored-by: WybeKoper --- docs/source/model_doc/pegasus.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/model_doc/pegasus.rst b/docs/source/model_doc/pegasus.rst index 61a37b07f77..9294d293edf 100644 --- a/docs/source/model_doc/pegasus.rst +++ b/docs/source/model_doc/pegasus.rst @@ -51,8 +51,8 @@ All the `checkpoints `__ are fine- Examples _______________________________________________________________________________________________________________________ -- :prefix_link:`Script ` to fine-tune pegasus on the XSUM dataset. Data - download instructions at :prefix_link:`examples/seq2seq/ `. +- :prefix_link:`Script ` to fine-tune pegasus + on the XSUM dataset. Data download instructions at :prefix_link:`examples/seq2seq/ `. - FP16 is not supported (help/ideas on this appreciated!). - The adafactor optimizer is recommended for pegasus fine-tuning.