Unverified Commit bf1fe328 authored by Suraj Patil's avatar Suraj Patil Committed by GitHub
Browse files

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

parent 8635407b
......@@ -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 \
......
......@@ -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 \
......
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