From 0acf56224bd98cbf0413218f362a3a61805a7844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gema=20Parre=C3=B1o?= Date: Fri, 11 Aug 2023 15:41:24 +0200 Subject: [PATCH] Update run_translation.py broken link example Pytoch (#25461) * Update run_translation.py Fixed link * Update run_translation.py --- examples/pytorch/translation/run_translation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pytorch/translation/run_translation.py b/examples/pytorch/translation/run_translation.py index 1e39ab31ba..75fb3b5d4b 100755 --- a/examples/pytorch/translation/run_translation.py +++ b/examples/pytorch/translation/run_translation.py @@ -378,7 +378,7 @@ def main(): token=model_args.token, ) # See more about loading any type of standard or custom dataset (from files, python dict, pandas DataFrame, etc) at - # https://huggingface.co/docs/datasets/loading_datasets.html. + # https://huggingface.co/docs/datasets/loading. # Load pretrained model and tokenizer #