TheBloke commited on
Commit
6f1817e
1 Parent(s): 6755469

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  inference: false
3
- license: other
4
  ---
5
 
6
  <!-- header start -->
@@ -29,6 +29,16 @@ Please note that these GGMLs are **not compatible with llama.cpp, or currently w
29
  * [2, 3, 4, 5, 6 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
  <!-- compatibility_ggml start -->
33
  ## Compatibilty
34
 
 
1
  ---
2
  inference: false
3
+ license: bigcode-openrail-m
4
  ---
5
 
6
  <!-- header start -->
 
29
  * [2, 3, 4, 5, 6 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
  <!-- compatibility_ggml start -->
43
  ## Compatibilty
44