Skip to content
New issue

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

BertTokenizer的__init__报NotImplementedError #289

Open
flow2dream opened this issue Oct 24, 2023 · 3 comments
Open

BertTokenizer的__init__报NotImplementedError #289

flow2dream opened this issue Oct 24, 2023 · 3 comments

Comments

@flow2dream
Copy link

  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错误

@lishangru
Copy link

lishangru commented Oct 24, 2023 via email

@foreverwsq
Copy link

你好 我也在复现这个模型 可以加qq交流一下吗 ? 3027881972

@flow2dream
Copy link
Author

你好 我也在复现这个模型 可以加qq交流一下吗 ? 3027881972

我已经解决了,把transformers版本降低就行

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants