From bf1fe3282419d7e381f12b570f883b2c20c47fd2 Mon Sep 17 00:00:00 2001 From: Suraj Patil Date: Fri, 25 Feb 2022 17:28:16 +0100 Subject: [PATCH] [examples/summarization and translation] fix readme (#15833) --- examples/pytorch/summarization/README.md | 2 -- examples/pytorch/translation/README.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/examples/pytorch/summarization/README.md b/examples/pytorch/summarization/README.md index 2cb30c9218..8f70fc3ff9 100644 --- a/examples/pytorch/summarization/README.md +++ b/examples/pytorch/summarization/README.md @@ -178,8 +178,6 @@ accelerate test that will check everything is ready for training. Finally, you can launch training with ```bash -export TASK_NAME=mrpc - accelerate launch run_summarization_no_trainer.py \ --model_name_or_path t5-small \ --dataset_name cnn_dailymail \ diff --git a/examples/pytorch/translation/README.md b/examples/pytorch/translation/README.md index 1eca845961..2ef4d7ff97 100644 --- a/examples/pytorch/translation/README.md +++ b/examples/pytorch/translation/README.md @@ -192,8 +192,6 @@ accelerate test that will check everything is ready for training. Finally, you can launch training with ```bash -export TASK_NAME=mrpc - accelerate launch run_translation_no_trainer.py \ --model_name_or_path Helsinki-NLP/opus-mt-en-ro \ --source_lang en \