[s2s] add supported architecures to MD (#7252)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user