You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this link, they say that decoder architectures should have left padding. In the code repository, you do right padding at the input side. Can you explain the reason?
Is the right padding OK?
The text was updated successfully, but these errors were encountered:
Hi Hossam,
First, I haven't read the document you refer to, but I don't agree that
decoders "should" have left padding.
They can work either way with the right engineering
Second, rlthe design of padding is orthogonal to our implementation. That
is, the approach demonstrated in this repo can work with any padding.
We copied the standard language modeling example by Huggingface and applied
our approach.
Best,
Uri
In this link, they say that decoder architectures should have left padding. In the code repository, you do right padding at the input side. Can you explain the reason?
Is the right padding OK?
The text was updated successfully, but these errors were encountered: