v000000 commited on
Commit
20c6c8b
·
verified ·
1 Parent(s): 40c4c7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -54,8 +54,15 @@ dtype: bfloat16
54
 
55
  ```
56
 
57
- ```yaml
58
- A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful,
59
- detailed, and polite answers to the user's questions. USER: Hi ASSISTANT: Hello.</s>
60
- USER: Who are you? ASSISTANT: I am WizardLM.</s>......
 
 
 
 
 
 
 
61
  ```
 
54
 
55
  ```
56
 
57
+ ### Prompt Format (Alpaca):
58
+ ```bash
59
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
60
+
61
+ ### Instruction:
62
+ {system}
63
+
64
+ ### Instruction:
65
+ {prompt}
66
+ ### Response:
67
+ {output}
68
  ```