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
I fine tune Extractive Question Answer on AutoTrain online, I uploaded dataset proper and did the column mapping correctly, keep getting this issues:
"ValueError: Asking to pad but the tokenizer does not have a padding token. Please select a token to use as pad_token(tokenizer.pad_token = tokenizer.eos_token e.g.) or add a new pad token via tokenizer.add_special_tokens({'pad_token': '[PAD]'}).
Thanks for helps!!!
The text was updated successfully, but these errors were encountered:
Hi HuggingFace and mates
I fine tune Extractive Question Answer on AutoTrain online, I uploaded dataset proper and did the column mapping correctly, keep getting this issues:
"ValueError: Asking to pad but the tokenizer does not have a padding token. Please select a token to use as
pad_token
(tokenizer.pad_token = tokenizer.eos_token e.g.)
or add a new pad token viatokenizer.add_special_tokens({'pad_token': '[PAD]'})
.Thanks for helps!!!
The text was updated successfully, but these errors were encountered: