lm-sys / FastChat

An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.
Apache License 2.0
36.85k stars 4.54k forks source link

Why the output is just the english translation of chinese ? #496

Open OswaldoBornemann opened 1 year ago

OswaldoBornemann commented 1 year ago

Input: 请将一个笑话并解释为什么他为什么好笑 Output: Please explain one joke and why he is a good comedian.

Input: 请用中文来回答我的问题,我的问题是今天天气怎么样 Output: Please answer my questions with Chinese, my question is today's weather.

Screenshot 2023-04-19 at 11 43 14

Lostsite commented 1 year ago

I found out this model have trouble to work in multi-language sections. Clear the current section data, and only input one language in the section (like only Chinese or English) will solve most of the problems.