Unverified Commit 4b26a616 authored by Gema Parreño's avatar Gema Parreño Committed by GitHub
Browse files

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: default avatarMatt <Rocketknight1@users.noreply.github.com>

* Update examples/tensorflow/translation/run_translation.py
Co-authored-by: default avataramyeroberts <22614925+amyeroberts@users.noreply.github.com>

---------
Co-authored-by: default avatarMatt <Rocketknight1@users.noreply.github.com>
Co-authored-by: default avataramyeroberts <22614925+amyeroberts@users.noreply.github.com>
parent 6eedfa6d
...@@ -339,7 +339,7 @@ def main(): ...@@ -339,7 +339,7 @@ def main():
use_auth_token=True if model_args.use_auth_token else None, 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 # 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 # endregion
# region Load model config and tokenizer # region Load model config and tokenizer
......
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