[examples/summarization and translation] fix readme (#15833)

This commit is contained in:
Suraj Patil 2022-02-25 17:28:16 +01:00 committed by GitHub
parent 8635407bc7
commit bf1fe32824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -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 \

View File

@ -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 \