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
Removed redundant input_length column from dataset. (#549)
- This is required because, whenever dataset padding is performed there will be an additional input being fed to the model. For causal lm models this did not gave any error as its forward methods has kwargs which caught unnecessary arguments. But for BERT kind of models this gave error.
Signed-off-by: meetkuma <[email protected]>
0 commit comments