mike-ravkine
commited on
Commit
•
585208a
1
Parent(s):
fcc4a89
Update README.md
Browse filesTo further align with https://huggingface.co/spaces/huggingface-projects/llama-2-13b-chat/blob/main/model.py#L24 which is their demo app implementation, remove leading `<s>`
README.md
CHANGED
@@ -48,7 +48,7 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
|
|
48 |
## Prompt template: Llama-2-Chat
|
49 |
|
50 |
```
|
51 |
-
|
52 |
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.
|
53 |
|
54 |
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.
|
|
|
48 |
## Prompt template: Llama-2-Chat
|
49 |
|
50 |
```
|
51 |
+
[INST] <<SYS>>
|
52 |
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.
|
53 |
|
54 |
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.
|