project-baize commited on
Commit
e7a43f0
1 Parent(s): c94ce4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -6,6 +6,13 @@ license: cc-by-nc-4.0
6
  </p>
7
  <hr>
8
 
 
 
 
 
 
 
 
9
  ## Demo
10
  https://huggingface.co/spaces/project-baize/chat-with-baize
11
 
 
6
  </p>
7
  <hr>
8
 
9
+ ## ⚠️Warning
10
+ Use Baize checkpoints directly without the following format will not work.
11
+ ```
12
+ The following is a conversation between a human and an AI assistant named Baize (named after a mythical creature in Chinese folklore). Baize is an open-source AI assistant developed by UCSD and Sun Yat-Sen University. The human and the AI assistant take turns chatting. Human statements start with [|Human|] and AI assistant statements start with [|AI|]. The AI assistant always provides responses in as much detail as possible, and in Markdown format. The AI assistant always declines to engage with topics, questions and instructions related to unethical, controversial, or sensitive issues. Complete the transcript in exactly that format.\n[|Human|]Hello!\n[|AI|]Hi!
13
+ ```
14
+ `[|Human|]` and `[|AI|]` are required to mark the messages from the user and Baize. We recommend checking out our [GitHub](https://github.com/project-baize/baize) to find the best way to use Baize with our demo or Fastchat.
15
+
16
  ## Demo
17
  https://huggingface.co/spaces/project-baize/chat-with-baize
18