TheBloke commited on
Commit
3dc263a
1 Parent(s): c3df1d7

Initial GGML model commit

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -45,10 +45,12 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
45
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML)
46
  * [Original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/meta-llama/Llama-2-13B-chat-hf)
47
 
48
- ## Prompt template: None
49
 
50
  ```
51
- {prompt}
 
 
52
  ```
53
 
54
  <!-- compatibility_ggml start -->
 
45
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML)
46
  * [Original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/meta-llama/Llama-2-13B-chat-hf)
47
 
48
+ ## Prompt template: Llama-2-Chat
49
 
50
  ```
51
+ System: You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature. If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
52
+ User: {prompt}
53
+ Assistant:
54
  ```
55
 
56
  <!-- compatibility_ggml start -->