Text Generation
Transformers
PyTorch
llama
text-generation-inference
Inference Endpoints
WizardLM commited on
Commit
874c80b
1 Parent(s): 69b28cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -44,7 +44,12 @@ license: llama2
44
  <b>WizardLM</b> adopts the prompt format from <b>Vicuna</b> and supports **multi-turn** conversation. The prompt should be as following:
45
 
46
  ```
47
- A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. USER: hello, who are you? ASSISTANT:
 
 
 
 
 
48
  ```
49
 
50
  ❗<b>To commen concern about dataset:</b>
 
44
  <b>WizardLM</b> adopts the prompt format from <b>Vicuna</b> and supports **multi-turn** conversation. The prompt should be as following:
45
 
46
  ```
47
+ A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
48
+ USER: Hi
49
+ ASSISTANT: Hello.
50
+ USER: Who are you?
51
+ ASSISTANT: I am WizardLM.
52
+ ......
53
  ```
54
 
55
  ❗<b>To commen concern about dataset:</b>