-
Notifications
You must be signed in to change notification settings - Fork 11.4k
Input Chinese Its talk with itself #843
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
你好 means Hello in English |
To fix this, there should be an option to choose a text that must be added at the end of the user input. However nobody mentioned this in the past so i don't know if it will be added as a feature. |
@Belluxx 's answer is correct. Here is my setup. In my initial prompt, I ask the bot to enter a new line and print "### Human:" after the response. In the interactive mode, I normally manually input "\ <new_line> ### Assistant:" to the end so the assistant could take over the control. For a chatgpt-like experience:
|
But I use Chinese ,\n### |
Try to write the chinese prompt, then before pressing "enter" append a |
I suggest you start the conversation with something like informative question or practical instruction. If you are using original LLama, you should know it's not fine-tuned for ChatGPT-like question-and-answer style conversations but for simply completing the text based on the context. There are fine-tuned models such as Alpaca or Vicuna (the model I use in the screenshot). Note that the outcome of Chinese conversations is still weaker / less ideal compared to English ones. For Chinese specific model, you can start by looking into Chinese-LLaAMA-Alpaca or ChatGLM-6B. Btw, "\n" stands for a new line, not meaning you need to manually type "\n" in the console. |
Adapt prompt itself, translate it to CN and try again. |
This is likely a special case of #667 |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
When I use Chinese
Its will talk with itself
The text was updated successfully, but these errors were encountered: