Prompt style?

#1
by flashvenom - opened

What prompt style do we use for this model? Is the dataset available?

CAMEL org

@aa33 regarding the prompt style we follow exactly the same as that used in FastChat repo (https://github.com/lm-sys/FastChat/tree/main):

  1. The system prompt is "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions."
  2. Example of how the data looks like during processing:
USER: Hello!
ASSISTANT: Hello!</s>
USER: How are you?
ASSISTANT: I am good.</s>

Our datasets are available on https://huggingface.co/camel-ai

Sign up or log in to comment