nlpxucan / WizardLM

LLMs build upon Evol Insturct: WizardLM, WizardCoder, WizardMath

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why the model claims it's trained by OpenAI?

edwardzjl opened this issue · comments

I'm using vicuna's prompt:

"""A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.

{history}
USER: {input}
ASSISTANT:"""

When I ask "What date is it today", the model provides the following response:

"As an AI developed by OpenAI, I don't have access to real-time data or personal information including dates or specific times. However, you can easily find today's date on your device or through a quick internet search."

That's because it was trained by OpenAI

Maybe the reason is that the instruction data is from GPT-3.5/4 from OpenAI?