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
官网给的是 f"### Instruction:{prompt.strip()} ### Response:" 但是LLaMA-Efficient-Tuning项目给的模板是:"User: {{query}}\nBot: "
r""" Supports: https://github.com/CVI-SZU/Linly """ register_template( name="linly", prefix=[], prompt=[ "User: {{query}}\nBot: " ], sep=[ "\n" ], stop_words=[], use_history=True )
到底是哪一种?我微调的时候用第一个模板,效果就是狗屎,用第二个正常
The text was updated successfully, but these errors were encountered:
No branches or pull requests
官网给的是 f"### Instruction:{prompt.strip()} ### Response:"
但是LLaMA-Efficient-Tuning项目给的模板是:"User: {{query}}\nBot: "
到底是哪一种?我微调的时候用第一个模板,效果就是狗屎,用第二个正常
The text was updated successfully, but these errors were encountered: