Bert Tokenizing error ValueError: Input nan is not valid. Should be a string, a list/tuple of strings or a list/tuple of integers

前端 未结 0 1252
醉话见心
醉话见心 2020-12-13 03:42

I am using the Bert for text classification task , when I try to tokenize one data sample using the code:

encoded_sent = tokenizer.encode(
                            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题