From 49155d24318be0793143901c15df8b5bdc5fd993 Mon Sep 17 00:00:00 2001 From: Reza Gharibi Date: Wed, 20 Oct 2021 22:40:57 +0330 Subject: [PATCH] Fix broken link in translation section (#14087) --- docs/source/task_summary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/task_summary.rst b/docs/source/task_summary.rst index fc6766ed1b..1817a86c5b 100644 --- a/docs/source/task_summary.rst +++ b/docs/source/task_summary.rst @@ -869,7 +869,7 @@ translation task, you may leverage the `run_translation.py An example of a translation dataset is the WMT English to German dataset, which has sentences in English as the input data and the corresponding sentences in German as the target data. If you would like to fine-tune a model on a translation task, various approaches are described in this :prefix_link:`document -`. +`. Here is an example of using the pipelines to do translation. It leverages a T5 model that was only pre-trained on a multi-task mixture dataset (including WMT), yet, yielding impressive translation results.