"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "2a7e8e1608aae8b5719a33c341401756e6e8897c"
Unverified Commit 49155d24 authored by Reza Gharibi's avatar Reza Gharibi Committed by GitHub
Browse files

Fix broken link in translation section (#14087)

parent 0270d44f
......@@ -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
<examples/pytorch.translation/README.md>`.
<examples/pytorch/translation/README.md>`.
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.
......
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