[s2s] add supported architecures to MD (#7252)

This commit is contained in:
Sam Shleifer
2020-09-22 13:09:35 -04:00
committed by GitHub
parent d6bc72c469
commit 25b0463d0b

View File

@@ -1,10 +1,18 @@
## Sequence to Sequence ## Sequence to Sequence
This directory contains examples for finetuning and evaluating transformers on summarization and translation tasks. This directory contains examples for finetuning and evaluating transformers on summarization and translation tasks.
Summarization support is more mature than translation support.
Please tag @sshleifer with any issues/unexpected behaviors, or send a PR! Please tag @sshleifer with any issues/unexpected behaviors, or send a PR!
For `bertabs` instructions, see [`bertabs/README.md`](bertabs/README.md). For `bertabs` instructions, see [`bertabs/README.md`](bertabs/README.md).
### Supported Architectures
- `BartForConditionalGeneration` (and anything that inherits from it)
- `MarianMTModel`
- `PegasusForConditionalGeneration`
- `MBartForConditionalGeneration`
- `FSMTForConditionalGeneration`
- `T5ForConditionalGeneration`
## Datasets ## Datasets