InstructGLM icon indicating copy to clipboard operation
InstructGLM copied to clipboard

ValueError: 150000 is not in list

Open superhg opened this issue 1 year ago • 5 comments

使用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

superhg avatar Mar 25 '23 07:03 superhg