-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
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 is the default prompt used in the online demo? #364
Comments
We use the same default prompt FastChat/fastchat/conversation.py Lines 109 to 138 in ecb5f2b
If you use our delta weights and code, you should be able to get the identity output. You can check this by setting temperature to 0 |
Hi @lazyfuzzypringle , we have released a new version of weights (https://github.com/lm-sys/FastChat/blob/main/docs/weights_version.md). |
I found the demo really cool and wanted to set up one on my own device, but was confused what prompt I should use to have the peformance as shown in the demo https://chat.lmsys.org/. because the default prrompt in Conversation Class works not as good as expected.
Could you share some knowledge about prompt?
The text was updated successfully, but these errors were encountered: