Is there a way to return the "decoder_input_ids" from "tokenizer.prepare_seq2seq_batch"?

Hi @wgpubs,

if you just pass labels the decoder_input_ids are prepared inside the model by shifting the labels. See

1 Like