"docs/source/vscode:/vscode.git/clone" did not exist on "dcebe254fadfe142b6f0d6301cc8a875dca7d603"
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 ...@@ -178,8 +178,6 @@ accelerate test
that will check everything is ready for training. Finally, you can launch training with that will check everything is ready for training. Finally, you can launch training with
```bash ```bash
export TASK_NAME=mrpc
accelerate launch run_summarization_no_trainer.py \ accelerate launch run_summarization_no_trainer.py \
--model_name_or_path t5-small \ --model_name_or_path t5-small \
--dataset_name cnn_dailymail \ --dataset_name cnn_dailymail \
......
...@@ -192,8 +192,6 @@ accelerate test ...@@ -192,8 +192,6 @@ accelerate test
that will check everything is ready for training. Finally, you can launch training with that will check everything is ready for training. Finally, you can launch training with
```bash ```bash
export TASK_NAME=mrpc
accelerate launch run_translation_no_trainer.py \ accelerate launch run_translation_no_trainer.py \
--model_name_or_path Helsinki-NLP/opus-mt-en-ro \ --model_name_or_path Helsinki-NLP/opus-mt-en-ro \
--source_lang en \ --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