The Wayback Machine - https://web.archive.org/web/20201222010127/https://github.com/topics/language-model
Skip to content
#

language-model

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

haystack
tholor
tholor commented Dec 8, 2020

Is your feature request related to a problem? Please describe.
For a fast proof of concepts users need to try Haystack on their own documents. While this is possible on the code level (e.g. Tutorial 1), in many cases an additional UI would be helpful so that users can interact more easily with the model and show it to colleagues.

Describe the solution you'd like
A minimal UI built wit

Improve this page

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

Learn more

You can’t perform that action at this time.