We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
super(BertTokenizer, self).__init__(unk_token=unk_token, sep_token=sep_token, pad_token=pad_token, cls_token=cls_token, mask_token=mask_token, **kwargs)
这里一直报NotImplementedError错误
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
你好 我也在复现这个模型 可以加qq交流一下吗 ? 3027881972
我已经解决了,把transformers版本降低就行
No branches or pull requests
这里一直报NotImplementedError错误
The text was updated successfully, but these errors were encountered: