Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
17450397
Unverified
Commit
17450397
authored
Nov 05, 2020
by
Leandro von Werra
Committed by
GitHub
Nov 05, 2020
Browse files
Docs bart training ref (#8330)
Co-authored-by:
Sam Shleifer
<
sshleifer@gmail.com
>
parent
d787935a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
docs/source/model_doc/bart.rst
docs/source/model_doc/bart.rst
+10
-0
examples/seq2seq/README.md
examples/seq2seq/README.md
+1
-1
No files found.
docs/source/model_doc/bart.rst
View file @
17450397
...
...
@@ -26,6 +26,16 @@ According to the abstract,
The Authors' code can be found `here <https://github.com/pytorch/fairseq/tree/master/examples/bart>`__.
Examples
_______________________________________________________________________________________________________________________
- Examples and scripts for fine-tuning BART and other models for sequence to sequence tasks can be found in
`examples/seq2seq/ <https://github.com/huggingface/transformers/blob/master/examples/seq2seq/README.md>`__.
- An example of how to train :class:`~transformers.BartForConditionalGeneration` with a Hugging Face :obj:`datasets`
object can be found in this `forum discussion
<https://discuss.huggingface.co/t/train-bart-for-conditional-generation-e-g-summarization/1904>`__.
Implementation Notes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
examples/seq2seq/README.md
View file @
17450397
## Sequence to Sequence Training and Evaluation
This directory contains examples for finetuning and evaluating transformers on summarization and translation tasks.
Please tag @
sshleifer
with any issues/unexpected behaviors, or send a PR!
Please tag @
patil-suraj
with any issues/unexpected behaviors, or send a PR!
For deprecated
`bertabs`
instructions, see
[
`bertabs/README.md`
](
bertabs/README.md
)
.
### Supported Architectures
...
...
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