Text Generation
Transformers
English
TheBloke commited on
Commit
0ddf80c
1 Parent(s): 965c0d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -34,6 +34,16 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
34
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML)
35
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/VMware/open-llama-13b-open-instruct)
36
 
 
 
 
 
 
 
 
 
 
 
37
  <!-- compatibility_ggml start -->
38
  ## Compatibility
39
 
 
34
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML)
35
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/VMware/open-llama-13b-open-instruct)
36
 
37
+ ## Prompt template
38
+
39
+ ```
40
+ Below is an instruction that describes a task. Write a response that appropriately completes the request
41
+
42
+ ### Instruction: prompt
43
+
44
+ ### Response:
45
+ ```
46
+
47
  <!-- compatibility_ggml start -->
48
  ## Compatibility
49