From 36b063ed4fa72024acb1c2b385f490f4b75da9d6 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Tue, 15 Nov 2022 01:53:02 +0800 Subject: [PATCH] Update README.md (#20188) There is typo in the original hyperlink. Below is the original version: Based on the script [`run_translation_no_trainer.py`](https://github.com/huggingface/transformers/blob/main/examples/pytorch/translation/**run_translationn_no_trainer.py**). --- examples/pytorch/translation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pytorch/translation/README.md b/examples/pytorch/translation/README.md index 4bd66ea0ac..0593d577a0 100644 --- a/examples/pytorch/translation/README.md +++ b/examples/pytorch/translation/README.md @@ -150,7 +150,7 @@ python examples/pytorch/translation/run_translation.py \ ## With Accelerate -Based on the script [`run_translation_no_trainer.py`](https://github.com/huggingface/transformers/blob/main/examples/pytorch/translation/run_translationn_no_trainer.py). +Based on the script [`run_translation_no_trainer.py`](https://github.com/huggingface/transformers/blob/main/examples/pytorch/translation/run_translation_no_trainer.py). Like `run_translation.py`, this script allows you to fine-tune any of the models supported on a translation task, the main difference is that this