-
Notifications
You must be signed in to change notification settings - Fork 204
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
Why can llama understand Chinese so much and can't reply directly in Chinese? #17
Comments
I believe this happened because of the system prompt. this is added to your chat text sending to llm. Try delete system prompt in UI or use Chinese system prompt. Lllama2 I believe not well supported on Chinese now since Chinese have more tokens. I list a feature to support some Chinese llama2 models. Haven't got a chance to test it. |
@XksA-me do you want to contribute to this feature? Might need take a look at this repo Chinese-Llama-2-7b. |
Why can't llama understand Chinese so much and can't reply directly in Chinese?
I tested Llama-2-7b-chat-hf again today.
Test using GPU platform: matpool.com
Memory usage:
Open 8BIT occupies 8G+, GPU utilization: 13-20%
If 8BIT is not enabled, it takes up 14G+, GPU utilization: 55-70%
The text was updated successfully, but these errors were encountered: