twewy-discord-chatbot icon indicating copy to clipboard operation
twewy-discord-chatbot copied to clipboard

a decoder-only architecture is being used.

Open 12194916 opened this issue 1 year ago • 1 comments

A decoder-only architecture is being used, but right-padding was detected! For correct generation results, please set padding_side='left' when initializing the tokenizer.

I set the padding side to left before training and after, but it did not change

12194916 avatar Apr 01 '23 04:04 12194916

@12194916 I had similar warning, degrading transformer version to 4.22.2 worked for me.

DiwakarBasnet avatar Jul 01 '23 08:07 DiwakarBasnet