MaziyarPanahi commited on
Commit
491e464
1 Parent(s): e817935

Adding prompt template on top (#3)

Browse files

- Adding prompt template on top (a869872d07de34634e0b6a729bcc2e2bdff9bc4f)

Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -36,6 +36,22 @@ quantized_by: MaziyarPanahi
36
  [MaziyarPanahi/WizardLM-2-7B-GGUF](https://huggingface.co/MaziyarPanahi/WizardLM-2-7B-GGUF) contains GGUF format model files for [microsoft/WizardLM-2-7B](https://huggingface.co/microsoft/WizardLM-2-7B).
37
 
38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  Taken from the original README
40
  ---
41
  ---
 
36
  [MaziyarPanahi/WizardLM-2-7B-GGUF](https://huggingface.co/MaziyarPanahi/WizardLM-2-7B-GGUF) contains GGUF format model files for [microsoft/WizardLM-2-7B](https://huggingface.co/microsoft/WizardLM-2-7B).
37
 
38
 
39
+ ## Prompt template
40
+
41
+ ```
42
+ {system_prompt}
43
+ USER: {prompt}
44
+ ASSISTANT: </s>
45
+ ```
46
+
47
+ or
48
+
49
+ ```
50
+ A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful,
51
+ detailed, and polite answers to the user's questions. USER: Hi ASSISTANT: Hello.</s>
52
+ USER: {prompt} ASSISTANT: </s>......
53
+ ```
54
+
55
  Taken from the original README
56
  ---
57
  ---