Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
bf1fe328
Unverified
Commit
bf1fe328
authored
Feb 25, 2022
by
Suraj Patil
Committed by
GitHub
Feb 25, 2022
Browse files
[examples/summarization and translation] fix readme (#15833)
parent
8635407b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
examples/pytorch/summarization/README.md
examples/pytorch/summarization/README.md
+0
-2
examples/pytorch/translation/README.md
examples/pytorch/translation/README.md
+0
-2
No files found.
examples/pytorch/summarization/README.md
View file @
bf1fe328
...
...
@@ -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
\
...
...
examples/pytorch/translation/README.md
View file @
bf1fe328
...
...
@@ -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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment