nlpxucan / WizardLM

LLMs build upon Evol Insturct: WizardLM, WizardCoder, WizardMath
9.11k stars 711 forks source link

Why the model claims it's trained by OpenAI? #174

Closed edwardzjl closed 11 months ago

edwardzjl commented 11 months ago

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."

teknium1 commented 11 months ago

That's because it was trained by OpenAI

Symbolk commented 11 months ago

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