TheBloke commited on
Commit
75a91c2
1 Parent(s): 3dbe10b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -29,6 +29,15 @@ It is the result of quantising to 4bit using [GPTQ-for-LLaMa](https://github.com
29
  * [4-bit, 5-bit and 8-bit GGML models for CPU(+GPU) inference](https://huggingface.co/TheBloke/WizardLM-30B-GGML)
30
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/WizardLM/WizardLM-30B-V1.0)
31
 
 
 
 
 
 
 
 
 
 
32
  ## How to easily download and use this model in text-generation-webui
33
 
34
  ### Downloading the model
 
29
  * [4-bit, 5-bit and 8-bit GGML models for CPU(+GPU) inference](https://huggingface.co/TheBloke/WizardLM-30B-GGML)
30
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/WizardLM/WizardLM-30B-V1.0)
31
 
32
+ ## Prompt template
33
+
34
+ ```
35
+ A chat between a curious user and an artificial intelligence assistant.
36
+ The assistant gives helpful, detailed, and polite answers to the user's questions.
37
+ USER: prompt goes here
38
+ ASSISTANT:
39
+ ```
40
+
41
  ## How to easily download and use this model in text-generation-webui
42
 
43
  ### Downloading the model