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
What system prompt do you recommend for clinicalcamel?
If I understand correctly, it seems that clinicalcamel uses get_conversation_template() from fastchat (https://github.com/bowang-lab/clinical-camel/blob/main/evaluation/get_model_answer.py#L76) which in turn seems to be using llama-2's system prompt. Is this understanding correct?
get_conversation_template()
Thank you very much!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What system prompt do you recommend for clinicalcamel?
If I understand correctly, it seems that clinicalcamel uses
get_conversation_template()
from fastchat (https://github.com/bowang-lab/clinical-camel/blob/main/evaluation/get_model_answer.py#L76) which in turn seems to be using llama-2's system prompt. Is this understanding correct?Thank you very much!
The text was updated successfully, but these errors were encountered: