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

language-models

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

Improve this page

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

Learn more