From 4b26a61631b8fd30f845cf08ebcc5ed65fe83c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gema=20Parre=C3=B1o?= Date: Mon, 3 Jul 2023 16:21:21 +0200 Subject: [PATCH] Fix loading dataset docs link in run_translation.py example (#24594) * fix loading dataset link * Update examples/tensorflow/translation/run_translation.py Co-authored-by: Matt * Update examples/tensorflow/translation/run_translation.py Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com> --------- Co-authored-by: Matt Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com> --- examples/tensorflow/translation/run_translation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tensorflow/translation/run_translation.py b/examples/tensorflow/translation/run_translation.py index ad663dc244..34de298430 100644 --- a/examples/tensorflow/translation/run_translation.py +++ b/examples/tensorflow/translation/run_translation.py @@ -339,7 +339,7 @@ def main(): use_auth_token=True if model_args.use_auth_token else None, ) # 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 # endregion # region Load model config and tokenizer