-
Notifications
You must be signed in to change notification settings - Fork 52
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
ValueError: 150000 is not in list #5
Comments
|
继续补充一个问题 |
这个你用的官方tokenizer吗,我用的这个https://huggingface.co/THUDM/chatglm-6b |
这个问题解决了吗?我也出现了这个错误。 |
在Huggingface下载最新版权重,即可解决。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用belle数据训练的时候,遇到这个错误,看了一下是训练文本文本中含有150000这个数字,出现了很多次。
File "/tal-vePFS/LLM/hegang/workspace/ChatGLM-chinese-insturct/modeling_chatglm.py", line 836, in forward mask_position = seq.index(mask_token) ValueError: 150000 is not in list
The text was updated successfully, but these errors were encountered: