Skip to content
#

xlm

Here are 42 public repositories matching this topic...

transformers
patrickvonplaten
patrickvonplaten commented Dec 11, 2020

🚀 Feature request

Bart is a seq2seq model, but there might be applications where one would like to use only the pre-trained BartDecoder in an EncoderDecoder setting with a "long" encoder, such as

from transformers import EncoderDecoderModel

model = EncoderDecoderModel("allenai/longformer-large-4096", "facebook/bart-large")

# fine-tune model ...

This is already p

Improve this page

Add a description, image, and links to the xlm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xlm topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.