mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-30 17:52:35 +06:00
[examples/summarization and translation] fix readme (#15833)
This commit is contained in:
parent
8635407bc7
commit
bf1fe32824
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user