What should be shifted for decoder input for Bart

Hi,
In HF’s doc, regarding decoder_input_ids it says ... create this tensor by shifting the `input_ids` to the right.....
Shouldn’t it be shifting the labels? because the input is noisy?
Thank you.

I think this is copy pasted from the causal language modeling doc (for which your labels are your inputs shifted to the right).