TheBloke commited on
Commit
885e89f
1 Parent(s): ff54e19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -29,6 +29,16 @@ It is the result of quantising to 4bit using [AutoGPTQ](https://github.com/PanQi
29
  * [4, 5, and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML)
30
  * [WizardLM's unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/WizardLM/WizardCoder-15B-V1.0)
31
 
 
 
 
 
 
 
 
 
 
 
32
  ## How to easily download and use this model in text-generation-webui
33
 
34
  Please make sure you're using the latest version of text-generation-webui
 
29
  * [4, 5, and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML)
30
  * [WizardLM's unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/WizardLM/WizardCoder-15B-V1.0)
31
 
32
+ ## Prompt template
33
+
34
+ ```
35
+ Below is an instruction that describes a task. Write a response that appropriately completes the request
36
+
37
+ ### Instruction: prompt
38
+
39
+ ### Response:
40
+ ```
41
+
42
  ## How to easily download and use this model in text-generation-webui
43
 
44
  Please make sure you're using the latest version of text-generation-webui