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

language-model

Here are 796 public repositories matching this topic...

transformers
NielsRogge
NielsRogge commented Nov 15, 2021

🚀 Feature request

Currently, the EncoderDecoderModel class in PyTorch automatically creates the decoder_input_ids based on the labels provided by the user (similar to how this is done for T5/BART). This should also be implemented for TFEncoderDecoderModel, because currently users should manually provide decoder_input_ids to the model.

One can take a look at the TF implementation

haystack
ZanSara
ZanSara commented Nov 11, 2021

While running the tutorials is not rare to meet with UserWarnings that are caused by underlying dependencies like transformers or pytorch. I think UserWarnings that are triggered by Haystack's or the user's code should stay visible, but those coming from dependencies could be hidden, as there's nothing we or the final users can do about it.

Examples:

  • Tutorial 1: `/home/sara/work/hayst

Automatic Speech Recognition (ASR), Speaker Verification, Speech Synthesis, Text-to-Speech (TTS), Language Modelling, Singing Voice Synthesis (SVS), Voice Conversion (VC)

  • Updated Nov 12, 2021

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