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
微调后我正常问答两句后,再输入一句话后,之前对话的所有内容和聊天框都没了,然后这时候再输入随便一句话,就报错 'NoneType' object has no attribute 'append',跟微调的语料的语句长短会有关系吗?因为我没有改过训练的source_length什么的。
No response
微调后我正常问答两句后,再输入一句话后,之前对话的所有内容和聊天框都没了,然后这时候再输入随便一句话,就报错 'NoneType' object has no attribute 'append'
- OS: Ubuntu 20.04 - Python: 3.8 - Transformers: transformers 4.30.2 - PyTorch: torch-2.1.2+cu121 - CUDA Support True
The text was updated successfully, but these errors were encountered:
不是输入为空,是直接chatbot为空,chatbot.append((parse_text(input), "")) AttributeError: 'NoneType' object has no attribute 'append'
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Current Behavior
微调后我正常问答两句后,再输入一句话后,之前对话的所有内容和聊天框都没了,然后这时候再输入随便一句话,就报错
'NoneType' object has no attribute 'append',跟微调的语料的语句长短会有关系吗?因为我没有改过训练的source_length什么的。
Expected Behavior
No response
Steps To Reproduce
微调后我正常问答两句后,再输入一句话后,之前对话的所有内容和聊天框都没了,然后这时候再输入随便一句话,就报错
'NoneType' object has no attribute 'append'
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: