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
ernie_tokenizer = BertTokenizer.from_pretrained("./llm_model/ernie-3.0-base/ernie-3.0-base-zh") ernie_model = ErnieForMaskedLM.from_pretrained("./llm_model/ernie-3.0-base/ernie-3.0-base-zh")
输入的text:[MASK]2023年10月29日[MASK]
得到结果:有202##3年10月29日?
句子中间并没有[MASK],为什么会替换为##
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ernie_tokenizer = BertTokenizer.from_pretrained("./llm_model/ernie-3.0-base/ernie-3.0-base-zh")
ernie_model = ErnieForMaskedLM.from_pretrained("./llm_model/ernie-3.0-base/ernie-3.0-base-zh")
输入的text:[MASK]2023年10月29日[MASK]
得到结果:有202##3年10月29日?
句子中间并没有[MASK],为什么会替换为##
The text was updated successfully, but these errors were encountered: