SCIR-HI / Med-ChatGLM

Repo for Chinese Medical ChatGLM 基于中文医学知识的ChatGLM指令微调
Apache License 2.0
968 stars 156 forks source link

Exception has occurred: ValueError 130001 is not in list #25

Closed CyberFork closed 1 year ago

CyberFork commented 1 year ago

@modeling_chatglm.py line: 979 Exception has occurred: ValueError 130001 is not in list File "E:\OpenSourceModel\Med-ChatGLM-main\Med-ChatGLM-main\modeling_chatglm.py", line 979, in prepare_inputs_for_generation mask_position = seq.index(mask_token) File "E:\OpenSourceModel\Med-ChatGLM-main\Med-ChatGLM-main\modeling_chatglm.py", line 1114, in chat outputs = self.generate(input_ids, gen_kwargs) File "E:\OpenSourceModel\Med-ChatGLM-main\Med-ChatGLM-main\infer.py", line 12, in response, history = model.chat(tokenizer, "问题:" + a.strip() + '\n答案:', max_length=256, history=[]) ValueError: 130001 is not in list

panyuetj commented 1 year ago

same error

RuohaoYan commented 1 year ago

same error

SilenceWinter commented 1 year ago

Same exception

zhougz2018 commented 1 year ago

同上,这个是什么原因?

CyberFork commented 1 year ago

修改 modeling_chatglm.py 中的所有13000 为 15000.推荐使用批量替换.

或者通过 git log 查看到 commit 61471075ed222e6cb3cc9d4bf87c9a2809e117d1这个节点,回退回去即可。

zh2010 commented 1 year ago

修改 modeling_chatglm.py 中的所有13000 为 15000.推荐使用批量替换.

或者通过 git log 查看到 commit 61471075ed222e6cb3cc9d4bf87c9a2809e117d1这个节点,回退回去即可。 “修改 modeling_chatglm.py 中的所有13000 为 15000.推荐使用批量替换.”这个是写错了吧,里面没有13000,只有130000和130001,并且替换之后也不对,请再确认下?

CyberFork commented 1 year ago

修改 modeling_chatglm.py 中的所有13000 为 15000.推荐使用批量替换. 或者通过 git log 查看到 commit 61471075ed222e6cb3cc9d4bf87c9a2809e117d1这个节点,回退回去即可。 “修改 modeling_chatglm.py 中的所有13000 为 15000.推荐使用批量替换.”这个是写错了吧,里面没有13000,只有130000和130001,并且替换之后也不对,请再确认下?

130000和130001 不就是包含 13000?

CyberFork commented 1 year ago

修改 modeling_chatglm.py 中的所有13000 为 15000.推荐使用批量替换. 或者通过 git log 查看到 commit 61471075ed222e6cb3cc9d4bf87c9a2809e117d1这个节点,回退回去即可。 “修改 modeling_chatglm.py 中的所有13000 为 15000.推荐使用批量替换.”这个是写错了吧,里面没有13000,只有130000和130001,并且替换之后也不对,请再确认下?

通过 git log 查看到 commit 61471075ed222e6cb3cc9d4bf87c9a2809e117d1这个节点,回退回去吧,可能还有其他需要修改的