The Wayback Machine - http://web.archive.org/web/20201222010231/https://github.com/topics/transformer-xl
Skip to content
#

transformer-xl

Here are 16 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

SuperPiano

Absolutely amazing SOTA Google Colab (Jupyter) Notebooks for creating/training SOTA Music AI models and for generating music with Transformer technology (Google XLNet/Transformer-XL)

  • Updated Oct 23, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the transformer-xl 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 transformer-xl topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.